Skip to content

Commit

Permalink
update slurm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmse committed Aug 7, 2023
1 parent 4a51795 commit 1c61f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/scripts/julia_mpi.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#SBATCH --job-name=parallelTest1
#SBATCH --output=parallelTest1_%A.out
#SBATCH --error=parallelTest1_%A.err
#SBATCH --nodes=2 #Number of nodes
#SBATCH --ntasks-per-node=40 #Number of cores per node
#SBATCH --nodes=8 #Number of nodes
#SBATCH --ntasks-per-node=1 #Number of cores per node

# Load Julia environment
module load julia
Expand Down

0 comments on commit 1c61f03

Please sign in to comment.