source:
CIVL/mods/dev.civl.com/examples/gen/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 253 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=${CIVL} verify |
| 3 | |
| 4 | all: gen simple simple2 |
| 5 | |
| 6 | gen: gen.c |
| 7 | ${VERIFY} gen.c |
| 8 | |
| 9 | simple: simpleMPI.c |
| 10 | ${VERIFY} -input_mpi_nprocs=2 simpleMPI.c |
| 11 | |
| 12 | simple2: simpleMPI2.c |
| 13 | ${VERIFY} -input_mpi_nprocs=2 simpleMPI2.c |
| 14 | |
| 15 | clean: |
| 16 | rm -rf CIVLREP |
| 17 | rm -rf ~* |
Note:
See TracBrowser
for help on using the repository browser.
