#!/bin/bash
export OFFLOAD_REPORT=1
export MIC_ENV_PREFIX=MIC
export MIC_OMP_NUM_THREADS=240
#export MIC_KMP_AFFINITY=scatter,granulariy=fine,verbose
#mpiexec.hydra -n 1 -host localhost ./pi_hybrid.off
mpiexec.hydra -n 2 -host localhost ./pi_hybrid.off

