1.23
2.0
acw/focus-triggers
main
test-branch
| Line | |
|---|
| 1 | CIVL = civl
|
|---|
| 2 | VERIFY = $(CIVL) verify
|
|---|
| 3 | REPLAY = $(CIVL) replay
|
|---|
| 4 |
|
|---|
| 5 | all: bcast_bad scatter_bad gather_bad scatterGather scatterGather_bad scatterAllgather
|
|---|
| 6 |
|
|---|
| 7 | bcast_bad: bcast_bad.c
|
|---|
| 8 | ${VERIFY} -input_NPROCS=5 bcast_bad.c
|
|---|
| 9 |
|
|---|
| 10 | scatter_bad: scatter_bad.c
|
|---|
| 11 | ${VERIFY} -input_NPROCS=5 scatter_bad.c
|
|---|
| 12 |
|
|---|
| 13 | gather_bad: gather_bad.c
|
|---|
| 14 | ${VERIFY} -input_NPROCS=5 gather_bad.c
|
|---|
| 15 |
|
|---|
| 16 | scatterGather: scatterGather.c
|
|---|
| 17 | ${VERIFY} -input_NPROCS=5 scatterGather.c
|
|---|
| 18 |
|
|---|
| 19 | scatterGather_bad: scatterGather_bad.c
|
|---|
| 20 | ${VERIFY} -input_NPROCS=5 scatterGather_bad.c
|
|---|
| 21 | ${REPLAY} scatterGather_bad.c
|
|---|
| 22 |
|
|---|
| 23 | scatterAllgather: scatterAllgather.c
|
|---|
| 24 | ${VERIFY} -input_NPROCS=5 scatterAllgather.c
|
|---|
| 25 |
|
|---|
| 26 | scatterAllgather_bad: scatterAllgather_bad.c
|
|---|
| 27 | ${VERIFY} -input_NPROCS=5 scatterAllgather_bad.c
|
|---|
| 28 |
|
|---|
| 29 | clean:
|
|---|
| 30 | rm -f -r CIVLREP
|
|---|
| 31 | rm -r -f *~
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.