icc -openmp off05global.c -shared-intel -o off05global-dec.off

-limf -lm

icc -openmp -offload-attribute-target=mic  off05global.c -shared-intel -o off05global-flag.off

export MIC_OMP_NUM_THREADS=24

OFFLOAD_REPORT=2 ./off02block.off

export MKL_MIC_ENABLE=1
export OMP_NUM_THREADS=20
export MIC_OMP_NUM_THREADS=240
export OFFLOAD_REPORT=3


