Skip to content

Commit

Permalink
changed the documentation for slurm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
leobrowning92 committed May 3, 2018
1 parent 1bc4a62 commit 836f96b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion slurm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

for single measurements run

./subpy.sh measurenet.sh
subpy -P 32 measurenet.sh

where the measurement parameters are set in `measurenet.sh`

Expand Down
4 changes: 2 additions & 2 deletions slurm/subpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ usage()
{
cat <<EOF
subpy - Leo's submission script pared down from Mathhias' `sub` to handle only bash script submission.
subpy - Leo's submission script pared down from Mathhias' script to handle only bash script submission.
Syntax:
sub [-t <time>] [-P <cpunr>] [-m <memory>] [-d <disk>] [-n <node>] <filename.com>
subpy [-t <time>] [-P <cpunr>] [-m <memory>] [-d <disk>] [-n <node>] <filename.com>
<time> Job time in hh:mm:ss (Default $time).
<cpunr> Request a parallel job running on <cpunr> CPUs (Default $cpunr).
Expand Down

0 comments on commit 836f96b

Please sign in to comment.