Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crusher/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ packages:
hip: /opt/rocm-5.4.0/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
llvm-amdgpu:
buildable: false
externals:
Expand Down
6 changes: 6 additions & 0 deletions frontier/env_vars.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
env_vars:
set:
MPICH_GPU_SUPPORT_ENABLED: "1"
CFLAGS: -I/opt/cray/pe/mpich/8.1.31/ofi/crayclang/17.0/include -L/opt/cray/pe/mpich/8.1.31/ofi/crayclang/17.0/lib -lmpi -L/opt/cray/pe/mpich/8.1.31/gtl/lib -lmpi_gtl_hsa
CXXFLAGS: -I/opt/cray/pe/mpich/8.1.31/ofi/crayclang/17.0/include -L/opt/cray/pe/mpich/8.1.31/ofi/crayclang/17.0/lib -lmpi -L/opt/cray/pe/mpich/8.1.31/gtl/lib -lmpi_gtl_hsa
HIPFLAGS: -I/opt/cray/pe/mpich/8.1.31/ofi/crayclang/17.0/include -L/opt/cray/pe/mpich/8.1.31/ofi/crayclang/17.0/lib -lmpi -L/opt/cray/pe/mpich/8.1.31/gtl/lib -lmpi_gtl_hsa
7 changes: 0 additions & 7 deletions frontier/environment.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion frontier/rocm-5.3.0/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
hip: /opt/rocm-5.3.0/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
llvm-amdgpu:
buildable: false
externals:
Expand Down
6 changes: 3 additions & 3 deletions frontier/rocm-5.4.3/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
hip: /opt/rocm-5.4.3/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
- spec: hip@5.4.3 %cce
prefix: /opt/rocm-5.4.3
modules:
Expand All @@ -161,7 +161,7 @@ packages:
hip: /opt/rocm-5.4.3/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
- spec: hip@5.4.3 %clang@15.0.0-rocm5.4.3
prefix: /opt/rocm-5.4.3
modules:
Expand All @@ -174,7 +174,7 @@ packages:
hip: /opt/rocm-5.4.3/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
llvm-amdgpu:
buildable: false
externals:
Expand Down
2 changes: 1 addition & 1 deletion frontier/rocm-6.0.0/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
hip: /opt/rocm-6.0.0/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
llvm-amdgpu:
buildable: false
externals:
Expand Down
2 changes: 1 addition & 1 deletion frontier/rocm-6.2.0/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
hip: /opt/rocm-6.2.0/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
llvm-amdgpu:
buildable: false
externals:
Expand Down
2 changes: 1 addition & 1 deletion frontier/rocm-6.2.4/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
hip: /opt/rocm-6.2.4/hip/bin/hipcc
environment:
set:
MPICH_GPU_SUPPORT_ENABLED: 1
MPICH_GPU_SUPPORT_ENABLED: "1"
llvm-amdgpu:
buildable: false
externals:
Expand Down