History log of /libCEED/ (Results 4901 – 4925 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f063656d21-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 ...

31d4d2ba21-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 ...

1f0e955f21-Aug-2018 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #139 from CEED/qf-numargs

Fix and use QFunctionGetNumArgs

a8e3b34d21-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'multi-output' [PR #138]

* multi-output:
Only zero lvecs once

1a4ead9b21-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Fix and use QFunctionGetNumArgs

126fef7921-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

42ecf95921-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Only zero lvecs once

658f732421-Aug-2018 Jed Brown <jed@jedbrown.org>

codecov: try separating out flags

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

0c3c1e1f21-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 ...

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

58e8d3b721-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 ...

d20f937d21-Aug-2018 Jed Brown <jed@jedbrown.org>

Makefile: report backend status more compactly and precisely

da72e7fc21-Aug-2018 Jed Brown <jed@jedbrown.org>

Makefile: cancel built-in and old-fashioned implicit rules

df0ef7e420-Aug-2018 Veselin Dobrev <dobrev@llnl.gov>

Makefile: add .cu suffix; clean removes all of $(LIBDIR).

23646fe420-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'occa-cleanup' [PR #129]

* occa-cleanup:
Remove some extra line in OpApply

9011e65c20-Aug-2018 Veselin Dobrev <dobrev@llnl.gov>

Makefile: remove redundant generation of 'backends/magma/.DIR'.

f2fc93d420-Aug-2018 Veselin Dobrev <dobrev@llnl.gov>

Makefile: remove some redundant output from 'make info'.

23072ed220-Aug-2018 Veselin Dobrev <dobrev@llnl.gov>

Makefile: print the enabled backends only when building libceed.

A few other small tweaks in the Makefile.

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

0948660517-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Typo in basis create

31d7807817-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Fix t304

601679df16-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Fix nek clean

c2ae719d16-Aug-2018 Jed Brown <jed@jedbrown.org>

fortran: fix string handling

18f8b40116-Aug-2018 Jed Brown <jed@jedbrown.org>

CeedElemRestrictionIdentity: check for compatible sizes

1...<<191192193194195196197198199200>>...226