Skip to content

Commit 6201a57

Browse files
authored
Merge pull request #148 from andthum/fix/analysis/lintf2-ether/mdt/slurm-limits
Update Requested Resources of the Slurm Job Scripts `densmap-z_ether.sh` and `lifetime_autocorr_Li-*.sh`
2 parents 80ef1ad + c3f9ef6 commit 6201a57

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

analysis/lintf2_ether/mdt/densmap-z_ether.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
#SBATCH --time=1-00:00:00
3+
#SBATCH --time=5-00:00:00
44
#SBATCH --job-name="mdt_densmap-z_ether"
55
#SBATCH --output="mdt_densmap-z_ether_slurm-%j.out"
66
#SBATCH --nodes=1

analysis/lintf2_ether/mdt/lifetime_autocorr_Li-NTf2.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=7-00:00:00
3+
#SBATCH --time=2-00:00:00
44
#SBATCH --job-name="mdt_lifetime_autocorr_Li-NTf2"
55
#SBATCH --output="mdt_lifetime_autocorr_Li-NTf2_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=2
8-
#SBATCH --mem=12G
8+
#SBATCH --mem=48G
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

analysis/lintf2_ether/mdt/lifetime_autocorr_Li-OBT.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=7-00:00:00
3+
#SBATCH --time=2-00:00:00
44
#SBATCH --job-name="mdt_lifetime_autocorr_Li-OBT"
55
#SBATCH --output="mdt_lifetime_autocorr_Li-OBT_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=2
8-
#SBATCH --mem=16G
8+
#SBATCH --mem=48G
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

analysis/lintf2_ether/mdt/lifetime_autocorr_Li-OE.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=7-00:00:00
3+
#SBATCH --time=2-00:00:00
44
#SBATCH --job-name="mdt_lifetime_autocorr_Li-OE"
55
#SBATCH --output="mdt_lifetime_autocorr_Li-OE_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=2
8-
#SBATCH --mem=20G
8+
#SBATCH --mem=48G
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

analysis/lintf2_ether/mdt/lifetime_autocorr_Li-ether.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=7-00:00:00
3+
#SBATCH --time=2-00:00:00
44
#SBATCH --job-name="mdt_lifetime_autocorr_Li-ether"
55
#SBATCH --output="mdt_lifetime_autocorr_Li-ether_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=2
8-
#SBATCH --mem=12G
8+
#SBATCH --mem=24G
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

0 commit comments

Comments
 (0)