Skip to content

Add -Wno-error=cpp to GNU devel flags

If we add -Wno-error=cpp to the GNU devel flags it prevents the warning You are compiling entanglement without MPI. No results possible from producing an error.

With this solution, we can also get rid of the #ifndef PIPELINE preprocessor directive, that aims to solve the same problem in a less elegant way.