Skip to content
Snippets Groups Projects

Updates to the Velociraptor interface for Pascal's runs

Merged Matthieu Schaller requested to merge vrpascalupdates into master
4 files
+ 15
17
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 0
5
@@ -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