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

Not enough processors were found on the local host to meet the requested binding acti

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 3, 2015, 08:00
Default Not enough processors were found on the local host to meet the requested binding acti
  #1
Senior Member
 
Join Date: Jul 2009
Posts: 260
Rep Power: 17
kingjewel1 is on a distinguished road
I am trying to run snappyHexMesh in parallel on 2 cores
but I get this error:

Code:
Not enough processors were found on the local host to meet the requested
binding action:
my decomposeParDict file looks like this:

Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      decomposeParDict;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

numberOfSubdomains 2;

method          hierarchical;

hierarchicalCoeffs
{
    n           (1 2 1);
    delta       0.001;
    order       xyz;
}

// ************************************************************************* //
my queue submission code looks like this:

Code:
#!/bin/bash
#$ -cwd -V
#$ -l h_rt=24:00:00
#$ -l h_vmem=1G
#$ -pe ib 2
#$ -cwd -V
export MPI_BUFFER_SIZE=8192
module purge
module add bit/64 gnu/4.8.1 openmpi/1.6.5 openfoam/2.3.0


blockMesh

decomposePar


mpirun -np $NSLOTS snappyHexMesh -overwrite -parallel
I'm really really at a loss as to what else I can do to fix this.... Any help would be much appreciated
kingjewel1 is offline   Reply With Quote

Old   December 3, 2015, 11:43
Default
  #2
New Member
 
Carla
Join Date: Jun 2015
Posts: 16
Rep Power: 10
cvillescas is on a distinguished road
The code looks ok to me. Are you sure $NSLOTS is 2?
cvillescas is offline   Reply With Quote

Old   December 3, 2015, 11:46
Default
  #3
Senior Member
 
Join Date: Jul 2009
Posts: 260
Rep Power: 17
kingjewel1 is on a distinguished road
I've just found out that this version of OF 2.3.0 won't run on distributed processors on multiple nodes for some reason. It will only run on 1 single node. Anyone know why?
kingjewel1 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
AMI interDyMFoam for mixer nu problem danny123 OpenFOAM Programming & Development 8 September 6, 2013 02:34
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
Regarding FoamX running Kindly help out hariya03 OpenFOAM Pre-Processing 0 April 18, 2008 04:26
Problem with rhoSimpleFoam matteo_gautero OpenFOAM Running, Solving & CFD 0 February 28, 2008 06:51


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