Skip to content

Commit 8beb73a

Browse files
committed
[densmap-z_*.sh]: Decrease Time And Memory Limit
1 parent b015339 commit 8beb73a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

analysis/lintf2_ether/mdt/densmap-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=1-00:00:00
3+
#SBATCH --time=0-02:00:00
44
#SBATCH --job-name="mdt_densmap-z_Li"
55
#SBATCH --output="mdt_densmap-z_Li_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=1
8-
#SBATCH --mem=8G
8+
#SBATCH --mem=512M
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

analysis/lintf2_ether/mdt/densmap-z_NBT.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=1-00:00:00
3+
#SBATCH --time=0-02:00:00
44
#SBATCH --job-name="mdt_densmap-z_NBT"
55
#SBATCH --output="mdt_densmap-z_NBT_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=1
8-
#SBATCH --mem=8G
8+
#SBATCH --mem=512M
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

analysis/lintf2_ether/mdt/densmap-z_NTf2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#SBATCH --output="mdt_densmap-z_NTf2_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=1
8-
#SBATCH --mem=8G
8+
#SBATCH --mem=512M
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

analysis/lintf2_ether/mdt/densmap-z_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=1-00:00:00
3+
#SBATCH --time=0-02:00:00
44
#SBATCH --job-name="mdt_densmap-z_OBT"
55
#SBATCH --output="mdt_densmap-z_OBT_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=1
8-
#SBATCH --mem=32G
8+
#SBATCH --mem=512M
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

analysis/lintf2_ether/mdt/densmap-z_ether.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#SBATCH --output="mdt_densmap-z_ether_slurm-%j.out"
66
#SBATCH --nodes=1
77
#SBATCH --cpus-per-task=1
8-
#SBATCH --mem=8G
8+
#SBATCH --mem=512M
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

0 commit comments

Comments
 (0)