File: Makefile.mk

package info (click to toggle)
armci-mpi 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,004 kB
  • sloc: ansic: 13,849; sh: 506; makefile: 116; fortran: 44
file content (36 lines) | stat: -rw-r--r-- 1,688 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# Copyright (C) 2010. See COPYRIGHT in top-level directory.
#

check_PROGRAMS += \
                  tests/mpi/ping-pong-mpi               \
                  tests/mpi/test_mpi_accs               \
                  tests/mpi/test_mpi_dim                \
                  tests/mpi/test_mpi_indexed_accs       \
                  tests/mpi/test_mpi_indexed_gets       \
                  tests/mpi/test_mpi_indexed_puts_gets  \
                  tests/mpi/test_mpi_subarray_accs      \
                  tests/mpi/test_win_create             \
                  tests/mpi/test_win_model              \
                  # end

TESTS          += \
                  tests/mpi/test_mpi_accs               \
                  tests/mpi/test_mpi_dim                \
                  tests/mpi/test_mpi_indexed_accs       \
                  tests/mpi/test_mpi_indexed_gets       \
                  tests/mpi/test_mpi_indexed_puts_gets  \
                  tests/mpi/test_mpi_subarray_accs      \
                  tests/mpi/test_win_create             \
                  tests/mpi/test_win_model              \
                  #tests/mpi/ping-pong-mpi      \
                  # end

tests_mpi_ping_pong_mpi_LDADD = libarmci$(MPI_FLAVOR).la
tests_mpi_test_mpi_accs_LDADD = libarmci$(MPI_FLAVOR).la
tests_mpi_test_mpi_indexed_accs_LDADD = libarmci$(MPI_FLAVOR).la
tests_mpi_test_mpi_indexed_gets_LDADD = libarmci$(MPI_FLAVOR).la
tests_mpi_test_mpi_indexed_puts_gets_LDADD = libarmci$(MPI_FLAVOR).la
tests_mpi_test_mpi_subarray_accs_LDADD = libarmci$(MPI_FLAVOR).la
tests_mpi_test_win_create_LDADD = libarmci$(MPI_FLAVOR).la
tests_mpi_test_win_model_LDADD = libarmci$(MPI_FLAVOR).la