Closed psharda closed 1 year ago
Should also add a setonix.profile for Setonix CPUs:
#!/bin/bash
source /opt/cray/pe/cpe/23.03/restore_lmod_system_defaults.sh
module load cmake/3.24.3
module load cray-mpich
module load cce/15.0.1
module load cray-hdf5
module load cray-python/3.9.13.1
# GPU-aware MPI
export MPICH_GPU_SUPPORT_ENABLED=0
# allow CMake to find Ascent
export Ascent_DIR=/software/projects/pawsey0807/bwibking/ascent_06082023/install/ascent-develop/lib/cmake/ascent/
# compiler environment hints
export CC=$(which cc)
export CXX=$(which CC)
export FC=$(which ftn)
export CFLAGS="-I${ROCM_PATH}/include"
export CXXFLAGS="-I${ROCM_PATH}/include"
Closes by #399
Will add this script below in a PR (opening this issue now to remember later):