-
Notifications
You must be signed in to change notification settings - Fork 59
Intel segfault when detecting number of threads #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the bug report -- I wonder if there are any other CRAN packages affected; that is, I wonder if the issue is somehow unique to your package, or if any package trying to use |
The only other example I found is |
I should have looked more closely at the parent directory of the server with the results. These 2 packages show the same problem: |
Thanks -- I think we can conclude the issue needs to be fixed in RcppParallel (or in Intel's compiler). I'll try to investigate further; let me know if CRAN is giving you a hard time on these issues and I can try to prioritize. |
Thanks, I haven't received anything from CRAN so far, in fact I'm not sure if their Intel checks are mostly testing the waters to see what's broken (the installation log even has warnings about deprecations in std code). I do plan to submit an update soon, so I can let you know if they already consider that a blocker or not. |
My update was allowed to go through, but CRAN did ask me to check that this issue is not forgotten, so I imagine they will eventually support the Intel compiler more officially. |
I don't know if CRAN changed something or the latest RcppParallel release fixed something related to this, but the issue appears to be gone. |
Hello, I noticed that my package currently has additional issues on CRAN for the Intel checks. There's a segfault when calling
defaultNumThreads
:Is this a known issue?
The text was updated successfully, but these errors were encountered: