This commit is contained in:
Caubet Serrabou Marc
2024-09-10 17:38:17 +02:00
parent 41987dcbcc
commit dbdc24cdb3
2 changed files with 2 additions and 11 deletions

View File

@@ -104,9 +104,9 @@ pbuild::post_install() {
if [[ -v CUDA_VERSION ]]; then
echo "opal_warn_on_missing_libcuda = 0" >> ${PREFIX}/etc/openmpi-mca-params.conf
fi
}
# for FILE in $(find $PREFIX -type f \( ! -name "*.a" -and ! -name "*.mod" \) -exec grep -IL .
"{}" \;)
# for FILE in $(find $PREFIX -type f \( ! -name "*.a" -and ! -name "*.mod" \) -exec grep -IL . "{}" \;)
# do
# OLD_RPATH=$(objdump -a -x $FILE | grep RPATH | awk '{print $2}')
# NEW_RPATH=$(echo $OLD_RPATH | sed 's/:\/usr\/lib64:/:/g')
@@ -114,4 +114,3 @@ pbuild::post_install() {
# patchelf --force-rpath --set-rpath "${NEW_RPATH}" "${FILE}"
# fi
# done

View File

@@ -100,14 +100,6 @@ openmpi:
compiler: {gcc: [9.5.0, 10.4.0, 11.4.0, 12.3.0, 13.1.0]}
build_requires: [pmix/4.2.4, ucx/1.14.1_slurm, hwloc/2.9.1, patchelf/0.14.5]
runtime_deps: [cuda/12.1.1]
- systems: [.*.merlin7.psi.ch]
overlay: Alps
used_overlays: [PSI, Alps]
group_deps:
compiler: {gcc: [12.3.0]}
build_requires: [pmix/5.0.3, ucx/1.14.1_slurm, hwloc/2.9.1, patchelf/0.14.5]
runtime_deps: [cuda/12.1.1]
- systems: [.*.merlin7.psi.ch]
relstage: unstable
overlay: Alps