CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Pinning the processors in cluster to run a solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 5, 2015, 06:11
Default Pinning the processors in cluster to run a solver
  #1
Member
 
Sravan Kumar
Join Date: May 2014
Posts: 57
Rep Power: 11
coolcrasher is on a distinguished road
I am running my openFoam cases in a cluster.

Previously I used to run them on single node. Following is the code used to run ( from user guide )

Code:
mpirun -pinexpr S0:0-9@S1:0-9 -np 20 simpleFoam -parallel
Each node has two sockets. Each socket has 10 physical processors. One node has 20 physical processors indeed ( 40 procs if SMT also taken into account )

S0,S1 are the two sockets and 0-9 represents 10 physical processors in the socket ( pinning is done using the LIKWID tool )

However I want to run simulation with finer mesh and one node is taking lot time. Hence I want to run it on more than one node.

Following are my questions:

1) How to pin the threads if I am running in more than two nodes. ( say 40 physical processsors in 2 nodes )
2) If I dont do pinning and I just run on one node ( 20 cores ) using following
Code:
mpirun -np 20 simpleFoam -parallel
Will the openFoam run them on 20 physical cores or it may run on some physical cores and some on artificial ( SMT )
coolcrasher is offline   Reply With Quote

Reply

Tags
parallel execution


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
[ANSYS Meshing] Help with element size sandri_92 ANSYS Meshing & Geometry 14 November 14, 2018 07:54
Run Functions Failed - Attempted MPI Cluster LordLoss OpenFOAM Pre-Processing 0 August 14, 2013 07:43
how to share a scalar between processors in parallel Run mechy OpenFOAM Programming & Development 10 July 25, 2013 08:52
does anyone run a Windows Cluster? Eike STAR-CCM+ 0 December 3, 2012 09:06
CFX 5.5 Roued CFX 1 October 2, 2001 16:49


All times are GMT -4. The time now is 01:36.