mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Swapping MPI and thread args.
This commit is contained in:
parent
03f3d7ac73
commit
9a82c2f76c
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ int openmc_init(int argc, char* argv[], const void* intracomm)
|
|||
if (!settings::LMI && !libMesh::initialized())
|
||||
{
|
||||
#ifdef OPENMC_MPI
|
||||
settings::LMI = std::make_unique<libMesh::LibMeshInit>(argc, argv, n_threads, comm);
|
||||
settings::LMI = std::make_unique<libMesh::LibMeshInit>(argc, argv, comm, n_threads);
|
||||
#else
|
||||
settings::LMI = std::make_unique<libMesh::LibMeshInit>(argc, argv, n_threads);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue