Skip to content

Commit

Permalink
update setonix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Sep 5, 2023
1 parent 1b5d55d commit 2a119df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 40 deletions.
3 changes: 1 addition & 2 deletions scripts/setonix-1node.submit
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
#SBATCH --exclusive
#SBATCH --ntasks-per-node=8
#SBATCH --gpus-per-node=8
#SBATCH --cpus-per-task=8
##SBATCH --core-spec=8
#SBATCH -N 1

# load modules
module load craype-accel-amd-gfx90a
module load rocm/5.4.3
module load rocm/5.2.3

# workaround no longer needed for AMReX 23.07+
#export FI_MR_CACHE_MAX_COUNT=0 # libfabric disable caching
Expand Down
3 changes: 1 addition & 2 deletions scripts/setonix-64nodes.submit
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
#SBATCH --exclusive
#SBATCH --ntasks-per-node=8
#SBATCH --gpus-per-node=8
#SBATCH --cpus-per-task=8
##SBATCH --core-spec=8
#SBATCH -N 64

# load modules
module load craype-accel-amd-gfx90a
module load rocm/5.4.3
module load rocm/5.2.3

# workaround no longer needed for AMReX 23.07+
#export FI_MR_CACHE_MAX_COUNT=0 # libfabric disable caching
Expand Down
3 changes: 1 addition & 2 deletions scripts/setonix-8nodes.submit
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
#SBATCH --exclusive
#SBATCH --ntasks-per-node=8
#SBATCH --gpus-per-node=8
#SBATCH --cpus-per-task=8
##SBATCH --core-spec=8
#SBATCH -N 8

# load modules
module load craype-accel-amd-gfx90a
module load rocm/5.4.3
module load rocm/5.2.3

# workaround no longer needed for AMReX 23.07+
#export FI_MR_CACHE_MAX_COUNT=0 # libfabric disable caching
Expand Down
30 changes: 0 additions & 30 deletions scripts/setonix-rocm5.3.0.profile

This file was deleted.

8 changes: 4 additions & 4 deletions scripts/setonix.profile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

source /opt/cray/pe/cpe/22.09/restore_lmod_system_defaults.sh
source /opt/cray/pe/cpe/23.03/restore_lmod_system_defaults.sh

module load cmake/3.21.4
#module load cmake/3.21.4
module load craype-accel-amd-gfx90a
module load rocm/5.0.2
module load rocm/5.2.3
module load cray-mpich
module load cce/14.0.3
module load cce/15.0.1
module load cray-hdf5
module load cray-python/3.9.13.1

Expand Down

0 comments on commit 2a119df

Please sign in to comment.