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

Fluent on Rocks Cluster error

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 13, 2012, 07:46
Default Fluent on Rocks Cluster error
  #1
New Member
 
supporter
Join Date: Jun 2010
Posts: 5
Rep Power: 15
kami146 is on a distinguished road
I have installed & configured Rocks Cluster 5.4.3 & configure Fluent 6.3.26 to run my cases on parallel environment. I make some scripts for submitting the jobs ... here it is my test.sh file....
================================================== ======
#!/bin/bash
#the parallel environment
#$ -pe fluent_pe 2-8
## All the optput is redirected to this file
#$ -o SGE_fluent_log$JOB_ID
#$ -ckpt fluent_ckpt
# Job Name
#$ -N test
export FLUENT_ARCH=lnamd64
export FLUENT_INC=/share/apps/Fluent.Inc
export LM_LICENSE_FILE=$FLUENT_INC/license/license.dat
$FLUENT_INC/bin/fluent 3d -pnet -sge -sgepe fluent_pe 2-8 -sgeckpt fluent_ckpt - g -i test.inp > test.out
================================================== ======

the job submitted but after some time it records an error in output file that is ....

/share/apps/Fluent.Inc/fluent6.3.26/bin/fluent -r6.3.26 3d -pnet -sge -sgepe fluent_pe 2-6 -sgeckpt fluent_ckpt -g -i c.inp
/share/apps/Fluent.Inc/fluent6.3.26/bin/fluent -r6.3.26 3d -pnet -sge -sgepe fluent_pe 2-6 -sgeckpt fluent_ckpt -g -i c.inp -sgeup
The check point directory is not existing or not a directory

=================================

If some body know the solution plz send some details how to troubleshoot this error.

thanks
kami146 is offline   Reply With Quote

Reply

Tags
error, fluent, parallel, rocks

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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 14:21
POSDAT problem piotka STAR-CD 4 June 12, 2009 09:43
Compiling problems with hello worldC fw407 OpenFOAM Installation 21 January 6, 2008 18:38
user subroutine error CFDUSER CFX 2 December 9, 2006 07:31
user defined function cfduser CFX 0 April 29, 2006 11:58


All times are GMT -4. The time now is 10:20.