feat: Encore minimum cores at compiletime

main
Sean McBride 4 years ago
parent 9720f82441
commit 2d1678e091

@ -192,7 +192,7 @@ main(int argc, char **argv)
#endif
#if NCORES == 1
panic("Runtime requires at least two cores!");
#error "RUNTIME MINIMUM REQUIREMENT IS 2 CORES"
#endif
debuglog("Initializing the runtime\n");

Loading…
Cancel
Save