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

openfoam spawning (may) extra processes

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   July 17, 2013, 10:31
Default openfoam spawning (may) extra processes
  #1
Member
 
Luca
Join Date: Mar 2013
Posts: 59
Rep Power: 13
LM4112 is on a distinguished road
Dear all,

I am trying to run a code using 32 cores (2x16 cores nodes). After roughly 50 steps the PBS system kills my job:

=>> PBS: job killed: ncpus 16.92 exceeded limit 16 (sum)
mpiexec: killing job...

I have tried to request 32 cores but use for example 26 cores and it doesn't fix the problem. My run script is:

#!/bin/sh

#PBS -l walltime=24:30:00
#PBS -l select=2:ncpus=16:mem=20000mb

module load openfoam/2.1.0
module load intel-suite/10.1

cd /work/lm4112 #change to appropriate directory
cp -r 60mm $TMPDIR #copy case directory to temp folder
cd $TMPDIR/60mm #change directory to temp folder

decomposePar #split domain into 32 subdomains

#run case and re-direct output (log file) to /work directory for run-time checking
mpirun -np 32 simpleFoam -parallel >/work/lm4112/60mm/simulation.log

reconstructPar #put domain back together again

foamToVTK -latestTime #conversion to VTK format

cp -r 1000 VTK /work/lm4112/60mm #copy required files back to /work/case_directory

#End


someone have dealt with the same kind of problem? Thank you

best regards

Luca
LM4112 is offline   Reply With Quote

 


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
Memory protection in OpenFOAM / combinig with FORTRAN botp OpenFOAM Programming & Development 2 February 15, 2016 12:25
[Gmsh] gmsh 2.6.0 conversion to OpenFoam 160 rosswin OpenFOAM Meshing & Mesh Conversion 0 March 5, 2013 07:34
OpenFOAM Install problem masb OpenFOAM 3 May 25, 2009 11:32
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07
The OpenFOAM extensions project mbeaudoin OpenFOAM 16 October 9, 2007 09:33


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