Open torbjoernk opened 9 years ago
@torbjoernk What do you want to do with this? Looks like your initial tests went OK... should we close this now?
@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...
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. :wink:
ToDos: