Skip to content

Commit

Permalink
Update CUDA compilation test to cover more cases (AMReX-Astro#1297)
Browse files Browse the repository at this point in the history
This adds CUDA coverage for both partition functions and self-consistent NSE.
  • Loading branch information
yut23 authored Aug 6, 2023
1 parent effba81 commit 3d2714f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ jobs:
cd unit_test/test_react
make NETWORK_DIR=aprox13 USE_CUDA=TRUE COMP=gnu USE_MPI=FALSE -j 2
- name: compile test_react (subch_simple)
- name: compile test_react (ignition_reaclib/URCA-simple)
run: |
export PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
cd unit_test/test_react
make realclean
make NETWORK_DIR=subch_simple USE_CUDA=TRUE COMP=gnu USE_MPI=FALSE -j 2
make NETWORK_DIR=ignition_reaclib/URCA-simple USE_CUDA=TRUE COMP=gnu USE_MPI=FALSE -j 2
- name: compile test_ase (ase)
run: |
export PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
cd unit_test/test_ase
make USE_CUDA=TRUE COMP=gnu USE_MPI=FALSE -j 2

0 comments on commit 3d2714f

Please sign in to comment.