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

Check if disable-vec is given with the chemistry

parent 0e530761
Branches
Tags
1 merge request!951Check if disable-vec is given with the chemistry
...@@ -1799,8 +1799,10 @@ esac ...@@ -1799,8 +1799,10 @@ esac
if test "$with_chemistry" != "none"; then if test "$with_chemistry" != "none"; then
if test "$enable_hand_vec" == "yes"; then if test "$enable_hand_vec" == "yes"; then
if test "$with_hydro" == "gadget2"; then if test "$enable_vec" == "yes"; then
AC_MSG_ERROR([Cannot run with hand vectorisation and chemistry yet. Please use --disable-hand-vec]) 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 fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment