| /libCEED/.github/workflows/ |
| H A D | python-wheels.yml | 5 # Alternatively, to publish when a (published) GitHub Release is created, use the following: 17 (github.event_name == 'pull_request' && 18 contains(github.event.pull_request.labels.*.name, 'release preparation')) || 19 github.event_name == 'workflow_dispatch' || 20 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) 40 (github.event_name == 'pull_request' && 41 contains(github.event.pull_request.labels.*.name, 'release preparation')) || 42 github.event_name == 'workflow_dispatch' || 43 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) 59 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') [all …]
|
| /libCEED/ |
| H A D | .mailmap | 10 … Bankole <adeleke.bankole@colorado.edu> <86932837+AdelekeBankole@users.noreply.github.com> 11 …Abdelfattah <ahmad@icl.utk.edu> <36712794+abdelfattah83@users.noreply.github.com> 12 …Farland <Allen.MacFarland@colorado.edu> <79958059+SirAlienTheGreat@users.noreply.github.com> 13 Alex Pedersen <ajpedersen20@gmail.com> <54287657+ajpedersen20@users.noreply.github… 14 Arash Mehraban <arashm81@gmail.com> <ArashMehraban@users.noreply.github.com> 19 Jeremy L. Thompson <jeremy@jeremylt.org> <25011573+jeremylt@users.noreply.github.com> 25 …Ghaffari <Layla.Ghaffari@colorado.edu> <49916147+LeilaGhaffari@users.noreply.github.com> 28 Natalie Beams <nbeams@icl.utk.edu> <246972+nbeams@users.noreply.github.com> 29 Rey Koki <rey.koki@colorado.edu> <36133157+reykoki@users.noreply.github.com> 30 … Shakeri <Rezgar.Shakeri@colorado.edu> <42816410+rezgarshakeri@users.noreply.github.com> [all …]
|
| H A D | RELEASING.md | 22 … gather a couple sentences for key features to highlight on [GitHub releases](https://github.com/C… 31 The [ABI compliance checker](https://github.com/lvc/abi-compliance-checker) is a useful tool, as is… 41 ### Tagging and releasing on GitHub 50 6. Draft a [new release on GitHub](https://github.com/CEED/libCEED/releases), using a few sentences… 72 …CEED_jll is updated by making a pull request against [Yggdrasil](https://github.com/JuliaPackaging… 87 - GitSource("https://github.com/CEED/libCEED.git", "06988bf74cc6ac18eacafe7930f080803395ba29") 88 + GitSource("https://github.com/CEED/libCEED.git", "e8f234590eddcce2220edb1d6e979af7a3c35f82") 123 …s `main` branch, the updated package version can be registered using the GitHub registrator bot by… 127 At this point, the bot should create a PR against the [general Julia registry](https://github.com/J…
|
| H A D | README.md | 3 [![GitHub Actions][github-badge]][github-link] 24 See <http://github.com/ceed> for more information and source code availability. 201 The `/cpu/self/xsmm/*` backends rely upon the [LIBXSMM](https://github.com/libxsmm/libxsmm) package… 320 …ple meshes to be used in place of `[.exo file]` can be found at <https://github.com/jeremylt/ceedS… 324 Other command line arguments can be found in [examples/petsc](https://github.com/CEED/libCEED/blob/… 396 …d-users@llnl.gov) or by leaving a comment in the [issue tracker](https://github.com/CEED/libCEED/i… 494 [github-badge]: https://github.com/CEED/libCEED/workflows/C/Fortran/badge.svg 495 [github-link]: https://github.com/CEED/libCEED/actions
|
| H A D | setup.py | 8 # source code availability see http://github.com/ceed 107 download_url="https://github.com/CEED/libCEED/releases", 109 "Bug Tracker": "https://github.com/CEED/libCEED/issues", 111 "Source Code": "https://github.com/CEED/libCEED",
|
| /libCEED/rust/libceed/ |
| H A D | README.md | 3 [ under… 59 The `libceed` crate is developed within the [libCEED repository](https://github.com/CEED/libCEED).
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 21 libceed-sys = { git = "https://github.com/CEED/libCEED", branch = "main" } 54 Note that the `LD_LIBRARY_PATH` workarounds will become unnecessary if [this issue](https://github.… 60 The `libceed-sys` crate is developed within the [libCEED repository](https://github.com/CEED/libCEE…
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 1 # LibCEED.jl: Julia Interface for [libCEED](https://github.com/CEED/libCEED) 30 See [Preferences.jl](https://github.com/JuliaPackaging/Preferences.jl) for more information.
|
| /libCEED/doc/bib/ |
| H A D | references.bib | 3 url = {https://github.com/ceed/libceed}, 4 howpublished = {\url{https://github.com/ceed/libceed}},
|
| /libCEED/doc/sphinx/source/ |
| H A D | precision.md | 31 A current GitHub [issue](https://github.com/CEED/libCEED/issues/778) contains discussions related t…
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 31 You can also clone the Git repository from Github and install it manually: 35 git clone https://github.com/kyrus/python-junit-xml.git
|
| /libCEED/tests/ |
| H A D | t330-basis.h | 6 // This file is part of CEED: http://github.com/ceed 21 // https://github.com/rezgarshakeri/H-div-Tests
|
| /libCEED/python/tests/ |
| H A D | setup.cfg | 6 # This file is part of CEED: http://github.com/ceed
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-qfunction-load.h | 6 // This file is part of CEED: http://github.com/ceed
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunction-load.h | 6 // This file is part of CEED: http://github.com/ceed
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-qfunction-load.hpp | 6 // This file is part of CEED: http://github.com/ceed
|
| /libCEED/backends/xsmm/ |
| H A D | ceed-xsmm.h | 6 // This file is part of CEED: http://github.com/ceed
|
| /libCEED/backends/avx/ |
| H A D | ceed-avx.h | 6 // This file is part of CEED: http://github.com/ceed
|
| /libCEED/backends/sycl-gen/ |
| H A D | ceed-sycl-gen-operator-build.hpp | 6 // This file is part of CEED: http://github.com/ceed
|
| /libCEED/backends/weak/ |
| H A D | ceed-hip-weak.c | 6 // This file is part of CEED: http://github.com/ceed
|
| H A D | ceed-cuda-weak.c | 6 // This file is part of CEED: http://github.com/ceed
|
| H A D | ceed-xsmm-weak.c | 6 // This file is part of CEED: http://github.com/ceed
|
| H A D | ceed-sycl-weak.c | 6 // This file is part of CEED: http://github.com/ceed
|
| H A D | ceed-memcheck-weak.c | 6 // This file is part of CEED: http://github.com/ceed
|
| /libCEED/examples/petsc/include/ |
| H A D | petscversion.h | 6 // This file is part of CEED: http://github.com/ceed
|