| 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 ...
|
| a4855b74 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into nek_gpu |
| d54f026c | 29-Mar-2018 |
camierjs <camier1@llnl.gov> |
[okl] removed fabs epsilon tests in all files (not used yet) |
| d24d3647 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: update run-nek-examples.sh |
| 86493312 | 29-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] ceed-occa-okl file, CeedOklPath for qfunction too |
| 0e77a123 | 28-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
nek: Make backend a run-time parameter |
| 6ed738d9 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: use FC=gfortran instead of ?=
Make predefines FC=f77 so our FC?=gfortran is skipped. Note that command line and environment variables still take precedent, so this change won't affect any
Makefile: use FC=gfortran instead of ?=
Make predefines FC=f77 so our FC?=gfortran is skipped. Note that command line and environment variables still take precedent, so this change won't affect any users that have these variables set.
show more ...
|
| 5dc1b4ec | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'unify-examples-dev' [PR #52]
* unify-examples-dev: examples/petsc: work around offensive astyle formatting Several improvements/unification between the libCEED examples |
| 19a816d9 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: work around offensive astyle formatting |
| 316d8846 | 28-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] OKL file occa_cache_dir & libceed_dir check |
| ab13fe36 | 28-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] OKL file search refactoring, error checks & dladdr no ifdefs |
| e9854db4 | 28-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Several small updates in the Nek scripts and documentations.
With these, I can run all libCEED examples with the /gpu/occa spec on my Linux box!!
Merge branch 'master' into nek_gpu |
| c2611f56 | 28-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #53 from thilinarmtb/install_ceedf_h
install: Add ceedf.h to install |
| f91e0974 | 28-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
install: Add ceedf.h to install |
| 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 ...
|
| 78d8449a | 28-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] style, typo & comments |
| 62f3ef2d | 28-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] use dladdr to find restrict, basis OKL files and look in the OCCA cache for user's qfunctions |
| a6c9b72e | 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
ceed-fortran: fix CeedRequestWait capitalization |
| 0fcde940 | 28-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #48 from thilinarmtb/nek5k_updates
Add CEED_DIR to make-nek-examples.sh |
| 965462bb | 28-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge branch 'master' into nek5k_updates |
| 89c3ef8c | 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
examples/nek5000: It is not necessary to link -locca or -lcuda directly
Those shared libraries are only used transitively, so we need not link them or even know whether libceed indeed links to them. |
| 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 ...
|
| 111c3977 | 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: explicitly use bash because shell script does not have conforming shebang |
| cc6ff0d7 | 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
make okl-cache: simplify caching call and fix to find OCCA executable
The occa command does not give the user a choice about where the cached files go, so don't define variables that could be mislea
make okl-cache: simplify caching call and fix to find OCCA executable
The occa command does not give the user a choice about where the cached files go, so don't define variables that could be misleading.
show more ...
|
| b5a7fc63 | 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 't10bugfix' [fix #39]
* t10bugfix: CeedScalarView: truncate small values to +0 |