[Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode
ifort -qopenmp -o test file1.f90 file2.f90 ... filen.f90
[Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode
ifort -qopenmp -mkl -o test file1.f90 file2.f90 ... filen.f90
[Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode
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
[Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode
source /home/username/intel/oneapi/setvars.sh intel64