source:
CIVL/mods/dev.civl.com/examples/compare/adder/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 203 bytes | |
| Line | |
|---|---|
| 1 | CIVL = civl |
| 2 | COMPARE = $(CIVL) compare |
| 3 | |
| 4 | all: adder |
| 5 | |
| 6 | adder: adder_par.c adder_spec.c |
| 7 | $(COMPARE) -inputNB=10 -input_mpi_nprocs_hi=4 -impl adder_par.c -spec adder_spec.c |
| 8 | |
| 9 | clean: |
| 10 | rm -f *~ |
| 11 | rm -f -r CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
