Terry Cojean
Terry Cojean
Ginkgo is available as a numerical backend to OpenCARP. This does the spack integration. Currently, this PR relies on experimental features within Ginkgo, hence special versions are added on both...
Adds a new option `+sde` which enables PAPI Software Define Events (SDE). This allows other libraries to access software-defined Ginkgo counters through the standard PAPI interfaces. Currently, only the most...
A subtitle for this issue would be: "The default HIP clang compiler cannot find GCC compilers on HPC clusters in non-default paths". It's hard to find a place for this...
It should be possible to add Gitlab CI with a few test cases to this tool itself so that we can ensure it still does its job when updating it...
Gitlab runner has a number of error tracking features, + Failures in the user's job script should raise a `BUILD_FAILURE_EXIT_CODE`, this should already always be the case + Failures in...
Currently, the environment variables which are passed to the container are managed through the hard-coded list `PROPAGATED_ENV_VARIABLES` in `include.sh`. This contains many Ginkgo-specific variables and needs to be configurable for...
I'm not sure if the interactive mode is always available, some time ago I remember finding clusters where that was not the case. If it is available, the waiting loops...
For the script side, the setup should hopefully be somewhat simple: + change CI_WS to point to LSDF, + add a SLURM parameter for the constraint handling Most of the...