|
mpif90 -free -names lowercase -assume byterecl -FR -heap-arrays -O1 -ip -I/fftw/3.3.4/include -c chi_base.f90
chi_base.F(2745): error #7013: This module file was not generated by any release of this compiler. [MPI]
USE mpi
--------^
chi_base.F(2760): error #6457: This derived type name has not been declared. [C_PTR]
TYPE(c_ptr) :: address
---------^
chi_base.F(2845): error #6404: This name does not have a type, and must have an explicit type. [ADDRESS]
call attachshmem(CHI%SHMID, address)
-----------------------------------^
compilation aborted for chi_base.f90 (code 1)
make[2]: *** [chi_base.o] Error 1
安装过程中出现了这个错误,楼主知道如何解决吗? |
|