Skip to content

Commit f123623

Browse files
committed
Allow rdma_mpi under OpenMP offload: the checker gate predates the OMP host-data macro
1 parent 03b6c27 commit f123623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_checker.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ contains
130130
!> Checks constraints on compiler options
131131
impure subroutine s_check_inputs_compilers
132132
133-
#if !defined(MFC_OpenACC) && !(defined(__PGI) || defined(_CRAYFTN))
133+
#if !defined(MFC_OpenACC) && !defined(MFC_OpenMP) && !(defined(__PGI) || defined(_CRAYFTN))
134134
@:PROHIBIT(rdma_mpi, "Unsupported value of rdma_mpi for the current compiler")
135135
#endif
136136

0 commit comments

Comments
 (0)