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
Merge requests
!717
Updates to the Velociraptor interface for Pascal's runs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates to the Velociraptor interface for Pascal's runs
vrpascalupdates
into
master
Overview
0
Commits
5
Changes
4
Merged
Matthieu Schaller
requested to merge
vrpascalupdates
into
master
6 years ago
Overview
0
Commits
5
Changes
4
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ee1578a9
5 commits,
6 years ago
4 files
+
15
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
examples/main.c
+
0
−
5
Options
@@ -458,11 +458,6 @@ int main(int argc, char *argv[]) {
error
(
"Can't run with star formation over MPI (yet)"
);
#endif
#if defined(WITH_MPI) && defined(HAVE_VELOCIRAPTOR)
if
(
with_structure_finding
&&
nr_nodes
>
1
)
error
(
"VEOCIraptor not yet enabled over MPI."
);
#endif
/* Temporary early aborts for modes not supported with hand-vec. */
#if defined(WITH_VECTORIZATION) && !defined(CHEMISTRY_NONE)
error
(
Loading