main
test-branch
| Rev | Line | |
|---|
| [2ceb09a] | 1 | CIVL = civl
|
|---|
| 2 | VERIFY = $(CIVL) verify
|
|---|
| 3 | COMPARE = $(CIVL) compare
|
|---|
| 4 | REPLAY = $(CIVL) replay
|
|---|
| 5 |
|
|---|
| [25a9d50] | 6 | all: mpiSerDot pthreadSerDot mpiThreadsDot hybridSerDot mpiHybridDot pthreadsHybridDot
|
|---|
| [2ceb09a] | 7 |
|
|---|
| 8 | mpiDot: mpithreads_mpi.c
|
|---|
| [024a9eb] | 9 | ${VERIFY} -inputVECLEN=5 -input_mpi_nprocs=2 mpithreads_mpi.c
|
|---|
| [2ceb09a] | 10 |
|
|---|
| 11 | serDot: mpithreads_serial.c
|
|---|
| 12 | ${VERIFY} -inputVECLEN=5 mpithreads_serial.c
|
|---|
| 13 |
|
|---|
| 14 | pthreadDot: mpithreads_threads.c
|
|---|
| 15 | ${VERIFY} -inputVECLEN=5 -inputMAXTHRDS=2 mpithreads_threads.c
|
|---|
| 16 |
|
|---|
| 17 | hybridDot: mpithreads_both.c
|
|---|
| [024a9eb] | 18 | ${VERIFY} -inputVECLEN=5 -inputMAXTHRDS=2 -input_mpi_nprocs=2 mpithreads_both.c
|
|---|
| [2ceb09a] | 19 |
|
|---|
| 20 | mpiSerDot: mpithreads_mpi.c mpithreads_serial.c
|
|---|
| [024a9eb] | 21 | ${COMPARE} -inputVECLEN=5 -spec mpithreads_serial.c -impl -input_mpi_nprocs=2 mpithreads_mpi.c
|
|---|
| [2ceb09a] | 22 |
|
|---|
| 23 | pthreadSerDot: mpithreads_threads.c mpithreads_serial.c
|
|---|
| 24 | ${COMPARE} -inputVECLEN=5 -spec mpithreads_serial.c -impl -inputMAXTHRDS=2 mpithreads_threads.c
|
|---|
| 25 |
|
|---|
| [25a9d50] | 26 | mpiThreadsDot: mpithreads_mpi.c mpithreads_threads.c
|
|---|
| [024a9eb] | 27 | ${COMPARE} -inputVECLEN=5 -spec -inputMAXTHRDS=2 mpithreads_threads.c -impl -input_mpi_nprocs=2 mpithreads_mpi.c
|
|---|
| [25a9d50] | 28 |
|
|---|
| [cda1859] | 29 | hybridSerDot: mpithreads_serial.c mpithreads_both.c
|
|---|
| [024a9eb] | 30 | ${COMPARE} -inputVECLEN=5 -spec mpithreads_serial.c -impl -input_mpi_nprocs=2 -inputMAXTHRDS=2 mpithreads_both.c
|
|---|
| [cda1859] | 31 |
|
|---|
| [2ceb09a] | 32 | mpiHybridDot: mpithreads_mpi.c mpithreads_both.c
|
|---|
| [024a9eb] | 33 | ${COMPARE} -inputVECLEN=5 -input_mpi_nprocs=2 -spec mpithreads_mpi.c -impl -inputMAXTHRDS=2 mpithreads_both.c
|
|---|
| [2ceb09a] | 34 |
|
|---|
| [cda1859] | 35 | pthreadsHybridDot: mpithreads_threads.c mpithreads_both.c
|
|---|
| [024a9eb] | 36 | ${COMPARE} -inputVECLEN=5 -inputMAXTHRDS=2 -spec mpithreads_threads.c -impl -input_mpi_nprocs=2 mpithreads_both.c
|
|---|
| [2ceb09a] | 37 |
|
|---|
| 38 |
|
|---|
| 39 | clean:
|
|---|
| 40 | rm -f -r CIVLREP
|
|---|
| 41 | rm -r -f *~
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.