summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-10-29 15:43:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-10-29 15:43:31 (GMT)
commit8e04644abdc73446e85bac72bcced171a927b1f0 (patch)
treef9c3f389ea4a61030c3c99d20e27882389d0542a /perform
parent059db7a4f22613bffacc60b873fa8c276d6a7cbf (diff)
downloadhdf5-8e04644abdc73446e85bac72bcced171a927b1f0.zip
hdf5-8e04644abdc73446e85bac72bcced171a927b1f0.tar.gz
hdf5-8e04644abdc73446e85bac72bcced171a927b1f0.tar.bz2
[svn-r19698] Description:
Bring r19668:19697 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
Diffstat (limited to 'perform')
-rw-r--r--perform/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/CMakeLists.txt b/perform/CMakeLists.txt
index 56868d6..f85e1d4 100644
--- a/perform/CMakeLists.txt
+++ b/perform/CMakeLists.txt
@@ -103,7 +103,7 @@ IF (H5_HAVE_PARALLEL)
)
ADD_EXECUTABLE (h5perf ${h5perf_SRCS})
H5_NAMING (h5perf)
- TARGET_WIN_PROPERTIESS (h5perf)
+ TARGET_WIN_PROPERTIES (h5perf)
TARGET_LINK_LIBRARIES (h5perf ${HDF5_LIB_TARGET} ${HDF5_TOOLS_LIB_TARGET} ${HDF5_TEST_LIB_TARGET})
ADD_TEST (NAME h5perf COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:h5perf>)