#!/bin/bash
export OMP_NUM_THREADS=10
mpirun -n 2 -host localhost ./pi_hybrid

