Skip to content

Commit

Permalink
Fix MPI_F08 in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored and oschuett committed Oct 21, 2023
1 parent d66e3bd commit b85a701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ target_compile_definitions(
cp2k
PUBLIC $<$<BOOL:${CP2K_USE_MPI}>:__parallel>
$<$<BOOL:${CP2K_USE_MPI}>:__SCALAPACK>
$<$<BOOL:${CP2K_USE_F08_MPI}>:__MPI_08>
$<$<BOOL:${CP2K_USE_F08_MPI}>:__MPI_F08>
__COMPILE_DATE=\"${CP2K_TIMESTAMP}\"
__COMPILE_HOST=\"${CP2K_HOST_NAME}\"
__COMPILE_REVISION=\"${CP2K_GIT_HASH}\"
Expand Down

0 comments on commit b85a701

Please sign in to comment.