|
[Sponsors] |
April 8, 2014, 05:52 |
SU2 MPI Error 133 [Solved]
|
#1 |
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Hello guys.
I tried running Onera M6 (Tutorial 2) on a cluster and got an error n#133 which was: Code:
mpirun was unable to launch the specified application as it could not find an executable: Code:
export SU2_RUN="/scratch/ramos/su2mpi/bin" export PYTHONPATH="${PYTHONPATH}:/scratch/ramos/su2mpi/bin/SU2/run" time /scratch/ramos/python2.7/bin/python /scratch/ramos/su2mpi/bin/parallel_computation.py -f inv_ONERAM6.cfg -p 8 -d 8 Traceback (most recent call last): File "/scratch/ramos/su2mpi/bin/parallel_computation.py", line 113, in <module> main() File "/scratch/ramos/su2mpi/bin/parallel_computation.py", line 58, in main options.divide_grid ) File "/scratch/ramos/su2mpi/bin/parallel_computation.py", line 90, in parallel_computation info = SU2.run.CFD(config) File "/scratch/ramos/su2mpi/bin/SU2/run/interface.py", line 93, in CFD run_command( the_Command ) File "/scratch/ramos/su2mpi/bin/SU2/run/interface.py", line 279, in run_command raise Exception , message Exception: Path = /scratch/ramos/su2tests/oneram6v1/, Command = mpirun -np 8 - machinefile hosts /scratch/ramos/su2mpi/bin/SU2_CFD config_CFD.cfg SU2 process returned error '133' -------------------------------------------------------------------------- mpirun was unable to launch the specified application as it could not find an executable: Executable: - Node: puma47 while attempting to start process rank 0. -------------------------------------------------------------------------- thanks! Edit: Problem solved! Last edited by CrashLaker; April 9, 2014 at 08:31. |
|
April 8, 2014, 14:49 |
|
#2 |
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Edit. post on wrong thread..
Last edited by CrashLaker; April 8, 2014 at 16:31. |
|
April 8, 2014, 18:12 |
|
#3 |
New Member
Join Date: Dec 2011
Posts: 22
Rep Power: 15 |
Hello Carlos,
In your run command it looks as though you've included a machinefile. This is not the default behavior of this script; have you modified it? Anyway, the problem is that there is a space between the - and the machine file. The corrected command is: mpirun -np 8 -machinefile hosts /scratch/ramos/su2mpi/bin/SU2_CFD config_CFD.cfg You can run this command directly (in the directory containing the file hosts) or repair the python script. Cheers! Aniket |
|
April 8, 2014, 18:47 |
|
#4 |
New Member
Luis Manrique
Join Date: Apr 2014
Posts: 1
Rep Power: 0 |
delete this reply!
|
|
April 9, 2014, 07:52 |
|
#5 | |
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Quote:
Thanks for your reply! There's indeed a space between "-" and machinefile. But when I go to the file where I've edited it appears correct: Code:
mpi_Command = 'mpirun -np %i -machinefile hosts %s' |
||
April 9, 2014, 08:30 |
|
#6 |
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Hello. I don't what exactly happened but I rewrote the same line and it worked like a glove.
Thanks Aniket! Problem solved! Edit1: Actually a mate seeing this edited the file for me haha. Thanks guys! |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mpirun, best parameters | pablodecastillo | Hardware | 18 | November 10, 2016 13:36 |
SU2 compilation with MPI option | vinz | SU2 Installation | 5 | March 7, 2013 04:02 |
Welcome to the Stanford University Unstructured (SU2) forum! | economon | SU2 | 0 | January 7, 2013 03:48 |
Error using LaunderGibsonRSTM on SGI ALTIX 4700 | jaswi | OpenFOAM | 2 | April 29, 2008 11:54 |
Is Testsuite on the way or not | lakeat | OpenFOAM Installation | 6 | April 28, 2008 12:12 |