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
Currently cmake options are introduced to enable/disable vtk/mpi/openmp support. each option/branch introduces two new travis build configs:
ENABLE_PACKAGE=TRUE
ENABLE_PACKAGE=FALSE
Since the default value of each package is TRUE, this ends up in duplicate configs. Also, it would be useful to check a build with more than one turned off, e.g.
ENABLE_MPI=FALSE, ENABLE_OPENMP=FALSE.
The text was updated successfully, but these errors were encountered:
Currently cmake options are introduced to enable/disable vtk/mpi/openmp support. each option/branch introduces two new travis build configs:
ENABLE_PACKAGE=TRUE
ENABLE_PACKAGE=FALSE
Since the default value of each package is
TRUE
, this ends up in duplicate configs. Also, it would be useful to check a build with more than one turned off, e.g.ENABLE_MPI=FALSE
,ENABLE_OPENMP=FALSE
.The text was updated successfully, but these errors were encountered: