all: rng # compile rng: icpc -mkl -O3 -openmp -Wno-unknown-pragmas -std=c++0x -vec-report3 rng.cpp -o rng # clean all files clean: rm rng;