#!/bin/bash

cd /home/dfontes/postDoc/Simulations/saturne/FEDSM2020/test/RESU_COUPLING/20200227-1117/fluid

# Run solver.
./cs_solver --mpi --app-name fluid --yacs-module=/usr/local/lib/salome/libFSI_SATURNEExelib.so $@
export CS_RET=$?

exit $CS_RET
