CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

SU2 MPI Error 133

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 8, 2014, 04:52
Default SU2 MPI Error 133 [Solved]
  #1
Member
 
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12
CrashLaker is on a distinguished road
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:
This is what it echoed:
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.
--------------------------------------------------------------------------
Do you know what might be the cause?

thanks!

Edit: Problem solved!

Last edited by CrashLaker; April 9, 2014 at 07:31.
CrashLaker is offline   Reply With Quote

Old   April 8, 2014, 13:49
Default
  #2
Member
 
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12
CrashLaker is on a distinguished road
Edit. post on wrong thread..

Last edited by CrashLaker; April 8, 2014 at 15:31.
CrashLaker is offline   Reply With Quote

Old   April 8, 2014, 17:12
Default
  #3
New Member
 
Join Date: Dec 2011
Posts: 22
Rep Power: 14
aniketaranake is on a distinguished road
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
aniketaranake is offline   Reply With Quote

Old   April 8, 2014, 17:47
Default
  #4
New Member
 
Luis Manrique
Join Date: Apr 2014
Posts: 1
Rep Power: 0
lmanrique is on a distinguished road
delete this reply!
lmanrique is offline   Reply With Quote

Old   April 9, 2014, 06:52
Default
  #5
Member
 
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12
CrashLaker is on a distinguished road
Quote:
Originally Posted by aniketaranake View Post
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
Hello Aniket!

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'
But the report print is wrong wth
CrashLaker is offline   Reply With Quote

Old   April 9, 2014, 07:30
Default
  #6
Member
 
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12
CrashLaker is on a distinguished road
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!
CrashLaker is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mpirun, best parameters pablodecastillo Hardware 18 November 10, 2016 12:36
SU2 compilation with MPI option vinz SU2 Installation 5 March 7, 2013 03:02
Welcome to the Stanford University Unstructured (SU2) forum! economon SU2 0 January 7, 2013 02:48
Error using LaunderGibsonRSTM on SGI ALTIX 4700 jaswi OpenFOAM 2 April 29, 2008 10:54
Is Testsuite on the way or not lakeat OpenFOAM Installation 6 April 28, 2008 11:12


All times are GMT -4. The time now is 18:21.