X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=admin%2Fgitlab-ci%2Fgromacs.matrix%2Fgromacs.oneapi-2021.4.0-sycl.gitlab-ci.yml;fp=admin%2Fgitlab-ci%2Fgromacs.matrix%2Fgromacs.oneapi-2021.3.0-sycl.gitlab-ci.yml;h=0f5bd79c4207fd96f4b919832529e148e23891f2;hb=6cea3ac02b633e99167ce572f563368516853349;hp=1cc18947432b1132a89359b41d95cc694c46c7e2;hpb=6aab6e7bc39fd39655bd54e558a44e1acf3704fc;p=alexxy%2Fgromacs.git diff --git a/admin/gitlab-ci/gromacs.matrix/gromacs.oneapi-2021.3.0-sycl.gitlab-ci.yml b/admin/gitlab-ci/gromacs.matrix/gromacs.oneapi-2021.4.0-sycl.gitlab-ci.yml similarity index 79% rename from admin/gitlab-ci/gromacs.matrix/gromacs.oneapi-2021.3.0-sycl.gitlab-ci.yml rename to admin/gitlab-ci/gromacs.matrix/gromacs.oneapi-2021.4.0-sycl.gitlab-ci.yml index 1cc1894743..0f5bd79c42 100644 --- a/admin/gitlab-ci/gromacs.matrix/gromacs.oneapi-2021.3.0-sycl.gitlab-ci.yml +++ b/admin/gitlab-ci/gromacs.matrix/gromacs.oneapi-2021.4.0-sycl.gitlab-ci.yml @@ -8,55 +8,55 @@ # Test implementation choices (free to change as needed): # OS: Ubuntu 20.04 # Build type: Debug -# Compiler: ICPX 2021.1 +# Compiler: ICPX 2021.4 # MPI: thread_MPI # SIMD: AVX2_256 # Parallelism nt/ntomp: 4/2 -gromacs:oneapi-2021.3.0-sycl:configure: +gromacs:oneapi-2021.4.0-sycl:configure: extends: - .gromacs:base:configure - .use-oneapi:base - .use-sycl - .rules:merge-and-post-merge-acceptance - image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.3.0 + image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.4.0 variables: CMAKE: /usr/local/cmake-3.17.2/bin/cmake COMPILER_MAJOR_VERSION: 2021 -gromacs:oneapi-2021.3.0-sycl:build: +gromacs:oneapi-2021.4.0-sycl:build: extends: - .variables:default - .gromacs:base:build - .use-ccache - .use-oneapi:base - .rules:merge-and-post-merge-acceptance - image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.3.0 + image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.4.0 variables: CMAKE: /usr/local/cmake-3.17.2/bin/cmake needs: - - job: gromacs:oneapi-2021.3.0-sycl:configure + - job: gromacs:oneapi-2021.4.0-sycl:configure -gromacs:oneapi-2021.3.0-sycl:test: +gromacs:oneapi-2021.4.0-sycl:test: extends: - .gromacs:base:test - .use-oneapi:base - .rules:post-merge-acceptance - image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.3.0 + image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.4.0 variables: CMAKE: /usr/local/cmake-3.17.2/bin/cmake needs: - - job: gromacs:oneapi-2021.3.0-sycl:build + - job: gromacs:oneapi-2021.4.0-sycl:build -gromacs:oneapi-2021.3.0-sycl:regressiontest: +gromacs:oneapi-2021.4.0-sycl:regressiontest: extends: - .gromacs:base:regressiontest - .use-oneapi:base - .rules:post-merge-acceptance - image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.3.0 + image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-gcc-7-oneapi-2021.4.0 variables: CMAKE: /usr/local/cmake-3.17.2/bin/cmake needs: - - job: gromacs:oneapi-2021.3.0-sycl:build + - job: gromacs:oneapi-2021.4.0-sycl:build - job: regressiontests:prepare