Hi, I am new in MOM6 and facing some problems:
I use my own computer with a virtual machine as a platform shown below:
I have followed the instructions (Ubuntu compiler environment · NOAA-GFDL/MOM6-examples Wiki) to finish compiling and running some cases without INPUT (e.g. double_gyre). I tried a lot to run other cases but failed.
When I tried
and
, the situation became different.
had a one-day result and then broke. The same is the error message: invoking MPI_ABORT causes OPEN MPI to kill all processes. Here are the error message: 

Thanks.
I use my own computer with a virtual machine as a platform shown below:
Code:
Linux zhangzhe-VirtualBox 5.11.0-40-generic #44~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
When I tried
Code:
mpirun -n 1 ../../build/gnu/shared/repro/MOM6
Code:
mpirun -n 12 ../../build/gnu/shared/repro/MOM6
Code:
mpirun -n 12


Thanks.