Typo for enable MPI compile definition in src/CMakeLists.txt
akhilred36 opened this issue · 1 comments
akhilred36 commented
compile definition should be
target_compile_definitions(ExaMiniMD PRIVATE EXAMINIMD_ENABLE_MPI)
, but currently is
target_compile_definitions(ExaMiniMD PRIVATE EXAMIND_ENABLE_MPI)
stanmoore1 commented
@akhilred36 thanks for reporting.