diff --git a/eidos/eidos_openmp.h b/eidos/eidos_openmp.h index f49c80c0..e6f0e553 100644 --- a/eidos/eidos_openmp.h +++ b/eidos/eidos_openmp.h @@ -64,19 +64,6 @@ #include -/* - * For simplicity, ongoing work related to the parallelization of SLiM with OpenMP now resides in the master branch. - * However, multithreaded SLiM is not released, not thoroughly tested, and generally not yet ready for prime time. - * It is not recommended for end-user use, especially not for "production" runs, and the documentation for it is - * not yet public. Please do not ask for any kind of support for this feature if you choose to experiment with it. - * - * - BCH 12/4/2023 - */ -#ifdef _OPENMP -#error Building multithreaded SLiM is presently disabled and unsupported. This feature is still under development. -#endif - - // This is the largest number of threads we allow the user to set. There is no hard limit in the code; // this is primarily just to prevent people from doing anything stupid. #define EIDOS_OMP_MAX_THREADS 1024