Skip to content

Commit 191eb54

Browse files
committed
Merge branch 'main' into mesh-fields-tolerances
2 parents 6b3906f + 587b6e5 commit 191eb54

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/doxygen-gh-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
sudo apt update
2323
sudo apt install g++ cmake doxygen
2424
25+
- name: Install mpi
26+
run: |
27+
sudo apt-get install mpich libmpich-dev
28+
2529
- name: Kokkos Checkout repo
2630
uses: actions/checkout@v4
2731
with:
@@ -88,4 +92,4 @@ jobs:
8892

8993
- name: Deploy to GitHub Pages
9094
id: deployment
91-
uses: actions/deploy-pages@v4
95+
uses: actions/deploy-pages@v4

.github/workflows/pr_comment_trigger_self_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
-DCabana_ROOT=$cabbdir/install \
102102
-DMeshFields_IS_TESTING=on
103103
cmake --build $mfbdir -j4
104-
ctest --test-dir $mfbdir
104+
ctest --test-dir $mfbdir --output-on-failure
105105
106106
- name: Save Result Link
107107
if: ${{ !cancelled() }} #prepare report unless the job was cancelled

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ test_func(OmegahSprAdapt_p2
245245
)
246246
add_test_property(OmegahSprAdapt_p2
247247
PASS_REGULAR_EXPRESSION
248-
"afterAdapt nTri: 14468; solution_1 min -4098.9 max 213.322")
248+
"afterAdapt nTri: 144[0-9][0-9]; solution_1 min -4098.9 max 213.322")
249249

250250
#Code Coverage set up -------------------------------------------------------
251251

0 commit comments

Comments
 (0)