|
[Sponsors] |
December 27, 2019, 01:30 |
Journal file for submitting a batch job
|
#1 |
New Member
Nima Izadyar
Join Date: Oct 2018
Location: Australia
Posts: 2
Rep Power: 0 |
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 03:03. Reason: Add some information |
|
April 6, 2022, 05:59 |
|
#2 |
New Member
Jagadeesh
Join Date: Oct 2021
Location: Chennai
Posts: 1
Rep Power: 0 |
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 |
|
Tags |
batch job, fluent, hpc, journal file |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using PengRobinsonGas EoS with sprayFoam | Jabo | OpenFOAM Running, Solving & CFD | 36 | July 16, 2024 04:52 |
OpenFoam "Permission denied" and "command not found" problems. | iyidaniel@yahoo.co.uk | OpenFOAM Running, Solving & CFD | 11 | January 2, 2018 07:47 |
Problem compiling a custom Lagrangian library | brbbhatti | OpenFOAM Programming & Development | 2 | July 7, 2014 12:32 |
[swak4Foam] build problem swak4Foam OF 2.2.0 | mcathela | OpenFOAM Community Contributions | 14 | April 23, 2013 14:59 |
ParaView Compilation | jakaranda | OpenFOAM Installation | 3 | October 27, 2008 12:46 |