Hey All,
The cluster that I submit jobs to uses qsub instead of
psubmit, but I’m trying to preserve the way that rebuild_gca_atlas.csh runs.
Here is the man page for qsub:
I guess I’m looking for the equivalent of psubmit’s
configuration settings in qsub. I.e. how would I write the following homologous
command in qsub?:
psubmit -l nodes=1:opteron –m $USER -c “$cmd”
Kevin Scheibel
k.scheibel@ucla.edu