Skip to content

Commit 2249bdc

Browse files
authored
Merge pull request #3621 from heplesser/test_connect_array_mpi
Port test_connect_array_*_mpi from SLI to Pytest
2 parents 653ba66 + fa905b4 commit 2249bdc

File tree

7 files changed

+136
-361
lines changed

7 files changed

+136
-361
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ markers = [
44
"skipif_missing_hdf5: skip test if NEST was built without HDF5 support",
55
"skipif_missing_mpi: skip test if NEST was built without MPI support",
66
"skipif_missing_threads: skip test if NEST was built without multithreading support",
7+
"skipif_incompatible_mpi: skip test if NEST was built with OpenMPI < 5.0.7",
78
"simulation: the simulation class to use. Always pass a 2nd dummy argument"
89
]
910

testsuite/mpitests/test_connect_array_all_to_all_mpi.sli

Lines changed: 0 additions & 122 deletions
This file was deleted.

testsuite/mpitests/test_connect_array_fixed_indegree_mpi.sli

Lines changed: 0 additions & 119 deletions
This file was deleted.

testsuite/mpitests/test_connect_array_fixed_outdegree_mpi.sli

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)