Versions Compared

Key

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

...

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 use "bjobs -l job_id" ) AND doesn't require lots of network IOto find out)), try putting two tasks in one batch job (in the above script) and let them run in parallel. But be careful. Don't put run too many tasks in a batch job in parallel because it is very possible that your job is low efficient because there is an unknown factor limiting itpossible to overwhelming something in the whole computing environment.