Skip to content

Commit 81e55f2

Browse files
authored
Merge pull request #31 from EESSI/ocaisa-patch-3
Update CVMFS action version and allow OpenMPI oversubscription
2 parents a50ff38 + 83857bb commit 81e55f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
runs:
1717
using: "composite"
1818
steps:
19-
- uses: cvmfs-contrib/github-action-cvmfs@204fd621e07d10a8cce4e73b9858b11bf6b95647 # v5.0 + MacOS support
19+
- uses: cvmfs-contrib/github-action-cvmfs@d8e39debce81209bbb10bdec77f905b347b032e5 # v5.2 + MacOS support
2020
with:
2121
# Can't use config package for macOS but our repos are available with the default configuration anyway
2222
# cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb
@@ -27,6 +27,8 @@ runs:
2727
if [ "$RUNNER_OS" == "Linux" ]; then
2828
echo 'unset BASH_ENV' >> $HOME/env_config.export
2929
echo "source /cvmfs/software.eessi.io/versions/$EESSI_STACK_VERSION/init/bash" >> $HOME/env_config.export
30+
# allow oversubscription for OpenMPI
31+
echo "export OMPI_MCA_rmaps_base_oversubscribe=1" >> $HOME/env_config.export
3032
sudo apt install -y direnv
3133
echo 'eval "$(direnv export bash)"' >> $HOME/env_config.export
3234
mkdir -p $HOME/direnv/

0 commit comments

Comments
 (0)