|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
niroshiman balasubramaniam
Join Date: May 2019
Posts: 3
Rep Power: 8 ![]() |
Hello friends,
I am trying to run Fluent simulation on my university's HPC. As far as I know, I need 4 files to do that.
Here is what my script file looks like: script #!/bin/bash # #PBS -N example #PBS -P RDS-FEI-niroCFDThesis19-RW #PBS -l select=1:ncpus=2:mem=1GB #PBS -l walltime=00:05:00 # Load the Ansys module module load ansys/192 cd $PBS_O_WORKDIR # Start fluent using the specified journal file fluent 3ddp -g -mpi=intel -pinfiniband -cnf=$PBS_NODEFILE -t$nprocs -i tut7.jou Here is my journal file: tut7.jou file read-case FFF.2-Setup-Output.cas solve initialize hyb-initialization solve iterate 200 report system time-stats file write-data FFF.2-13-00188.dat exit This is my cas file: FFF.2-Setup-Output.cas This is my dat file: FFF.2-13-00188.dat I tried submitting the job to the HPC. What happens is that the HPC load the fluent module and after 2 minutes the computation fails. Am I doing the right thing? |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 35 ![]() ![]() |
read log file in working directory
best regards |
|
|
|
|
|
|
|
|
#3 |
|
New Member
niroshiman balasubramaniam
Join Date: May 2019
Posts: 3
Rep Power: 8 ![]() |
||
|
|
|
|
|
|
|
#4 |
|
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 35 ![]() ![]() |
check working folder on claster, log file should be created after you get an error
best regards |
|
|
|
|
|
|
|
|
#5 |
|
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,843
Rep Power: 68 ![]() ![]() ![]() |
||
|
|
|
|
![]() |
| Tags |
| fluent, hpc, journal, script, scripting |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help using FLUENT in batch mode: script in the Journal file | danobis | FLUENT | 23 | November 27, 2019 00:23 |
| Problem in reading journal file | srf020 | FLUENT | 1 | January 24, 2019 06:24 |
| PBS script file for CFX simulation | lauda | CFX | 1 | July 2, 2014 09:12 |
| Help with associating a UDF in a journal file | EphemeralMemory | FLUENT | 0 | February 14, 2011 22:07 |
| Fluent journal file | ahmet | FLUENT | 7 | July 6, 2010 06:00 |