source: CIVL/examples/mpi/collective/Makefile@ 1ea18d3

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 1ea18d3 was 2d81ab2, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

added tests for mpi colletive operations.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2088 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 332 bytes
Line 
1CIVL = civl
2VERIFY = $(CIVL) verify
3REPLAY = $(CIVL) replay
4
5all: scatterGather scatterGather_bad
6
7scatterGather: scatterGather.c
8 ${VERIFY} -input_NPROCS=5 scatterGather.c
9
10scatterGather_bad: scatterGather_bad.c
11 ${VERIFY} -input_NPROCS=5 scatterGather_bad.c
12 ${REPLAY} scatterGather_bad.c
13
14clean:
15 rm -f -r CIVLREP
16 rm -r -f *~
Note: See TracBrowser for help on using the repository browser.