-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Milestone
Description
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