| #
67e83253
|
| 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'occa-dev' [PR #42]
* occa-dev: (70 commits) Makefile: explicitly use bash because shell script does not have conforming shebang make okl-cache: simplify caching call and fix to fin
Merge branch 'occa-dev' [PR #42]
* occa-dev: (70 commits) Makefile: explicitly use bash because shell script does not have conforming shebang make okl-cache: simplify caching call and fix to find OCCA executable Cache OCCA kernels in PETSc examples makefile [occa] PETSc example with ctx inout, qfdatasize & offsets [occa] device from ressource, OpenCL TILE size tied to 1 [occa] fixed /ocl/occa Couple more OKL kernel fixes in example Makefiles Comment-out the restrict kernels using atomicAdd(double), so we can build the OCCA backends on GPU cards with lower SMs. [occa] occaPropertiesSet to match new C wrapper API [occa] dbg macros + ceed argument moved down to occa backend [occa] Makefile targets comments, occa source debug cleanup [test] t30 output removed, added V vector 0.0 check [occa] examples Makefile occa cache [occa] basis & restrict stat logic to test out of source examples [occa] pushing backends/occa/*.okl to install prefix/lib/okl and use them if needed [occa] style [occa] CeedDebug output when CEED_DEBUG or DBG are non null [occa] Updated to 1.0 C API [occa] make style [occa] cleanup + OCL but tests that use ex1-volume-annulus.okl ...
show more ...
|
| #
90d5dd7f
|
| 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: add -std=c99 to CFLAGS
|
| #
a820fbcd
|
| 28-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Cache OCCA kernels in PETSc examples makefile
|
| #
734e90fe
|
| 05-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into fortran_interface
|
| #
3762f2d6
|
| 03-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/make-install' [PR #32]
* jed/make-install: make install: document in README make install: avoid non-portable GNU install options make: add install target Switch to include/
Merge branch 'jed/make-install' [PR #32]
* jed/make-install: make install: document in README make install: avoid non-portable GNU install options make: add install target Switch to include/ceed.h and lib/libceed.so directory structure
show more ...
|
| #
6ea7c6c1
|
| 03-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Switch to include/ceed.h and lib/libceed.so directory structure
This gives the source directory a compatible directory layout with the install directory, thus enabling a user to use either.
|
| #
3f4acda5
|
| 01-Feb-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into fortran_interface
|
| #
9f8a8fa0
|
| 02-Jan-2018 |
Jed Brown <jed@jedbrown.org> |
PETSc implementation of BP1
|