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

CFX Multicores Computing

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By davidwilcox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 15, 2014, 21:09
Default CFX Multicores Computing
  #1
Senior Member
 
david
Join Date: Oct 2012
Posts: 142
Rep Power: 13
davidwilcox is on a distinguished road
Can somebody be kind enough to explain to me the difference between platform mpi local parallel and intel mpi local parallel?

Many thanks in advance
Whitebear likes this.
davidwilcox is offline   Reply With Quote

Old   January 17, 2014, 02:37
Default
  #2
Senior Member
 
Join Date: Feb 2011
Posts: 496
Rep Power: 18
Antanas is on a distinguished road
Quote:
Originally Posted by davidwilcox View Post
Can somebody be kind enough to explain to me the difference between platform mpi local parallel and intel mpi local parallel?

Many thanks in advance
I think they are just different implementations of MPI, one by IBM, one by Intel. IMO doesn't really matters what to use.

But I have problems with using Platform MPI on Supermicro server with Windows Server 2008 r2 (mpid.exe crashes) while Intel MPI works well.
Antanas is offline   Reply With Quote

Old   April 1, 2014, 04:29
Default
  #3
New Member
 
Neal
Join Date: Nov 2010
Posts: 9
Rep Power: 0
FluidDynamics is on a distinguished road
Antanas,

Did you got solution for mpid.exe, because currently I am facing same issue on Ansys 15.0.
I am using windows 7.

Regards
FluidDynamics is offline   Reply With Quote

Old   April 1, 2014, 04:52
Default
  #4
Senior Member
 
Join Date: Feb 2011
Posts: 496
Rep Power: 18
Antanas is on a distinguished road
Quote:
Originally Posted by FluidDynamics View Post
Antanas,

Did you got solution for mpid.exe, because currently I am facing same issue on Ansys 15.0.
I am using windows 7.

Regards
No, I have no solution except of using Intel MPI. BTW I never had issue with Platform MPI on Win7.
Antanas is offline   Reply With Quote

Old   April 1, 2014, 04:56
Default
  #5
New Member
 
Neal
Join Date: Nov 2010
Posts: 9
Rep Power: 0
FluidDynamics is on a distinguished road
Antanas,

Actually I have two machines both with Win 7.
On old machine its working with MPI, but I face problem with new machine.
FluidDynamics is offline   Reply With Quote

Old   April 1, 2014, 05:18
Default
  #6
Senior Member
 
Join Date: Feb 2011
Posts: 496
Rep Power: 18
Antanas is on a distinguished road
Quote:
Originally Posted by FluidDynamics View Post
Antanas,

Actually I have two machines both with Win 7.
On old machine its working with MPI, but I face problem with new machine.
Then find main differences between 'em (hardware + software) and it may give you a cause. Maybe there is a software that interfere or conversely you missed something.
Antanas is offline   Reply With Quote

Old   April 1, 2014, 07:14
Default
  #7
Senior Member
 
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,167
Rep Power: 23
evcelica is on a distinguished road
Platform MPI should work fine with windows 7, I'm guessing there is a firewall issue with the one computer that isn't working. You may have to open the MPI port in the firewall:

Also add firewall exceptions for MPI:

On the Windows Firewall dialog box, click the Exceptions tab and then click
Add Program.
Browse to the following programs:
• For Platform MPI:
– <ANSYS Inc installation path>\v150\CFX\bin\<CFX5OS>\solver-pcmpi.exe
– <ANSYS Inc installation path>\v150\CFX\bin\<CFX5OS>\double\solverpcmpi.exe
– <ANSYS Inc installationpath>\v150\commonfiles\MPI\Platform\<v ersion number>\winx64\sbin\pcmpiwin32service.exe
– <ANSYS Inc installation path>\v150\commonfiles\MPI\Platform\<version
number>\winx64\bin\mpirun.exe
– <ANSYS Inc installation path>\v150\commonfiles\MPI\Platform\<version
number>\winx64\bin\mpid.exe

Did you install platform MPI?
Have you run the MPI test program?

Local MPI Test:
Make a folder called "temp" in c:, it may already exist.

Run the following command in cmd:
Change to c: then type: cd\temp.
Then Type:


"C:\Program Files\ANSYS Inc\v150\ansys\bin\winx64\ansys150.exe" -np 2 -mpitest

Like I said, you may have to open the MPI port in the firewall for both inbound and outbound traffic.
evcelica is offline   Reply With Quote

Old   April 1, 2014, 11:05
Default
  #8
Senior Member
 
Join Date: Feb 2011
Posts: 496
Rep Power: 18
Antanas is on a distinguished road
Quote:
Originally Posted by evcelica View Post
Platform MPI should work fine with windows 7, I'm guessing there is a firewall issue with the one computer that isn't working. You may have to open the MPI port in the firewall:

Also add firewall exceptions for MPI:

On the Windows Firewall dialog box, click the Exceptions tab and then click
Add Program.
Browse to the following programs:
• For Platform MPI:
– <ANSYS Inc installation path>\v150\CFX\bin\<CFX5OS>\solver-pcmpi.exe
– <ANSYS Inc installation path>\v150\CFX\bin\<CFX5OS>\double\solverpcmpi.exe
– <ANSYS Inc installationpath>\v150\commonfiles\MPI\Platform\<v ersion number>\winx64\sbin\pcmpiwin32service.exe
– <ANSYS Inc installation path>\v150\commonfiles\MPI\Platform\<version
number>\winx64\bin\mpirun.exe
– <ANSYS Inc installation path>\v150\commonfiles\MPI\Platform\<version
number>\winx64\bin\mpid.exe

Did you install platform MPI?
Have you run the MPI test program?

Local MPI Test:
Make a folder called "temp" in c:, it may already exist.

Run the following command in cmd:
Change to c: then type: cd\temp.
Then Type:


"C:\Program Files\ANSYS Inc\v150\ansys\bin\winx64\ansys150.exe" -np 2 -mpitest

Like I said, you may have to open the MPI port in the firewall for both inbound and outbound traffic.
I think it need not to install Platform MPI for local parallel runs.
Antanas is offline   Reply With Quote

Old   April 2, 2014, 06:10
Default
  #9
New Member
 
Neal
Join Date: Nov 2010
Posts: 9
Rep Power: 0
FluidDynamics is on a distinguished road
I have installed platform & also added above mentioned exe in firewall.

Still problem persist.
FluidDynamics is offline   Reply With Quote

Old   April 2, 2014, 21:01
Default
  #10
Senior Member
 
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,167
Rep Power: 23
evcelica is on a distinguished road
What is the problem? Can you be more specific? Did you run MPI test? Is the MPI service running?
evcelica is offline   Reply With Quote

Old   March 31, 2017, 19:13
Default Intel is better
  #11
Member
 
Join Date: Jan 2015
Posts: 62
Rep Power: 11
Christophe is on a distinguished road
The way Platform MPI starts in startmethods.ccl uses some type of process pinning that doesn't work with larger Intel v3 processors. You need to delete affwidth and affcycle.

With v17 Intel MPI works much faster anyways on our cluster.
Christophe 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
CFX Treatment of Laminar and Turbulent Flows Jade M CFX 18 September 15, 2022 07:08
Different flow pattern between OpenFOAM and CFX AirS OpenFOAM 0 January 12, 2010 07:08
heat generation in CFX Ema CFX 4 August 7, 2009 05:39
CFX 10's solutions differ from CFX 5.7's Atit Koonsrisuk CFX 4 July 26, 2006 11:59
CFX distributed computing: Cluster design Q Joe CFX 7 July 11, 2006 10:21


All times are GMT -4. The time now is 23:08.