Allow usage of implicit declarations in mpip and extrae (sigh)
This commit is contained in:
parent
4a5fef92cc
commit
f6c3102345
1 changed files with 2 additions and 1 deletions
|
@ -14,8 +14,9 @@ spack:
|
|||
# - [$%core_compiler]
|
||||
- matrix:
|
||||
- [mpip, extrae]
|
||||
- ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int"']
|
||||
- [^mpi]
|
||||
- ['%gcc@13.2', '%cce@18.0'] # mpip and extrae fail with implicit function declaration when using %cce -> is it actually using cce?
|
||||
- ['%gcc@13.2', '%cce@18.0']
|
||||
view: false
|
||||
concretizer:
|
||||
unify: when_possible
|
||||
|
|
Loading…
Reference in a new issue