#!/bin/bash
export OMP_NUM_THREADS=20
mpirun -n 1 -host localhost ./pi_hybrid

