Last active
May 15, 2018 11:28
-
-
Save ax3l/dd1adcb6ce3de00349ff275c2a5a1522 to your computer and use it in GitHub Desktop.
Xeus-Cling with OpenMP
I found the problem. The Argument '-fopenmp' will not passed to the cling instance. If you run a blank cling in the bash without the '-fopenmp' you get the same behavoir.
The following bunch of code, you can check the arguments of the cling instance in a jupyter notebook: https://gist.github.com/SimeonEhrig/05bdb0927d5f799608a18034ee69449a
@SimeonEhrig thank you, that explains it!
(I think you have to write @ax3l to ping me in a gist comment, did not receive the notification we talked about)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related: https://root-forum.cern.ch/t/cling-and-openmp/26841/3
Forum: https://root-forum.cern.ch/search?q=openmp