Skip to content

Commit

Permalink
Fix the qsub command
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinarmtb committed Sep 16, 2017
1 parent 4f6047b commit 0b86684
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Empty file modified go.sh
100755 → 100644
Empty file.
Empty file modified jobscripts/submit.cori.haswell
100755 → 100644
Empty file.
Empty file modified jobscripts/submit.cori.knl
100755 → 100644
Empty file.
Empty file modified jobscripts/submit.edison
100755 → 100644
Empty file.
Empty file modified jobscripts/submit.linux
100755 → 100644
Empty file.
Empty file modified jobscripts/submit.theta
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion machines/bgq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nb_arg3=32
nb_arg4=
nb_nnodes=$(( nb_np/nb_arg3 ))
NB_RUN_CMD="qsub -n $nb_nnodes -q default -t 60 --mode script"
NB_RUN_CMD="qsub -n $nb_nnodes -q default -t 60 -A ATPESC2017 --mode script"
Empty file modified makeneks/makenek.bgq
100755 → 100644
Empty file.
Empty file modified makeneks/makenek.cori.haswell
100755 → 100644
Empty file.
Empty file modified makeneks/makenek.cori.knl
100755 → 100644
Empty file.
Empty file modified makeneks/makenek.edison
100755 → 100644
Empty file.
Empty file modified makeneks/makenek.linux
100755 → 100644
Empty file.
Empty file modified makeneks/makenek.theta
100755 → 100644
Empty file.

0 comments on commit 0b86684

Please sign in to comment.