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

Parallel job run on multiple nodes - OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2022, 05:40
Default Parallel job run on multiple nodes - OpenFOAM
  #1
New Member
 
Amit Makhija
Join Date: Apr 2018
Posts: 11
Rep Power: 8
AMitgM95 is on a distinguished road
Hello Foamers,

I am trying to run the OpenFOAM jobs on multiple nodes. However, I encountered some difficulties in doing so. Here is my job script.

\\ script starts \\

#!/bin/bash
#PBS -q small
#PBS -l select=2:ncpus=40:vntype=cray_compute
#PBS -l place=scatter
#PBS -N refined_mach8_1
#PBS -j oe
cd $PBS_O_WORKDIR

blockMesh
topoSet
splitMeshRegions -cellZones -defaultRegionName fluid -overwrite
decomposePar -allRegions -dict system/decomposeParDict
mpirun -np 80 -oversubscribe chtMultiRegionFoam -parallel
reconstructPar -allRegions

\\ script ends \\

The issue is the cluster is acquiring two complete nodes, however, running the job only on one node. If anybody could provide valuable input, it would be conducive.
AMitgM95 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
OpenFOAM Running error with multiple nodes dokeun OpenFOAM Running, Solving & CFD 1 June 28, 2019 00:04
[snappyHexMesh] OpenFoam in parallel with sHM and sFE pradyumnsingh OpenFOAM Meshing & Mesh Conversion 4 October 26, 2018 16:25
OpenFOAM parallel on multiple nodes FerdiFuchs OpenFOAM Running, Solving & CFD 1 March 4, 2016 17:36
[OpenFOAM.org] A Mac OS X of23x Development Environment Using Docker rt08 OpenFOAM Installation 1 February 28, 2016 19:00
Explicitly filtered LES saeedi Main CFD Forum 16 October 14, 2015 11:58


All times are GMT -4. The time now is 06:30.