We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76b13f9 + 6ab7296 commit b637495Copy full SHA for b637495
.github/workflows/compile-rocm.yaml
@@ -1,4 +1,4 @@
1
-name: GitHub Action CI
+name: ROCM
2
3
on: [pull_request]
4
@@ -28,4 +28,4 @@ jobs:
28
run: |
29
./autogen.pl
30
./configure --prefix=${PWD}/install --with-rocm=/opt/rocm --disable-mpi-fortran
31
- LD_LIBRARY_PATH=/opt/rocm/lib make -j
+ LD_LIBRARY_PATH=/opt/rocm/lib make -j
.github/workflows/ompi_mpi4py.yaml
+name: mpi4py
.github/workflows/pr-checks.yaml
+name: Git commit checks
# We're using pull_request_target here instead of just pull_request so that the
# action runs in the context of the base of the pull request, rather than in the
0 commit comments