|
[Sponsors] |
October 9, 2012, 16:58 |
Parallel Solver
|
#1 |
New Member
Ismael
Join Date: Oct 2012
Posts: 2
Rep Power: 0 |
Hi,
I would like to know, how can I run the Phoenics with all core in the same processor? Any advice would be greatly appreciated. Ismael |
|
October 9, 2012, 23:17 |
|
#2 |
New Member
T.Z
Join Date: Jun 2012
Location: Singapore
Posts: 3
Rep Power: 14 |
It denpends on your license type. You can contact your vendor.
|
|
October 10, 2012, 15:05 |
|
#3 |
New Member
Alexey Ginevsky
Join Date: Oct 2010
Location: Moscow
Posts: 6
Rep Power: 16 |
You need to be sure that you have parallel licence. If you can run parallel PHOENICS then you should install MPICH2 and use following line, for example for 2 processes:
%MPICH2%\bin\mpiexec.exe -np 2 -localroot -channel auto %phoenics%\d_earth\d_windf\earexe.exe -par %MPICH2% and %phoenics% should be correct paths to MPICH2 and PHOENICS on your PC. |
|
November 26, 2012, 12:02 |
|
#4 |
Member
Roman Gobitz-Pfeifer
Join Date: Dec 2009
Location: Stuttgart
Posts: 83
Rep Power: 17 |
hi,
I tried to start phoenics in parallel using a batch file. I want to use 4 processors but I'm alway getting an error telling me: 'c:\program' is not recognized as an internal or external command this is how my batch file looks like: cd c:\project\case1 C:\Program Files\MPICH2\bin\mpiexec.exe -np 4 -localroot -channel auto C:\phoenics\D_SATELL\d_windf\satexe.exe f C:\phoenics\D_EARTH\d_windf\earexe.exe -par Does anybody knows how to fix this problem? MPICH2 is installed proper and my license file is for 4 processors. cheers wikie |
|
November 27, 2012, 03:24 |
|
#5 |
Senior Member
Rami Ben-Zvi
Join Date: Mar 2009
Posts: 155
Rep Power: 17 |
Hi Wikie,
It could be due to the blank in C:\Program Files. Try using quotation marks: "C:\Program Files\MPICH2\bin\mpiexec.exe -np 4 -localroot -channel auto" Rami
|
|
November 28, 2012, 14:36 |
|
#6 |
New Member
Alexey Ginevsky
Join Date: Oct 2010
Location: Moscow
Posts: 6
Rep Power: 16 |
Hi Wikie,
Change your batch file as cd c:\project\case1 C:\phoenics\D_SATELL\d_windf\satexe.exe f "C:\Program Files\MPICH2\bin\mpiexec.exe" -np 4 -localroot -channel auto C:\phoenics\D_EARTH\d_windf\earexe.exe -par |
|
November 29, 2012, 03:12 |
|
#7 |
Member
Roman Gobitz-Pfeifer
Join Date: Dec 2009
Location: Stuttgart
Posts: 83
Rep Power: 17 |
Hi Algin,
thanks, you solved my problem. Now it's running perfect cheers wikie |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
IcePak network objects in parallel solver | Alexey | FLUENT | 1 | December 25, 2013 09:32 |
subsetMotion solver in parallel | WiWo | OpenFOAM | 0 | March 21, 2012 11:21 |
Which parallel solver is most suitable for my app? | zonexo | Main CFD Forum | 1 | November 17, 2006 10:46 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |
Airpak: How to use the parallel solver? | Ivan de Miguel | FLUENT | 1 | December 27, 2001 10:15 |