From 37fd74720de24ab59fdb812895dc6f0d6a7a6dd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 00:09:58 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "FFTW" to "1.2" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 58824388..78b5f164 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] CuArrays = "^1" -FFTW = "< 1.2" +FFTW = "< 1.2, 1.2" FourierFlows = "^0.4" JLD2 = "^0.1" Reexport = "^0.2" From 26f843dee3b3d93c10d58cd33bd92a0318c51569 Mon Sep 17 00:00:00 2001 From: Navid Constantinou Date: Thu, 19 Mar 2020 14:25:13 +1100 Subject: [PATCH 2/2] restricts gitlab to 1 node --- .gitlab-ci.yml | 24 ++++-------------------- Project.toml | 2 +- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71e0b46b..c5bca26a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: CI_IMAGE_TAG: 'cuda' - JULIA_NUM_THREADS: '4' + JULIA_NUM_THREADS: '1' JULIA_CUDA_VERBOSE: 'true' # See: https://github.com/JuliaGPU/gitlab-ci @@ -16,18 +16,11 @@ julia:1.0: tags: - nvidia -julia:1.1: - extends: - - .julia:1.1 - - .test - tags: - - nvidia - # the "primary" target, where we require a new GPU to make sure all tests are run -julia:1.2: +julia:1.3: image: juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04 extends: - - .julia:1.2 + - .julia:1.3 - .test tags: - nvidia @@ -35,17 +28,8 @@ julia:1.2: variables: CI_THOROUGH: 'true' -julia:1.3: - extends: - - .julia:1.3 - - .test - tags: - - nvidia - allow_failure: true - - # other tasks coverage: extends: - - .julia:1.2 + - .julia:1.3 - .coverage diff --git a/Project.toml b/Project.toml index 78b5f164..8d64beac 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] CuArrays = "^1" -FFTW = "< 1.2, 1.2" +FFTW = "^1" FourierFlows = "^0.4" JLD2 = "^0.1" Reexport = "^0.2"