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

consider requiering CMake v3.x for handy features #164

Closed torbjoernk closed 8 years ago

torbjoernk commented 9 years ago

The new(er) versions of CMake (>=3.0) provide a couple really nice and handy functions and macros to easy specification of compiler requirements etc.

We should consider requiring CMake 3.x to clean up our CMake files. 3.0 should be old enough to be broadly available.

memmett commented 9 years ago

Requiring 3.1 is fine with me.

torbjoernk commented 9 years ago

I'm bumping this to 1.0.0 again as CMake 3.1 is the one we would go for and this is jet not available on our supercomputers.

memmett commented 8 years ago

Closing this since dependency picture is changing...