Skip to content

Commit

Permalink
Update option flags for Myriad SGE
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Sep 23, 2024
1 parent a209d45 commit c7b43fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* `-pe mpi <ncpus>` &mdash; How many CPUs does your job need? If you only need
one CPU you can leave this out.

* `mem=<bytes>` &mdash; How much memory per process does your job need? Must be
* `-l mem=<bytes>` &mdash; How much memory per process does your job need? Must be
an integer followed by M, G, or T to specify Mega, Giga or Terabytes.

* `wd /home/<your_UCL_id>/Scratch/<your_run_directory>` &mdash; Set the working
* `-wd /home/<your_UCL_id>/Scratch/<your_run_directory>` &mdash; Set the working
directory to somewhere in your scratch space.

0 comments on commit c7b43fc

Please sign in to comment.