Skip to content

Commit

Permalink
Use flux instead of srun on tioga
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Jan 24, 2023
1 parent 718f1d0 commit 7a058c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host-configs/[email protected]_hip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ set(MPI_CXX_COMPILER "/usr/tce/packages/cray-mpich-tce/cray-mpich-8.1.16-rocmcc-

set(MPI_Fortran_COMPILER "/usr/tce/packages/cray-mpich-tce/cray-mpich-8.1.16-rocmcc-5.2.3/bin/mpif90" CACHE PATH "")

set(MPIEXEC_EXECUTABLE "/usr/bin/srun" CACHE PATH "")
set(MPIEXEC_EXECUTABLE "/usr/bin/flux" CACHE PATH "")

set(MPIEXEC_NUMPROC_FLAG "-n" CACHE STRING "")
set(MPIEXEC_NUMPROC_FLAG "mini;run;-n" CACHE STRING "")

set(ENABLE_MPI ON CACHE BOOL "")

Expand Down

0 comments on commit 7a058c3

Please sign in to comment.