打开已编译的模块文件时出错。检查INCLUDE路径。 [HDF5]

时间:2019-03-14 01:39:16

标签: bash fortran hdf5

我正在尝试编译fortran代码并出现以下错误

    sd_io_v005_basics.f90(6): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [HDF5]
  use hdf5
    sd_io_v005_basics.f90(7): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PARIO]
  use pario

我尝试过

module load LIBRARIES
module load hdf5
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH' >> ~/.bashrc

我仍然遇到相同的错误。如何指定这些模块的路径?

0 个答案:

没有答案