Skip to content

Commit

Permalink
build CI with -j 4
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored May 16, 2024
1 parent dc11317 commit 9dc8417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpu_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: |
export PATH=$PATH:/usr/local/cuda/bin
cd Exec/test_problems/reacting_bubble
make DIM=2 USE_MPI=FALSE USE_CUDA=TRUE -j 2
make DIM=2 USE_MPI=FALSE USE_CUDA=TRUE -j 4
4 changes: 2 additions & 2 deletions .github/workflows/reacting_bubble-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile reacting_bubble
run: |
cd Exec/test_problems/reacting_bubble
make DIM=2 USE_MPI=FALSE -j 2
make DIM=2 USE_MPI=FALSE -j 4
- name: Run reacting_bubble
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Build the fextrema tool
run: |
cd external/amrex/Tools/Plotfile
make programs=fextrema -j 2
make programs=fextrema -j 4
- name: Check the extrema
run: |
Expand Down

0 comments on commit 9dc8417

Please sign in to comment.