MPI error out of box #2344
bookreader
started this conversation in
General
Replies: 2 comments
-
When the code is compiled with mpi it tries to initialize it even when running on a single core. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi SU2 friends,
I am new to SU2.
I git cloned SU2 from git repository: https://github.com/su2code/SU2
I have also tried SU2 8.0.1
I did
./meson.py build
sudo ./ninja -C build install
When I run
SU2_CFD inv_NACA0012.cfg
in QuickStart folder, I got this error:
*** An error occurred in MPI_Win_create
*** reported by process [3211657217,0]
*** on communicator MPI_COMM_WORLD
*** MPI_ERR_WIN: invalid window
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
Since I did not build with -Dcustom-mpi=true -Dextra-deps=mpich
I assume when I run SU2_CFD mpi will not be involved.
Why am I getting MPI related errors?
How can I run the QuickStart without getting these errors?
Thanks very much!
Beta Was this translation helpful? Give feedback.
All reactions