Closed EnderWiggin14 closed 1 year ago
Hi! Could you please double check the MPI paths that you are using? In the OpenMPI configure command, you set the folder to:
/home/admin2/openmpi/4.1.1
While the .bashrc contains:
/home/admin2/openmpi-4.1.1/4.1.1
Thank you for your response, and I apologize for the slow response. While I was waiting for a response, I tried a number of things, and make things many times worse. I ultimately just deleted GCC and OpenMPI and reinstalled everything. The configuration process succeeded. I have a different issue with the included option of installing HOPR, but I will open a new ticket for that.
I have been following the installation guide, and I have successfully installed GCC, HDF5, and MPI as far as I can tell.
I'm running Ubuntu 22.04.
I've run into an issue where, during the
ccmake ..
and "configure" step in the compilation instructions, I am served an MPI Library error that seems to state that the MPI_Fortran cannot be found. The following is the exact terminal inputand the command
which gfortran
returns/usr/bin/gfortran
The configuration step for the compilation of Piclas outputs this
My .bashrc file has the following contents
This is the contents of CMakeError.log
How can I fix this issue?