1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
##
## Copyright (C) by Argonne National Laboratory
## See COPYRIGHT in top-level directory
##
## This file is generated. Do not edit.
##
noinst_PROGRAMS = run_mpitests
run_mpitests_CPPFLAGS = $(AM_CPPFLAGS) -DMULTI_TESTS
run_mpitests_SOURCES = \
util/run_mpitests.c \
attr/attrt.c \
attr/attrend.c \
attr/attric.c \
attr/attrerr.c \
attr/attrerrcomm.c \
attr/attrerrtype.c \
attr/attrdeleteget.c \
attr/attr2type.c \
attr/attrorder.c \
attr/attrordercomm.c \
attr/attrordertype.c \
attr/baseattr2.c \
attr/baseattrcomm.c \
attr/fkeyval.c \
attr/fkeyvalcomm.c \
attr/keyval_double_free.c \
attr/keyval_double_free_comm.c \
attr/keyval_double_free_type.c \
attr/keyval_double_free_win.c \
attr/fkeyvaltype.c \
coll/allgather2.c \
coll/allgather3.c \
coll/allgatherv2.c \
coll/allgatherv3.c \
coll/allgatherv4.c \
coll/allred.c \
coll/allred2.c \
coll/allred3.c \
coll/allred5.c \
coll/allred6.c \
coll/allredmany.c \
coll/alltoall1.c \
coll/alltoallv.c \
coll/alltoallv0.c \
coll/alltoallw1.c \
coll/alltoallw2.c \
coll/alltoallw_zeros.c \
coll/bcasttest.c \
coll/bcastzerotype.c \
coll/gather.c \
coll/gather2.c \
coll/gatherv.c \
coll/neighb_allgather.c \
coll/neighb_allgatherv.c \
coll/neighb_alltoall.c \
coll/neighb_alltoallv.c \
coll/neighb_alltoallw.c \
coll/op_coll.c \
coll/p_allgather.c \
coll/p_allgatherv.c \
coll/p_allred.c \
coll/p_alltoall.c \
coll/p_alltoallv.c \
coll/p_alltoallw.c \
coll/p_bcast.c \
coll/p_bcast2.c \
coll/p_gather.c \
coll/p_gatherv.c \
coll/p_neighb_allgather.c \
coll/p_neighb_allgatherv.c \
coll/p_neighb_alltoall.c \
coll/p_neighb_alltoallv.c \
coll/p_neighb_alltoallw.c \
coll/p_red.c \
coll/p_red_scat_block.c \
coll/p_redscat.c \
coll/p_scan.c \
coll/p_scatter.c \
coll/p_scatterv.c \
coll/red3.c \
coll/red4.c \
coll/red_scat_block.c \
coll/red_scat_block2.c \
coll/redscat.c \
coll/redscat2.c \
coll/redscat3.c \
coll/redscatblk3.c \
coll/reduce.c \
coll/scantst.c \
coll/scatter2.c \
coll/scatter3.c \
coll/scattern.c \
coll/scatterv.c \
all_mpitests.c
run_mpitests_LDADD = $(LDADD) -lm
|