Skip to content
Snippets Groups Projects
Commit 60676225 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Use tags for voronoi tests

parent 879ec620
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ test:intel:
- which codecov || which Codecov
# needs to be implemented (tests for dependencies e.g. MPI, OpenMP, LAPACK, etc.)
- cd tests/unit_tests/test_parallel && ./run_parallel_tests.sh
tags:
- docker-executor
###############################################################################
# include build / run / verify scripts for all codes
......
build_voronoi:intel:
stage: build_voronoi
tags:
- docker-executor
script:
- cd prog && make
- mkdir build_voronoi && cd build_voronoi
......
run_voronoi:intel:oldstyle:
stage: run_voronoi
tags:
- docker-executor
script:
- cd tests/voronoi
- cp -r test_inputs/test01_oldstyle test_run01
......@@ -19,6 +21,8 @@ run_voronoi:intel:oldstyle:
run_voronoi:intel:newstyle:
stage: run_voronoi
tags:
- docker-executor
script:
- cd tests/voronoi
- cp -r test_inputs/test02_newstyle test_run02
......
srun -N 1 --ntasks-per-node=12 --pty bash
srun -N 1 --partition=th1 --ntasks-per-node=12 --pty bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment