Skip to content

Commit

Permalink
modified buld script for Frontier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Srivastava committed Nov 1, 2024
1 parent 41d1da3 commit ce96feb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions exec/compressible_stag/build_frontier_101324.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/bash

## load necessary modules
module load craype-accel-amd-gfx90a
module load rocm
module load cray-mpich
module load cce # must be loaded after rocm
module load cray-fftw
module load rocm/5.7.1

# GPU-aware MPI
export MPICH_GPU_SUPPORT_ENABLED=1
Expand All @@ -21,4 +17,4 @@ export CFLAGS="-I${ROCM_PATH}/include"
export CXXFLAGS="-I${ROCM_PATH}/include -Wno-pass-failed"
export LDFLAGS="-L${ROCM_PATH}/lib -lamdhip64 ${PE_MPICH_GTL_DIR_amd_gfx90a} -lmpi_gtl_hsa"

make -j8 USE_HIP=TRUE DO_TURB=TRUE MAX_SPEC=2 USE_HEFFTE_ROCFFT=FALSE USE_ASSERTION=TRUE
make -j8 USE_HIP=TRUE DO_TURB=TRUE MAX_SPEC=2 USE_FFT=TRUE USE_ASSERTION=TRUE

0 comments on commit ce96feb

Please sign in to comment.