Re: compiling issues ( No.1 ) |
- Date: 2017/04/09 13:11
- Name: T. Ozaki
- Hi,
> P.S I erased -lmpif90 -lmpif77 from he makefile because > I get the error: cannot find -lmpi_f90
Please check a directory where the MPI Fortran libraries are stored, and point the directory by "-L".
Also, please take a look at the page 11 of the following PDF file: http://www.openmx-square.org/tech_notes/OpenMX-Compile.pdf
Regards,
TO
|
Re: compiling issues ( No.2 ) |
- Date: 2017/04/09 21:45
- Name: Luca
- Dear prof. Ozaki
thank you for your answer and hints. I was able to compile adding the line -L/home/luca/.../openmpi-202/lib -lmpi_usempif08
All the best. Luca
|
|