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

script file for running fluent on linux cluster

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 11, 2006, 08:27
Default script file for running fluent on linux cluster
  #1
Worth
Guest
 
Posts: n/a
I'm using the following script to run a single processor fluent job on a linux cluster machine using Sun Grid Engine:

#!/bin/bash #$ -S /bin/bash #$ -cwd export PATH=$PATH:/usr/global/Fluent.Inc/bin:$HOME export FLUENT_ARCH=lnx86_glibc22 export LM_LICENSE_FILE=7241@egr8-w2k export FLUENT_INC=/usr/global/Fluent.Inc /usr/global/Fluent.Inc/bin/fluent 3ddp -g -i run1.jou >& run1.out

Batch jobs work fine on the main processor (linn1). However, when I use the above script to send to another processor on the cluster via Sun Grid Engine I get a directory path error. It appears that the other units of the cluster can't find the software. What should I do?

Thanks for any and all help. Worth

  Reply With Quote

Old   January 11, 2006, 08:45
Default Re: script file for running fluent on linux cluste
  #2
mAx
Guest
 
Posts: n/a
Hi, the command to run fluent on a cluster should be like: fluent 3ddp -g -pnet -i run1.jou >&run1.out& where -pnet is linked to the RSHD communications software. If you are using MPICH then you should use -pnmpi If you are using MPI/Pro then you should use -pvmpi
  Reply With Quote

Old   February 9, 2012, 11:31
Default
  #3
New Member
 
JOERIK
Join Date: Nov 2011
Location: DC
Posts: 7
Rep Power: 14
joerik is on a distinguished road
Send a message via Yahoo to joerik Send a message via Skype™ to joerik
i actually did try to run the same simulation i had ran on a windows environment on the clusters with the following command line

fluent 3ddp -t8 -cnf=/home/name/node -g -i pipe_sf.jou > result.out

but got a lot of error messages.
The /home/name/node is the file path name on my computer and the pipe_sf.jou has the script to read the case and data file with a number of iteration.

My initial problem is that the case file did not even read to the end
__________________
joerik
joerik 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
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
Problem installing on Ubuntu 9.10 -> 'Cannot open : No such file or directory' mfiandor OpenFOAM Installation 2 January 25, 2010 09:50
OpenFOAM Install Script ljsh OpenFOAM Installation 82 October 12, 2009 11:47
Problem with rhoSimpleFoam matteo_gautero OpenFOAM Running, Solving & CFD 0 February 28, 2008 06:51
Fluent on Linux Cluster george FLUENT 0 August 11, 2006 04:57


All times are GMT -4. The time now is 23:27.