| 092904dd | 27-Oct-2021 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fix variable redefinition introduced in #827 (#832)
* interface/ceed.c: Silence warning caused by variable redefinition
* interface/ceed.c: fix clang tidy warning
Co-authored-by: Jeremy L Thom
Fix variable redefinition introduced in #827 (#832)
* interface/ceed.c: Silence warning caused by variable redefinition
* interface/ceed.c: fix clang tidy warning
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 3a0b0879 | 22-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #827 from CEED/leila/levenshtein-backend
Levenshtein distance - Backend closest match |
| 203015ca | 22-Oct-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
wrap code cov exclusion comments around the whole levenshtein block |
| 9c9a0587 | 22-Oct-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
interface/ceed.c: Implement Levenshtein distance for backend resource matching |
| 6bcd1f3a | 22-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #828 from CEED/jeremy/occa-no-cov
Disable OCCA CodeCov |
| 5221680f | 22-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gitlab - minor formatting |
| 95016f61 | 22-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gitlab - only re-link compiled backends to omit OCCA
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| a2ea9e02 | 21-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gitlab - disable OCCA CodeCov; only OCCA backend compiling tested |
| e4bdc64e | 20-Oct-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #824 from CEED/jed/gitlab-ulimit
gitlab ulimit |
| afb84aac | 20-Oct-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #825 from CEED/jeremy/azure-ubuntu
azure - update to Ubuntu 20.04 LTS |
| 272f8835 | 19-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
azure - update to Ubuntu 20.04 LTS |
| f849ae49 | 19-Oct-2021 |
Jed Brown <jed@jedbrown.org> |
gitlab-ci: place 32 GiB ulimit on lv
lv.colorado.edu has had frequent OOM errors and reboots. One user reported large memory from a gitlab-runner task, though it's unclear which one. Let's add a uli
gitlab-ci: place 32 GiB ulimit on lv
lv.colorado.edu has had frequent OOM errors and reboots. One user reported large memory from a gitlab-runner task, though it's unclear which one. Let's add a ulimit to ensure that our use is bounded.
show more ...
|
| e48f2b70 | 19-Oct-2021 |
Jed Brown <jed@jedbrown.org> |
gitlab-ci: delete image tags (unused because this build is not containerized) |
| aae8ce39 | 01-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #820 from CEED/jeremy/warn-occa
Add OCCA backend warning |
| 19772aad | 01-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - disable OCCA Hip backend for Noether testing, unreliable results |
| 254c0ded | 01-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - disable OCCA openmp backend for Noether testing, unreliable results |
| 9a1d3511 | 30-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - remove deprecated headers |
| dcc1e3ec | 30-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
occa - add warning, OCCA backend is experimental |
| 30752211 | 01-Oct-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #812 from CEED/jeremy/check-op
Promote Operator check to public API; Strengthen composite Operator check |
| b34b2cb1 | 01-Oct-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #818 from CEED/leila/doc-fix
Examples - doc |
| 57e303d2 | 01-Oct-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #821 from CEED/jeremy/update-codecov-action
actions - update to codecov action v2 |
| bc7bbd5d | 27-Sep-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: doc - include "running the mini-app"
EULER_VORTEX - removed debugging tests from the test suite
conv_test.sh: Drop the euler_test option and degree 3 as the results almost never ma
examples/fluids: doc - include "running the mini-app"
EULER_VORTEX - removed debugging tests from the test suite
conv_test.sh: Drop the euler_test option and degree 3 as the results almost never match with different PETSc configurations
show more ...
|
| 64ae10b0 | 27-Sep-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples: doc - ceed comes before petsc |
| b425b72c | 27-Sep-2021 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/solids: fix typo |
| ab85ce39 | 30-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
actions - update to codecov action v2 |