mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Update ifdef for MPI F08
This commit is contained in:
parent
9245228d2f
commit
cb076c8e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ contains
|
|||
integer :: count_per_filter ! number of result values for one filter bin
|
||||
integer(8) :: temp
|
||||
real(8) :: tempr(3) ! temporary array for communication
|
||||
#ifdef MPIF08
|
||||
#ifdef OPENMC_MPIF08
|
||||
type(MPI_Datatype) :: result_block
|
||||
#else
|
||||
integer :: result_block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue