|
[Sponsors] |
Pinning the processors in cluster to run a solver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 5, 2015, 07:11 |
Pinning the processors in cluster to run a solver
|
#1 |
Member
Sravan Kumar
Join Date: May 2014
Posts: 57
Rep Power: 12 |
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 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 |
|
Tags |
parallel execution |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ANSYS Meshing] Help with element size | sandri_92 | ANSYS Meshing & Geometry | 14 | November 14, 2018 08:54 |
Run Functions Failed - Attempted MPI Cluster | LordLoss | OpenFOAM Pre-Processing | 0 | August 14, 2013 08:43 |
how to share a scalar between processors in parallel Run | mechy | OpenFOAM Programming & Development | 10 | July 25, 2013 09:52 |
does anyone run a Windows Cluster? | Eike | STAR-CCM+ | 0 | December 3, 2012 10:06 |
CFX 5.5 | Roued | CFX | 1 | October 2, 2001 17:49 |