#!/bin/bash

cd /home/dfontes/postDoc/Simulations/saturne/externecylindresconcentriques/RESU_COUPLING/dbg/fluid

# Run solver.
mpiexec.openmpi -n 2 ./cs_solver --mpi --app-name fluid $@
export CS_RET=$?

exit $CS_RET
