#!/bin/sh

export OPAL_PREFIX=$(readlink -f "$(dirname "$0")/..")

exec "${OPAL_PREFIX}/bin/orterun" "$@"
