You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with -DENABLE_MPI=OFF still results in an MPI build. This is because config/project.cmake forces ENABLE_MPI to be TRUE. Fixing this still results in build errors, since MPI dependencies are included for the compile.
The text was updated successfully, but these errors were encountered:
Currently MPI is required, and disabling the option doesn't make too much semantic sense. It's carried over from the underlying build system (cinch). For now we will just mark that as an advanced option and require MPI libraries for linking as a minimum.
Building with -DENABLE_MPI=OFF still results in an MPI build. This is because config/project.cmake forces ENABLE_MPI to be TRUE. Fixing this still results in build errors, since MPI dependencies are included for the compile.
The text was updated successfully, but these errors were encountered: