Blame test/mpi/perf/Makefile.am
|
Packit |
0848f5 |
## -*- Mode: Makefile; -*-
|
|
Packit |
0848f5 |
## vim: set ft=automake :
|
|
Packit |
0848f5 |
##
|
|
Packit |
0848f5 |
## (C) 2011 by Argonne National Laboratory.
|
|
Packit |
0848f5 |
## See COPYRIGHT in top-level directory.
|
|
Packit |
0848f5 |
##
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
include $(top_srcdir)/Makefile.mtest
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
EXTRA_DIST = testlist
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS = transp-datatype non_zero_root sendrecvl twovec dtpack \
|
|
Packit |
0848f5 |
allredtrace commcreatep allredtrace commcreatep timer \
|
|
Packit |
0848f5 |
manyrma nestvec nestvec2 indexperf
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# Force all tests to be compiled with optimization
|
|
Packit |
0848f5 |
AM_CFLAGS = -O
|
|
Packit |
0848f5 |
# While the AM_CFLAGS should be sufficient, to make this Makefile more
|
|
Packit |
0848f5 |
# robust, indicate that these specific programs *must* be compiled with
|
|
Packit |
0848f5 |
# optimization
|
|
Packit |
0848f5 |
dtpack_CFLAGS = -O
|
|
Packit |
0848f5 |
nestvec_CFLAGS = -O
|
|
Packit |
0848f5 |
nestvec2_CFLAGS = -O
|
|
Packit |
0848f5 |
indexperf_CFLAGS = -O
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
twovec_LDADD = -lm
|