main
test-branch
| Line | |
|---|
| 1 | CIVL=civl
|
|---|
| 2 | VERIFY=verify
|
|---|
| 3 | COMPARE=compare
|
|---|
| 4 |
|
|---|
| 5 | all: compare compare_adv spec par clean
|
|---|
| 6 |
|
|---|
| 7 | compare: diffusion1d_spec.c diffusion1d_par.c
|
|---|
| 8 | $(CIVL) $(COMPARE) -inputNXB=3 -inputNSTEPS_BOUND=2 -inputwstep=1 -input_mpi_nprocs=2 \
|
|---|
| 9 | -spec diffusion1d_spec.c -impl diffusion1d_par.c
|
|---|
| 10 |
|
|---|
| 11 | compare_adv: diffusion1d_spec.c diffusion1d_par.c
|
|---|
| 12 | $(CIVL) $(COMPARE) -inputNXB=5 -inputNSTEPS_BOUND=4 -inputwstep=1 \
|
|---|
| 13 | -input_mpi_nprocs_lo=1 -input_mpi_nprocs_hi=4 \
|
|---|
| 14 | -spec diffusion1d_spec.c -impl diffusion1d_par.c
|
|---|
| 15 |
|
|---|
| 16 | spec: diffusion1d_spec.c
|
|---|
| 17 | $(CIVL) $(VERIFY) -inputNXB=3 -inputNSTEPS_BOUND=2 -inputwstep=1 \
|
|---|
| 18 | diffusion1d_spec.c
|
|---|
| 19 |
|
|---|
| 20 | par: diffusion1d_par.c
|
|---|
| 21 | $(CIVL) $(VERIFY) -inputNXB=3 -inputNSTEPS_BOUND=2 -inputwstep=1 \
|
|---|
| 22 | -input_mpi_nprocs=2 diffusion1d_par.c
|
|---|
| 23 | clean:
|
|---|
| 24 | rm -f *~
|
|---|
| 25 | rm -f -r CIVLREP |
|---|
Note:
See
TracBrowser
for help on using the repository browser.