[MOAB-dev] commit/MOAB: iulian07: parmerge needs input files, do not run as part of make check
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Thu Jul 3 08:38:03 CDT 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/6bd1fcbe95cf/
Changeset: 6bd1fcbe95cf
Branch: iulian07/without_hdf5
User: iulian07
Date: 2014-07-03 15:37:38
Summary: parmerge needs input files, do not run as part of make check
Affected #: 1 file
diff --git a/test/parallel/Makefile.am b/test/parallel/Makefile.am
index e755184..4d7705b 100644
--- a/test/parallel/Makefile.am
+++ b/test/parallel/Makefile.am
@@ -42,7 +42,7 @@ TESTS = pcomm_unit \
if PARALLEL_HDF5
HDF5_TESTS = parallel_hdf5_test mhdf_parallel parallel_write_test \
parallel_unit_tests \
- uber_parallel_test parmerge
+ uber_parallel_test
else
HDF5_TESTS =
endif
@@ -83,6 +83,9 @@ else
endif
check_PROGRAMS = $(TESTS) mbparallelcomm_test partcheck structured3
+if PARALLEL_HDF5
+ check_PROGRAMS += parmerge
+endif
pcomm_unit_SOURCES = pcomm_unit.cpp
parallel_hdf5_test_SOURCES = parallel_hdf5_test.cc
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list