Skip to content

Commit

Permalink
Update sbatch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
debe-kevin committed Jul 4, 2023
1 parent 837aedd commit 3a5861c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sbatch_fig4and3.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
#SBATCH --ntasks-per-node= XXX ###number of cores per CPU
#SBATCH --contiguous # Ensure that all of the cores are on the same Infiniband network, adjust if necessary
#SBATCH --time=08:00:00
#SBATCH --partition= XXXX ###partition name
#SBATCH --account= XXXX ###your account name
Expand Down
1 change: 1 addition & 0 deletions sbatch_fig5A.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
#SBATCH --ntasks-per-node= XXX ###number of cores per CPU
#SBATCH --contiguous # Ensure that all of the cores are on the same Infiniband network, adjust if necessary
#SBATCH --time=08:00:00
#SBATCH --partition= XXXX ###partition name
#SBATCH --account= XXXX ###your account name
Expand Down
1 change: 1 addition & 0 deletions sbatch_fig5B.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
#SBATCH --ntasks-per-node= XXX ###number of cores per CPU
#SBATCH --contiguous # Ensure that all of the cores are on the same Infiniband network, adjust if necessary
#SBATCH --time=08:00:00
#SBATCH --partition= XXXX ###partition name
#SBATCH --account= XXXX ###your account name
Expand Down

0 comments on commit 3a5861c

Please sign in to comment.