diff --git a/Compiler/openmpi/build b/Compiler/openmpi/build index e96f066..d970862 100755 --- a/Compiler/openmpi/build +++ b/Compiler/openmpi/build @@ -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 - diff --git a/Compiler/openmpi/files/config.yaml b/Compiler/openmpi/files/config.yaml index 0667c0e..0d9dfc8 100644 --- a/Compiler/openmpi/files/config.yaml +++ b/Compiler/openmpi/files/config.yaml @@ -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