mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Merge pull request #1318 from paulromano/real8-bugfix
Get rid of MPI_REAL8 in state_point.cpp
This commit is contained in:
commit
49ffda2ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ void write_tally_results_nr(hid_t file_id)
|
|||
} else {
|
||||
// Receive buffer not significant at other processors
|
||||
#ifdef OPENMC_MPI
|
||||
MPI_Reduce(values.data(), nullptr, values.size(), MPI_REAL8, MPI_SUM,
|
||||
MPI_Reduce(values.data(), nullptr, values.size(), MPI_DOUBLE, MPI_SUM,
|
||||
0, mpi::intracomm);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue