BOUT-dev
BOUT-dev copied to clipboard
cmake has the option `-DBOUT_ENABLE_MPI`
Can this be hidden?
cmake fails with this set to OFF ...
I'm not sure why this is even an option. I think all the compiler and third party CMake setup stuff was changed at least in part to mirror some other LLNL projects, so I rather suspect that's why it was added.
It might be nice to one day have completely serial builds, but for now this isn't possible, and we should disable this as an option.
99 of 275 file seem to include mpi stuff, so might require a bit of work, but should be doable with a bit of time ...