Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/compile-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CUDA

on: [pull_request]

permissions:
contents: read

env:
CUDA_PATH: /usr/local/cuda
jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/compile-rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: ROCM

on: [pull_request]

permissions:
contents: read

env:
ROCM_VER: 5-4
jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macos-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: macOS

on: [pull_request]

permissions:
contents: read

jobs:
macOS:
runs-on: macos-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ompi_mpi4py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: mpi4py

on: [ pull_request ]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ompi_mpi4py_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
required: true
type: string

permissions:
contents: read

jobs:
mpi4py-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ompi_nvidia.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: ompi_NVIDIA CI
on: [pull_request]
permissions:
contents: read
jobs:

nvidia_deployment:
Expand Down