Skip to content

Commit e0ee1c8

Browse files
add test case with many-to-one sending between partitions
Signed-off-by: Axel Schneewind <[email protected]>
1 parent ba00547 commit e0ee1c8

File tree

5 files changed

+437
-180
lines changed

5 files changed

+437
-180
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ mpi_test_suite_SOURCES = \
125125
threaded/tst_threaded_ring_isend.c \
126126
threaded/tst_threaded_ring_persistent.c \
127127
threaded/tst_threaded_ring_partitioned.c \
128+
threaded/tst_threaded_ring_partitioned_many_to_one.c \
128129
tst_comm.c \
129130
tst_comm.h \
130131
tst_file.c \

mpi_test_suite.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,11 @@ extern int tst_threaded_comm_dup_cleanup (struct tst_env * env);
921921
extern int tst_threaded_ring_partitioned_init (struct tst_env * env);
922922
extern int tst_threaded_ring_partitioned_run (struct tst_env * env);
923923
extern int tst_threaded_ring_partitioned_cleanup (struct tst_env * env);
924+
925+
extern int tst_threaded_ring_partitioned_many_to_one_init (struct tst_env * env);
926+
extern int tst_threaded_ring_partitioned_many_to_one_run (struct tst_env * env);
927+
extern int tst_threaded_ring_partitioned_many_to_one_cleanup (struct tst_env * env);
928+
924929
#endif
925930

926931
#endif /* __MPI_TESTSUITE_H__ */

0 commit comments

Comments
 (0)