| a541e550 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor: Make StateToQ array zeroing consistent |
| 63faaa05 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Add *.json, others to .gitignore
Mostly for ignoring `compile_commands.json`, but presumably useful for other things too |
| 30ff0608 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix: Address GCC compiler warnings
- GCC was concerned that `q` in the STG code was being used uninitialized - GCC was also concerned that PetscViewerBinaryRead doesn't guarantee that the value
fix: Address GCC compiler warnings
- GCC was concerned that `q` in the STG code was being used uninitialized - GCC was also concerned that PetscViewerBinaryRead doesn't guarantee that the value is being set (which is always is...)
show more ...
|
| 4bbc3196 | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/update_docs' into 'main'
doc: Clean up documentation
See merge request phypid/honee!11 |
| 705c7d4f | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/pytorch_cuda' into 'main'
ci: Enable PyTorch testing on CUDA
See merge request phypid/honee!13 |
| ec67caad | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
ci: Enable PyTorch testing on CUDA |
| 1b97444c | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'jeremy/cuda-ci' into 'main'
Add CUDA CI
See merge request phypid/honee!12 |
| c3a3f305 | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - consistent output |
| 0241eab6 | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add CUDA ci |
| f421185e | 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - fix PETSc arch names |
| ce03971b | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
doc: Move test flags to bottom of options table |
| 836c9e00 | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
doc: Add building instructions to doc site |
| 30300449 | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
doc: Improve README for website |
| 224d1afd | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/authors' into 'main'
chore: Add AUTHORS file, update conf.py
See merge request phypid/honee!10 |
| efbf6ca3 | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Add AUTHORS file, update conf.py |
| 60dbb3d4 | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/enable_smartsim_pytorch_ci' into 'main'
ci: Enable smartsim and PyTorch testing
See merge request phypid/honee!9 |
| b03da087 | 27-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Remove Makefile from make dependencies
So we don't get constant rebuilds. |
| 67f3e659 | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
ci: Enable smartsim and PyTorch testing |
| eb4617cf | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/move_smartsim_test' into 'main'
chore: Move smartsim_regression_framework into tests
See merge request phypid/honee!8 |
| aa34f9e7 | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move smartsim_regression_framework into tests
- Also some refactoring of the Makefile
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 04065270 | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jeremy/cov-xml' into 'main'
Fix CI coverage reporting
See merge request phypid/honee!7 |
| 04c6ccea | 26-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add int64 job |
| 869763b2 | 26-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - ref CPU NPROC, not GPU |
| 947fa354 | 26-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - make all by default |
| e97df35a | 26-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - only test navierstokes |