| #
d9b78650
|
| 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1426 from CEED/jeremy/trailing
Fix trailing spaces in non-linted files
|
| #
cefb0a82
|
| 14-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix trailing spaces in non-linted files
|
| #
874019bc
|
| 31-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #716 from CEED/jed/install-backend.h
Jed/install backend.h
|
| #
ec3da8bc
|
| 26-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed-backend.h, which was not previously installed, but some users accessed it from an in-place build.
Also install CUDA and HIP headers that allow users to provide CUfunction and hipFunction_t.
Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu> Requested-by: Andrew T. Barker <barker29@llnl.gov>
show more ...
|
| #
777ff853
|
| 14-Aug-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
QFunction Context Data Object (#596)
* Ctx - create context object for QFunction context data
* Context - rename UserContext -> QFunctionContext
* Ctx - add lcov markers
* Ctx - fix leak in
QFunction Context Data Object (#596)
* Ctx - create context object for QFunction context data
* Context - rename UserContext -> QFunctionContext
* Ctx - add lcov markers
* Ctx - fix leak in identity QFunctions
* Hip/Cuda - rename sync functions for vector/context
* Tests - lcov marker update
* QFunction - drop unused function
* Python - fix copy-paste errors
* Ctx - update notes for Fortran usage
* Fortran - drop unneeded cast
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Interface - use void* for SetData interfaces
* Make - use call quiet for NVCC
* Interface - use void* for GetData interfaces
* Make - add quiet call option for examples
* Makefile - create common makefile to reduce duplication/complexity in example makefiles
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
752c3701
|
| 28-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Fix CodeCov Reports (#597)
* Tests - use qfunction headers for Fortran tests to improve bypass gcov issue
* Gitlab - use latest gcc on Noether
* Cuda/Hip - add case in reciprocal for completen
Fix CodeCov Reports (#597)
* Tests - use qfunction headers for Fortran tests to improve bypass gcov issue
* Gitlab - use latest gcc on Noether
* Cuda/Hip - add case in reciprocal for completeness
* Cuda - remove duplicate case
* Makefile - exclude fortran test headers from make style
* Travis - update to Focal
* Cov - adjust style to be consistent and avoid false misses
* Travis - update comments and style
show more ...
|
| #
611c67bb
|
| 15-May-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #538 from CEED/jed/petsc-3.14-gcc-10
Jed/petsc 3.14 gcc 10
|
| #
1f9a83ab
|
| 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
tests: use implicit none; fix datatype mismatches reported by gfortran-10
|
| #
a8c14239
|
| 02-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #423 from CEED/jeremy/small-fixes
Small fixes from Python Work
|
| #
84e209c4
|
| 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - fix eval modes in t40* for clarity
|
| #
7cf4cb3b
|
| 16-Sep-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #344 from CEED/jeremy/ifort-fix
Fortran - Use preprocessor directive to provide abs path to true qfuntion source
resolves Issue #71
|
| #
2d50dd3d
|
| 16-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fortran - Use preprocessor directive to provide abs path to true qfunction source
|
| #
76f827fe
|
| 29-Aug-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #316 from CEED/jeremy/codecov
Update Codecov
|
| #
de996c55
|
| 23-Aug-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Change EXCL_END -> EXCL_STOP
|
| #
a2546046
|
| 23-Aug-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add additional LCOV_EXCL tags
|
| #
50463c24
|
| 14-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #177 from CEED/t106-vec
Adds a Vector unit test using CEED_MEM_DEVICE.
|
| #
c8b9fe72
|
| 30-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add offset parameter in Fortran VecSetArray
|
| #
ad28045d
|
| 01-Feb-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #203 from CEED/intel-f-fix
Intel Fortran Fix
|
| #
8980d4a7
|
| 01-Feb-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Switch tests to .f90 extension
|