Skip to content

Commit

Permalink
Merge pull request #249 from pneerincx/master
Browse files Browse the repository at this point in the history
Doubled time-out value of sbatch get-user-env argument
  • Loading branch information
RoanKanninga authored Apr 3, 2019
2 parents 69ace36 + 7def0eb commit 4018a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/slurm/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#SBATCH --mem ${mem}
#SBATCH --open-mode=append
#SBATCH --export=NONE
#SBATCH --get-user-env=30L
#SBATCH --get-user-env=60L

set -e
set -u
Expand Down
2 changes: 1 addition & 1 deletion templates/slurm/header_tnt.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#SBATCH --mem ${mem}
#SBATCH --open-mode=append
#SBATCH --export=NONE
#SBATCH --get-user-env=30L
#SBATCH --get-user-env=60L

set -e
set -u
Expand Down

0 comments on commit 4018a9c

Please sign in to comment.