#!/bin/sh ./libopenmpttest >/dev/null 2>&1 if [ $? -eq 0 ]; then echo "PASS: libopenmpttest" else echo "FAIL: libopenmpttest" fi