@@ -26,38 +26,21 @@ steps:
2626
2727 - echo "--- Package status"
2828 - " julia --project -e 'using Pkg; Pkg.status()'"
29-
30-
31- # - label: "init gpu env"
32- # key: "init_gpu_env"
33- # command:
34- # - echo "--- Configure MPI"
35- # - julia -e 'using Pkg; Pkg.add("MPIPreferences"); using MPIPreferences; use_system_binary()'
36-
37- # - echo "--- Instantiate project"
38- # - "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
39-
40- # - echo "--- Instantiate test"
41- # - "julia --project=test -e 'using Pkg; Pkg.develop(path=\".\"); Pkg.instantiate(;verbose=true); Pkg.precompile()'"
42-
43- # - echo "--- Initialize CUDA runtime"
44- # - "julia --project -e 'using CUDA; CUDA.precompile_runtime(); CUDA.versioninfo()'"
45-
46- # - echo "--- Package status"
47- # - "julia --project -e 'using Pkg; Pkg.status()'"
48- # slurm_gres: "gpu:1"
29+ agents :
30+ slurm_gpus : 1
4931
5032 - wait
5133
5234 - label : " CPU tests"
5335 command : " julia --project=test --check-bounds=yes test/runtests.jl"
5436 artifact_paths : " output/*"
5537
56- # - label: "GPU tests"
57- # command:
58- # - "julia --project=test --check-bounds=yes test/runtests.jl CuArray"
59- # artifact_paths: "output/*"
60- # slurm_gres: "gpu:1"
38+ - label : " Deformational flow limiter test (GPU)"
39+ command :
40+ - " julia --project=docs --check-bounds=yes docs/src/test_deformational_flow.jl"
41+ artifact_paths : " output/*"
42+ agents :
43+ slurm_gpus : 1
6144
6245 - label : " Flame graph (1D diffusion)"
6346 command : " julia --project=perf perf/flame.jl --job_id diffusion_1D"
0 commit comments