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
1e95b88b
Commit
1e95b88b
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Prevent the usage of stellar feedback over MPI.
parent
06ba0c84
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+1
-0
1 addition, 0 deletions
README
examples/main.c
+4
-0
4 additions, 0 deletions
examples/main.c
with
5 additions
and
0 deletions
README
+
1
−
0
View file @
1e95b88b
...
...
@@ -34,6 +34,7 @@ Valid options are:
-r Continue using restart files.
-s Run with hydrodynamics.
-S Run with stars.
-b Run with stars feedback.
-t {int} The number of threads to use on each MPI rank. Defaults to 1 if not specified.
-T Print timers every time-step.
-v [12] Increase the level of verbosity:
...
...
This diff is collapsed.
Click to expand it.
examples/main.c
+
4
−
0
View file @
1e95b88b
...
...
@@ -507,6 +507,10 @@ int main(int argc, char *argv[]) {
error
(
"Cannot reconstruct m-poles every step over MPI (yet)."
);
#endif
#ifdef WITH_MPI
if
(
with_feedback
)
error
(
"Can't run with feedback 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."
);
...
...
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