-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi Dr. Zhang,
Thank you for the shared materials! Recently, I have simulation cases running on Compute Canada, these cases could run well on my laptop. Here is the batch file,
`#!/bin/bash
#SBATCH --account=def-***
#SBATCH --ntasks-per-node=48
#SBATCH --time=12:10:00
#SBATCH --job-name=test1
#SBATCH --output=job-%j.out
module force purge
module load openfoam/7
blockMesh
setFields
decomposePar
mpirun -n 48 interFoam -parallel
reconstructPar`
The blockMesh, setFields, and decomposePar worked well, can be seen in the .out file. However, the calculation only runs for 1 step, then no more results came out, as shown below:

May I ask have you seen this kind of problem? I tried a lot, but could not solve the problem. Thank you in advance!
Best
Sloan Liu
Metadata
Metadata
Assignees
Labels
No labels