Skip to content
Snippets Groups Projects
Commit 97f98762 authored by Matthieu Schaller's avatar Matthieu Schaller Committed by Matthieu Schaller
Browse files

Allow the code to run again with periodic gravity

parent a0148917
Branches
Tags
1 merge request!589Mpi periodic gravity
......@@ -720,11 +720,6 @@ int main(int argc, char *argv[]) {
fflush(stdout);
}
#ifdef WITH_MPI
if (periodic && with_self_gravity)
error("Periodic self-gravity over MPI temporarily disabled.");
#endif
#if defined(WITH_MPI) && defined(HAVE_VELOCIRAPTOR)
if (with_structure_finding) error("VEOCIraptor not yet enabled over MPI.");
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment