Segmentation fault #2116
Replies: 7 comments
-
I've also asked on OpenMPI mail-list and they said "Can you or they provide a small, simple MPI application that replicates the issue? That would be something we could dig into and investigate." |
Beta Was this translation helpful? Give feedback.
-
So the solver runs ok but then crashes when it get to writing the output files? |
Beta Was this translation helpful? Give feedback.
-
@pcarruscag It crashes when it get to writing the output files. Where can I try VOLUME_OUTPUT, in config file? |
Beta Was this translation helpful? Give feedback.
-
Yes in the config, it's OUTPUT_FILES= RESTART_ASCII sorry |
Beta Was this translation helpful? Give feedback.
-
I've just run with your command, output is: |
Beta Was this translation helpful? Give feedback.
-
Ok so the other parts of MPI are working fine but file operations are having some issue. |
Beta Was this translation helpful? Give feedback.
-
@pcarruscag Sorry for late reply. |
Beta Was this translation helpful? Give feedback.
-
Discussed in #2101
Originally posted by albenstein July 26, 2023
If this is a general question or difficulty building/using the code, please open a "Discussion" instead.
Describe the bug
Give a clear and concise description of what the bug is and what you expect the behavior to be instead. Please provide enough instructions and data for a developer to reproduce the problem (config, mesh, commands, etc.). Please provide the smallest working example that reproduces the problem.
Bug report checklist
Please make sure that you have followed the checklist below, many common problems can be solved by:
Desktop (please complete the following information):
When I use SU2 with QuickStart config file with OpenMPI, it gives error like in attached file.
Command is:
mpirun -np 8 --allow-run-as-root SU2_CFD inv_NACA0012.cfg
segmentation_fault.txt
Beta Was this translation helpful? Give feedback.
All reactions