| #
f82d2baa
|
| 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape and adopt convention Standardize CeedIntPow and CeedIntMin Move and document CeedIntMin, document CeedPowInt Add function levels Update Doxygen output naming Add Test List to Doxygen Doxygen interface comment updates Remove redundant doxygen comments Documentation updating for t500 Move ceed* files to 'inteface' directory, comment cleanup Further CPU backend commenting and cleaning Reorder tests, renumber for future expansion Clean up and tighten Opt and Ref backends
show more ...
|
| #
53b828d7
|
| 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style: fix interface and include paths
|
| #
d7b241e6
|
| 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move ceed* files to 'inteface' directory, comment cleanup
|
| #
57c64913
|
| 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Reorder tests, renumber for future expansion
|
| #
a953af89
|
| 13-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
test: remove /ocl/occa from BACKENDS
Based on discussion in PR #101, we are temporarily disabling OpenCL testing. It should be possible to restore once these issues are resolved:
https://github.
test: remove /ocl/occa from BACKENDS
Based on discussion in PR #101, we are temporarily disabling OpenCL testing. It should be possible to restore once these issues are resolved:
https://github.com/libocca/occa/issues/86 https://github.com/libocca/occa/issues/166
show more ...
|
| #
8c23e06a
|
| 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Doxygen cleanup
|
| #
2a07608b
|
| 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/codecov' [PR #112]
* jed/codecov: Add codecov.io
|
| #
a6f4783a
|
| 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Add codecov.io
|
| #
7f6cf205
|
| 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: move ceed.pc prereq to PETSc targets
|
| #
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
|
| #
34fdc922
|
| 25-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: use LINK.* for clearer output/less duplication
|
| #
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 ...
|
| #
87965968
|
| 18-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Modify Makefile to include ceed.pc for prove-all
|
| #
9ba53df8
|
| 17-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix error in Makefile checking for MFEM_DIR
|
| #
f9fa8c39
|
| 05-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add check for MFEM_DIR to Makefile
|
| #
e797ab98
|
| 04-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Add PETSc to prove-all target when PETSC_DIR is defined
|
| #
c8e39fab
|
| 28-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] okl OpenCL hack to make all the tests run
|
| #
22e22828
|
| 20-Jun-2018 |
camierjs <camier1@llnl.gov> |
[active/passive] t20 without operator
|
| #
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 ...
|
| #
16c6c054
|
| 03-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: group prove-allexamples and follow patterns
* Speed up tests by exposing parallelism to prove * Use TESTARGS in examples rather than pattern matching in tap.sh * Use shallow clone and para
Makefile: group prove-allexamples and follow patterns
* Speed up tests by exposing parallelism to prove * Use TESTARGS in examples rather than pattern matching in tap.sh * Use shallow clone and parallel make to build MFEM * Use MFEM_CXXFLAGS=-O to speed up build * Use pattern rules to build MFEM examples in OBJDIR * Use non-phony dependencies to avoid overzealous building
show more ...
|
| #
2158b1b0
|
| 03-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Using main MAKEFILE, added make mfem and make prove-mfem
|
| #
de24ff68
|
| 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/test-backends' [PR #83]
* jed/test-backends: travis: use make -j2 Makefile: report which backends are to be tested tests: activate backends from Makefile; can also use comman
Merge branch 'jed/test-backends' [PR #83]
* jed/test-backends: travis: use make -j2 Makefile: report which backends are to be tested tests: activate backends from Makefile; can also use command line
show more ...
|
| #
a5dc8077
|
| 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: report which backends are to be tested
|
| #
ce41f623
|
| 27-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
tests: activate backends from Makefile; can also use command line
|