Skip to content

Commit

Permalink
remove block on building
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Dec 4, 2023
1 parent 6e7d64f commit 2d6028c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions eidos/eidos_openmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,6 @@
#include <iostream>


/*
* 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
Expand Down

0 comments on commit 2d6028c

Please sign in to comment.