|
| 1 | +## Process this file with automake to produce Makefile.in |
| 2 | + |
| 3 | +bin_PROGRAMS = mpi_test_suite |
| 4 | + |
| 5 | +EXTRA_DIST = cmdline.ggo |
| 6 | + |
| 7 | +cmdline.c cmdline.h: cmdline.ggo |
| 8 | + gengetopt < $< |
| 9 | + |
| 10 | +mpi_test_suite_SOURCES = \ |
| 11 | + cmdline.c \ |
| 12 | + cmdline.h \ |
| 13 | + coll/tst_coll_allgather.c \ |
| 14 | + coll/tst_coll_allgather_in_place.c \ |
| 15 | + coll/tst_coll_allreduce.c \ |
| 16 | + coll/tst_coll_allreduce_in_place.c \ |
| 17 | + coll/tst_coll_allreduce_max.c \ |
| 18 | + coll/tst_coll_allreduce_min.c \ |
| 19 | + coll/tst_coll_allreduce_quadsum.c \ |
| 20 | + coll/tst_coll_allreduce_sum.c \ |
| 21 | + coll/tst_coll_alltoall.c \ |
| 22 | + coll/tst_coll_bcast.c \ |
| 23 | + coll/tst_coll_gather.c \ |
| 24 | + coll/tst_coll_reduce_in_place_max.c \ |
| 25 | + coll/tst_coll_reduce_in_place_min.c \ |
| 26 | + coll/tst_coll_reduce_max.c \ |
| 27 | + coll/tst_coll_reduce_min.c \ |
| 28 | + coll/tst_coll_scan_sum.c \ |
| 29 | + coll/tst_coll_scatter.c \ |
| 30 | + coll/tst_coll_scatterv.c \ |
| 31 | + coll/tst_coll_scatterv_stride.c \ |
| 32 | + compile_info.h \ |
| 33 | + dynamic/tst_comm_spawn.c \ |
| 34 | + dynamic/tst_comm_spawn_multiple.c \ |
| 35 | + dynamic/tst_establish_communication.c \ |
| 36 | + env/tst_env_get_version.c \ |
| 37 | + env/tst_env_request_null.c \ |
| 38 | + env/tst_env_status_check.c \ |
| 39 | + env/tst_env_type_dup.c \ |
| 40 | + io/tst_file_append_mode.c \ |
| 41 | + io/tst_file_asyncio_atomic.c \ |
| 42 | + io/tst_file_io_atomic.c \ |
| 43 | + io/tst_file_io_commself.c \ |
| 44 | + io/tst_file_io_sync.c \ |
| 45 | + io/tst_file_io_with_arrange.c \ |
| 46 | + io/tst_file_io_with_hole2.c \ |
| 47 | + io/tst_file_io_with_hole.c \ |
| 48 | + io/tst_file_iread_at.c \ |
| 49 | + io/tst_file_iread.c \ |
| 50 | + io/tst_file_iread_shared.c \ |
| 51 | + io/tst_file_iwrite_at.c \ |
| 52 | + io/tst_file_iwrite.c \ |
| 53 | + io/tst_file_iwrite_shared.c \ |
| 54 | + io/tst_file_preallocate.c \ |
| 55 | + io/tst_file_read_all_begin.c \ |
| 56 | + io/tst_file_read_all.c \ |
| 57 | + io/tst_file_read_at_all_begin.c \ |
| 58 | + io/tst_file_read_at_all.c \ |
| 59 | + io/tst_file_read_at.c \ |
| 60 | + io/tst_file_read.c \ |
| 61 | + io/tst_file_read_convert.c \ |
| 62 | + io/tst_file_read_darray.c \ |
| 63 | + io/tst_file_read_ordered_begin.c \ |
| 64 | + io/tst_file_read_ordered.c \ |
| 65 | + io/tst_file_read_shared.c \ |
| 66 | + io/tst_file_read_subarray.c \ |
| 67 | + io/tst_file_sequential_mode.c \ |
| 68 | + io/tst_file_set_size.c \ |
| 69 | + io/tst_file_simple.c \ |
| 70 | + io/tst_file_write_all_begin.c \ |
| 71 | + io/tst_file_write_all.c \ |
| 72 | + io/tst_file_write_at_all_begin.c \ |
| 73 | + io/tst_file_write_at_all.c \ |
| 74 | + io/tst_file_write_at.c \ |
| 75 | + io/tst_file_write.c \ |
| 76 | + io/tst_file_write_darray.c \ |
| 77 | + io/tst_file_write_ordered_begin.c \ |
| 78 | + io/tst_file_write_ordered.c \ |
| 79 | + io/tst_file_write_shared.c \ |
| 80 | + io/tst_file_write_subarray.c \ |
| 81 | + mpi_test_suite.c \ |
| 82 | + mpi_test_suite.h \ |
| 83 | + one-sided/tst_accumulate_with_fence_sum.c \ |
| 84 | + one-sided/tst_accumulate_with_lock_max.c \ |
| 85 | + one-sided/tst_accumulate_with_post_min.c \ |
| 86 | + one-sided/tst_get_with_fence.c \ |
| 87 | + one-sided/tst_get_with_lock.c \ |
| 88 | + one-sided/tst_get_with_post.c \ |
| 89 | + one-sided/tst_one_sided_simple_ring_get.c \ |
| 90 | + one-sided/tst_one_sided_simple_ring_get_post.c \ |
| 91 | + one-sided/tst_one_sided_simple_ring_put.c \ |
| 92 | + one-sided/tst_put_with_fence.c \ |
| 93 | + one-sided/tst_put_with_lock.c \ |
| 94 | + one-sided/tst_put_with_post.c \ |
| 95 | + p2p/tst_p2p_alltoall.c \ |
| 96 | + p2p/tst_p2p_alltoall_graph.c \ |
| 97 | + p2p/tst_p2p_alltoall_irsend.c \ |
| 98 | + p2p/tst_p2p_alltoall_issend.c \ |
| 99 | + p2p/tst_p2p_alltoall_persistent.c \ |
| 100 | + p2p/tst_p2p_alltoall_probe_anysource.c \ |
| 101 | + p2p/tst_p2p_alltoall_sendrecv.c \ |
| 102 | + p2p/tst_p2p_alltoall_xisend.c \ |
| 103 | + p2p/tst_p2p_direct_partner_intercomm.c \ |
| 104 | + p2p/tst_p2p_many_to_one.c \ |
| 105 | + p2p/tst_p2p_many_to_one_iprobe_anysource.c \ |
| 106 | + p2p/tst_p2p_many_to_one_isend_cancel.c \ |
| 107 | + p2p/tst_p2p_many_to_one_probe_anysource.c \ |
| 108 | + p2p/tst_p2p_simple_ring_bottom.c \ |
| 109 | + p2p/tst_p2p_simple_ring_bsend.c \ |
| 110 | + p2p/tst_p2p_simple_ring.c \ |
| 111 | + p2p/tst_p2p_simple_ring_ibsend.c \ |
| 112 | + p2p/tst_p2p_simple_ring_irsend.c \ |
| 113 | + p2p/tst_p2p_simple_ring_isend.c \ |
| 114 | + p2p/tst_p2p_simple_ring_issend.c \ |
| 115 | + p2p/tst_p2p_simple_ring_pack.c \ |
| 116 | + p2p/tst_p2p_simple_ring_persistent.c\ |
| 117 | + p2p/tst_p2p_simple_ring_rsend.c \ |
| 118 | + p2p/tst_p2p_simple_ring_sendrecv.c \ |
| 119 | + p2p/tst_p2p_simple_ring_shift.c \ |
| 120 | + p2p/tst_p2p_simple_ring_ssend.c \ |
| 121 | + p2p/tst_p2p_simple_ring_xsend.c \ |
| 122 | + threaded/tst_threaded_comm_dup.c \ |
| 123 | + threaded/tst_threaded_ring_bsend.c \ |
| 124 | + threaded/tst_threaded_ring.c \ |
| 125 | + threaded/tst_threaded_ring_isend.c \ |
| 126 | + threaded/tst_threaded_ring_persistent.c \ |
| 127 | + tst_comm.c \ |
| 128 | + tst_comm.h \ |
| 129 | + tst_file.c \ |
| 130 | + tst_output.c \ |
| 131 | + tst_output.h \ |
| 132 | + tst_tests.c \ |
| 133 | + tst_threads.c \ |
| 134 | + tst_threads.h \ |
| 135 | + tst_types.c |
| 136 | + |
0 commit comments