Skip to content

Commit e59c7ab

Browse files
committed
[discrete-z_Li.sh]: Increase Memory and Decrease Time Limits
1 parent 7831a1e commit e59c7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/lintf2_ether/mdt/discrete-z_Li.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

3-
#SBATCH --time=2-00:00:00
3+
#SBATCH --time=0-02:00:00
44
#SBATCH --job-name="mdt_discrete-z_Li"
55
#SBATCH --output="mdt_discrete-z_Li_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=1
8-
#SBATCH --mem=2G
8+
#SBATCH --mem=12G
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

0 commit comments

Comments
 (0)