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

Journal file for submitting a batch job

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 27, 2019, 00:30
Default Journal file for submitting a batch job
  #1
New Member
 
Nima Izadyar
Join Date: Oct 2018
Location: Australia
Posts: 2
Rep Power: 0
Nima Izadyar is on a distinguished road
Hi,
I am trying to write a journal file to submit a Fluent job at HPC. However, I have received some errors after submission.

I have written two files submission file "ANSYS.sub" and "fluent.in".

The "ANSYS.sub" file is:

#!/bin/bash -l
#PBS -N FLUENT3D
#PBS -l walltime=1:00:00
#PBS -l mem=8GB
#PBS -l ncpus=8
#PBS -j oe
#PBS -l ANSYS=1
#PBS -l ANSYS_HPC=8
module load ansys/19.0
cd ~/SIMULATION/PAPER3/DepthHeight/Nima
fluent 3ddp -g -t 8 -i fluent.in > fluent.out

"Fluent.in" file is also as below:

/file/read-case-data Scen1.cas
/solve/iterate 1000
/file/write-data Scen1.dat
/exit yes

The simulation is stopped and Fluent.out also showed the following error message:

===============Message from the Cortex Process=========
Fatal error in one of the compute processes.
=================================================

The job file also shows the following error:
pkg/suse12/software/ansys/19.0/v190/fluent/fluent19.0.0/bin/fluent: line 2641: 9992 Segmentation fault (core dumped) $NO_RUN $CORTEX_PRE $EXE -f $FLUENT_PROD $CX_FLAGS "$CX_FUNCTION"

It would be much appreciated if anyone could help me regarding this issue.


Cheers,
Nima

Last edited by Nima Izadyar; December 27, 2019 at 02:03. Reason: Add some information
Nima Izadyar is offline   Reply With Quote

Old   April 6, 2022, 04:59
Default
  #2
New Member
 
Jagadeesh
Join Date: Oct 2021
Location: Chennai
Posts: 1
Rep Power: 0
Jack6264 is on a distinguished road
you just add the initialisation step to your journal file


/file/read-case-data Scen1.cas
/solve/initialize/initialize-flow
/solve/iterate 1000
/file/write-data Scen1.dat
/exit yes
Jack6264 is offline   Reply With Quote

Reply

Tags
batch job, fluent, hpc, journal file


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
Using PengRobinsonGas EoS with sprayFoam Jabo OpenFOAM Running, Solving & CFD 35 April 29, 2022 15:35
OpenFoam "Permission denied" and "command not found" problems. iyidaniel@yahoo.co.uk OpenFOAM Running, Solving & CFD 11 January 2, 2018 06:47
Problem compiling a custom Lagrangian library brbbhatti OpenFOAM Programming & Development 2 July 7, 2014 11:32
[swak4Foam] build problem swak4Foam OF 2.2.0 mcathela OpenFOAM Community Contributions 14 April 23, 2013 13:59
ParaView Compilation jakaranda OpenFOAM Installation 3 October 27, 2008 11:46


All times are GMT -4. The time now is 19:04.