main
|
Last change
on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago |
|
Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
417 bytes
|
| Line | |
|---|
| 1 | CIVL=civl-1.19
|
|---|
| 2 | all: verify_rs_max verify_rs_sum
|
|---|
| 3 |
|
|---|
| 4 | verify_rs_max: driver.cvl reduceScatter_optimized.h reduceScatter_optimized.c
|
|---|
| 5 | $(CIVL) verify -input_mpi_nprocs=3 -inputNB=4 -D_CHECK_MAX driver.cvl reduceScatter_optimized.c
|
|---|
| 6 |
|
|---|
| 7 | verify_rs_sum: driver.cvl reduceScatter_optimized.h reduceScatter_optimized.c
|
|---|
| 8 | $(CIVL) verify -input_mpi_nprocs=5 -inputNB=8 driver.cvl reduceScatter_optimized.c
|
|---|
| 9 |
|
|---|
| 10 | clean:
|
|---|
| 11 | rm -rf *~ CIVLREP |
|---|
Note:
See
TracBrowser
for help on using the repository browser.