#!/bin/bash
export OFFLOAD_REPORT=1
export MIC_ENV_PREFIX=MIC
export MIC_OMP_NUM_THREADS=240
#export MIC_KMP_AFFINITY=scatter
mpiexec.hydra -n 4 -machinefile nodefile ./pi_hybrid.off

