[HACK] Make concretization great again! (#2590)
* Always default to +mpi * Always default to ~X
This commit is contained in:

committed by
Todd Gamblin

parent
87c9b01033
commit
36072c4776
@@ -53,7 +53,7 @@ class Fftw(Package):
|
||||
description='Produces a quad precision version of the library '
|
||||
'(works only with GCC and libquadmath)')
|
||||
variant('openmp', default=False, description="Enable OpenMP support.")
|
||||
variant('mpi', default=False, description='Activate MPI support')
|
||||
variant('mpi', default=True, description='Activate MPI support')
|
||||
variant(
|
||||
'pfft_patches', default=False,
|
||||
description='Add extra transpose functions for PFFT compatibility')
|
||||
|
Reference in New Issue
Block a user