Skip to content

Commit

Permalink
Doubled time-out value of sbatch get-user-env argument to prevent "mo…
Browse files Browse the repository at this point in the history
…dule: command not found errors" on clusters with slower file systems.
  • Loading branch information
pneerincx committed Apr 3, 2019
1 parent 69ace36 commit 7def0eb
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 7def0eb

Please sign in to comment.