Skip to content

Commit

Permalink
Use a vertical | to avoid issues propagating ;.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Jun 27, 2024
1 parent e05d756 commit 042d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/superbuild/ci/ci_tioga_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EXTRA_HIP_FLAGS="-O2 -g3 -Wno-deprecated-declarations"
# Prefer RPATH to RUNPATH (stability over flexibility)
EXTRA_LINK_FLAGS="-fuse-ld=lld -Wl,--disable-new-dtags"
# If using PrgEnv-cray add ${CRAYLIBS_X86_64}
EXTRA_RPATHS="${ROCM_PATH}/lib\;${ROCM_PATH}/llvm/lib"
EXTRA_RPATHS="${ROCM_PATH}/lib|${ROCM_PATH}/llvm/lib"

# Set this to the AMD GPU arch(s) to support (example set for Crusher/Frontier/Tioga)
AMD_GPU_ARCH=gfx90a,gfx942
Expand Down

0 comments on commit 042d35e

Please sign in to comment.