Skip to content

Commit

Permalink
update to Documenter 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Sep 26, 2023
1 parent 7b5e8c5 commit 0209bcb
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 15,315 deletions.
9 changes: 4 additions & 5 deletions .gitlab-ci-N1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ variables:
SCHEDULER_PARAMETERS: "-N 1 -n 1 -c 40 -t 00:15:00 -A pc2-mitarbeiter -p all --exclusive"
JULIA_DEPOT_PATH: "/scratch/pc2-mitarbeiter/bauerc/.julia-ci"
JULIA_NUM_THREADS: "12"
JULIA_1_6: "lang/Julia/1.6.6-linux-x86_64"
JULIA_1_8: "lang/JuliaHPC/1.8.5-foss-2022a-CUDA-11.7.0"
JULIA_1_9: "lang/JuliaHPC/1.9.0-beta4-foss-2022a-CUDA-11.7.0"
JULIA_1_9: "lang/JuliaHPC/1.9.2-foss-2022a-CUDA-11.7.0"
LIKWID_MODULE: "tools/likwid/5.2.1-GCC-11.2.0"
GROUP: "CPU" # run only CPU tests (no GPU available as of now)

default:
tags:
- bauerc-noctua

# This job tests the LIKWID.jl interface with Julia 1.8 on Noctua 1 @ PC2
julia/1.8-N1:
# This job tests the LIKWID.jl interface on Noctua 1 @ PC2
julia/1.9-N1:
stage: test
rules:
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
Expand All @@ -36,7 +35,7 @@ julia/1.8-N1:
- echo $CI_PIPELINE_SOURCE
- ml reset
- ml $LIKWID_MODULE
- ml $JULIA_1_8
- ml $JULIA_1_9
- likwid-topology
- likwid-perfctr -i
- likwid-perfctr -a
Expand Down
Loading

0 comments on commit 0209bcb

Please sign in to comment.