You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to hear it. Unfortunately, without access to an environment using the Intel icc / icpc compilers there's not much I can do to help. Pull requests are welcome.
As you can see, you need to downgrade intel-tbb version to 2020.3.304. If you already installed some R packages using intel-compiler/2021.6.0 you may need to reinstall them with the intel-compiler/2020.3.304
Activity
kevinushey commentedon Sep 7, 2022
It looks like your compiler is being inferred as gcc:
but the actual compiler here is
icpc
(Intel's compiler?)Is there some simple way for me to stand up an environment using
icpc
to test?kevinushey commentedon Sep 7, 2022
The output of
R CMD config --all
would probably also be helpful.DarioS commentedon Sep 8, 2022
No, registration to the H.P.C. needs an Australian university e-mail account. I attach the config report which will hopefully help.
.
kevinushey commentedon Sep 8, 2022
I pushed a change in 229c08b; can you let me know if that helps you get further? Install it with e.g.
DarioS commentedon Sep 8, 2022
Same error on Rocky Linux H.P.C. Connecting to a small in-house server which is Debian 11, installation works the first time.
kevinushey commentedon Sep 8, 2022
Sorry to hear it. Unfortunately, without access to an environment using the Intel icc / icpc compilers there's not much I can do to help. Pull requests are welcome.
DarioS commentedon Sep 9, 2022
The system administrator explains that it is a known issue of RcppParallel depending on outdated TBB and solution is:
kevinushey commentedon Sep 9, 2022
Glad you got it working. Yes, the instructions for building RcppParallel with a separate TBB installation are documented in the README.