mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fix compiling without MPI
This commit is contained in:
parent
1494862a16
commit
78e4c01dbc
1 changed files with 2 additions and 0 deletions
|
|
@ -1,9 +1,11 @@
|
|||
module message_passing
|
||||
|
||||
#ifdef MPI
|
||||
#ifdef MPIF08
|
||||
use mpi_f08
|
||||
#else
|
||||
use mpi
|
||||
#endif
|
||||
#endif
|
||||
|
||||
end module message_passing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue