Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
As promised, a thread pool in <200 lines of C++. This doesn't handle fork
yet and I should emphasise that this wasn't originally written for performance sensitive code.
Some preliminary testing shows that there is roughly a 10-15 us penalty for nthreads > 1
. I'm sure this can be brought down, by e.g.
Question: should I put the OpenMP code back and just use this as a fallback?