#!/bin/bash
export PATH=/usr/lib64/openmpi/bin/: $PATH
mpirun -np 35  --hostfile host  OpenMPI-HelloWorld
echo $?
