Skip to content
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

on supercomputers (e.g. JUQUEEN) #173

Open
2 of 3 tasks
torbjoernk opened this issue Apr 10, 2015 · 2 comments
Open
2 of 3 tasks

on supercomputers (e.g. JUQUEEN) #173

torbjoernk opened this issue Apr 10, 2015 · 2 comments

Comments

@torbjoernk
Copy link
Contributor

So I just did the first test run on JUQUEEN. Works really nice (with GCC 4.8.1 via modules and fftw3/3.3.3).

Unfortunately, the only Boost version available via Modules is 1.47.0 compiled with XLC. This will not work as the provided XLC doesn't support the C++11 features we learned to love. The solution is to build Boost::program_options (the only compiled Boost library we use) and use this.

To our code I had to do a few tweaks here and there (going to make a PR for that). Now we just need a real-world example with space-only-communicators. 😉

ToDos:

  • make PR with JUQUEEN specific changes
  • write documentation / how-to on how to get up and running on JUQUEEN
  • further tests with other examples
@memmett
Copy link
Member

memmett commented Sep 4, 2015

@torbjoernk What do you want to do with this? Looks like your initial tests went OK... should we close this now?

@memmett
Copy link
Member

memmett commented Sep 23, 2015

@torbjoernk Please see #230 as well. Unless we can find any bugs that can be reliably recreated, I would like to close this and move on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants