| #
3dd0010e
|
| 02-Jun-2019 |
valeriabarra <valeria.barra@colorado.edu> |
Add CUDA_LIB_DIR_STUBS for systems that don't have CUDA drivers installed
|
| #
29187ef8
|
| 19-Jun-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #274 from CEED/underintegrate-basis-fix
Fix Underinterpolation in /cpu/self Backends
|
| #
76174bef
|
| 11-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update 'make junit'
|
| #
56f30de0
|
| 10-Jun-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #267 from CEED/valeria/Makefile-include
Add -include directive to Makefile
|
| #
196a75e4
|
| 10-Jun-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: distclean removes config.mk; NVCC ?=
|
| #
57213447
|
| 10-Jun-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Added append option to tee for CC, FC, and NVCC
|
| #
d3c6b40f
|
| 02-Jun-2019 |
Jed Brown <jed@jedbrown.org> |
make configure: cache user variables in config.mk
|
| #
1571c99d
|
| 02-Jun-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Add -include directive to Makefile to allow import of custom build configurations
|
| #
0c59ef15
|
| 29-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Add PETSc BP2, BP4, BP5, BP6 (#243)
* Add PETSc BP2, BP4, BP5, BP6
* Documentation update
* Update make benchmark
* Minor changes
* Add PETSc bpData structure
* Update make benchmarks
Add PETSc BP2, BP4, BP5, BP6 (#243)
* Add PETSc BP2, BP4, BP5, BP6
* Documentation update
* Update make benchmark
* Minor changes
* Add PETSc bpData structure
* Update make benchmarks
* Benchmark - use default qextra
* Documentation fix
* Clean up PETSc bps.c, add benchmarking first run
* Drop -ksp_max_it from benchmarkscript
show more ...
|
| #
1856ee7c
|
| 29-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #239 from CEED/decorator
Add delegates for specific objects
|
| #
76af460c
|
| 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: fix libceed_test
|
| #
567e4d0a
|
| 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: libceed_test links to libceed; does not need source objects
|
| #
7e68d260
|
| 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: make CEED_LIBS a deferred variable
|
| #
c4216f28
|
| 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: enable jobserver for example builds
|
| #
686de4ac
|
| 27-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: add search for testing
The search argument works with make test, prove, and junit targets.
Remove "eval" code that was breaking parallel testing with -libceed_test.
|
| #
265be9c8
|
| 26-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Makefile: Add libceed_test, two stage testing
|
| #
aefd8378
|
| 29-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add delegates for specific objects
|
| #
d9e86a0b
|
| 26-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #259 from CEED/jed/clang-tidy
Jed/clang tidy
|
| #
683faae0
|
| 26-May-2019 |
Jed Brown <jed@jedbrown.org> |
make tidy: static analysis using clang-tidy
* Add "make tidy" and "make interface/ceed.c.tidy" targets to Makefile. * Use CPPFLAGS instead of CFLAGS for preprocessor flags. * For __clang__, convince
make tidy: static analysis using clang-tidy
* Add "make tidy" and "make interface/ceed.c.tidy" targets to Makefile. * Use CPPFLAGS instead of CFLAGS for preprocessor flags. * For __clang__, convince compiler that CeedError always returns nonzero. * Fix two minor issues detected by clang-tidy (missing va_end and an unnecessary or possibly-misleading guard).
Resolves issue #193
show more ...
|
| #
7cfafa9d
|
| 24-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #258 from CEED/valgrind-fix
Check for devel Valgrind
|
| #
b8fb44e7
|
| 24-May-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: avoid leaving -.o file in valgrind check
Also use CPPFLAGS in case -I/path/to/valgrind is needed.
|
| #
bdc3149d
|
| 24-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Check for devel Valgrind
|
| #
d4fd2798
|
| 18-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #228 from CEED/rstr-block
Restriction Block
|
| #
89c6efa4
|
| 03-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Use blocking in optimized serial backends
|
| #
045b9c47
|
| 29-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Include full evec blocked backend
|