Skip to content

on supercomputers (e.g. JUQUEEN) #173

@torbjoernk

Description

@torbjoernk

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions