Skip to content

Instantly share code, notes, and snippets.

@ax3l
Last active May 15, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ax3l/dd1adcb6ce3de00349ff275c2a5a1522 to your computer and use it in GitHub Desktop.
Save ax3l/dd1adcb6ce3de00349ff275c2a5a1522 to your computer and use it in GitHub Desktop.
Xeus-Cling with OpenMP
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ax3l
Copy link
Author

ax3l commented Mar 28, 2018

@SimeonEhrig
Copy link

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

@ax3l
Copy link
Author

ax3l commented May 15, 2018

@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