Skip to content

Commit b9caa20

Browse files
authored
Merge pull request #256 from bonachea/ci-enable-collectives
[NO REVIEW]: CI: enable end-to-end testing of `CO_{BROADCAST, MAX, MIN, SUM}`
2 parents 7312565 + a022878 commit b9caa20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
version: latest
4242
network: smp
4343
native_multi_image: 1
44-
FFLAGS: -fcoarray -DHAVE_SYNC=0 -DHAVE_COLLECTIVES=0
44+
FFLAGS: -fcoarray -DHAVE_SYNC=0
4545
# https://hub.docker.com/r/snowstep/llvm/tags
46-
container: snowstep/llvm:focal
46+
container: snowstep/llvm:bookworm
4747
- os: ubuntu-24.04
4848
compiler: flang
4949
version: 21

0 commit comments

Comments
 (0)