Skip to content

Commit

Permalink
Merge branch 'develop' into feature_caliper_modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Dec 28, 2023
2 parents 6328547 + f2a8abf commit ccd874d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ compilers:
- compiler:
spec: [email protected]
paths:
cc: /usr/tce/packages/cce-tce/cce-16.0.0/bin/craycc
cxx: /usr/tce/packages/cce-tce/cce-16.0.0/bin/crayCC
f77: /usr/tce/packages/cce-tce/cce-16.0.0/bin/crayftn
fc: /usr/tce/packages/cce-tce/cce-16.0.0/bin/crayftn
cc: /opt/cray/pe/cce/16.0.0/bin/craycc
cxx: /opt/cray/pe/cce/16.0.0/bin/crayCC
f77: /opt/cray/pe/cce/16.0.0/bin/crayftn
fc: /opt/cray/pe/cce/16.0.0/bin/crayftn
flags:
cflags: -g -O2
cxxflags: -g -O2 -std=c++14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

packages:
all:
require: target=x86_64:
require: 'target=x86_64:'
variants: amdgpu_target=gfx90a
papi:
externals:
Expand Down
2 changes: 0 additions & 2 deletions configs/HPECray-zen3-MI250X-Slingshot/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ spack:
spack_spec: [email protected]
default-mpi:
spack_spec: [email protected]%cce ~gtl
compiler-gcc:
spack_spec: [email protected]
compiler-rocm:
spack_spec: [email protected]
blas-rocm:
Expand Down

0 comments on commit ccd874d

Please sign in to comment.