Skip to content

Commit

Permalink
Fixed module load for wheeler
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfricke committed Sep 19, 2023
1 parent 04c033c commit 6fb052c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wheeler/gcc-11/debug_1node.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#SBATCH --output debug_1node.out
#SBATCH --error debug_1node.err

module load gcc/11.2.0-otgt hpl
module load hpl

export OMP_PROC_BIND=TRUE
export OMP_PLACES=cores
Expand Down
2 changes: 1 addition & 1 deletion wheeler/gcc-11/debug_2nodes.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#SBATCH --output debug_2nodes.out
#SBATCH --error debug_2nodes.err

module load gcc/11.2.0-otgt hpl
module load hpl

export OMP_PROC_BIND=TRUE
export OMP_PLACES=cores
Expand Down

0 comments on commit 6fb052c

Please sign in to comment.