Skip to content
GitLab
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
0e530761
Commit
0e530761
authored
Oct 24, 2019
by
Loic Hausammann
Browse files
Check if disable-hand-vec is required during the configuration
parent
9dbd8015
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
0e530761
...
...
@@ -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>],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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