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

Fluent 14.0 file not running in parallel mode in cluster

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 4, 2015, 08:02
Default Fluent 14.0 file not running in parallel mode in cluster
  #1
New Member
 
Tej
Join Date: Feb 2015
Posts: 1
Rep Power: 0
tejakalva is on a distinguished road
Hi,

I have created a fluent 14.0 file to be run in cluster. When I give the series command the file is running in 1 core but when I give the parallel command also the file is running only in 1 core. The cluster is allocating 8 cores but the file is running only in 1 core. Below are the PBS scripts and journal files.

PBS Parallel

#! /bin/bash
#PBS -o logfile1.log
#PBS -e errorfile1.err
#PBS -l cput=740:00:00
#PBS -l select=1:ncpus=8
tpdir=`echo $PBS_JOBID | cut -f 1 -d .`
tempdir=$HOME/work/job$tpdir
mkdir -p $tempdir
cd $tempdir
cp -R $PBS_O_WORKDIR/* .
fluent 3ddp -g –t8 -pib -cnf=$PBS_NODEFILE -ssh -i srik1.jou >> out
mv ../job$tpdir $PBS_O_WORKDIR/.


PBS Serial

#! /bin/bash
#PBS -o logfile2.log
#PBS -e errorfile2.err
#PBS -l cput=500:00:00
#PBS -l select=1:ncpus=1
tpdir=`echo $PBS_JOBID | cut -f 1 -d .`
tempdir=$HOME/work/job$tpdir
mkdir -p $tempdir
cd $tempdir
cp -R $PBS_O_WORKDIR/* .
fluent 3ddp -g -i srik1.jou
mv ../job$tpdir $PBS_O_WORKDIR/.

Journal File

/file/rcd case_0.5.cas
/solve/set/time-step 0.1
/solve/dual-time-iterate 80000 50
/file/wcd casefinal
/exit/yes


Licenses are availbale on the cluster on all the nodes and cores but my file is not running in all the cores even when I am submitting it in the parallel mode command. Please help me out as I dont know why it is running only in one core and not all the 8 cores?
tejakalva 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
[OpenFOAM.org] Patches to compile OpenFOAM 2.2 on Mac OS X gschaider OpenFOAM Installation 136 October 10, 2017 18:25
[PyFoam] Problems with the new PyFoam release zfaraday OpenFOAM Community Contributions 13 December 9, 2014 19:58
[PyFoam] having problems with pyfoam Installation vitorspadetoventurin OpenFOAM Community Contributions 3 December 2, 2014 08:18
The fluent stopped and errors with "Emergency: received SIGHUP signal" yuyuxuan FLUENT 0 December 3, 2013 23:56
ParaView Compilation jakaranda OpenFOAM Installation 3 October 27, 2008 12:46


All times are GMT -4. The time now is 12:49.