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

Fix setup_voronoi_aiida.sh

parent d053f308
No related branches found
No related tags found
No related merge requests found
verdi code setup \
--non-interactive \
--label="voronoi" \
--input-plugin="kkr.voro" "slurmcontrol" \
--code-folder="/builds/kkr" \
--code-rel-path="voronoi.exe" \
--prepend-text="ln -s /builds/kkr/ElementDataBase ."
verdi code setup --non-interactive \
--code-folder="/builds/kkr" \
--code-rel-path="voronoi.exe" \
--label="voronoi" \
--store-in-db \
--input-plugin="kkr.voro" \
--prepend-text="ln -s /builds/kkr/ElementDataBase ."
......@@ -6,6 +6,7 @@ build_voronoi:intel:
- FC=$(which mpiifort) cmake -DENABLE_MPI=ON -DENABLE_OMP=ON -DENABLE_COV=ON -DCOMPILE_KKRHOST=OFF -DCOMPILE_KKRIMP=OFF -DCOMPILE_KKRSUSC=OFF -DCOMPILE_PKKPRIME=OFF -DCOMPILE_VORONOI=ON -DCOMPILE_RHOQ=OFF ..
- make -j4
- cp voronoi.exe ../tests/voronoi.exe
- cd ../../
artifacts:
paths:
- tests/voronoi.exe
......
......@@ -129,6 +129,7 @@ run_kkrhost:intel:MPIenerg_8:
run_kkrhost:intel:multi_node_9:
image: iffregistry.fz-juelich.de/docker-images/centos7-intel-compilers/slurm-control:latest
stage: run_kkrhost_parallel
allow_failure: true
services:
- name: iffregistry.fz-juelich.de/docker-images/centos7-intel-compilers/slurm-daemon:latest
alias: c1
......
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