Thank you for your advice. Now after the command "sudo yum install openmpi-devel" I have the following messages:
1. gfortran -I/usr/include/openmpi-x86_64 -pthread -m64 -I/usr/lib64/openmpi/lib -L/usr/lib64/openmpi/lib -lmpi_f90 -lmpi_f77 -lmpi
after /usr/lib64/openmpi/bin/mpif90 -show command
2. openmpi-1.6.4-5.el7.x86_64
openmpi-devel-1.6.4-5.el7.x86_64
after rpm -q -a | grep openmpi
3. rpm -q -a | grep mpich command still does not have an output
4. mpif90 -show and mpif90 -v commands indicate:
bash: mpif90:command not found
As I understand I shold remove mpif90 but I don't exactly understand where. I tried to copy "include" directory to /usr/lib64/openmpi but this made no effect (still bash: mpi90:command not found).
(I also have changed LIBMPI to "-pthread -m64 -lmpi_f90 -lmpi_f77 -lmpi" value)
|