Versions Compared

Key

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

...

Code Block
$ myacct
## This command will print out all the recent jobs run on your account.

$ seff <jobID>
## e.g. seff 12346788_1
## This command will print out the core utility rates and other job statistics.
## You can make a short script to loop through all the 

For the seff command, You can make a short script to loop through all the sub-jobs,

...

or

...

just

...

check

...

a

...

few

...

of

...

them. Note that the seff command doesn’t produce reliable results for a running job, it should only be used on a completed job.

  1. Run the entire job array

First, find out how many rows there are in the manifest file, it is the total sub-job number. For this example, we have a total 8 sub-jobs, so the command to submit the job array is:

...