#!/bin/sh

exec python "$(dirname "$(readlink -f "$0")")/scheduler.py" --mpi "$@"
