ifort -qopenmp -o test file1.f90 file2.f90 ... filen.f90
ifort -qopenmp -mkl -o test file1.f90 file2.f90 ... filen.f90
li913 发表于 2021-8-5 11:13
-I"${MKLROOT}/include"
ifort -qopenmp -mkl -o test file1.f90 file2.f90 ... filen.f90 -L${MKLROOT}/lib/intel64 -lmkl_intel_lp64-lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl
source /home/username/intel/oneapi/setvars.sh intel64
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |