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

problem with job submission in cluster

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By AlexanderZ

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2022, 06:32
Default problem with job submission in cluster
  #1
New Member
 
vivek
Join Date: Jul 2021
Posts: 6
Rep Power: 5
vivek123 is on a distinguished road
hi,
I have got a problem with using the high computing facility of our institute, my case consists of a udf, so I loaded the case and data into the fluent of cluster and compiled the udf over there and exported the case and data, which I have submitted through the job script, now the job got submitted but it didn't run any iterations and outputted the case and data. can someone help me with this, I am attaching my job script and journal scripts for reference.



journal :


/file/rcd me18b054case1f.cas.h5
/solve/set/time-step 0.002
/solve/dual-time-iterate 100000 50
/file/wcd steady_result.cas
/exit/yes

job script:

#!/bin/bash
#PBS -o logfile.log
#PBS -e errorfile.err
#PBS -l walltime=47:00:00
#PBS -l select=1:ncpus=40
tpdir=`echo $PBS_JOBID | cut -f 1 -d .`
tempdir=$HOME/scratch/job$tpdir
mkdir -p $tempdir
cd $tempdir
cp -R $PBS_O_WORKDIR/* .
fluent 2d -g -mpi=intel -t40 -cnf=$PBS_NODEFILE -i dynjou1.jou > fluent.out
mv ../job$tpdir $PBS_O_WORKDIR/.
Attached Files
File Type: txt fluentpl3 - Copy.txt (341 Bytes, 4 views)
vivek123 is offline   Reply With Quote

Old   February 3, 2022, 07:05
Default
  #2
New Member
 
vivek
Join Date: Jul 2021
Posts: 6
Rep Power: 5
vivek123 is on a distinguished road
I am attaching the console output
Attached Files
File Type: txt fluent.txt (36.9 KB, 5 views)
vivek123 is offline   Reply With Quote

Old   February 4, 2022, 02:35
Default
  #3
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
in log file
Code:
Warning: property-info: unknown property: characteristic-vibrational-temperature
most likely you have a problem with your case or journal file
vivek123 likes this.
__________________
best regards


******************************
press LIKE if this message was helpful
AlexanderZ is offline   Reply With Quote

Old   February 4, 2022, 04:08
Default
  #4
New Member
 
vivek
Join Date: Jul 2021
Posts: 6
Rep Power: 5
vivek123 is on a distinguished road
hi, Thanks for the reply, I don't know why that warning is coming, it came even when i loaded the case in a normal pc so probably there is no problem with journal file, and my case is laminar flow past an oscillating cylinder without any thermal part i don't understand why that warning has come
vivek123 is offline   Reply With Quote

Old   February 7, 2022, 01:03
Default
  #5
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
seems like you have only these 3 lines in journal
Code:
> /solve/set/time-step 0.002

> /solve/dual-time-iterate 100000 50

> /file/wcd  steady_result.cas
you didn't initialize solution, that is a must step before calculation
add it above these lines
__________________
best regards


******************************
press LIKE if this message was helpful
AlexanderZ is offline   Reply With Quote

Old   February 7, 2022, 03:57
Default
  #6
New Member
 
vivek
Join Date: Jul 2021
Posts: 6
Rep Power: 5
vivek123 is on a distinguished road
I have already initialized the solution before sending the case to the cluster and it reads both case and data, However I guess there is a problem with the version in which I made the case and version of the cluster which is why I guess the warning came, when I made the case again using an older version of ANSYS the case got submitted fine and its running now, but it is extremely slow even compared to my pc, I don't know why that's happening.
vivek123 is offline   Reply With Quote

Old   February 7, 2022, 04:43
Default
  #7
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
solution must be initialized right before computation.
you can't initialize and save case file then run it later without reinitialization
__________________
best regards


******************************
press LIKE if this message was helpful
AlexanderZ 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
OpenFOAM Parallelization MPI Cluster Problem arslan.ali OpenFOAM Running, Solving & CFD 4 September 23, 2018 14:50
Cluster problem mesh motion FlorentC FLUENT 0 August 12, 2018 15:38
mpirun, best parameters pablodecastillo Hardware 18 November 10, 2016 13:36
Problem Building OF on Centos cluster (no admin rights) CKH OpenFOAM Installation 5 November 13, 2011 07:32
Problem running a parallel fluent job on local machine via mpd highhopes FLUENT 0 March 3, 2011 06:07


All times are GMT -4. The time now is 22:40.