|
[Sponsors] |
February 1, 2013, 11:40 |
Parallel SU2
|
#1 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear developers,
I am having problems with the parallel usage of SU2. Trying to run the OneraM6 tutorial, in parallel, I get this error: Code:
zampini@pc-zampini:~/Documenti/PhD/SU2/TestCases/euler/oneram6$ parallel_computation.py -f inv_ONERAM6.cfg -p 2 -------------------------------------------------------------------------- mpirun was unable to launch the specified application as it could not access or execute an executable: Executable: /SU2Py/SU2_DDC Node: pc-zampini while attempting to start process rank 0. -------------------------------------------------------------------------- -------------------------------------------------------------------------- mpirun was unable to launch the specified application as it could not access or execute an executable: Executable: /SU2Py/SU2_CFD Node: pc-zampini while attempting to start process rank 0. -------------------------------------------------------------------------- sh: /SU2Py/merge_solution.py: not found zampini@pc-zampini:~/Documenti/PhD/SU2/TestCases/euler/oneram6$ Thanks a lot, Samuele |
|
February 5, 2013, 00:46 |
|
#2 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Could you please try to run SU2_DDC? Does it work?
SU2_DDC should generates the different grids that SU2_CFD uses when running in parallel. SU2_DDC is a serial code that requires metis, but you can compile it with MPI and run it with mpirun. Cheers, Francisco |
|
February 7, 2013, 05:06 |
|
#3 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
The command
Code:
SU2_DDC turb_ONERAM6.cfg Code:
zampini@pc-zampini:~/Documenti/PhD/SU2/TestCases/rans/oneram6$ SU2_DDC turb_ONERAM6.cfg ------------------------------------------------------------------------- | SU2 Suite (Domain Decomposition Code) | ------------------------------------------------------------------------- ------------------------ Physical case definition ----------------------- Input mesh file name: mesh_ONERAM6_turb_hexa.su2 -------------------------- Output information --------------------------- Don't visualize the partitions. ------------------- Config file boundary information -------------------- Navier-Stokes wall boundary marker(s): WING. Far-field boundary marker(s): FARFIELD. Symmetry plane boundary marker(s): SYMMETRY. ---------------------- Read grid file information ----------------------- Three dimensional problem. 43008 interior elements. 46417 points, and 0 ghost points. 3 surface markers. 2560 boundary elements in index 0 (Marker = FARFIELD). 1408 boundary elements in index 1 (Marker = WING). 2688 boundary elements in index 2 (Marker = SYMMETRY). ----------------------- Preprocessing computations ---------------------- Identifying vertices. --------------------------- Read FFD information ------------------------ There is no FFD box definition. Just in case, review the .su2 file ------------------------- Exit Success (SU2_DDC) ------------------------ zampini@pc-zampini:~/Documenti/PhD/SU2/TestCases/rans/oneram6$ Thanks a lot, Samuele |
|
February 7, 2013, 06:23 |
|
#4 |
Senior Member
Cean
Join Date: Feb 2010
Posts: 128
Rep Power: 16 |
just played with DDC and figured out that you have to change the PARTITIONING STRATEGY setting in the CFG file. By default, it is set to 0 partitions.
Code:
% --------------------------- PARTITIONING STRATEGY ---------------------------% % % Number of partitions of the domain NUMBER_PART= 4 % % Write a tecplot/paraview file for each partition (NO, YES) VISUALIZE_PART= YES |
|
February 15, 2013, 21:07 |
|
#5 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Our recommendation is to use the parallel computation script. If not, as Cean pointed out, you should indicate the number of partitions in the config file.
|
|
February 16, 2013, 01:41 |
|
#6 |
Super Moderator
|
I think you have not set the SU2_HOME and SU2_RUN variables. The python script is not able to find the executables. Also make sure you are using the latest code since the python scripts have been updated.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running in parallel | Djub | OpenFOAM Running, Solving & CFD | 3 | January 24, 2013 17:01 |
Welcome to the Stanford University Unstructured (SU2) forum! | economon | SU2 | 0 | January 7, 2013 03:48 |
New SU2 Forum Opened at CFD Online | pete | Site News & Announcements | 0 | January 5, 2013 18:59 |
Script to Run Parallel Jobs in Rocks Cluster | asaha | OpenFOAM Running, Solving & CFD | 12 | July 4, 2012 23:51 |
Parallel Computing Classes at San Diego Supercomputer Center Jan. 20-22 | Amitava Majumdar | Main CFD Forum | 0 | January 5, 1999 13:00 |