Versions Compared

Key

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

...

Code Block
bqueue atlas-t3

If you find that your batch job is not resource efficient (CPU/wall time ratio is low AND memory usage is lower (less than 1GB, see "bjobs -l job_id") AND doesn't require lots of network IO), try putting two tasks in one batch job (in the above script). But be careful. Don't put too many tasks in a batch job because it is very possible that your job is low efficient because there is an unknown factor limiting it.

...