| [2d81ab2] | 1 | CIVL = civl
|
|---|
| 2 | VERIFY = $(CIVL) verify
|
|---|
| 3 | REPLAY = $(CIVL) replay
|
|---|
| 4 |
|
|---|
| [6546348] | 5 | all: bcast_bad scatter_bad gather_bad scatterGather scatterGather_bad scatterAllgather vectorSum
|
|---|
| [a7f50d5] | 6 |
|
|---|
| 7 | bcast_bad: bcast_bad.c
|
|---|
| [024a9eb] | 8 | ${VERIFY} -input_mpi_nprocs=6 bcast_bad.c
|
|---|
| [a7f50d5] | 9 |
|
|---|
| 10 | scatter_bad: scatter_bad.c
|
|---|
| [024a9eb] | 11 | ${VERIFY} -input_mpi_nprocs=5 scatter_bad.c
|
|---|
| [a7f50d5] | 12 |
|
|---|
| 13 | gather_bad: gather_bad.c
|
|---|
| [024a9eb] | 14 | ${VERIFY} -input_mpi_nprocs=5 gather_bad.c
|
|---|
| [2d81ab2] | 15 |
|
|---|
| 16 | scatterGather: scatterGather.c
|
|---|
| [024a9eb] | 17 | ${VERIFY} -input_mpi_nprocs=5 scatterGather.c
|
|---|
| [2d81ab2] | 18 |
|
|---|
| 19 | scatterGather_bad: scatterGather_bad.c
|
|---|
| [024a9eb] | 20 | ${VERIFY} -input_mpi_nprocs=5 scatterGather_bad.c
|
|---|
| [2d81ab2] | 21 | ${REPLAY} scatterGather_bad.c
|
|---|
| 22 |
|
|---|
| [ec2d23f2] | 23 | BcastReduce: BcastReduce.c BcastReduce2.c
|
|---|
| [024a9eb] | 24 | $(VERIFY) -input_mpi_nprocs_hi=8 -input_mpi_nprocs_lo=1 BcastReduce.c
|
|---|
| 25 | $(VERIFY) -input_mpi_nprocs_hi=8 -input_mpi_nprocs_lo=1 BcastReduce2.c
|
|---|
| [ec2d23f2] | 26 |
|
|---|
| [5b67e5b] | 27 | scatterAllgather: scatterAllgather.c
|
|---|
| [024a9eb] | 28 | ${VERIFY} -input_mpi_nprocs=5 scatterAllgather.c
|
|---|
| [5b67e5b] | 29 |
|
|---|
| 30 | scatterAllgather_bad: scatterAllgather_bad.c
|
|---|
| [024a9eb] | 31 | ${VERIFY} -input_mpi_nprocs=5 scatterAllgather_bad.c
|
|---|
| [5b67e5b] | 32 |
|
|---|
| [6546348] | 33 | vectorSum: vectorSum.c
|
|---|
| [024a9eb] | 34 | ${VERIFY} -input_mpi_nprocs=5 vectorSum.c
|
|---|
| [4dc4807] | 35 |
|
|---|
| [e54d69a] | 36 | vectorSum_bad: vectorSum_bad.c
|
|---|
| [024a9eb] | 37 | ${VERIFY} -input_mpi_nprocs=5 vectorSum_bad.c
|
|---|
| [6546348] | 38 |
|
|---|
| [4dc4807] | 39 | reduce_minloc: reduce_minloc.c
|
|---|
| 40 | ${VERIFY} -input_mpi_nprocs_lo=1 -input_mpi_nprocs_hi=4 reduce_minloc.c
|
|---|
| 41 |
|
|---|
| 42 | reduce_maxloc: reduce_maxloc.c
|
|---|
| 43 | ${VERIFY} -input_mpi_nprocs_lo=1 -input_mpi_nprocs_hi=4 reduce_maxloc.c
|
|---|
| 44 |
|
|---|
| 45 | reduce_maxloc_real: reduce_maxloc_real.c
|
|---|
| 46 | ${VERIFY} -input_mpi_nprocs_lo=1 -input_mpi_nprocs_hi=4 \
|
|---|
| 47 | reduce_maxloc_real.c
|
|---|
| 48 |
|
|---|
| [2d81ab2] | 49 | clean:
|
|---|
| 50 | rm -f -r CIVLREP
|
|---|
| 51 | rm -r -f *~
|
|---|