[MOAB-dev] commit/MOAB: iulian07: number of processors for scdseq tests should be at most 16
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Tue Aug 13 15:08:07 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/a466a16cb53c/
Changeset: a466a16cb53c
Branch: master
User: iulian07
Date: 2013-08-13 22:03:47
Summary: number of processors for scdseq tests should be at most 16
it was failing in optimized mode only
Affected #: 1 file
diff --git a/test/scdseq_test.cpp b/test/scdseq_test.cpp
index e4d5465..76fbf8d 100644
--- a/test/scdseq_test.cpp
+++ b/test/scdseq_test.cpp
@@ -1321,10 +1321,7 @@ void test_parallel_partitions()
int gdims[] = {0, 0, 0, 48, 40, 18};
// test for various numbers of procs, powers of two
- int maxpow = 10;
-#ifndef NDEBUG
- maxpow = 4;
-#endif
+ int maxpow = 4;
int fails = 0;
for (int exp = 2; exp <= maxpow; exp += 2) {
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