Skip to content

Commit

Permalink
Uniform MPI_F08 macro with CP2K
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Jul 7, 2023
1 parent 65c8db9 commit 4deccea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/base/dbcsr_base_uses.f90
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@
#error LIBXSMM v1.8.2 or later is required!
#endif
#endif

! Aliasing __MPI_F08 macro of CP2K to __USE_MPI_F08 macro in DBCSR
#if defined(__parallel) && defined(__MPI_F08)
#define __USE_MPI_F08 1
#endif

0 comments on commit 4deccea

Please sign in to comment.