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:
1.5 KB
|
| Line | |
|---|
| 1 | allgather: allgather.c
|
|---|
| 2 | contract verify -mpiContract=allgather -input_mpi_nprocs=5 -collectSymbolicConstants allgather.c
|
|---|
| 3 |
|
|---|
| 4 | allgather_bad_ensures: allgather-bad_ensures.c
|
|---|
| 5 | contract verify -mpiContract=allgather -input_mpi_nprocs=5 -collectSymbolicConstants allgather-bad_ensures.c
|
|---|
| 6 |
|
|---|
| 7 | allgather_bad_requires: allgather-bad_ensures.c
|
|---|
| 8 | contract verify -mpiContract=allgather -input_mpi_nprocs=5 -collectSymbolicConstants allgather-bad_datasize.c
|
|---|
| 9 |
|
|---|
| 10 | broadcast: broadcast.c
|
|---|
| 11 | contract verify -mpiContract=broadcast -input_mpi_nprocs=5 -collectSymbolicConstants broadcast.c
|
|---|
| 12 |
|
|---|
| 13 | broadcast_bad_ensures: broadcast-bad_ensures.c
|
|---|
| 14 | contract verify -mpiContract=broadcast -input_mpi_nprocs=5 -collectSymbolicConstants broadcast-bad_ensures.c
|
|---|
| 15 |
|
|---|
| 16 | gather: allgather.c
|
|---|
| 17 | contract verify -mpiContract=gather -input_mpi_nprocs=5 -collectSymbolicConstants allgather.c
|
|---|
| 18 |
|
|---|
| 19 | gather_bad_impl: gather-bad_impl.c
|
|---|
| 20 | contract verify -mpiContract=gather -input_mpi_nprocs=5 -collectSymbolicConstants gather-bad_impl.c
|
|---|
| 21 |
|
|---|
| 22 | reduce_int_sum: reduce_int_sum.c
|
|---|
| 23 | contract verify -mpiContract=reduce_sum -input_mpi_nprocs=5 -collectSymbolicConstants reduce_int_sum.c
|
|---|
| 24 |
|
|---|
| 25 | scatter: scatter.c
|
|---|
| 26 | contract verify -mpiContract=scatter -input_mpi_nprocs=5 -collectSymbolicConstants scatter.c
|
|---|
| 27 |
|
|---|
| 28 | scatter_bad_impl: scatter.c
|
|---|
| 29 | contract verify -mpiContract=scatter -input_mpi_nprocs=5 -collectSymbolicConstants scatter-bad_inplace.c
|
|---|
| 30 |
|
|---|
| 31 | scatter_bad_ensures: scatter.c
|
|---|
| 32 | contract verify -mpiContract=scatter -input_mpi_nprocs=5 -collectSymbolicConstants scatter-bad_ensures.c
|
|---|
| 33 |
|
|---|
| 34 | clean:
|
|---|
| 35 | rm -rf *~ CIVLREP SARL_Why3 |
|---|
Note:
See
TracBrowser
for help on using the repository browser.