Skip to content

Commit

Permalink
bugfix: avoid spack race condition
Browse files Browse the repository at this point in the history
set -j2 to avoid race condition between ROMIO config and AMPI
  • Loading branch information
ebohm committed Jan 23, 2025
1 parent 55b1360 commit 045e283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
spack compiler find
spack compiler list
spack spec charmpp@main
spack install --test root charmpp@main
spack install -j2 --test root charmpp@main
ucx-linux-x86_64_openpmix:
timeout-minutes: 60
Expand Down

0 comments on commit 045e283

Please sign in to comment.