-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"make" command error #9
Comments
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 |
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? |
Do you have multiple mpi libraries? update-alternatives --get-selections | grep mpi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: