|
[Sponsors] |
Errors when attempt to run parallel computation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 19, 2015, 10:29 |
Errors when attempt to run parallel computation
|
#1 |
New Member
Yan Bochao
Join Date: Aug 2014
Posts: 14
Rep Power: 12 |
Again, the serial computation is always good. But errors happens to come out with MPI. Below is the error:
mpirun noticed that process rank 1 with PID 56732 on node yan-virtual-machine exited on signal 11 (Segmentation fault). -------------------------------------------------------------------------- Traceback (most recent call last): File "/home/yan/Downloads/su2/bin/parallel_computation.py", line 110, in <module> main() File "/home/yan/Downloads/su2/bin/parallel_computation.py", line 61, in main options.compute ) File "/home/yan/Downloads/su2/bin/parallel_computation.py", line 88, in parallel_computation info = SU2.run.CFD(config) File "/home/yan/Downloads/su2/bin/SU2/run/interface.py", line 88, in CFD run_command( the_Command ) File "/home/yan/Downloads/su2/bin/SU2/run/interface.py", line 276, in run_command raise exception , message RuntimeError: Path = /home/yan/Downloads/su2/bin/, Command = mpirun -n 2 /home/yan/Downloads/su2/bin/SU2_CFD config_CFD.cfg SU2 process returned error '139' [yan-virtual-machine:56732] *** Process received signal *** [yan-virtual-machine:56732] Signal: Segmentation fault (11) [yan-virtual-machine:56732] Signal code: Address not mapped (1) [yan-virtual-machine:56732] Failing at address: 0xf4 [yan-virtual-machine:56732] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7f2b99b93340] [yan-virtual-machine:56732] [ 1] /home/yan/Downloads/su2/bin/SU2_CFD[0x87c94e] [yan-virtual-machine:56732] [ 2] /home/yan/Downloads/su2/bin/SU2_CFD[0x5b1b89] [yan-virtual-machine:56732] [ 3] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f2b997dfec5] [yan-virtual-machine:56732] [ 4] /home/yan/Downloads/su2/bin/SU2_CFD[0x69218b] [yan-virtual-machine:56732] *** End of error message *** |
|
May 12, 2015, 17:54 |
|
#2 |
New Member
David Manosalvas-Kjono
Join Date: Feb 2014
Posts: 25
Rep Power: 12 |
wruudf,
Can you make sure that the code has been compiled correctly with mpi? for a guide on how to do this, please go to: https://github.com/su2code/SU2/wiki/Build-from-Source Cheers, David |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[mesh manipulation] Cannot get refineMesh to run in parallel | smschnob | OpenFOAM Meshing & Mesh Conversion | 2 | June 3, 2014 12:20 |
SnappyHexMesh OF-1.6-ext crashes on a parallel run | norman1981 | OpenFOAM Bugs | 5 | December 7, 2011 13:48 |
poor performance at massive parallel run using SGI cluster | matthias | OpenFOAM Running, Solving & CFD | 8 | October 21, 2011 09:24 |
'Finalising parallel run' errors | lordvon | OpenFOAM | 1 | October 30, 2010 07:56 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |