# cd /home # mkdir skel # cd skel # ln -s /home1/skel/cshrc-newtube cshrc (Do not copy cshrc-newtube there, since we will fix it each time.)
cp /rsaito/for/Jugyo/zheev.f90 . ifort zheev.f90 -o a.out -O3 -xS -L$MKLROOT/lib/em64t -I$MKLROOT/include -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_lapack -lmkl -lmkl_core -lmkl_p4n -lguide -lpthread or ifort zheev.f90 -o a.out -L$MKLROOT/lib/em64t -lmkl_em64t -lmkl_core -lguide -lpthread ./a.out
(Please make an example)
ifort zheev.f90 -L/opt/intel/mkl/9.1.023/lib/32 -lmkl_lapack -lmkl_ia32 -lguide -lpthread ./a.out