You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi not sure if this is an SU2 issue or an MPI implementation issue. I noticed that if I compile with OpenMPI, if I have a stray keyword in my .cfg file, attempting to run SU2 will exit the job and report the unrecognised keyword. When I try the same file with Intel MPI, it dumps the following:
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 145
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 9
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 105
SU2_CFD failed with retcode 1
Is there some kind of compilation flag I need to set to get the error from SU2 to pass to MPI? Or is this something else?
Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi not sure if this is an SU2 issue or an MPI implementation issue. I noticed that if I compile with OpenMPI, if I have a stray keyword in my .cfg file, attempting to run SU2 will exit the job and report the unrecognised keyword. When I try the same file with Intel MPI, it dumps the following:
Is there some kind of compilation flag I need to set to get the error from SU2 to pass to MPI? Or is this something else?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions