Skip to content

Commit

Permalink
symlink, clarified some sbatch args
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans committed Mar 6, 2017
1 parent 48fb8c7 commit 109c5f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions dSQ
8 changes: 4 additions & 4 deletions dSQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
--mail-user=user who to send email notification for job state
changes
-p, --partition=partition partition requested
-N, --nodes=N number of nodes on which to run (N = min[-max])
-N, --nodes=N number of nodes on which to run each task
--ntasks-per-node=n number of tasks to invoke on each node
--ntasks-per-core=n number of tasks to invoke on each core
-c, --cpus-per-task=ncpus number of cores required per task
--mincpus=n minimum number of cores per node
--mem=MB amount of memory for whole job
--mem-per-cpu=MB amount of memory per allocated cpu required.
--mem >= --mem-per-cpu if --mem is specified.
--mem=MB amount of memory to request per node
--mem-per-cpu=MB amount of memory per allocated cpu
--mem >= --mem-per-cpu if --mem is specified.
""".format(__version__)

#helper functions for array range formatting
Expand Down

0 comments on commit 109c5f8

Please sign in to comment.