mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Update CI files for Daint
This commit is contained in:
parent
68ff919639
commit
a22f1eda66
2 changed files with 7 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ build deps daint:
|
|||
CP2K_BUILD_TYPE: minimal
|
||||
CP2K_VERSION: ${VERSION}
|
||||
LOG_LINES: 200
|
||||
MPICH_VERSION: 4.2.3
|
||||
MPICH_VERSION: 4.3.0
|
||||
|
||||
build cp2k daint:
|
||||
extends: .container-builder-cscs-gh200
|
||||
|
|
@ -86,7 +86,9 @@ regression test cp2k daint:
|
|||
needs: ["build cp2k daint","test cp2k daint"]
|
||||
timeout: 1h
|
||||
script:
|
||||
- podman run --mount type=bind,src=${SCRATCH},target=${SCRATCH} --workdir=${SCRATCH} ${DOCKERHUB_IMAGE_NAME} /opt/cp2k/tests/do_regtest.py --maxtasks 288 /opt/cp2k/bin ${VERSION}
|
||||
- git --no-pager log -1 --pretty="%nCommitSHA:%x20%H%nCommitTime:%x20%ci%nCommitAuthor:%x20%an%nCommitSubject:%x20%s%n" | tee ${REPOSITORY}_${TAG}.log
|
||||
- podman run --mount type=bind,src=${SCRATCH},target=${SCRATCH} --workdir=${SCRATCH} ${DOCKERHUB_IMAGE_NAME} /opt/cp2k/tests/do_regtest.py --maxtasks 288 /opt/cp2k/bin ${VERSION} 2>&1 | tee -a ${REPOSITORY}_${TAG}.log
|
||||
- cp ${REPOSITORY}_${TAG}.log ${SCRATCH}/ci/${REPOSITORY}_${TAG}_$(git rev-parse HEAD).log
|
||||
variables:
|
||||
SLURM_CONSTRAINT: gpu
|
||||
SLURM_DEBUG: 1
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ build deps daint:
|
|||
CP2K_BUILD_TYPE: minimal
|
||||
CP2K_VERSION: ${VERSION}
|
||||
LOG_LINES: 200
|
||||
MPICH_VERSION: 4.2.3
|
||||
MPICH_VERSION: 4.3.0
|
||||
|
||||
build cp2k daint:
|
||||
extends: .container-builder-cscs-gh200
|
||||
|
|
@ -86,7 +86,9 @@ regression test cp2k daint:
|
|||
needs: ["build cp2k daint","test cp2k daint"]
|
||||
timeout: 1h
|
||||
script:
|
||||
- git --no-pager log -1 --pretty="%nCommitSHA:%x20%H%nCommitTime:%x20%ci%nCommitAuthor:%x20%an%nCommitSubject:%x20%s%n" | tee ${REPOSITORY}_${TAG}.log
|
||||
- podman run --mount type=bind,src=${SCRATCH},target=${SCRATCH} --workdir=${SCRATCH} ${DOCKERHUB_IMAGE_NAME} /opt/cp2k/tests/do_regtest.py --maxtasks 288 /opt/cp2k/bin ${VERSION}
|
||||
- cp ${REPOSITORY}_${TAG}.log ${SCRATCH}/ci/${REPOSITORY}_${TAG}_$(git rev-parse HEAD).log
|
||||
variables:
|
||||
SLURM_CONSTRAINT: gpu
|
||||
SLURM_DEBUG: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue