Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
a2ac59c1
Commit
a2ac59c1
authored
Oct 24, 2019
by
Loic Hausammann
Browse files
Check if disable-vec is given with the chemistry
parent
0e530761
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a2ac59c1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment