ICTP / RegCM

ICTP Regional Climate Model
https://www.ictp.it/esp/about
Other
54 stars 42 forks source link

"make" command error #9

Closed naushin2000 closed 3 years ago

naushin2000 commented 3 years ago

Hi, I have installed binutils and essentials, libtools before the configure step. However, it is showing "no" in some parts (MPI_Init) of the configure step. Is that an issue? Besides, I am facing problems while executing the "make" command. Please have a look. Thank you.

WhatsApp Image 2021-07-06 at 5 16 45 PM WhatsApp Image 2021-07-06 at 5 17 03 PM

graziano-giuliani commented 3 years ago

The RegCM models require two external libraries: MPI and netCDF. On a Ubuntu Linux distribution, you can install libopenmpi-dev, openmpi-bin, libnetcdff-dev, netcdf-bin

naushin2000 commented 3 years ago

Thank you so much for your response. All the above mentioned libraries are already installed. But, I am still facing the same issue. Any help, please?

graziano-giuliani commented 3 years ago

Do you have multiple mpi libraries?

update-alternatives --get-selections | grep mpi

naushin2000 commented 3 years ago

Please have a look. Thank you. WhatsApp Image 2021-07-06 at 10 26 49 PM