Skip to content

Commit

Permalink
turn on notice of non-parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Aug 6, 2023
1 parent 9f29c5e commit b66298b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ static void PrintUsageAndDie(bool p_print_header, bool p_print_full_usage)
#ifdef _OPENMP
SLIM_OUTSTREAM << "This is a PARALLEL (MULTI-THREADED) build of SLiM." << std::endl;
#else
// For now, I don't want to advertise the existence of parallel builds
//SLIM_OUTSTREAM << "This is a NON-PARALLEL (SINGLE-THREADED) build of SLiM." << std::endl;
SLIM_OUTSTREAM << "This is a NON-PARALLEL (SINGLE-THREADED) build of SLiM." << std::endl;
#endif
#if (SLIMPROFILING == 1)
SLIM_OUTSTREAM << "This is a PROFILING build of SLiM." << std::endl;
Expand Down

0 comments on commit b66298b

Please sign in to comment.