|
[Sponsors] |
April 10, 2014, 12:04 |
Error while calling MPI_Barrier
|
#1 | ||
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Hello guys!
I've managed to successfully run in 1 node consuming up to 2 processes. Quote:
Quote:
Code:
---------------------- Read grid file information ----------------------- Three dimensional problem. 582752 interior elements. Traceback (most recent call last): File "/opt/su2v2/bin/parallel_computation.py", line 113, in <module> main() File "/opt/su2v2/bin/parallel_computation.py", line 58, in main options.divide_grid ) File "/opt/su2v2/bin/parallel_computation.py", line 81, in parallel_computation info = SU2.run.decompose(config) File "/opt/su2v2/bin/SU2/run/decompose.py", line 66, in decompose SU2_DDC(konfig) File "/opt/su2v2/bin/SU2/run/interface.py", line 73, in DDC run_command( the_Command ) File "/opt/su2v2/bin/SU2/run/interface.py", line 279, in run_command raise Exception , message Exception: Path = /root/oneram6v2/, Command = mpirun -np 12 -machinefile hosts /opt/su2v2/bin/SU2_DDC config_DDC.cfg SU2 process returned error '1' Fatal error in PMPI_Barrier: A process has failed, error stack: PMPI_Barrier(428)...............: MPI_Barrier(MPI_COMM_WORLD) failed MPIR_Barrier_impl(335)..........: Failure during collective MPIR_Barrier_impl(328)..........: MPIR_Barrier(292)...............: MPIR_Barrier_intra(149).........: barrier_smp_intra(94)...........: MPIR_Barrier_impl(335)..........: Failure during collective MPIR_Barrier_impl(328)..........: MPIR_Barrier(292)...............: MPIR_Barrier_intra(169).........: MPIDI_CH3U_Recvq_FDU_or_AEP(630): Communication error with rank 0 barrier_smp_intra(109)..........: MPIR_Bcast_impl(1458)...........: MPIR_Bcast(1482)................: MPIR_Bcast_intra(1291)..........: MPIR_Bcast_binomial(309)........: Failure during collective Fatal error in PMPI_Barrier: Other MPI error, error stack: PMPI_Barrier(428).......: MPI_Barrier(MPI_COMM_WORLD) failed MPIR_Barrier_impl(335)..: Failure during collective MPIR_Barrier_impl(328)..: MPIR_Barrier(292).......: MPIR_Barrier_intra(149).: barrier_smp_intra(109)..: MPIR_Bcast_impl(1458)...: MPIR_Bcast(1482)........: MPIR_Bcast_intra(1291)..: MPIR_Bcast_binomial(309): Failure during collective |
|||
April 10, 2014, 16:55 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi,
Can you please share the compiler/MPI type and versions that you are using? Also, can you try to call SU2_DDC as a stand alone module with something like: mpirun -np 8 SU2_DDC inv_ONERAM6.cfg to verify whether there is a problem on the Python side or on the C++ side? T |
|
April 10, 2014, 17:02 |
|
#3 | ||
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Quote:
Im using Metis 5.0.2 along with OMPI 1.4. I get the same error calling mpirun directly. So it's a C++ problem. Quote:
|
|||
April 10, 2014, 18:17 |
|
#4 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
||
April 10, 2014, 22:32 |
|
#5 | ||
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Quote:
Same thing Quote:
|
|||
April 10, 2014, 22:36 |
|
#6 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hmm.. can you share the options that you sent to the configure process? And does this happen for every test case that you run in parallel?
|
|
April 10, 2014, 22:38 |
|
#7 | ||
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Quote:
Quote:
|
|||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calling zone name, zone id and total pressure from Fluent scheme to UDF | kuldip | Fluent UDF and Scheme Programming | 2 | October 6, 2014 01:23 |
Changing viewfactor Model and use the changed my model by calling "mySolver" | FabianF | OpenFOAM Programming & Development | 2 | January 14, 2014 12:25 |
Calling Fluent from IDL. Help! | justinclouds | FLUENT | 0 | May 19, 2013 19:37 |
Udf calling into Fluent | coolengineer | Fluent UDF and Scheme Programming | 2 | April 26, 2009 12:16 |
calling the iteration value | D Harvey | FLUENT | 0 | July 12, 2004 01:08 |