variant build: openmp_ref should be openmp (#26006)
This commit is contained in:
parent
8e486c1e57
commit
730720d50a
@ -19,7 +19,7 @@ class Minife(MakefilePackage):
|
||||
version('2.1.0', sha256='59f4c56d73d2a758cba86939db2d36e12705282cb4174ce78223d984527f5d15')
|
||||
|
||||
variant('build', default='ref', description='Type of Parallelism',
|
||||
values=('ref', 'openmp_ref', 'qthreads', 'kokkos'))
|
||||
values=('ref', 'openmp', 'qthreads', 'kokkos'))
|
||||
|
||||
depends_on('mpi')
|
||||
depends_on('qthreads', when='build=qthreads')
|
||||
|
Loading…
Reference in New Issue
Block a user