Ocean Assimilation Kit
To install OAK you need:
Optionally, for parallelization, either one of:
To compile with open-source gfortran, parallelized with MPI, at least the following packages are needed:
sudo apt-get install gfortran libatlas-base-dev liblapack-dev openmpi-bin libopenmpi-dev libnetcdf-dev netcdf-bin libsuitesparse-dev
cp config.mk.template config.mk
make
Set $MKLROOT
:
$ make FORT=ifort NETCDF_CONFIG=/path/to/bin/nf-config CHOLMOD_LIB= BLAS_LIBDIR=$MKLROOT/lib/intel64/ BLAS_LIB="-lmkl_intel_lp64 -lmkl_sequential -lmkl_core" LAPACK_LIB=