Parallel-in-Time / PFASST

PFASST++ is a C++ implementation of the "parallel full approximation scheme in space and time" (PFASST) algorithm
http://www.parallelintime.org/PFASST/
Other
32 stars 14 forks source link

on supercomputers (e.g. JUQUEEN) #173

Open torbjoernk opened 9 years ago

torbjoernk commented 9 years ago

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:

memmett commented 9 years ago

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

memmett commented 9 years ago

@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...