ww3_shel execution with MPI #1380
-
Hello.
However, when I try, I receive below error:
So, can't run ww3_shel with MPI eventually.
I understand that it is because MPI library needs to be used for compiling WW3. In document, it is mentioned that Datarmor HPC is being used for this run and according to previous file , C and Fortran compilers are set with Intel MPI library in Datarmor. However, I'd to know if it is possible to run ww3_shel without MPI, just with Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Check the content of the switch file you have used to compile WW3. Using cmake will automatically find the MPI once you provide env variables CC, FC, NetCDF_ROOT correctly. you can compile ww3 without mpi if you change the keywords "DIST MPI" but "SHRD", then recompile WW3 and you will be able to run ww3_shel directly. Best, |
Beta Was this translation helpful? Give feedback.
Hi,
Check the content of the switch file you have used to compile WW3. Using cmake will automatically find the MPI once you provide env variables CC, FC, NetCDF_ROOT correctly.
you can compile ww3 without mpi if you change the keywords "DIST MPI" but "SHRD", then recompile WW3 and you will be able to run ww3_shel directly.
Best,