|
[Sponsors] |
OpenFOAM-in-box not scaling up with number of nodes |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 13, 2019, 14:23 |
OpenFOAM-in-box not scaling up with number of nodes
|
#1 |
New Member
sumeet k
Join Date: Jan 2019
Posts: 1
Rep Power: 0 |
Dear Foamers,
I have successfully installed OpenFOAM-in-box-dev-18.10v01 on CentOS 7.2.1511 (Core) computational cluster. On one of our other cluster with same hardware and software configuration, I am using OpenFOAM 4.x. I am observing linear scaling (reduction in computational time) with no. of nodes in OpenFOAM 4.x, however, I don't get any scaling in OpenFOAM-in-box , instead, there's a slight increase in time with no. of nodes. We have tested for no. of nodes from 1 to 10 with each node having 24 processors (not hyper-threaded). I suspect the issue is because of incorrect usage of open-mpi fabric (flags like --mca btl ^openib...) since OpenFOAM-4.x is using open-mpi 1.10.2 and OpenFOAM-in-box is using open-mpi 2.1.0. We use pbs for submitting our jobs. Following is the script for OpenFOAM-in-box and OpenFOAM-4.x: OpenFOAM-4.x: Code:
mpirun --oversubscribe --mca btl ^openib -np 108 --host $HOSTS $foamExec $EXECUTABLE -parallel Code:
mpirun --oversubscribe --mca btl ^openib -np 108 --host $HOSTS $foamExec $EXECUTABLE -parallel Cheers !!! |
|
Tags |
cluster computing, multi-node, openfoam-in-box, scale up |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Can't Shake Erros: patch type 'patch' not constraint type 'empty' | BrendaEM | OpenFOAM Meshing & Mesh Conversion | 12 | April 3, 2022 19:32 |
Inconsistencies in reading .dat file during run time in new injection model | Scram_1 | OpenFOAM | 0 | March 23, 2018 23:29 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
Compressor Simulation using rhoPimpleDyMFoam | Jetfire | OpenFOAM Running, Solving & CFD | 107 | December 9, 2014 14:38 |
[snappyHexMesh] external flow with snappyHexMesh | chelvistero | OpenFOAM Meshing & Mesh Conversion | 11 | January 15, 2010 20:43 |