Run the ww3_shel part of run_cmake_test through a sbatch job scheduler #955
Replies: 1 comment 2 replies
-
Have you tried using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone.
I'm currently trying to run the
ww3_shel
part ofrun_cmake_test
through asbatch
job scheduler, but I'm having a lot of problems with MPI in this process.Open a terminal, go to the
regtests
folder, and run the following codes:The program runs correctly, and outputs the associated out_grd.ww3 file.
When running the program in the form of a sbatch job submission:
There is an error running,
ww3_shel.out
shows the following error:I then go through the
run_cmake_test
settings, add-b slurm
, change the argument after-p
tosrun
, and add a few more commands to the sbatch file:The log of
wavewatch3_sbatch_error.log
shows the following error:Any suggestions are sincerely appreciated, thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions