Skip to content

Commit

Permalink
use separate JULIA_DEPOT_PATH for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Mar 15, 2022
1 parent 5e89179 commit db259b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ julia/1.6:
- bauerc-noctua
variables:
SCHEDULER_PARAMETERS: "-A pc2-mitarbeiter -p dgx -n 64 -t 00:15:00" # use 4 GPUs
JULIA_DEPOT_PATH: "/scratch/pc2-mitarbeiter/bauerc/.julia-ci"
JULIA_NUM_THREADS: "10"
JULIA_EXCLUSIVE: "1"
MKL_DYNAMIC: "false"
Expand All @@ -32,6 +33,7 @@ julia/1.7:
- bauerc-noctua
variables:
SCHEDULER_PARAMETERS: "-A pc2-mitarbeiter -p dgx -n 64 -t 00:15:00" # use 4 GPUs
JULIA_DEPOT_PATH: "/scratch/pc2-mitarbeiter/bauerc/.julia-ci"
JULIA_NUM_THREADS: "10"
JULIA_EXCLUSIVE: "1"
MKL_DYNAMIC: "false"
Expand All @@ -58,6 +60,7 @@ build-and-deploy-docs:
- bauerc-noctua
variables:
SCHEDULER_PARAMETERS: "-A pc2-mitarbeiter -p dgx -n 64 -t 00:15:00" # use 4 GPUs
JULIA_DEPOT_PATH: "/scratch/pc2-mitarbeiter/bauerc/.julia-ci"
JULIA_NUM_THREADS: "10"
JULIA_EXCLUSIVE: "1"
MKL_DYNAMIC: "false"
Expand Down
3 changes: 1 addition & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DocThemePC2 = "891028e3-bd96-440d-a0ed-4cea5ae68e00"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"

[compat]
BenchmarkTools = "1.2"
DocThemePC2 = "0.1"
Documenter = "0.27"
DocumenterTools = "0.1"
DocThemePC2 = "0.1"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ using Documenter
using DocThemePC2
using GPUInspector
using LinearAlgebra
using MKL # optional

BLAS.set_num_threads(1)

Expand Down

0 comments on commit db259b4

Please sign in to comment.