source:
CIVL/mods/dev.civl.com/examples/contracts/contractsMPI/nekbone_mpi/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 296 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | ABC=abc |
| 3 | PARSE=$(ABC) |
| 4 | NP=-input_mpi_nprocs=2 |
| 5 | VERIFY=$(CIVL) verify $(NP) |
| 6 | |
| 7 | |
| 8 | all: parse |
| 9 | |
| 10 | parse: allreduce.c allreduce.h |
| 11 | $(PARSE) allreduce.c |
| 12 | |
| 13 | verify: allreduce.c allreduce.h |
| 14 | $(VERIFY) allreduce.c |
| 15 | |
| 16 | run: allreduce.c allreduce.h |
| 17 | $(VERIFY) driver.cvl allreduce.c |
| 18 | |
| 19 | clean: |
| 20 | rm -rf CIVLREP *~ |
Note:
See TracBrowser
for help on using the repository browser.
