#!/bin/bash

# Export paths here if necessary or recommended.

export OMP_NUM_THREADS=1

cd /home/andrew/run/cs-6.0.2/mvg_3h_18-5deg/CASE1/RESU/20200409-1146

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

exit $CS_RET
