hexfarm.rutgers.edu More Hints
Here are more detailed hints on using the HEX Farm. Read the overview first. Send comments/suggestions to jacques@physics.rutgers.edu.

Description:

Data disks:

Batch Jobs

Non-Batch Use of Worker Nodes

For those unable to access hexcaf or fbsng, a convenient way to use the
   worker nodes (node1, node2, etc) is to create a script, which
   can be "submitted" as though we had batch queues.  This can produce
   a log file which will be useful for debugging.  Thus, let batch.csh
   be your batch job script, then to "submit" it to node1, do

   ssh -q node1 "./batch.csh arg1 arg2 ... >&! batch1.log &"

   This produces log file batch1.log in your top area. And leaves your
   interactive process on hexfm1 free to submit the next batch job (batch2.log)

   For an automated CDF/ac++ version of this procedure see 
   ~watts/bin/rsub.csh. Thus,
            rsub node4 job15 path
   will execute command "path/job15.exe path/job15.tcl" on node4 with
   log file path/job15.log_N where N automatically advances 1,2,3... on
   repeat rsub actions.
   rsub  will give some instructions if executed without arguments.  

   Note that your usual cdf software setup is
   required in batch.csh since the ssh performs a new login.

   Jobs executed by this non-batch method interfere with the those in
   the batch queues because the batch system does not monitor load in
   worker nodes. The batch system assumes it has sole control of cpu
   cycles in the worker nodes.