#!/bin/bash
export OMP_NUM_THREADS=10
mpirun -n 4 -machinefile nodefile ./pi_hybrid

