| f063656d | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
examples/mfem: scale test problem size down to <2000 dofs
This is to speed up the test suite, especially with slower backends like Occa is at the moment. Larger problem sizes aren't necessary for c
examples/mfem: scale test problem size down to <2000 dofs
This is to speed up the test suite, especially with slower backends like Occa is at the moment. Larger problem sizes aren't necessary for correctness testing, but performance regression testing may be introduced at a later time.
show more ...
|
| 31d4d2ba | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
examples/mfem: add option -s (--size) to specify target problem size
This drops logic in bp3 about dim=1, but we aren't currently exercising that and I think an interested user can make do with the
examples/mfem: add option -s (--size) to specify target problem size
This drops logic in bp3 about dim=1, but we aren't currently exercising that and I think an interested user can make do with the run-time option.
show more ...
|
| 1f0e955f | 21-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #139 from CEED/qf-numargs
Fix and use QFunctionGetNumArgs |
| a8e3b34d | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'multi-output' [PR #138]
* multi-output: Only zero lvecs once |
| 1a4ead9b | 21-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix and use QFunctionGetNumArgs |
| 126fef79 | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/codecov-flags' [PR #117]
* jed/codecov-flags: codecov: try separating out flags codecov: create flags |
| 42ecf959 | 21-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Only zero lvecs once |
| 658f7324 | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
codecov: try separating out flags |
| d554636c | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'veselin/makefile-info' [PR #136]
* veselin/makefile-info: Makefile: use pattern rule for MAGMA's multiple targets Make: use CURDIR in pattern rules to match generated *.d absolute
Merge branch 'veselin/makefile-info' [PR #136]
* veselin/makefile-info: Makefile: use pattern rule for MAGMA's multiple targets Make: use CURDIR in pattern rules to match generated *.d absolute paths Makefile: report backend status more compactly and precisely Makefile: cancel built-in and old-fashioned implicit rules Makefile: add .cu suffix; clean removes all of $(LIBDIR). Makefile: remove redundant generation of 'backends/magma/.DIR'. Makefile: remove some redundant output from 'make info'. Makefile: print the enabled backends only when building libceed. In Makefile, add 'info' target; always print enabled backends.
show more ...
|
| 0c3c1e1f | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/makefile-cleaning' into veselin/makefile-info
* jed/makefile-cleaning: Makefile: use pattern rule for MAGMA's multiple targets Make: use CURDIR in pattern rules to match genera
Merge branch 'jed/makefile-cleaning' into veselin/makefile-info
* jed/makefile-cleaning: Makefile: use pattern rule for MAGMA's multiple targets Make: use CURDIR in pattern rules to match generated *.d absolute paths Makefile: report backend status more compactly and precisely Makefile: cancel built-in and old-fashioned implicit rules
show more ...
|
| 29715310 | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: use pattern rule for MAGMA's multiple targets
Non-pattern rules do not support multiple targets built by a single recipe. Instead, they mean that each target can be built by running the r
Makefile: use pattern rule for MAGMA's multiple targets
Non-pattern rules do not support multiple targets built by a single recipe. Instead, they mean that each target can be built by running the recipe multiple times (the recipe has different $@ each time it is run). This is noisy and especially a problem with parallel make where simultaneous invocations could collide.
show more ...
|
| 58e8d3b7 | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Make: use CURDIR in pattern rules to match generated *.d absolute paths
This is benign for normal files because stat doesn't care if the path is relative or absolute, but if the *.c or *.cu source f
Make: use CURDIR in pattern rules to match generated *.d absolute paths
This is benign for normal files because stat doesn't care if the path is relative or absolute, but if the *.c or *.cu source file is generated, then it matters whether they match or not. Specifically, it can cause a pattern rule to either not match or to match twice (once as a relative path via explicit prerequisite in the makefile and again via the *.d depending on abspath).
show more ...
|
| d20f937d | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: report backend status more compactly and precisely |
| da72e7fc | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: cancel built-in and old-fashioned implicit rules |
| df0ef7e4 | 20-Aug-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Makefile: add .cu suffix; clean removes all of $(LIBDIR). |
| 23646fe4 | 20-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'occa-cleanup' [PR #129]
* occa-cleanup: Remove some extra line in OpApply |
| 9011e65c | 20-Aug-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Makefile: remove redundant generation of 'backends/magma/.DIR'. |
| f2fc93d4 | 20-Aug-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Makefile: remove some redundant output from 'make info'. |
| 23072ed2 | 20-Aug-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Makefile: print the enabled backends only when building libceed.
A few other small tweaks in the Makefile. |
| bf3e26f6 | 19-Aug-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In Makefile, add 'info' target; always print enabled backends.
Also, make a few other small tweaks in the Makefile. |
| 09486605 | 17-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Typo in basis create |
| 31d78078 | 17-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix t304 |
| 601679df | 16-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix nek clean |
| c2ae719d | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: fix string handling |
| 18f8b401 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
CeedElemRestrictionIdentity: check for compatible sizes |