Skip to content
Snippets Groups Projects
Commit 0e530761 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Check if disable-hand-vec is required during the configuration

parent 9dbd8015
No related branches found
No related tags found
1 merge request!950Check if disable-hand-vec is required during the configuration
......@@ -1797,6 +1797,14 @@ case "$with_chemistry" in
;;
esac
if test "$with_chemistry" != "none"; then
if test "$enable_hand_vec" == "yes"; then
if test "$with_hydro" == "gadget2"; then
AC_MSG_ERROR([Cannot run with hand vectorisation and chemistry yet. Please use --disable-hand-vec])
fi
fi
fi
# Particle tracers
AC_ARG_WITH([tracers],
[AS_HELP_STRING([--with-tracers=<function>],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment