Skip to content

Commit 7439d0b

Browse files
committed
disabled I_MPI_OFFLOAD_IPC as GPUs on entropy are not connected by NvLink
1 parent 07b38a4 commit 7439d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function(add_mp_ctest_impl)
170170
endif()
171171

172172
if(AMC_OFFLOAD OR ENABLE_ISHMEM)
173-
set(extra_mpiflags "-genv;I_MPI_OFFLOAD;1")
173+
set(extra_mpiflags "-genv;I_MPI_OFFLOAD;1;-genv;I_MPI_OFFLOAD_IPC;0")
174174
endif()
175175

176176
if(ENABLE_ISHMEM)

0 commit comments

Comments
 (0)