- Feb 24, 2025
-
-
PRUVOST Florent authored
-
- Feb 20, 2025
-
-
Mathieu Faverge authored
-
- Feb 17, 2025
-
-
PRUVOST Florent authored
-
- Feb 14, 2025
-
-
Mathieu Faverge authored
-
- Feb 11, 2025
-
-
PRUVOST Florent authored
-
- Dec 18, 2024
-
-
- Dec 06, 2024
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
sonarqube job: fix the git grep call of ./tools/find_sources.sh by fixing the gitlab-ci "detected dubious ownership in repository" problem
-
- Dec 03, 2024
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
pkg-config: remove the cuda.pc and mpi.pc required dependencies, these files are not common and not installed usually ChameleonPkgConfig.cmake: find the precise mpi .pc file to add in chameleon.pc required packages
-
PRUVOST Florent authored
-
PRUVOST Florent authored
cmake: if CHAMELEON_ENABLE_DOC is set to ON (OFF by default) then finding doxygen and emacs (with htmlize) are required. tex program is not necessary.
-
PRUVOST Florent authored
- fix a cppcheck option in analysis.sh. - narrow the focus for sonarqube coverage (gpucublas, gpuhipblas)
-
PRUVOST Florent authored
-
PRUVOST Florent authored
Update build stage in order to use the new docker image and handle cuda and hip builds on plafrim using a guix environment
-
PRUVOST Florent authored
-
- Oct 04, 2024
-
-
PRUVOST Florent authored
-
- Jun 17, 2024
-
-
PRUVOST Florent authored
-
- May 06, 2024
-
-
- Apr 30, 2024
-
-
PRUVOST Florent authored
* add regression test on the gflops * add -test jube files to test on minimalist cases * improve errors handling
-
- Feb 18, 2024
-
-
Mathieu Faverge authored
-
- Oct 26, 2023
-
-
PRUVOST Florent authored
-
- Sep 29, 2023
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Sep 27, 2023
-
-
PRUVOST Florent authored
-
- Jul 04, 2023
-
-
Mathieu Faverge authored
ci: Temporary disable the mac build and test from the CI as the runners are no longer available for now
-
- Jun 02, 2023
-
-
- May 05, 2023
-
-
- May 04, 2023
-
-
Mathieu Faverge authored
-
- Apr 21, 2023
-
-
PRUVOST Florent authored
-
- Apr 19, 2023
-
-
PRUVOST Florent authored
preliminary_checks must be standard job from a standard stage, not a builtin one, so that the trick with notest- branches for merge request works
-
PRUVOST Florent authored
At least one job must be run so that any merge request get a pipeline status (mandatory to accept the merge request)
-
PRUVOST Florent authored
-
- Apr 13, 2023
-
-
PRUVOST Florent authored
Do not perform ci build/tests during merge_requests if the branch name starts with notest- (because we know the modifications have no impact on these tests)
-
- Apr 04, 2023
-
-
- Mar 24, 2023
-
-
PRUVOST Florent authored
-
- Mar 23, 2023
-
-
PRUVOST Florent authored
Do not save all files generated for macosx (to avoid getting it in the sonarqube job) and add the junit report
-
PRUVOST Florent authored
-
- Mar 21, 2023
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
Create a build and a test script for gitlab-ci (for readability) and prevent using scan-build when not necessary (not master i.e. no sonarqube) because it slows down the compilation step
-