source:
CIVL/examples/mpi/collective/Makefile@
1ea18d3
| Last change on this file since 1ea18d3 was 2d81ab2, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 332 bytes | |
| Rev | Line | |
|---|---|---|
| [2d81ab2] | 1 | CIVL = civl |
| 2 | VERIFY = $(CIVL) verify | |
| 3 | REPLAY = $(CIVL) replay | |
| 4 | ||
| 5 | all: scatterGather scatterGather_bad | |
| 6 | ||
| 7 | scatterGather: scatterGather.c | |
| 8 | ${VERIFY} -input_NPROCS=5 scatterGather.c | |
| 9 | ||
| 10 | scatterGather_bad: scatterGather_bad.c | |
| 11 | ${VERIFY} -input_NPROCS=5 scatterGather_bad.c | |
| 12 | ${REPLAY} scatterGather_bad.c | |
| 13 | ||
| 14 | clean: | |
| 15 | rm -f -r CIVLREP | |
| 16 | rm -r -f *~ |
Note:
See TracBrowser
for help on using the repository browser.
