|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
I am experiencing an error message when trying to run a fluent job in parallel via a PBS batch system on a Unix cluster.
The case will load in interactive mode, but when I try to launch it in batch mode something goes wrong and it gives an error before loading the grid. Here is the error from the fluent output file: Multicore processors detected. Processor affinity set! Reading "Case1FullStack.cas"... MPI Application rank 0 killed before MPI_Finalize() with signal 9 node 999999 retrying on zero socket read..... node 999999 retrying on zero socket read..... 999999 (../../src/mpsystem.c@1123): mpt_read: failed: errno = 11 999999: mpt_read: error: read failed trying to read 4 bytes: Resource temporarily unavailable Here is the batch file: #PBS -N parallel_fluent #PBS -l walltime=1:00:00 #PBS -l nodes=1 pn=4 #PBS -l software=fluent:fluentpar+4 #PBS -j oe #PBS -m ae #PBS -S /bin/csh set echo on hostname module load fluent cd $PBS_O_WORKDIR cat $PBS_NODEFILE | sort > pnodes set ncpus=`cat pnodes | wc -l` fluent 3ddp -t$ncpus -pinfiniband.ofed -cnf=pnodes -g < Case1Fullgrdck.inputAnd the input file: file/read-case Case1FullStack.cas grid/check solve/initialize/initialize-flow file/write-data Case1FullStack.dat exit yes Any input on what I am doing wrong would be greatly appreciated. Thanks Justin |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
Nevermind. I figured it out. It was using too much RAM for a single compute node, so I switched to one core per node on multiple nodes.
|
|
|
||
|
|
|
#3 | |
|
New Member
Choon Hwai Yap
Join Date: Oct 2011
Posts: 3
Rep Power: 3 ![]() |
Quote:
Hi Justin, could you elaborate how you solved this problem, I just met with the same thing. The funny thing is that the simulation ran for 12 time steps before meeting this problem. Thanks! |
||
|
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DPM model in parallel batch mode | Prashanth | FLUENT | 2 | March 6, 2009 07:54 |
| Star-CD batch mode error | Karl | CD-adapco | 11 | June 11, 2008 23:11 |
| fluent stops batch mode on error | Ralf Schmidt | FLUENT | 1 | March 1, 2008 10:35 |
| CFX5Post error in batch mode with Perl | windhair | CFX | 2 | March 20, 2007 06:41 |
| ParaView batch mode error | michael | OpenFOAM Paraview & paraFoam | 0 | August 3, 2006 03:04 |