mosaic-group / openfpm

OpenFPM: A scalable open framework for particle and particle-mesh codes on parallel computers
http://openfpm.mpi-cbg.de/
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Cmake config issue #3

Closed abhinavsns closed 2 months ago

abhinavsns commented 4 months ago

OpenFPM creates config.h on running CMake that modifies the source code directory. This limits a parallel build with different options using the same source.

Using CMake to handle the config would be better as ccmake and parallel builds could be configured. Also, the test executable structure would improve.

abhinavsns commented 2 months ago

This Issue is now resolved with the new CMake installation.