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

support for extra compiler wrapper #233

Closed torbjoernk closed 8 years ago

torbjoernk commented 8 years ago

Backporting work by @f-koehler to support extra compiler wrappers -- e.g. ScoreP -- during compiling and/or linking step via custom invocation script.

The added documentation should be clear enough.