#!/bin/bash

# Export paths here if necessary or recommended.

cd /home/orthanc/Escritorio/161002_PROPSFORT/STU00/CASE00/RESU/20161002-2137

# Run solver.
mpiexec.openmpi -n 8 ./cs_solver --param RUN00.XML --mpi $@
export CS_RET=$?

exit $CS_RET
