Skip to content
Snippets Groups Projects

Fix online container for DC. (clean backport from DC_Oct23)

Merged Pierre-Alain Loizeau requested to merge p.-a.loizeau/cbmroot:dc_fix_container into master
All threads resolved!
3 files
+ 17
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -6,6 +6,7 @@ srcdir=cbmroot
build_type=RelWithDebInfo
install_prefix=/opt/cbm/cbmroot
fairsoft_path=/opt/cbm/fairsoft
enable_hip=OFF
rocm_root=/opt/rocm
hip_archs="gfx906;gfx908" # MI50;MI100
n_jobs=16
@@ -13,7 +14,7 @@ n_jobs=16
cmake_args="-DCMAKE_INSTALL_PREFIX=$install_prefix \
-DCMAKE_BUILD_TYPE=$build_type \
-DSIMPATH=$fairsoft_path \
-DXPU_ENABLE_HIP=ON \
-DXPU_ENABLE_HIP=$enable_hip \
-DXPU_ROCM_ROOT=$rocm_root \
-DXPU_HIP_ARCH=$hip_archs \
"
Loading