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

Using a cluster to solve CFX model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 21, 2015, 07:43
Default Using a cluster to solve CFX model
  #1
Member
 
Michelle
Join Date: Aug 2014
Posts: 92
Rep Power: 11
miquiita is on a distinguished road
Hi I am really in need of help. I am in my last weeks of my thesis and i require a cluster to solve my simulation of a room with a ceiling fan. The computer now cant solve it, too little memory. But then I put it on a cluster at my school, took the definition file from the run of my simulation, so long if went until it stopped (1st iteration).

But after the cluster I only get a .dir file and a .out file. No res file is created, how can I solve this and have I maybe done something wrong with the definition file?

I got a input file too from my school.

Thanks for any help
miquiita is offline   Reply With Quote

Old   January 21, 2015, 09:39
Default
  #2
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
If you have problems with the simulation you should look at the .out file, what are the error messages?
Lance is offline   Reply With Quote

Old   January 21, 2015, 15:01
Default
  #3
Member
 
Michelle
Join Date: Aug 2014
Posts: 92
Rep Power: 11
miquiita is on a distinguished road
I just get this all the time of all simulations, even a dummy simulation of a ANSYS program I made and solved on my computer.
Attached Files
File Type: txt CFXFine_001.txt (65.7 KB, 18 views)
miquiita is offline   Reply With Quote

Old   January 21, 2015, 16:39
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
There is no error messages in the out file so the problem does not appear to be in CFX. It looks like it was running fine. Have you run out of disk space? Or has something else (like a maximum job run time) killed the job? Or someone killed the job manually?
ghorrocks is offline   Reply With Quote

Old   January 21, 2015, 17:56
Default
  #5
Member
 
Michelle
Join Date: Aug 2014
Posts: 92
Rep Power: 11
miquiita is on a distinguished road
Hi ghorrocks,

I have no idea if someone canceled it. By the script file I got from my university is here, where the INPUT file is my name of the definition file. I realised this goes empty after the cluster runs it.

#!/bin/sh
#PBS -N CFX4CPU
#PBS -l nodes=1pn=4
#PBS -l cput=1000:00:00
#PBS -r n
#PBS -e CFX.err
#PBS -o CFX.log
#PBS -m abe
#PBS -V

#======================USER CONFIG BEGIN===================
### OPTION_PROD=aa_r_cfd
INPUT_FILE=flangeTSR3.def
### OUTPUT_FILE=output.log
#======================USER CONFIG END=====================

### display the information
echo The master node of this job is `hostname`
echo The working directory is `echo $PBS_O_WORKDIR`
echo This job runs on the following nodes:
echo `cat $PBS_NODEFILE`
echo The environment is `echo $PBS_ENVIRONMENT`

source /etc/profile.d/modules.sh
module load cfx/14.5


echo The master node of this job is `hostname`
echo The working directory is `echo $PBS_O_WORKDIR`
echo This job runs on the following nodes:
echo `cat $PBS_NODEFILE`
echo The environment is `echo $PBS_ENVIRONMENT`

source /etc/profile.d/modules.sh
module load cfx/14.5

NPROCS=`wc -l < $PBS_NODEFILE`

### change the folder
cd $PBS_O_WORKDIR

### running the job
echo "CFX Job starting" `date`
echo "$PROG_CMD -double -def $INPUT_FILE"
cfx5solve -double -def $I


NPROCS=`wc -l < $PBS_NODEFILE`

### change the folder
cd $PBS_O_WORKDIR

### running the job
echo "CFX Job starting" `date`
echo "$PROG_CMD -double -def $INPUT_FILE"
cfx5solve -double -def $INPUT_FILE -part $NPROCS -par-local
echo "Job ending" `date`
miquiita is offline   Reply With Quote

Old   January 22, 2015, 02:22
Default
  #6
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Quote:
Originally Posted by miquiita View Post
#PBS -N CFX4CPU
#PBS -l nodes=1pn=4
#PBS -l cput=1000:00:00
#PBS -r n
#PBS -e CFX.err
#PBS -o CFX.log
You are running 1 node / 4 cores for 1000 hours? Are you sure that does not trigger something that will shut down your simulation? Try to reduce the time to 1 hour? Also, any information in CFX.err or CFX.log?
Lance is offline   Reply With Quote

Old   January 22, 2015, 02:37
Default
  #7
Member
 
Michelle
Join Date: Aug 2014
Posts: 92
Rep Power: 11
miquiita is on a distinguished road
Quote:
Originally Posted by Lance View Post
You are running 1 node / 4 cores for 1000 hours? Are you sure that does not trigger something that will shut down your simulation? Try to reduce the time to 1 hour? Also, any information in CFX.err or CFX.log?
Thanks I try that. Update you.
miquiita 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
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 14:32
[ICEM] Proper way to name boundaries on 2D model for use in CFX? RossFS ANSYS Meshing & Geometry 4 November 10, 2011 02:38
"Full" buoyancy model in CFX Jade M Main CFD Forum 2 March 18, 2010 12:08
Reynolds Stress model in CFX vs Fluent Tim CFX 1 October 7, 2009 06:19
CFX to model convection cells FER CFX 4 December 13, 2006 00:57


All times are GMT -4. The time now is 08:48.