diag_manager rewrite
Instructions for running the diag_manager
git clone --recursive [email protected]:thomas-robinson/diag_manager2.git
cd diag_manager2/libyaml
./bootstrap && ./configure && make
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${PWD}/src/.libs
cd ..
- Edit Makefile to have correct compiler, paths, mpi_run command, FFLAGS, etc
make