Skip to content

Commit 1e71806

Browse files
committed
Add standalone C driver guide
1 parent f7fbe4b commit 1e71806

11 files changed

Lines changed: 944 additions & 3 deletions

File tree

.github/workflows/examples.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
matrix:
1818
toolchain: ["openmp", "mpi"]
1919
gauxc: ["release", "main"]
20+
example: ["cpp/gauxc_integration", "c/gauxc_integration"]
21+
22+
name: "${{ matrix.example }} (gauxc ${{ matrix.gauxc }} ${{ matrix.toolchain }})"
2023

2124
steps:
2225
- uses: actions/checkout@v4
@@ -66,7 +69,7 @@ jobs:
6669
run: >-
6770
cmake
6871
-B build_example
69-
-S skala/examples/cpp/gauxc_integration
72+
-S skala/examples/${{ matrix.example }}
7073
-G Ninja
7174
-DSkala_GauXC_ENABLE_OPENMP=${{ matrix.toolchain == 'openmp' }}
7275
-DSkala_GauXC_ENABLE_MPI=${{ matrix.toolchain == 'mpi' }}

0 commit comments

Comments
 (0)