-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
201 changed files
with
4,122 additions
and
3,685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
image: docker.pkg.github.com/espressomd/docker/ubuntu-20.04:8a7d258889d87dcc9c96a200784b30b532d45b33 | ||
image: docker.pkg.github.com/espressomd/docker/ubuntu-20.04:e583d4b2eb8eedd10068957f952bd67008475ee5 | ||
|
||
stages: | ||
- prepare | ||
|
@@ -114,7 +114,7 @@ no_rotation: | |
ubuntu:wo-dependencies: | ||
<<: *global_job_definition | ||
stage: build | ||
image: docker.pkg.github.com/espressomd/docker/ubuntu-wo-dependencies:fc7628d32de0fce605976ba9edebe7eff186e618 | ||
image: docker.pkg.github.com/espressomd/docker/ubuntu-wo-dependencies:e583d4b2eb8eedd10068957f952bd67008475ee5 | ||
script: | ||
- export myconfig=maxset with_cuda=false make_check_unit_tests=false make_check_python=false | ||
- bash maintainer/CI/build_cmake.sh | ||
|
@@ -199,6 +199,24 @@ clang-sanitizer: | |
- linux | ||
- cuda | ||
|
||
cuda11-maxset: | ||
<<: *global_job_definition | ||
stage: build | ||
image: docker.pkg.github.com/espressomd/docker/cuda:e583d4b2eb8eedd10068957f952bd67008475ee5 | ||
variables: | ||
CC: 'gcc-9' | ||
CXX: 'g++-9' | ||
script: | ||
- export myconfig=maxset with_cuda=true with_coverage=false test_timeout=900 srcdir=${CI_PROJECT_DIR} | ||
- export with_scafacos=true with_stokesian_dynamics=true | ||
- bash maintainer/CI/build_cmake.sh | ||
tags: | ||
- docker | ||
- linux | ||
- cuda | ||
only: | ||
- schedules | ||
|
||
cuda10-maxset: | ||
<<: *global_job_definition | ||
stage: build | ||
|
@@ -230,11 +248,6 @@ cuda9-maxset: | |
- export myconfig=maxset with_cuda=true with_coverage=true test_timeout=900 srcdir=${CI_PROJECT_DIR} | ||
- export with_scafacos=true with_stokesian_dynamics=true | ||
- bash maintainer/CI/build_cmake.sh | ||
artifacts: | ||
paths: | ||
- build/ | ||
expire_in: 1 week | ||
when: on_success | ||
tags: | ||
- docker | ||
- linux | ||
|
@@ -354,7 +367,7 @@ empty: | |
rocm-maxset: | ||
<<: *global_job_definition | ||
stage: build | ||
image: docker.pkg.github.com/espressomd/docker/rocm:d496478230db4e5c286680e3bdc1621af1fccffc | ||
image: docker.pkg.github.com/espressomd/docker/rocm:cb775a82f49a7f6d4a806f17358caec797f48f73 | ||
script: | ||
- export myconfig=maxset with_cuda=true with_cuda_compiler=hip | ||
- export with_stokesian_dynamics=false | ||
|
@@ -457,7 +470,7 @@ check_cuda_maxset_no_gpu: | |
<<: *global_job_definition | ||
stage: additional_checks | ||
when: on_success | ||
needs: | ||
needs: | ||
- cuda10-maxset | ||
script: | ||
- export CUDA_VISIBLE_DEVICES="" | ||
|
@@ -470,9 +483,9 @@ check_cuda_maxset_no_gpu: | |
|
||
check_with_odd_no_of_processors: | ||
<<: *global_job_definition | ||
stage: additional_checks | ||
stage: additional_checks | ||
when: on_success | ||
needs: | ||
needs: | ||
- cuda10-maxset | ||
script: | ||
- cd ${CI_PROJECT_DIR}/build | ||
|
@@ -507,7 +520,7 @@ deploy_sphinx_documentation: | |
dependencies: | ||
- check_sphinx | ||
script: | ||
- cd ${CI_PROJECT_DIR}/build/doc/sphinx/html && | ||
- cd ${CI_PROJECT_DIR}/build/doc/sphinx/html && | ||
rsync -avz --delete -e "ssh -i ${HOME}/.ssh/espresso_rsa" ./ [email protected]:/home/espresso/public_html/html/doc | ||
|
||
deploy_doxygen_documentation: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.