Skip to content

Commit

Permalink
[contact_hist_Li-O*.sh, contact_hist_O*-Li.sh]: Update Time and Memor…
Browse files Browse the repository at this point in the history
…y Limits

Update the time and memory limits and the number of requested CPUs.
  • Loading branch information
andthum committed Jul 24, 2023
1 parent 7c93543 commit 2961b05
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions analysis/lintf2_ether/mdt/contact_hist_Li-O.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

#SBATCH --time=2-00:00:00
#SBATCH --time=7-00:00:00
#SBATCH --job-name="mdt_contact_hist_Li-O"
#SBATCH --output="mdt_contact_hist_Li-O_slurm-%j.out"
#SBATCH --nodes=1
#SBATCH --cpus-per-task=2
#SBATCH --mem=1G
#SBATCH --cpus-per-task=1
#SBATCH --mem=512M
# The above options are only default values that can be overwritten by
# command-line arguments

Expand Down
6 changes: 3 additions & 3 deletions analysis/lintf2_ether/mdt/contact_hist_Li-OBT.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

#SBATCH --time=2-00:00:00
#SBATCH --time=3-12:00:00
#SBATCH --job-name="mdt_contact_hist_Li-OBT"
#SBATCH --output="mdt_contact_hist_Li-OBT_slurm-%j.out"
#SBATCH --nodes=1
#SBATCH --cpus-per-task=2
#SBATCH --mem=1G
#SBATCH --cpus-per-task=1
#SBATCH --mem=512M
# The above options are only default values that can be overwritten by
# command-line arguments

Expand Down
6 changes: 3 additions & 3 deletions analysis/lintf2_ether/mdt/contact_hist_Li-OE.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

#SBATCH --time=2-00:00:00
#SBATCH --time=3-12:00:00
#SBATCH --job-name="mdt_contact_hist_Li-OE"
#SBATCH --output="mdt_contact_hist_Li-OE_slurm-%j.out"
#SBATCH --nodes=1
#SBATCH --cpus-per-task=2
#SBATCH --mem=1G
#SBATCH --cpus-per-task=1
#SBATCH --mem=512M
# The above options are only default values that can be overwritten by
# command-line arguments

Expand Down
6 changes: 3 additions & 3 deletions analysis/lintf2_ether/mdt/contact_hist_O-Li.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

#SBATCH --time=2-00:00:00
#SBATCH --time=7-00:00:00
#SBATCH --job-name="mdt_contact_hist_O-Li"
#SBATCH --output="mdt_contact_hist_O-Li_slurm-%j.out"
#SBATCH --nodes=1
#SBATCH --cpus-per-task=2
#SBATCH --mem=1G
#SBATCH --cpus-per-task=1
#SBATCH --mem=512M
# The above options are only default values that can be overwritten by
# command-line arguments

Expand Down
6 changes: 3 additions & 3 deletions analysis/lintf2_ether/mdt/contact_hist_OBT-Li.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

#SBATCH --time=2-00:00:00
#SBATCH --time=3-12:00:00
#SBATCH --job-name="mdt_contact_hist_OBT-Li"
#SBATCH --output="mdt_contact_hist_OBT-Li_slurm-%j.out"
#SBATCH --nodes=1
#SBATCH --cpus-per-task=2
#SBATCH --mem=1G
#SBATCH --cpus-per-task=1
#SBATCH --mem=512M
# The above options are only default values that can be overwritten by
# command-line arguments

Expand Down
6 changes: 3 additions & 3 deletions analysis/lintf2_ether/mdt/contact_hist_OE-Li.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

#SBATCH --time=2-00:00:00
#SBATCH --time=3-12:00:00
#SBATCH --job-name="mdt_contact_hist_OE-Li"
#SBATCH --output="mdt_contact_hist_OE-Li_slurm-%j.out"
#SBATCH --nodes=1
#SBATCH --cpus-per-task=2
#SBATCH --mem=1G
#SBATCH --cpus-per-task=1
#SBATCH --mem=512M
# The above options are only default values that can be overwritten by
# command-line arguments

Expand Down

0 comments on commit 2961b05

Please sign in to comment.