History log of /libCEED/examples/mfem/Makefile (Results 26 – 49 of 49)
Revision Date Author Comments
# e0f331b7 29-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

Delete the OCCA_LIBS variable from the mfem examples building rule.


# c0c38e35 29-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

Some small tweaks and improvements in the MFEM and PETSc examples.


# a4855b74 29-Mar-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into nek_gpu


# 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


# 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


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


# 965462bb 28-Mar-2018 Tzanio Kolev <tzanio@llnl.gov>

Merge branch 'master' into nek5k_updates


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


# 24ed8b5f 27-Mar-2018 Tzanio <tzanio@llnl.gov>

Couple more OKL kernel fixes in example Makefiles


# 0b8e4d72 27-Mar-2018 Tzanio <tzanio@llnl.gov>

Comment-out the restrict kernels using atomicAdd(double), so we can build the
OCCA backends on GPU cards with lower SMs.

Removed C11 _Generic macro in dbg/cdbg macros in ceed-occa.h.

Fixed OKL kern

Comment-out the restrict kernels using atomicAdd(double), so we can build the
OCCA backends on GPU cards with lower SMs.

Removed C11 _Generic macro in dbg/cdbg macros in ceed-occa.h.

Fixed OKL kernel caching in Makefile in examples/mfem.

Make style.

show more ...


# edbbdbad 26-Mar-2018 camierjs <camier1@llnl.gov>

[occa] examples Makefile occa cache


# 0c784865 21-Mar-2018 camierjs <camier1@llnl.gov>

[occa] cleanup, MFEM ex1 and OKL file lookup with '.'


# 42f45400 20-Mar-2018 camierjs <camier1@llnl.gov>

[occa] WIP MFEM ex1


# 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


# 8c081a34 08-Jan-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'mfem-diff-example' [PR #20]

CEED_REQUEST_NULL was removed in 'master'. Use in this branch is
replaced by CEED_REQUEST_ORDERED.

* mfem-diff-example:
In the mfem examples:
Add an M

Merge branch 'mfem-diff-example' [PR #20]

CEED_REQUEST_NULL was removed in 'master'. Use in this branch is
replaced by CEED_REQUEST_ORDERED.

* mfem-diff-example:
In the mfem examples:
Add an MFEM diffusion example, ex3.cpp
Add support for BasisApply with CEED_EVAL_GRAD + CEED_TRANSPOSE modes

show more ...


# 8c59ebb3 24-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

Add an MFEM diffusion example, ex3.cpp


# 46b78982 22-Dec-2017 David Medina <dmed256@gmail.com>

Merge pull request #11 from CEED/occa-backend

OCCA backend [occa-backend]


# dd9a71b6 22-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

Fix the MFEM example build plus a few other fixes and tweaks in the
OCCA backend.


# 85558d50 22-Dec-2017 camierjs <camier1@llnl.gov>

Merge branch 'master' into occa-backend


# 8bcc5ffe 22-Dec-2017 Jed Brown <jed@jedbrown.org>

Merge branch 'mfem-example'

* mfem-example:
Fix tests that were failing due to the API changes.
Slight adjustments in mfem/ex1
A first working version of the MFEM example.
Add support for mu

Merge branch 'mfem-example'

* mfem-example:
Fix tests that were failing due to the API changes.
Slight adjustments in mfem/ex1
A first working version of the MFEM example.
Add support for multi-component fields (such as mesh coordinates) in CeedElemRestrictionApply, including implementation in the reference backend.
First draft of MFEM example.

show more ...


# cbc56ef6 20-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

First draft of MFEM example.


12