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
|
|---|
| 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 | clean:
|
|---|
| 24 | rm -f -r CIVLREP
|
|---|
| 25 | rm -r -f *~
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.