Home
last modified time | relevance | path

Searched full:github (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/libCEED/.github/workflows/
H A Dpython-wheels.yml5 # 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.mailmap10 … 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 DRELEASING.md22 … 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 DREADME.md3 [![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 Dsetup.py8 # 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 DREADME.md3 [![GitHub Actions](https://github.com/CEED/libCEED/actions/workflows/rust-test-with-style.yml/badge…
23 libceed = { git = "https://github.com/CEED/libCEED", branch = "main" }
44 Examples of libCEED can be found in the [libCEED repository](https://github.com/CEED/libCEED) under…
59 The `libceed` crate is developed within the [libCEED repository](https://github.com/CEED/libCEED).
/libCEED/rust/libceed-sys/
H A DREADME.md21 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 DREADME.md1 # 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 Dreferences.bib3 url = {https://github.com/ceed/libceed},
4 howpublished = {\url{https://github.com/ceed/libceed}},
/libCEED/doc/sphinx/source/
H A Dprecision.md31 A current GitHub [issue](https://github.com/CEED/libCEED/issues/778) contains discussions related t…
/libCEED/tests/junit-xml/
H A DREADME.rst31 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 Dt330-basis.h6 // This file is part of CEED: http://github.com/ceed
21 // https://github.com/rezgarshakeri/H-div-Tests
/libCEED/python/tests/
H A Dsetup.cfg6 # This file is part of CEED: http://github.com/ceed
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunction-load.h6 // This file is part of CEED: http://github.com/ceed
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunction-load.h6 // This file is part of CEED: http://github.com/ceed
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction-load.hpp6 // This file is part of CEED: http://github.com/ceed
/libCEED/backends/xsmm/
H A Dceed-xsmm.h6 // This file is part of CEED: http://github.com/ceed
/libCEED/backends/avx/
H A Dceed-avx.h6 // This file is part of CEED: http://github.com/ceed
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.hpp6 // This file is part of CEED: http://github.com/ceed
/libCEED/backends/weak/
H A Dceed-hip-weak.c6 // This file is part of CEED: http://github.com/ceed
H A Dceed-cuda-weak.c6 // This file is part of CEED: http://github.com/ceed
H A Dceed-xsmm-weak.c6 // This file is part of CEED: http://github.com/ceed
H A Dceed-sycl-weak.c6 // This file is part of CEED: http://github.com/ceed
H A Dceed-memcheck-weak.c6 // This file is part of CEED: http://github.com/ceed
/libCEED/examples/petsc/include/
H A Dpetscversion.h6 // This file is part of CEED: http://github.com/ceed

12345678910>>...24