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

Fluent job does not stop when submitting it via qsub

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 13, 2013, 04:35
Default Fluent job does not stop when submitting it via qsub
  #1
New Member
 
Alex Lozovskiy
Join Date: Aug 2013
Posts: 11
Rep Power: 13
majinsaha is on a distinguished road
Hello!
When I run transient Fluent case file in batch mode and the calculation fails due to divergence or some other issues, the execution stops by itself, which is fine.
The command I use is
Code:
/share/ansys_12.1/v121/fluent/bin/fluent 3ddp -g -t30 < command_script >& outputfile &
However, when I submit my calculation to the queue using command qsub, I don't see my job stopping even after the divergence. I check the Fluent log file (outputfile ), it is filled only until line "Divergence detected in AMG solver: temperature" and nothing happens after, although I expect to see some message concerning floating point exception, as it was previously. I have to stop the job myself by typing qdel command.
How can I make the job stop on its own in case of divergence or exception, as it normally should do?
The command I use inside qsub file is
Code:
/share/ansys_12.1/v121/fluent/bin/fluent 3ddp -g -t$NCPU -cnf=$PBS_NODEFILE -pib -i command_script 2>&1 > outputfile
with $NCPU and $PBS_NODEFILE defined in qsub file earlier.
Thanks.
majinsaha is offline   Reply With Quote

Old   August 13, 2013, 04:59
Default
  #2
Member
 
EMAVI V SURYA SAMPATH
Join Date: Aug 2011
Location: Malaysia
Posts: 85
Rep Power: 15
sampathevs is on a distinguished road
This divergence in AMG solver is a common case. Change your pressure solution method to standard and run. After trying, post how it is.
sampathevs is offline   Reply With Quote

Old   August 13, 2013, 05:07
Default
  #3
New Member
 
Alex Lozovskiy
Join Date: Aug 2013
Posts: 11
Rep Power: 13
majinsaha is on a distinguished road
Thanks for advice, I may use it, but my question was different.
How do I make qsub stop in case of divergence?

And what do you mean standard? Is it density based type? Will it be good for two-phase VOF simulation, in which one fluid is copmpressible and the other is not?
majinsaha is offline   Reply With Quote

Old   August 13, 2013, 06:23
Default
  #4
Senior Member
 
Join Date: Aug 2011
Posts: 421
Blog Entries: 1
Rep Power: 22
blackmask will become famous soon enough
Put
Code:
/file/set-batch-options no yes no
in your command script.

In fact the only the second "yes" matters.
blackmask is offline   Reply With Quote

Old   August 13, 2013, 06:28
Default
  #5
New Member
 
Alex Lozovskiy
Join Date: Aug 2013
Posts: 11
Rep Power: 13
majinsaha is on a distinguished road
Quote:
Originally Posted by blackmask View Post
Put
Code:
/file/set-batch-options no yes no
in your command script.

In fact the only the second "yes" matters.
Well, in my command script there has been always
Code:
file/sbo yes yes no
As you see, there is second "yes" there. Which means exit on error. Problem is, the job does not reach to the point when Fluent realizes there is error, although it's very close to that.
majinsaha is offline   Reply With Quote

Reply

Tags
linux, parallel computation, qsub


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
Stopping a Fluent batch job AND saving the data! Possible? Volker Pawlik FLUENT 13 December 28, 2020 04:16
Fluent 12.0 is worst then Fluent 6.2 herntan FLUENT 5 December 14, 2009 02:57
Hints for Job Interview with Fluent? Andy Main CFD Forum 4 August 15, 2005 09:46
How about FLUENT user's job prospect? CFDHunnter FLUENT 3 November 5, 2003 16:01
cfd job Dr. Don I anyanwu Main CFD Forum 20 May 17, 1999 15:13


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