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.
1 parent ca42c57 commit 66dd065Copy full SHA for 66dd065
.github/workflows/cuda.yml
@@ -27,6 +27,7 @@ jobs:
27
ec2-instance-type: g4dn.xlarge
28
subnet-id: subnet-72d3e53e
29
security-group-id: sg-06b0c93122c08aeab
30
+
31
test:
32
name: Do the job on the runner
33
needs: start-runner # required to start the main job when the runner is ready
@@ -39,9 +40,12 @@ jobs:
39
40
env:
41
GTEST_COLOR: 'yes'
42
run: |
- cmake -B build -DBUILD_TESTING=ON -DUSE_CUDA=ON
43
+ cmake -B build -DUSE_CUDA=ON
44
cmake --build build -j4
45
cmake --install build
46
+ cd tests/integrate
47
+ echo "ks_solver cusolver" >> ./270_NO_MD_2O/INPUT
48
+ ./Autotest.sh -r 270_NO_MD_2O
49
50
stop-runner:
51
name: Stop self-hosted EC2 runner
0 commit comments