Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
a2ac59c1
Commit
a2ac59c1
authored
5 years ago
by
Loic Hausammann
Browse files
Options
Downloads
Patches
Plain Diff
Check if disable-vec is given with the chemistry
parent
0e530761
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!951
Check if disable-vec is given with the chemistry
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+4
-2
4 additions, 2 deletions
configure.ac
with
4 additions
and
2 deletions
configure.ac
+
4
−
2
View file @
a2ac59c1
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment