1.23
2.0
acw/focus-triggers
main
test-branch
| Line | |
|---|
| 1 |
|
|---|
| 2 | CIVL = civl
|
|---|
| 3 | VERIFY = $(CIVL) verify
|
|---|
| 4 | CC = cc
|
|---|
| 5 |
|
|---|
| 6 | all: adder_par ring1 mpithreads_mpi mpi_pi_send mpi_prime
|
|---|
| 7 |
|
|---|
| 8 | adder_par: adder_par.c
|
|---|
| 9 | $(VERIFY) -input__NPROCS=2 -inputNB=4 adder_par.c
|
|---|
| 10 |
|
|---|
| 11 | ring1: ring1.c
|
|---|
| 12 | $(VERIFY) -input__NPROCS=5 ring1.c
|
|---|
| 13 |
|
|---|
| 14 | mpithreads_mpi: mpithreads_mpi.c
|
|---|
| 15 | $(VERIFY) -input__NPROCS=2 mpithreads_mpi.c
|
|---|
| 16 |
|
|---|
| 17 | mpi_pi_send: mpi_pi_send.c
|
|---|
| 18 | $(VERIFY) -input__NPROCS=3 -enablePrintf=false mpi_pi_send.c
|
|---|
| 19 |
|
|---|
| 20 | mpi_prime: mpi_prime.c
|
|---|
| 21 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false mpi_prime.c
|
|---|
| 22 |
|
|---|
| 23 | mpi_gather: ${Gather_Scatter/mpi_gather.c}
|
|---|
| 24 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_gather.c
|
|---|
| 25 |
|
|---|
| 26 | mpi_scatter: ${Gather_Scatter/mpi_scatter.c}
|
|---|
| 27 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_scatter.c
|
|---|
| 28 |
|
|---|
| 29 | mpi_gatherv: ${Gather_Scatter/mpi_gatherv.c}
|
|---|
| 30 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_gatherv.c
|
|---|
| 31 |
|
|---|
| 32 | mpi_scatterv: ${Gather_Scatter/mpi_scatterv.c}
|
|---|
| 33 | $(VERIFY) -input__NPROCS=4 -enablePrintf=false Gather_Scatter/mpi_scatterv.c
|
|---|
| 34 |
|
|---|
| 35 | mpi_wave1d: wave1d.c
|
|---|
| 36 | $(VERIFY) wave1d.c
|
|---|
| 37 |
|
|---|
| 38 | mpi_diff2d: diffusion2d_cb.c
|
|---|
| 39 | $(VERIFY) -input_NPROCS=4 -inputxProcs=2 -inputyProcs=2 -inputNSTEPSB=3 diffusion2d_cb.c
|
|---|
| 40 |
|
|---|
| 41 | clean:
|
|---|
| 42 | rm -f -r CIVLREP
|
|---|
| 43 | rm -r -f *~
|
|---|
| 44 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.