turned on verbose to check tolerances and also print that info out to the run.log file

This commit is contained in:
Trung Nguyen
2024-10-08 10:51:12 -05:00
parent 900f472ea6
commit 0e3a6a7190
2 changed files with 17 additions and 12 deletions

View File

@ -75,15 +75,12 @@ jobs:
--lmp-bin=build/lmp \
--config-file=tools/regression-tests/config_kokkos_openmp.yaml \
--example-folders="examples/colloid;examples/melt;examples/micelle;examples/threebody" \
--output-file=output.xml \
--progress-file=progress.yaml \
--log-file=run.log
tar -cvf kokkos-regression-test.tar run.log progress.yaml output.xml
--output-file=output_kokkos.xml --progress-file=progress_kokkos.yaml --log-file=run_kokkos.log \
--verbose
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: kokkos-regression-test-artifact
path: kokkos-regression-test.tar
path: *_kokkos.*