Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • DONE: write .log, .out and .png files one level up so they are not in the working directory and therefore not copied to execute hosts.
  • DONE: add rm -f *.last to the sh script?
  • DONE: Task24 and Task25 swapped with 8cores so they need to run with fewer cores.  So I may need to make another variable to pass to the sh script for this.
  • DONE: re-create my DOT graph after finishing task01-25-parallel-dag4. Also make a PDF instead of a PS.
  • DONE: Craft parallel-dag5 with the concept of running tclean at CHTC and everything else locally.
  • DONE: I don't like using the name Task as that has meaning to CASA.  A better term might be Step as in DAG Step.
  • Task19 needs to be unwraveled from NRAO filesystems.  Actually maybe not.  This can be a task we always run here.  But it does need to move into a VLASS area instead of Josh's home acocunt.
  • I don't like using the name Task as that has meaning to CASA.  A better term might be Step as in DAG Step.
  • Figure out how to not copy SYSPOWER in the MS.  Presumably we can just cp /dev/null SYSPOWER/table.f0 and cp /dev/null SYSPOWER/table.f0iCraft parallel-dag5 with the concept of running tclean at CHTC and everything else locally.
  • Setup testpost-serv-1 with Lustre access over IB so we can start submitting to CHTC.


Possible Improvements

  • Task04 could perhaps be run concurrently with Task01 as long as Task05 is run after both.
  • Task13 could perhaps be run concurrently with Task12.
  • Task14 could perhaps be run concurrently with Taks12 and Task13 as long as Task15 is run after both Task12 and Task14.
  • Task22 could perhaps be run concurrently with Task12 or later as long as Task23 is run after both Task22 and Task13.

...