source:
CIVL/examples/mpi/collective/Makefile
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 1.1 KB | |
| Rev | Line | |
|---|---|---|
| [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 |
| [e54d69a] | 35 | |
| 36 | vectorSum_bad: vectorSum_bad.c | |
| [024a9eb] | 37 | ${VERIFY} -input_mpi_nprocs=5 vectorSum_bad.c |
| [6546348] | 38 | |
| [2d81ab2] | 39 | clean: |
| 40 | rm -f -r CIVLREP | |
| 41 | rm -r -f *~ |
Note:
See TracBrowser
for help on using the repository browser.
