Skip to content

Commit 9ae8e04

Browse files
author
Fariborz Daneshvar
committed
increase timelimits of mesh and prep to 1 hour
1 parent d172802 commit 9ae8e04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stormworkflow/slurm/mesh.sbatch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#SBATCH --parsable
33
#SBATCH --exclusive
4-
#SBATCH --time=00:30:00
4+
#SBATCH --time=01:00:00
55
#SBATCH --nodes=1
66

77
set -ex

stormworkflow/slurm/prep.sbatch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#SBATCH --parsable
33
#SBATCH --exclusive
4-
#SBATCH --time=00:30:00
4+
#SBATCH --time=01:00:00
55
#SBATCH --nodes=1
66

77
set -ex

0 commit comments

Comments
 (0)