#!/bin/sh
set -x

echo "version control the solver"
cd control
./version.sh
cd ../

# compile the libraries
wmake libso deflatedPCG
wmake libso phiInterpolate
wmake libso fixedFluxMassConcentration

# compile the solver
wmake
