#!/bin/bash

# Export paths here if necessary or recommended.
export LD_LIBRARY_PATH="/usr/lib/openmpi/lib":$LD_LIBRARY_PATH

cd /home/theuser/ugp/test_bline_chimney/test1/RESU/20170306-1029

# Run solver.
./cs_solver $@
export CS_RET=$?

exit $CS_RET
