[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
@@ -36,7 +36,7 @@ class Caliper(Package):
|
||||
|
||||
version('master', git='https://github.com/LLNL/Caliper.git')
|
||||
|
||||
variant('mpi', default=False, description='Enable MPI function wrappers.')
|
||||
variant('mpi', default=True, description='Enable MPI function wrappers.')
|
||||
|
||||
depends_on('libunwind')
|
||||
depends_on('papi')
|
||||
|
Reference in New Issue
Block a user