MKL= -L/home/arthur/intel/mkl/lib/intel64 -lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core MKLPATH=/home/arthur/intel/mkl/lib/intel64 MKLA= $(MKLPATH)/libmkl_intel_ilp64.a $(MKLPATH)/libmkl_intel_thread.a $(MKLPATH)/libmkl_core.a FLIB = -L/home/arthur/intel/lib/intel64 rotate: ~/intel/bin/ifort -O3 -qopenmp -Bdynamic $(MKL) $(FLIB) rotate.f90 -o rotate ./rotate