| 4b8bea3b | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma} |
| 071557d2 | 11-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Revert to using offsets in .okl files |
| 135a076e | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Create RestrictionCreateIdentity, convert examples, simplify OperaterApply |
| 323c739c | 24-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: add OPT for all-language opt/dbg flags |
| 96e0953b | 19-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Remove spurious comments |
| 54d1e79b | 19-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 33795f53 | 19-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[PETSc] Modify Makefile for abspath for .okl |
| 27331c4a | 19-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[OCCA] PETSc bp1 works, but .okl error in prove-all |
| baf4261b | 19-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[OCCA] Fix qfunction not shifting output pointers |
| 80dfd7fb | 06-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
PETSc bp1: update okl kernels and extract ComputeErrorMax |
| 8a9fc9e2 | 06-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
PETSc bp1: compute collocated error vector instead of reducing in kernel |
| e797ab98 | 04-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Add PETSc to prove-all target when PETSC_DIR is defined |
| 6d854a86 | 04-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Upgrade PETSc bp1 |
| 76a4c82b | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[PETSc][WIP] Modifying PETSc BP1, .okl need error fn updated, libceed install/petsc makefile issue |
| 7ca8db16 | 30-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM] Convert MFEM bp1 to active passive |
| 4273954b | 24-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[PETSc] Starting PETSc example conversion |
| 54b2713b | 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Remove kernel caching from the example/{ceed,mfem,petsc}/Makefiles.
In README.md, add a paragraph about the kernel sources being installed. |
| 08779805 | 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In examples/{mfem,petsc}/Makefile:
* support the use of 'make -B' * prevent rebuilding due to okl-lib-cache dependency.
Reported-by: Jed Brown jed@jedbrown.org |
| c0c38e35 | 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Some small tweaks and improvements in the MFEM and PETSc examples. |
| 86c0b22f | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'dladdr' [PR #51]
* dladdr: [okl] removed fabs epsilon tests in all files (not used yet) [occa] ceed-occa-okl file, CeedOklPath for qfunction too [occa] OKL file occa_cache_dir &
Merge branch 'dladdr' [PR #51]
* dladdr: [okl] removed fabs epsilon tests in all files (not used yet) [occa] ceed-occa-okl file, CeedOklPath for qfunction too [occa] OKL file occa_cache_dir & libceed_dir check [occa] OKL file search refactoring, error checks & dladdr no ifdefs [occa] style, typo & comments [occa] use dladdr to find restrict, basis OKL files and look in the OCCA cache for user's qfunctions
show more ...
|
| d54f026c | 29-Mar-2018 |
camierjs <camier1@llnl.gov> |
[okl] removed fabs epsilon tests in all files (not used yet) |
| 19a816d9 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: work around offensive astyle formatting |
| 182fbe45 | 28-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Several improvements/unification between the libCEED examples
- All examples except Nek support '-ceed' now as command-line parameter for the Ceed spec - The MFEM and PETSc examples were renamed to
Several improvements/unification between the libCEED examples
- All examples except Nek support '-ceed' now as command-line parameter for the Ceed spec - The MFEM and PETSc examples were renamed to bp? - The libceed example (ex1-volume-annulus) was moved to examples/ceed/ex1 - For clarity, the libCEED portion of the MFEM examples were moved to header files - Documentation + sample runs were added
show more ...
|
| 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 |