Skip to content
Snippets Groups Projects
Commit ac6e929e authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'disable-hand-vec' into 'master'

Check if disable-vec is given with the chemistry

See merge request !951
parents 767418e1 a2ac59c1
No related branches found
No related tags found
1 merge request!951Check if disable-vec is given with the chemistry
......@@ -1799,8 +1799,10 @@ 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])
if test "$enable_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
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment