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 d1ee7e2 commit c995be8Copy full SHA for c995be8
.github/workflows/cuda.yml
@@ -36,14 +36,14 @@ jobs:
36
steps:
37
- name: Checkout
38
uses: actions/checkout@v3
39
- - name: Build and Test
40
- env:
41
- GTEST_COLOR: 'yes'
+ - name: Build cuSolver
42
run: |
43
- export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64
44
- cmake -B build -DUSE_CUDA=ON
+ cmake -B build -USE_CUSOLVER_LCAO=ON
45
cmake --build build -j4
46
cmake --install build
+ - name: Test
+ run: |
+ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64
47
cd tests/integrate
48
echo "ks_solver cusolver" >> ./270_NO_MD_2O/INPUT
49
./Autotest.sh -r 270_NO_MD_2O
0 commit comments