Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

test_inits_loop, only for OSX ?.

Blas_Rodriguez_Somoz
234 Views
Hello

Apparentlytest_inits_loopwasprogrammed in the past to test for a specific mac problem,
and is skipped for non mac system.
It seems the test only use POSIX calls so perhaps it can be used also on Linux.

The comments in the #else and #endif lines (// !__APPLE__) are wrong.
0 Kudos
2 Replies
RafSchietekat
Valued Contributor III
234 Views
I would tend to agree, except that it may add about half a minute to the running time of the test suite, and not everybody runs that just once. (Perhaps a comment could clarify this, though.)

I wouldn't pay too much attention to the comment style (applying to #if or #else?), which seems to vary throughout the code.
0 Kudos
Vladimir_P_1234567890
234 Views
hello,
As far as I remember there were issues on tiger/10.4. So i'm not sure whether test is still relevant. We'll check.
thanks.
Vladimir
0 Kudos
Reply