Skip to content

Commit

Permalink
[CI] Fix oversubscribe option on OpenMPI 5
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Feb 19, 2024
1 parent a534d55 commit c6b74cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ jobs:
sudo sh -c 'echo -e "\nrmaps_base_oversubscribe = 1" >> \
/etc/openmpi/openmpi-mca-params.conf'
else
mkdir -p $HOME/.prte
echo -e "\nrmaps_default_mapping_policy = :oversubscribe" >> \
/usr/local/etc/openmpi-mca-params.conf
$HOME/.prte/mca-params.conf
fi
source $HOME/install/share/triqs/triqsvars.sh
cd build
Expand Down

0 comments on commit c6b74cf

Please sign in to comment.