Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you help me a little bit on my question? #5

Open
Sloan-Liu opened this issue Jun 8, 2020 · 1 comment
Open

Could you help me a little bit on my question? #5

Sloan-Liu opened this issue Jun 8, 2020 · 1 comment

Comments

@Sloan-Liu
Copy link

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:
image

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

@Sloan-Liu Sloan-Liu changed the title Ciyld you help me a little bit on my question? Could you help me a little bit on my question? Jun 9, 2020
@phresher
Copy link
Owner

Hi Sloan,

I was on Compute Canada as well, but I think the problem is general. I cannot give any suggestions without more info. You may add me zhangqi1673 on WeChat.

Kind Regards,

Qi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants