|
[Sponsors] |
March 31, 2010, 05:21 |
star-cd parallel problem
|
#1 |
New Member
goran
Join Date: Sep 2009
Posts: 5
Rep Power: 17 |
Hi Community,
I have some problems when I like to run star in the parallel mode with one node and four cpu's. The mesh has about 2million polyhedrical cells. I start star with the follow command: star -dp -mpi=mpich mypc,4 or star -dp -mpi=hp mypc,4 At first the calculation begins but after some time I get for both cases this message: [ 2 ] ***Received signal 11 - EXITING *** PROCESSOR 2 WILL STOP PROCESS NOW MPI Application rank 1 exited before MPI_Finalize() with status 13 [ 1 ] ***Received signal 15 - EXITING [ 4 ] ***Received signal 15 - EXITING [ 3 ] ***Received signal 15 - EXITING *** PROCESSOR 3 WILL STOP PROCESS NOW *** PROCESSOR 1 WILL STOP PROCESS NOW *** PROCESSOR 4 WILL STOP PROCESS NOW Have you perhaps any idea which can help me? Thank you very much for your help. |
|
April 29, 2010, 11:59 |
|
#2 |
New Member
dn
Join Date: Apr 2010
Posts: 1
Rep Power: 0 |
Hi,moro. I think you should not use this method for parallel. because only one PROCESSOR can get the information. you can try to use batch.
|
|
April 30, 2010, 10:49 |
|
#3 |
New Member
Sameera Wijeyakulasuriya
Join Date: Aug 2009
Posts: 12
Rep Power: 17 |
I don't see you are issuing a decomposing command.
Try star -dp -mpi=mpich -decompmeth=x mypc,4 -decompmeth = x : automatical decomposing -decompmeth = s : using .set file -decompmeth = m: manual, by user Sameera |
|
May 4, 2010, 03:39 |
|
#4 |
New Member
goran
Join Date: Sep 2009
Posts: 5
Rep Power: 17 |
I thought that when i write the star -command without the '-decompmeth', star will used the standard decomposition method: metis
But I don't know, is it really necessary to write? Sorry, but I am a beginner in CFD and have not really experience with star. Thank you for your help. |
|
May 4, 2010, 04:12 |
|
#5 | |
New Member
goran
Join Date: Sep 2009
Posts: 5
Rep Power: 17 |
Quote:
-batch Generate script for submission to batch queueing systems. Thank you very much. |
||
May 4, 2010, 09:31 |
|
#6 |
New Member
Sameera Wijeyakulasuriya
Join Date: Aug 2009
Posts: 12
Rep Power: 17 |
The command I posted before was for parallel computing NOT for Batch mode which requires queuing. You have to specify the command decompmeth for star to do the decomposition.
All these commands are in the Appendices section of the user guide. All the best |
|
May 12, 2010, 20:18 |
|
#7 |
New Member
Tom Keheley
Join Date: May 2010
Location: Washington State, USA
Posts: 18
Rep Power: 16 |
When I submit a job on multiple processors I use the command:
star -dp computername,numberofprocessors so, as example: star -dp star01,4 This has the mpi set to default and the decomp set to default. I find that the default settings work on versions 3.26 and higher. Sometimes if you are trying to decompose a file that is too big (for example you are on a 32 bit system), you may have to decompose in a seperate step; star -decomp,4 (I forget whether the ',' is necessary) Then, to execute do star -dp -nodecomp star01,4 If you are using the same geometry file for another run and only changing the problem file, then you can save a little time using the nodecomp option. Hope this helps, Tom |
|
May 18, 2010, 03:50 |
|
#8 |
New Member
goran
Join Date: Sep 2009
Posts: 5
Rep Power: 17 |
Hi Tom,
At first thank you for your answer. Get it right, that the reason for my mpi problem is that my case is to big? Have I the opportunity to change some parameter in the case.param file during the run of my case in star? Apply star this change directly? Thank you very much |
|
Tags |
parallel computing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with compressible flow in Star CD 3.26 | suresh | Siemens | 0 | February 17, 2009 02:02 |
problem with parallel computation | Jinhwi, Lee | Siemens | 0 | January 20, 2009 03:23 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |
cfx4 parallel sover Problem!! HELP | Richard.A | CFX | 2 | August 3, 2002 04:54 |
Parallel STAR version | Michael Schmid | Siemens | 1 | November 7, 2001 10:41 |