Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_ascent caliper + hip support #1359

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update rzvernal recipe
  • Loading branch information
cyrush committed Aug 13, 2024
commit a67922a3148e0d9508a1c62d3fe7f63b7c3bec79
9 changes: 4 additions & 5 deletions scripts/build_ascent/build_ascent_hip_rzvernal.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
module load cmake/3.24.2
module load craype-accel-amd-gfx90a
module load rocm/6.1.2
module load cray-mpich
module load rocmcc/6.1.2-magic

export MPICH_GPU_SUPPORT_ENABLED=1
export ROCM_ARCH=gfx90a

export CC=/opt/rocm-6.1.2/bin/amdclang
export CXX=/opt/rocm-6.1.2/bin/amdclang++
export CFLAGS="-I${ROCM_PATH}/include"
export CXXFLAGS="-I${ROCM_PATH}/include -Wno-pass-failed"
export LDFLAGS="-L${ROCM_PATH}/lib -lamdhip64"
#export CFLAGS="-I${ROCM_PATH}/include"
#export CXXFLAGS="-I${ROCM_PATH}/include -Wno-pass-failed"
#export LDFLAGS="-L${ROCM_PATH}/lib -lamdhip64"

export enable_python="${enable_python:=ON}"
export build_caliper="${build_caliper:=true}"
Expand Down