#!/bin/bash
DIRCRACE=$(pip3 show crace | grep Location | cut -d ' ' -f2)
python3 -m mpi4py "$DIRCRACE/crace/scripts/mpi.py" "$@"