History log of /libCEED/examples/mfem/Makefile (Results 1 – 25 of 49)
Revision Date Author Comments
# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 20a16a5f 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1786 from CEED/jeremy/copy-headers

minor - upate copyright to 2025


# d275d636 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - upate copyright to 2025


# a171b6ef 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1537 from CEED/jeremy/pragma-once

Use #pragma once for non-JiT headers


# 5aed82e4 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 3c60848e 22-Sep-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1070 from CEED/rezgar/tap-output

removed tap.sh and updated junit.py


# 8ad5ad37 21-Sep-2022 rezgarshakeri <rezgar.shakeri@colorado.edu>

some clean-up


# ce18bed9 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #858 from CEED/jeremy/dump-copy-stuff

Strip redundant/outdated license info duplication


# 3d8e8822 17-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 777ff853 14-Aug-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in identity QFunctions

* Hip/Cuda - rename sync functions for vector/context

* Tests - lcov marker update

* QFunction - drop unused function

* Python - fix copy-paste errors

* Ctx - update notes for Fortran usage

* Fortran - drop unneeded cast

Co-authored-by: Jed Brown <jed@jedbrown.org>

* Interface - use void* for SetData interfaces

* Make - use call quiet for NVCC

* Interface - use void* for GetData interfaces

* Make - add quiet call option for examples

* Makefile - create common makefile to reduce duplication/complexity in example makefiles

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# b1b1662c 01-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/makefile-optflags' [PR #102]

* jed/makefile-optflags:
Makefile: use LINK.* for clearer output/less duplication
Makefile: add OPT for all-language opt/dbg flags


# 323c739c 24-Jul-2018 Jed Brown <jed@jedbrown.org>

Makefile: add OPT for all-language opt/dbg flags


# 389b3d93 19-Jul-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/active-passive' [PR #41]

* jed/active-passive: (58 commits)
Remove spurious comments
Make style
[PETSc] Modify Makefile for abspath for .okl
[OCCA] PETSc bp1 works, but .ok

Merge branch 'jed/active-passive' [PR #41]

* jed/active-passive: (58 commits)
Remove spurious comments
Make style
[PETSc] Modify Makefile for abspath for .okl
[OCCA] PETSc bp1 works, but .okl error in prove-all
[OCCA] Fix qfunction not shifting output pointers
[OCCA] Replacing series of 'if's with switch
Modify Makefile to include ceed.pc for prove-all
Fix error in Makefile checking for MFEM_DIR
Update README.md
Update Tmpl to use highest priority /cpu/self
[OCCA] Rework switch statement for AllocOpOut and AllocOpIn
PETSc bp1: update okl kernels and extract ComputeErrorMax
Add CeedVectorGetLength
Occa: sync to host for passive fields
PETSc bp1: compute collocated error vector instead of reducing in kernel
Occa: copy OperatorApply output to "used" pointer
Add check for MFEM_DIR to Makefile
[OCCA]Add zeroing of outvecs
Further work on Nek5000 BPs, added error checking to OpApply
[NEK][WIP] Modifying BPs
...

show more ...


# f9fa8c39 05-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

Add check for MFEM_DIR to Makefile


# a460c33b 03-Jul-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'travismfem' [PR #88]

* travismfem:
Makefile: group prove-allexamples and follow patterns
Using main MAKEFILE, added make mfem and make prove-mfem
Add tap in examples/mfem, makefi

Merge branch 'travismfem' [PR #88]

* travismfem:
Makefile: group prove-allexamples and follow patterns
Using main MAKEFILE, added make mfem and make prove-mfem
Add tap in examples/mfem, makefile could be improved
make serial
Add MFEM to Travis

show more ...


# dc00e230 02-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

Add tap in examples/mfem, makefile could be improved


# 5dab8e2a 30-Mar-2018 Tzanio <tzanio@llnl.gov>

Merge branch 'master' into magma-dev


# 187c3947 30-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

Fix a bug in examples/mfem/Makefile.

Reported-by: Jean-Sylvain Camier camier1@llnl.gov


# 9ac4d3f0 30-Mar-2018 Tzanio <tzanio@llnl.gov>

Merge branch 'master' of github.com:CEED/libCEED

Conflicts:
README.md


# 11348800 29-Mar-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'unify-examples-plus' [PR #54]

* unify-examples-plus:
Remove kernel caching from the example/{ceed,mfem,petsc}/Makefiles.
In examples/{mfem,petsc}/Makefile:
Delete the OCCA_LIBS v

Merge branch 'unify-examples-plus' [PR #54]

* unify-examples-plus:
Remove kernel caching from the example/{ceed,mfem,petsc}/Makefiles.
In examples/{mfem,petsc}/Makefile:
Delete the OCCA_LIBS variable from the mfem examples building rule.
Some small tweaks and improvements in the MFEM and PETSc examples.

show more ...


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


# 973cf595 29-Mar-2018 Tzanio <tzanio@llnl.gov>

Merge branch 'master' into magma-dev

Conflicts:
Makefile
tests/tap.sh


# 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


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

Merge branch 'master' into run_nek_fix


12