|
|
我用的是ubuntu 18.04,安装了 intel oneapi(2021.1.1),以前编译vasp5.4.4的时候没有问题,今天在相同的环境下编译vasp6.3.2,但是就出现一系列错误如下
lib/libdmy.a(linpack_double.o): In function `zgedi_':
linpack_double.f:(.text+0x12c1): undefined reference to `zscal_'
...
/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_scalapack_lp64.so: undefined reference to `ssteqr_'
/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_scalapack_lp64.so: undefined reference to `dsyr2k_'
...
请问,在编译vasp.6.3.2的时候,如果用 makefile.include.intel作为makefile.include,里面除了增加 OLFAG = -O2 -xHOST,还需要对makefile.include文件做出如何改动才能顺利make all呢? |
|