History log of /libCEED/ (Results 5226 – 5250 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
86c0b22f29-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 ...

a4855b7429-Mar-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into nek_gpu

d54f026c29-Mar-2018 camierjs <camier1@llnl.gov>

[okl] removed fabs epsilon tests in all files (not used yet)

d24d364729-Mar-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Nek: update run-nek-examples.sh

8649331229-Mar-2018 camierjs <camier1@llnl.gov>

[occa] ceed-occa-okl file, CeedOklPath for qfunction too

0e77a12328-Mar-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

nek: Make backend a run-time parameter

6ed738d929-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 ...

5dc1b4ec29-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

19a816d929-Mar-2018 Jed Brown <jed@jedbrown.org>

examples/petsc: work around offensive astyle formatting

316d884628-Mar-2018 camierjs <camier1@llnl.gov>

[occa] OKL file occa_cache_dir & libceed_dir check

ab13fe3628-Mar-2018 camierjs <camier1@llnl.gov>

[occa] OKL file search refactoring, error checks & dladdr no ifdefs

e9854db428-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

c2611f5628-Mar-2018 Tzanio Kolev <tzanio@llnl.gov>

Merge pull request #53 from thilinarmtb/install_ceedf_h

install: Add ceedf.h to install

f91e097428-Mar-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

install: Add ceedf.h to install

182fbe4528-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 ...

78d8449a28-Mar-2018 camierjs <camier1@llnl.gov>

[occa] style, typo & comments

62f3ef2d28-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

a6c9b72e28-Mar-2018 Jed Brown <jed@jedbrown.org>

ceed-fortran: fix CeedRequestWait capitalization

0fcde94028-Mar-2018 Tzanio Kolev <tzanio@llnl.gov>

Merge pull request #48 from thilinarmtb/nek5k_updates

Add CEED_DIR to make-nek-examples.sh

965462bb28-Mar-2018 Tzanio Kolev <tzanio@llnl.gov>

Merge branch 'master' into nek5k_updates

89c3ef8c28-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.

67e8325328-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 ...

111c397728-Mar-2018 Jed Brown <jed@jedbrown.org>

Makefile: explicitly use bash because shell script does not have conforming shebang

cc6ff0d728-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 ...

b5a7fc6328-Mar-2018 Jed Brown <jed@jedbrown.org>

Merge branch 't10bugfix' [fix #39]

* t10bugfix:
CeedScalarView: truncate small values to +0

1...<<201202203204205206207208209210>>...226