Skip to content

Commit

Permalink
Pre-install openmpi4-gnu12-ohpc and mpich-gnu12-ohpc
Browse files Browse the repository at this point in the history
They are needed by rms-harness, and by all other modules.

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g authored and adrianreber committed Dec 20, 2022
1 parent 5695b77 commit 36f14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/setup_slurm_and_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dnf -y install \

# Install rebuilt packages (if any)
# shellcheck disable=SC2046 # (we want the words to be split)
dnf -y install prun-ohpc gnu12-compilers-ohpc $(find /home/"${USER}"/rpmbuild/RPMS/ -name "*rpm") || true
dnf -y install prun-ohpc gnu12-compilers-ohpc openmpi4-gnu12-ohpc mpich-gnu12-ohpc $(find /home/"${USER}"/rpmbuild/RPMS/ -name "*rpm") || true

# Setup slurm
echo "127.0.0.1 node0 node1" >> /etc/hosts
Expand Down

0 comments on commit 36f14a0

Please sign in to comment.