#!/bin/bash

# Export paths here if necessary or recommended.

cd /home/antech/CodeSaturne/Bundle/RESU/20150630-2355

# Run solver.
mpiexec.openmpi -n 4 /usr/local/libexec/code_saturne/cs_solver --param VPR-G000-R000-S000.xml --mpi $@
export CS_RET=$?

exit $CS_RET
