Mentions légales du service

Skip to content
Snippets Groups Projects

Fix issues with the actual spm in order to make it works in distributed

Merged Mathieu Faverge requested to merge faverge/spm:disp/spm_bases into master
Files
26
+ 10
10
@@ -35,7 +35,7 @@ test_spm_seq_shm:
variables:
VERSION: seq
RUN: shm
TESTS_RESTRICTION: "-R \"shm_\""
TESTS_RESTRICTION: "-R \"^shm_\""
dependencies:
- build_spm_seq
<<: *test_script_seq
@@ -44,16 +44,16 @@ test_spm_mpi_shm:
variables:
VERSION: mpi
RUN: shm
TESTS_RESTRICTION: "-R \"shm_\""
TESTS_RESTRICTION: "-R \"^shm_\""
dependencies:
- build_spm_mpi
<<: *test_script_mpi
# test_spm_mpi_dist:
# variables:
# VERSION: mpi
# RUN: dist
# TESTS_RESTRICTION: "-R \"mpi_\""
# dependencies:
# - build_spm_mpi
# <<: *test_script_mpi
test_spm_mpi_dist:
variables:
VERSION: mpi
RUN: dist
TESTS_RESTRICTION: "-R \"^mpi_\""
dependencies:
- build_spm_mpi
<<: *test_script_mpi
Loading