2005-08-22 01:04:52 +04:00
|
|
|
#
|
2007-03-01 16:39:20 +03:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 22:57:48 +03:00
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2005-08-22 01:04:52 +04:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2007-03-01 16:39:20 +03:00
|
|
|
amca_paramdir = $(AMCA_PARAM_SETS_DIR)
|
|
|
|
dist_amca_param_DATA = amca-param-sets/example.conf
|
2005-08-22 01:04:52 +04:00
|
|
|
|
2007-03-17 02:11:45 +03:00
|
|
|
if WANT_FT
|
|
|
|
dist_amca_param_DATA += amca-param-sets/ft-enable-cr
|
|
|
|
endif
|
|
|
|
|
2005-08-22 01:04:52 +04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
dist/make_dist_tarball \
|
|
|
|
dist/linux/openmpi.spec \
|
|
|
|
dist/macosx-pkg/buildpackage.sh \
|
|
|
|
dist/macosx-pkg/ReadMe.rtf \
|
|
|
|
platform/optimized \
|
2006-05-11 19:23:43 +04:00
|
|
|
platform/redstorm \
|
2007-06-17 17:20:57 +04:00
|
|
|
platform/cray_xt3 \
|
2008-04-25 19:30:03 +04:00
|
|
|
platform/cray_xt3_romio \
|
|
|
|
platform/ornl/cray_xt_cnl_romio \
|
|
|
|
platform/ornl/cray_xt_cnl_romio_debug \
|
|
|
|
platform/ornl/ornl_configure.gnu \
|
2008-11-04 20:02:32 +03:00
|
|
|
platform/ornl/ornl_configure.pgi \
|
|
|
|
platform/lanl/macosx-dynamic \
|
|
|
|
platform/lanl/macosx-dynamic-optimized \
|
|
|
|
platform/lanl/macosx-static-leopard \
|
2008-11-04 20:52:50 +03:00
|
|
|
platform/lanl/rr-class/debug-nopanasas \
|
|
|
|
platform/lanl/rr-class/debug-panasas \
|
|
|
|
platform/lanl/rr-class/debug.conf \
|
|
|
|
platform/lanl/rr-class/debug-nopanasas.conf \
|
|
|
|
platform/lanl/rr-class/debug-panasas.conf \
|
|
|
|
platform/lanl/rr-class/optimized-nopanasas \
|
|
|
|
platform/lanl/rr-class/optimized-panasas \
|
|
|
|
platform/lanl/rr-class/optimized.conf \
|
|
|
|
platform/lanl/rr-class/optimized-nopanasas.conf \
|
|
|
|
platform/lanl/rr-class/optimized-panasas.conf \
|
2009-02-10 00:15:43 +03:00
|
|
|
platform/lanl/rr-class/slave \
|
|
|
|
platform/lanl/rr-class/slave.conf \
|
2008-11-04 20:52:50 +03:00
|
|
|
platform/lanl/tlcc/debug-nopanasas \
|
|
|
|
platform/lanl/tlcc/debug-panasas \
|
|
|
|
platform/lanl/tlcc/debug.conf \
|
|
|
|
platform/lanl/tlcc/debug-nopanasas.conf \
|
|
|
|
platform/lanl/tlcc/debug-panasas.conf \
|
|
|
|
platform/lanl/tlcc/optimized-nopanasas \
|
|
|
|
platform/lanl/tlcc/optimized-panasas \
|
|
|
|
platform/lanl/tlcc/optimized.conf \
|
|
|
|
platform/lanl/tlcc/optimized-nopanasas.conf \
|
|
|
|
platform/lanl/tlcc/optimized-panasas.conf
|