qmcchem/scripts/compile_ocaml.sh

12 lines
144 B
Bash
Raw Permalink Normal View History

2015-12-20 01:09:14 +01:00
#!/bin/bash
if [[ -z ${QMCCHEM_PATH} ]]
then
echo "Error: qmcchemrc not loaded"
exit -1
fi
cd ${QMCCHEM_PATH}/ocaml || exit -1
2019-07-23 17:27:02 +02:00
exec make