Skip to content

Commit ed73ac6

Browse files
committed
remove block on building
1 parent 073ea22 commit ed73ac6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

eidos/eidos_openmp.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@
6464
#include <iostream>
6565

6666

67-
/*
68-
* For simplicity, ongoing work related to the parallelization of SLiM with OpenMP now resides in the master branch.
69-
* However, multithreaded SLiM is not released, not thoroughly tested, and generally not yet ready for prime time.
70-
* It is not recommended for end-user use, especially not for "production" runs, and the documentation for it is
71-
* not yet public. Please do not ask for any kind of support for this feature if you choose to experiment with it.
72-
*
73-
* - BCH 12/4/2023
74-
*/
75-
#ifdef _OPENMP
76-
#error Building multithreaded SLiM is presently disabled and unsupported. This feature is still under development.
77-
#endif
78-
79-
8067
// This is the largest number of threads we allow the user to set. There is no hard limit in the code;
8168
// this is primarily just to prevent people from doing anything stupid.
8269
#define EIDOS_OMP_MAX_THREADS 1024

0 commit comments

Comments
 (0)