Coastal case VILAINE (example)

Hello, I did not see any errors in your files so I check the command line, I think the problem comes from it.
You have
mpirun -np 4 ./croco croco.in.VILAINE > croco.log
And it should probably be -n if your using recent MPI implementation
mpirun -n 4 ./croco croco.in.VILAINE > croco.log

Thank you for your reply I tried your recommendation, but my problem still persists. From my understanding, it might be the library issues of my server. Would you please check my .bashrc where I have my paths.
bashrc.txt (1.5 KB)

@Shakhawat_OUC
try:
export CC=mpiicc
export FC=mpiifort

compile latest netcdf4 with hdf5 library.

before moving to MUSTUNG.

try to run CROCO (master branch) with INTEL MPI.

clean your bashrc .
add this source /opt/intel2018/compilers_and_libraries_2018.1.163/linux/bin/compilervars.sh intel64

export intel-mpi path and lib directory. find and source mpivars.activate.sh
before start compilation
try:
which CC
which FC
upload your croco-compilation.log file.
Best,