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

Parallel Solver

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 9, 2012, 15:58
Default Parallel Solver
  #1
New Member
 
Ismael
Join Date: Oct 2012
Posts: 2
Rep Power: 0
Ismael is on a distinguished road
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
Ismael is offline   Reply With Quote

Old   October 9, 2012, 22:17
Default
  #2
New Member
 
T.Z
Join Date: Jun 2012
Location: Singapore
Posts: 3
Rep Power: 13
tommychiu is on a distinguished road
It denpends on your license type. You can contact your vendor.
tommychiu is offline   Reply With Quote

Old   October 10, 2012, 14:05
Default
  #3
New Member
 
Alexey Ginevsky
Join Date: Oct 2010
Location: Moscow
Posts: 6
Rep Power: 15
algin is on a distinguished road
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.
algin is offline   Reply With Quote

Old   November 26, 2012, 11:02
Default
  #4
Member
 
Roman Gobitz-Pfeifer
Join Date: Dec 2009
Location: Stuttgart
Posts: 83
Rep Power: 16
Wikie is on a distinguished road
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
Wikie is offline   Reply With Quote

Old   November 27, 2012, 02:24
Default
  #5
Senior Member
 
Rami Ben-Zvi
Join Date: Mar 2009
Posts: 155
Rep Power: 17
Rami is on a distinguished road
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
Rami is offline   Reply With Quote

Old   November 28, 2012, 13:36
Default
  #6
New Member
 
Alexey Ginevsky
Join Date: Oct 2010
Location: Moscow
Posts: 6
Rep Power: 15
algin is on a distinguished road
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
algin is offline   Reply With Quote

Old   November 29, 2012, 02:12
Default
  #7
Member
 
Roman Gobitz-Pfeifer
Join Date: Dec 2009
Location: Stuttgart
Posts: 83
Rep Power: 16
Wikie is on a distinguished road
Hi Algin,

thanks, you solved my problem. Now it's running perfect

cheers
wikie
Wikie is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
IcePak network objects in parallel solver Alexey FLUENT 1 December 25, 2013 08:32
subsetMotion solver in parallel WiWo OpenFOAM 0 March 21, 2012 10:21
Which parallel solver is most suitable for my app? zonexo Main CFD Forum 1 November 17, 2006 09:46
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32
Airpak: How to use the parallel solver? Ivan de Miguel FLUENT 1 December 27, 2001 09:15


All times are GMT -4. The time now is 16:02.