Skip to content

And Action

And Action #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: nvidia/cuda:13.2.0-devel-ubuntu24.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
apt-get update && apt-get install -y build-essential openmpi-bin libopenmpi-dev
- name: Build first example
working-directory: 03-H_Multi_GPU_Parallelization/solutions
env:
MPI_HOME: /usr
run: |
make jacobi