source:
CIVL/examples/amg/dot_product/Makefile@
f8f3bec
| Last change on this file since f8f3bec was 33d64e8, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify $(NP) |
| 3 | NP=-input_mpi_nprocs=5 |
| 4 | DEBUG=-DDEBUG |
| 5 | |
| 6 | all: civl_run_debug |
| 7 | |
| 8 | |
| 9 | civl_run: dot_product.c |
| 10 | $(VERIFY) dot_product.c |
| 11 | |
| 12 | civl_run_debug: dot_product.c |
| 13 | $(VERIFY) $(DEBUG) dot_product.c |
| 14 | |
| 15 | clean: |
| 16 | rm -rf *~ CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
