1.23
2.0
acw/focus-triggers
main
test-branch
| Line | |
|---|
| 1 | CIVL = civl
|
|---|
| 2 | VERIFY = $(CIVL) verify
|
|---|
| 3 | CC = cc
|
|---|
| 4 |
|
|---|
| 5 | all: mpi_gather mpi_scatter mpi_gatherv mpi_scatterv
|
|---|
| 6 |
|
|---|
| 7 | mpi_gather: ${Gather_Scatter/mpi_gather.c}
|
|---|
| 8 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_gather.c
|
|---|
| 9 |
|
|---|
| 10 | mpi_scatter: ${Gather_Scatter/mpi_scatter.c}
|
|---|
| 11 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_scatter.c
|
|---|
| 12 |
|
|---|
| 13 | mpi_gatherv: ${Gather_Scatter/mpi_gatherv.c}
|
|---|
| 14 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_gatherv.c
|
|---|
| 15 |
|
|---|
| 16 | mpi_scatterv: ${Gather_Scatter/mpi_scatterv.c}
|
|---|
| 17 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_scatterv.c
|
|---|
| 18 |
|
|---|
| 19 | mpi_sysStatus: mpiSysStatus.c
|
|---|
| 20 | $(VERIFY) mpiSysStatus.c
|
|---|
| 21 |
|
|---|
| 22 | mpi_sysStatusBad: mpiSysStatusBad.c
|
|---|
| 23 | $(VERIFY) mpiSysStatusBad.c
|
|---|
| 24 |
|
|---|
| 25 | mpi_sysStatusBad2: mpiSysStatusBad2.c
|
|---|
| 26 | $(VERIFY) mpiSysStatusBad2.c
|
|---|
| 27 |
|
|---|
| 28 | clean:
|
|---|
| 29 | rm -f -r CIVLREP
|
|---|
| 30 | rm -r -f *~
|
|---|
| 31 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.