[Dune] Dune on cygwin

Ganesh Diwan gcdiwan83 at gmail.com
Mon Feb 9 11:44:01 CET 2015


I was able to build the other modules however the make test does not run
successfully:

 make test
Running tests...
Test project
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/build-cmake
[ 60%] Built target dunecommon
Scanning dependencies of target selectiontest
[ 60%] Building CXX object
dune/common/parallel/test/CMakeFiles/selectiontest.dir/selectiontest.cc.o
In file included from
/usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/chrono:35:0,
                 from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:8,
                 from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/parallel/test/selectiontest.cc:5:
/usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/bits/c++0x_warning.h:32:2:
error: #error This file requires compiler and library support for the ISO
C++ 2011 standard. This support is currently experimental, and must be
enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support for the \
  ^
In file included from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/parallel/test/selectiontest.cc:5:0:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:154:10:
error: ‘chrono’ in namespace ‘std’ does not name a type
     std::chrono::high_resolution_clock::time_point cstart;
          ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:
In member function ‘void Dune::Timer::rawReset()’:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:144:7:
error: ‘cstart’ was not declared in this scope
       cstart = std::chrono::high_resolution_clock::now();
       ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:144:21:
error: ‘std::chrono’ has not been declared
       cstart = std::chrono::high_resolution_clock::now();
                     ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:
In member function ‘double Dune::Timer::rawElapsed() const’:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:149:12:
error: ‘std::chrono’ has not been declared
       std::chrono::high_resolution_clock::time_point now =
std::chrono::high_resolution_clock::now();
            ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:150:12:
error: ‘std::chrono’ has not been declared
       std::chrono::duration<double> time_span =
std::chrono::duration_cast<std::chrono::duration<double> >(now - cstart);
            ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:150:29:
error: expected primary-expression before ‘double’
       std::chrono::duration<double> time_span =
std::chrono::duration_cast<std::chrono::duration<double> >(now - cstart);
                             ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:151:14:
error: ‘time_span’ was not declared in this scope
       return time_span.count();
              ^
dune/common/parallel/test/CMakeFiles/selectiontest.dir/build.make:57:
recipe for target
'dune/common/parallel/test/CMakeFiles/selectiontest.dir/selectiontest.cc.o'
failed
CMakeFiles/Makefile2:7116: recipe for target
'dune/common/parallel/test/CMakeFiles/selectiontest.dir/all' failed
CMakeFiles/Makefile2:7031: recipe for target
'dune/common/parallel/test/CMakeFiles/_dune_common_parallel_test.dir/rule'
failed
makefile:2962: recipe for target '_dune_common_parallel_test' failed
make[4]: ***
[dune/common/parallel/test/CMakeFiles/selectiontest.dir/selectiontest.cc.o]
Error 1
make[3]: *** [dune/common/parallel/test/CMakeFiles/selectiontest.dir/all]
Error 2
make[2]: ***
[dune/common/parallel/test/CMakeFiles/_dune_common_parallel_test.dir/rule]
Error 2
make[1]: *** [_dune_common_parallel_test] Error 2
Scanning dependencies of target utilitytest
[  0%] Building CXX object
dune/common/test/CMakeFiles/utilitytest.dir/utilitytest.cc.o
In file included from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/utilitytest.cc:11:0:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/tupleutility.hh:1600:17:
warning: variadic templates only available with -std=c++11 or -std=gnu++11
   template<class... TupleArgs, class T>
                 ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/tupleutility.hh:1695:17:
warning: variadic templates only available with -std=c++11 or -std=gnu++11
   template<class... TupleArgs, class T>
                 ^
Linking CXX executable utilitytest.exe
[  0%] Built target utilitytest
Scanning dependencies of target arraytest
[  0%] Building CXX object
dune/common/test/CMakeFiles/arraytest.dir/arraytest.cc.o
Linking CXX executable arraytest.exe
[  0%] Built target arraytest
Scanning dependencies of target arraylisttest
[  0%] Building CXX object
dune/common/test/CMakeFiles/arraylisttest.dir/arraylisttest.cc.o
Linking CXX executable arraylisttest.exe
[  0%] Built target arraylisttest
[ 13%] Built target dunecommon
Scanning dependencies of target bigunsignedinttest
[ 18%] Building CXX object
dune/common/test/CMakeFiles/bigunsignedinttest.dir/bigunsignedinttest.cc.o
Linking CXX executable bigunsignedinttest.exe
[ 18%] Built target bigunsignedinttest
Scanning dependencies of target conversiontest
[ 22%] Building CXX object
dune/common/test/CMakeFiles/conversiontest.dir/conversiontest.cc.o
Linking CXX executable conversiontest.exe
[ 22%] Built target conversiontest
Scanning dependencies of target dynmatrixtest
[ 27%] Building CXX object
dune/common/test/CMakeFiles/dynmatrixtest.dir/dynmatrixtest.cc.o
In file included from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/dynmatrix.hh:13:0,
                 from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:10:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:26:
error: ‘decltype’ has not been declared
         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(),
get_ref< C >() ) ) * );
                          ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:58:
error: expected ‘)’ before ‘(’ token
         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(),
get_ref< C >() ) ) * );
                                                          ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:58:
error: expected ‘)’ before ‘(’ token
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:60:
error: expected identifier
         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(),
get_ref< C >() ) ) * );
                                                            ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:72:
error: expected unqualified-id before ‘(’ token
         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(),
get_ref< C >() ) ) * );
                                                                        ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:72:
error: expected ‘)’ before ‘(’ token
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:73:
error: ‘test’ declared as function returning a function
         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(),
get_ref< C >() ) ) * );
                                                                         ^
In file included from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:17:0:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/checkmatrixinterface.hh:421:52:
error: default template arguments may not be used in function templates
without -std=c++11 or -std=gnu++11
   void checkMatrixInterface ( const Matrix &matrix )
                                                    ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/checkmatrixinterface.hh:427:46:
error: default template arguments may not be used in function templates
without -std=c++11 or -std=gnu++11
   void checkMatrixInterface ( Matrix &matrix )
                                              ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:
In function ‘int main()’:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:392:29:
error: no matching function for call to
‘checkMatrixInterface(Dune::DynamicMatrix<double>&)’
     checkMatrixInterface( A );
                             ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:392:29:
note: candidates are:
In file included from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:17:0:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/checkmatrixinterface.hh:421:8:
note: template<class Matrix, class Traits> void
Dune::checkMatrixInterface(const Matrix&)
   void checkMatrixInterface ( const Matrix &matrix )
        ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/checkmatrixinterface.hh:421:8:
note:   template argument deduction/substitution failed:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:392:29:
note:   couldn't deduce template parameter ‘Traits’
     checkMatrixInterface( A );
                             ^
In file included from
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:17:0:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/checkmatrixinterface.hh:427:8:
note: template<class Matrix, class Traits> void
Dune::checkMatrixInterface(Matrix&)
   void checkMatrixInterface ( Matrix &matrix )
        ^
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/checkmatrixinterface.hh:427:8:
note:   template argument deduction/substitution failed:
/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:392:29:
note:   couldn't deduce template parameter ‘Traits’
     checkMatrixInterface( A );
                             ^
dune/common/test/CMakeFiles/dynmatrixtest.dir/build.make:57: recipe for
target 'dune/common/test/CMakeFiles/dynmatrixtest.dir/dynmatrixtest.cc.o'
failed
CMakeFiles/Makefile2:7714: recipe for target
'dune/common/test/CMakeFiles/dynmatrixtest.dir/all' failed
CMakeFiles/Makefile2:7412: recipe for target
'dune/common/test/CMakeFiles/_dune_common_test.dir/rule' failed
makefile:3040: recipe for target '_dune_common_test' failed
make[4]: ***
[dune/common/test/CMakeFiles/dynmatrixtest.dir/dynmatrixtest.cc.o] Error 1
make[3]: *** [dune/common/test/CMakeFiles/dynmatrixtest.dir/all] Error 2
make[2]: *** [dune/common/test/CMakeFiles/_dune_common_test.dir/rule] Error
2
make[1]: *** [_dune_common_test] Error 2
      Start  1: indexsettest
Could not find executable indexsettest
Looked in the following places:
indexsettest
indexsettest.exe
Release/indexsettest
Release/indexsettest.exe
Debug/indexsettest
Debug/indexsettest.exe
MinSizeRel/indexsettest
MinSizeRel/indexsettest.exe
RelWithDebInfo/indexsettest
RelWithDebInfo/indexsettest.exe
Deployment/indexsettest
Deployment/indexsettest.exe
Development/indexsettest
Development/indexsettest.exe
Unable to find executable: indexsettest
 1/65 Test  #1: indexsettest .....................***Not Run   0.00 sec
      Start  2: selectiontest
Could not find executable selectiontest
Looked in the following places:
selectiontest
selectiontest.exe
Release/selectiontest
Release/selectiontest.exe
Debug/selectiontest
Debug/selectiontest.exe
MinSizeRel/selectiontest
MinSizeRel/selectiontest.exe
RelWithDebInfo/selectiontest
RelWithDebInfo/selectiontest.exe
Deployment/selectiontest
Deployment/selectiontest.exe
Development/selectiontest
Development/selectiontest.exe
Unable to find executable: selectiontest
 2/65 Test  #2: selectiontest ....................***Not Run   0.00 sec
      Start  3: indicestest
Could not find executable indicestest
Looked in the following places:
indicestest
indicestest.exe
Release/indicestest
Release/indicestest.exe
Debug/indicestest
Debug/indicestest.exe
MinSizeRel/indicestest
MinSizeRel/indicestest.exe
RelWithDebInfo/indicestest
RelWithDebInfo/indicestest.exe
Deployment/indicestest
Deployment/indicestest.exe
Development/indicestest
Development/indicestest.exe
Unable to find executable: indicestest
 3/65 Test  #3: indicestest ......................***Not Run   0.00 sec
      Start  4: syncertest
Could not find executable syncertest
Looked in the following places:
syncertest
syncertest.exe
Release/syncertest
Release/syncertest.exe
Debug/syncertest
Debug/syncertest.exe
MinSizeRel/syncertest
MinSizeRel/syncertest.exe
RelWithDebInfo/syncertest
RelWithDebInfo/syncertest.exe
Deployment/syncertest
Deployment/syncertest.exe
Development/syncertest
Development/syncertest.exe
Unable to find executable: syncertest
 4/65 Test  #4: syncertest .......................***Not Run   0.00 sec
      Start  5: variablesizecommunicatortest
Could not find executable variablesizecommunicatortest
Looked in the following places:
variablesizecommunicatortest
variablesizecommunicatortest.exe
Release/variablesizecommunicatortest
Release/variablesizecommunicatortest.exe
Debug/variablesizecommunicatortest
Debug/variablesizecommunicatortest.exe
MinSizeRel/variablesizecommunicatortest
MinSizeRel/variablesizecommunicatortest.exe
RelWithDebInfo/variablesizecommunicatortest
RelWithDebInfo/variablesizecommunicatortest.exe
Deployment/variablesizecommunicatortest
Deployment/variablesizecommunicatortest.exe
Development/variablesizecommunicatortest
Development/variablesizecommunicatortest.exe
Unable to find executable: variablesizecommunicatortest
 5/65 Test  #5: variablesizecommunicatortest .....***Not Run   0.00 sec
      Start  6: arraylisttest
 6/65 Test  #6: arraylisttest ....................   Passed    0.24 sec
      Start  7: arraytest
 7/65 Test  #7: arraytest ........................   Passed    0.22 sec
      Start  8: bigunsignedinttest
 8/65 Test  #8: bigunsignedinttest ...............   Passed    0.22 sec
      Start  9: bitsetvectortest
Could not find executable bitsetvectortest
Looked in the following places:
bitsetvectortest
bitsetvectortest.exe
Release/bitsetvectortest
Release/bitsetvectortest.exe
Debug/bitsetvectortest
Debug/bitsetvectortest.exe
MinSizeRel/bitsetvectortest
MinSizeRel/bitsetvectortest.exe
RelWithDebInfo/bitsetvectortest
RelWithDebInfo/bitsetvectortest.exe
Deployment/bitsetvectortest
Deployment/bitsetvectortest.exe
Development/bitsetvectortest
Development/bitsetvectortest.exe
Unable to find executable: bitsetvectortest
 9/65 Test  #9: bitsetvectortest .................***Not Run   0.00 sec
      Start 10: check_fvector_size
Could not find executable check_fvector_size
Looked in the following places:
check_fvector_size
check_fvector_size.exe
Release/check_fvector_size
Release/check_fvector_size.exe
Debug/check_fvector_size
Debug/check_fvector_size.exe
MinSizeRel/check_fvector_size
MinSizeRel/check_fvector_size.exe
RelWithDebInfo/check_fvector_size
RelWithDebInfo/check_fvector_size.exe
Deployment/check_fvector_size
Deployment/check_fvector_size.exe
Development/check_fvector_size
Development/check_fvector_size.exe
Unable to find executable: check_fvector_size
10/65 Test #10: check_fvector_size ...............***Not Run   0.00 sec
      Start 11: conversiontest
11/65 Test #11: conversiontest ...................   Passed    0.22 sec
      Start 12: diagonalmatrixtest
Could not find executable diagonalmatrixtest
Looked in the following places:
diagonalmatrixtest
diagonalmatrixtest.exe
Release/diagonalmatrixtest
Release/diagonalmatrixtest.exe
Debug/diagonalmatrixtest
Debug/diagonalmatrixtest.exe
MinSizeRel/diagonalmatrixtest
MinSizeRel/diagonalmatrixtest.exe
RelWithDebInfo/diagonalmatrixtest
RelWithDebInfo/diagonalmatrixtest.exe
Deployment/diagonalmatrixtest
Deployment/diagonalmatrixtest.exe
Development/diagonalmatrixtest
Development/diagonalmatrixtest.exe
Unable to find executable: diagonalmatrixtest
12/65 Test #12: diagonalmatrixtest ...............***Not Run   0.00 sec
      Start 13: dynmatrixtest
Could not find executable dynmatrixtest
Looked in the following places:
dynmatrixtest
dynmatrixtest.exe
Release/dynmatrixtest
Release/dynmatrixtest.exe
Debug/dynmatrixtest
Debug/dynmatrixtest.exe
MinSizeRel/dynmatrixtest
MinSizeRel/dynmatrixtest.exe
RelWithDebInfo/dynmatrixtest
RelWithDebInfo/dynmatrixtest.exe
Deployment/dynmatrixtest
Deployment/dynmatrixtest.exe
Development/dynmatrixtest
Development/dynmatrixtest.exe
Unable to find executable: dynmatrixtest
13/65 Test #13: dynmatrixtest ....................***Not Run   0.00 sec
      Start 14: dynvectortest
Could not find executable dynvectortest
Looked in the following places:
dynvectortest
dynvectortest.exe
Release/dynvectortest
Release/dynvectortest.exe
Debug/dynvectortest
Debug/dynvectortest.exe
MinSizeRel/dynvectortest
MinSizeRel/dynvectortest.exe
RelWithDebInfo/dynvectortest
RelWithDebInfo/dynvectortest.exe
Deployment/dynvectortest
Deployment/dynvectortest.exe
Development/dynvectortest
Development/dynvectortest.exe
Unable to find executable: dynvectortest
14/65 Test #14: dynvectortest ....................***Not Run   0.00 sec
      Start 15: eigenvaluestest
Could not find executable eigenvaluestest
Looked in the following places:
eigenvaluestest
eigenvaluestest.exe
Release/eigenvaluestest
Release/eigenvaluestest.exe
Debug/eigenvaluestest
Debug/eigenvaluestest.exe
MinSizeRel/eigenvaluestest
MinSizeRel/eigenvaluestest.exe
RelWithDebInfo/eigenvaluestest
RelWithDebInfo/eigenvaluestest.exe
Deployment/eigenvaluestest
Deployment/eigenvaluestest.exe
Development/eigenvaluestest
Development/eigenvaluestest.exe
Unable to find executable: eigenvaluestest
15/65 Test #15: eigenvaluestest ..................***Not Run   0.00 sec
      Start 16: enumsettest
Could not find executable enumsettest
Looked in the following places:
enumsettest
enumsettest.exe
Release/enumsettest
Release/enumsettest.exe
Debug/enumsettest
Debug/enumsettest.exe
MinSizeRel/enumsettest
MinSizeRel/enumsettest.exe
RelWithDebInfo/enumsettest
RelWithDebInfo/enumsettest.exe
Deployment/enumsettest
Deployment/enumsettest.exe
Development/enumsettest
Development/enumsettest.exe
Unable to find executable: enumsettest
16/65 Test #16: enumsettest ......................***Not Run   0.00 sec
      Start 17: fassigntest
Could not find executable fassigntest
Looked in the following places:
fassigntest
fassigntest.exe
Release/fassigntest
Release/fassigntest.exe
Debug/fassigntest
Debug/fassigntest.exe
MinSizeRel/fassigntest
MinSizeRel/fassigntest.exe
RelWithDebInfo/fassigntest
RelWithDebInfo/fassigntest.exe
Deployment/fassigntest
Deployment/fassigntest.exe
Development/fassigntest
Development/fassigntest.exe
Unable to find executable: fassigntest
17/65 Test #17: fassigntest ......................***Not Run   0.00 sec
      Start 18: fmatrixtest
Could not find executable fmatrixtest
Looked in the following places:
fmatrixtest
fmatrixtest.exe
Release/fmatrixtest
Release/fmatrixtest.exe
Debug/fmatrixtest
Debug/fmatrixtest.exe
MinSizeRel/fmatrixtest
MinSizeRel/fmatrixtest.exe
RelWithDebInfo/fmatrixtest
RelWithDebInfo/fmatrixtest.exe
Deployment/fmatrixtest
Deployment/fmatrixtest.exe
Development/fmatrixtest
Development/fmatrixtest.exe
Unable to find executable: fmatrixtest
18/65 Test #18: fmatrixtest ......................***Not Run   0.00 sec
      Start 19: fvectortest
Could not find executable fvectortest
Looked in the following places:
fvectortest
fvectortest.exe
Release/fvectortest
Release/fvectortest.exe
Debug/fvectortest
Debug/fvectortest.exe
MinSizeRel/fvectortest
MinSizeRel/fvectortest.exe
RelWithDebInfo/fvectortest
RelWithDebInfo/fvectortest.exe
Deployment/fvectortest
Deployment/fvectortest.exe
Development/fvectortest
Development/fvectortest.exe
Unable to find executable: fvectortest
19/65 Test #19: fvectortest ......................***Not Run   0.00 sec
      Start 20: gcdlcmtest
Could not find executable gcdlcmtest
Looked in the following places:
gcdlcmtest
gcdlcmtest.exe
Release/gcdlcmtest
Release/gcdlcmtest.exe
Debug/gcdlcmtest
Debug/gcdlcmtest.exe
MinSizeRel/gcdlcmtest
MinSizeRel/gcdlcmtest.exe
RelWithDebInfo/gcdlcmtest
RelWithDebInfo/gcdlcmtest.exe
Deployment/gcdlcmtest
Deployment/gcdlcmtest.exe
Development/gcdlcmtest
Development/gcdlcmtest.exe
Unable to find executable: gcdlcmtest
20/65 Test #20: gcdlcmtest .......................***Not Run   0.00 sec
      Start 21: iteratorfacadetest
Could not find executable iteratorfacadetest
Looked in the following places:
iteratorfacadetest
iteratorfacadetest.exe
Release/iteratorfacadetest
Release/iteratorfacadetest.exe
Debug/iteratorfacadetest
Debug/iteratorfacadetest.exe
MinSizeRel/iteratorfacadetest
MinSizeRel/iteratorfacadetest.exe
RelWithDebInfo/iteratorfacadetest
RelWithDebInfo/iteratorfacadetest.exe
Deployment/iteratorfacadetest
Deployment/iteratorfacadetest.exe
Development/iteratorfacadetest
Development/iteratorfacadetest.exe
Unable to find executable: iteratorfacadetest
21/65 Test #21: iteratorfacadetest ...............***Not Run   0.00 sec
      Start 22: iteratorfacadetest2
Could not find executable iteratorfacadetest2
Looked in the following places:
iteratorfacadetest2
iteratorfacadetest2.exe
Release/iteratorfacadetest2
Release/iteratorfacadetest2.exe
Debug/iteratorfacadetest2
Debug/iteratorfacadetest2.exe
MinSizeRel/iteratorfacadetest2
MinSizeRel/iteratorfacadetest2.exe
RelWithDebInfo/iteratorfacadetest2
RelWithDebInfo/iteratorfacadetest2.exe
Deployment/iteratorfacadetest2
Deployment/iteratorfacadetest2.exe
Development/iteratorfacadetest2
Development/iteratorfacadetest2.exe
Unable to find executable: iteratorfacadetest2
22/65 Test #22: iteratorfacadetest2 ..............***Not Run   0.00 sec
      Start 23: lrutest
Could not find executable lrutest
Looked in the following places:
lrutest
lrutest.exe
Release/lrutest
Release/lrutest.exe
Debug/lrutest
Debug/lrutest.exe
MinSizeRel/lrutest
MinSizeRel/lrutest.exe
RelWithDebInfo/lrutest
RelWithDebInfo/lrutest.exe
Deployment/lrutest
Deployment/lrutest.exe
Development/lrutest
Development/lrutest.exe
Unable to find executable: lrutest
23/65 Test #23: lrutest ..........................***Not Run   0.00 sec
      Start 24: mpicollectivecommunication
Could not find executable mpicollectivecommunication
Looked in the following places:
mpicollectivecommunication
mpicollectivecommunication.exe
Release/mpicollectivecommunication
Release/mpicollectivecommunication.exe
Debug/mpicollectivecommunication
Debug/mpicollectivecommunication.exe
MinSizeRel/mpicollectivecommunication
MinSizeRel/mpicollectivecommunication.exe
RelWithDebInfo/mpicollectivecommunication
RelWithDebInfo/mpicollectivecommunication.exe
Deployment/mpicollectivecommunication
Deployment/mpicollectivecommunication.exe
Development/mpicollectivecommunication
Development/mpicollectivecommunication.exe
Unable to find executable: mpicollectivecommunication
24/65 Test #24: mpicollectivecommunication .......***Not Run   0.00 sec
      Start 25: mpiguardtest
Could not find executable mpiguardtest
Looked in the following places:
mpiguardtest
mpiguardtest.exe
Release/mpiguardtest
Release/mpiguardtest.exe
Debug/mpiguardtest
Debug/mpiguardtest.exe
MinSizeRel/mpiguardtest
MinSizeRel/mpiguardtest.exe
RelWithDebInfo/mpiguardtest
RelWithDebInfo/mpiguardtest.exe
Deployment/mpiguardtest
Deployment/mpiguardtest.exe
Development/mpiguardtest
Development/mpiguardtest.exe
Unable to find executable: mpiguardtest
25/65 Test #25: mpiguardtest .....................***Not Run   0.00 sec
      Start 26: mpihelpertest
Could not find executable mpihelpertest
Looked in the following places:
mpihelpertest
mpihelpertest.exe
Release/mpihelpertest
Release/mpihelpertest.exe
Debug/mpihelpertest
Debug/mpihelpertest.exe
MinSizeRel/mpihelpertest
MinSizeRel/mpihelpertest.exe
RelWithDebInfo/mpihelpertest
RelWithDebInfo/mpihelpertest.exe
Deployment/mpihelpertest
Deployment/mpihelpertest.exe
Development/mpihelpertest
Development/mpihelpertest.exe
Unable to find executable: mpihelpertest
26/65 Test #26: mpihelpertest ....................***Not Run   0.00 sec
      Start 27: mpihelpertest2
Could not find executable mpihelpertest2
Looked in the following places:
mpihelpertest2
mpihelpertest2.exe
Release/mpihelpertest2
Release/mpihelpertest2.exe
Debug/mpihelpertest2
Debug/mpihelpertest2.exe
MinSizeRel/mpihelpertest2
MinSizeRel/mpihelpertest2.exe
RelWithDebInfo/mpihelpertest2
RelWithDebInfo/mpihelpertest2.exe
Deployment/mpihelpertest2
Deployment/mpihelpertest2.exe
Development/mpihelpertest2
Development/mpihelpertest2.exe
Unable to find executable: mpihelpertest2
27/65 Test #27: mpihelpertest2 ...................***Not Run   0.00 sec
      Start 28: nullptr_test
Could not find executable nullptr_test
Looked in the following places:
nullptr_test
nullptr_test.exe
Release/nullptr_test
Release/nullptr_test.exe
Debug/nullptr_test
Debug/nullptr_test.exe
MinSizeRel/nullptr_test
MinSizeRel/nullptr_test.exe
RelWithDebInfo/nullptr_test
RelWithDebInfo/nullptr_test.exe
Deployment/nullptr_test
Deployment/nullptr_test.exe
Development/nullptr_test
Development/nullptr_test.exe
Unable to find executable: nullptr_test
28/65 Test #28: nullptr_test .....................***Not Run   0.00 sec
      Start 29: pathtest
Could not find executable pathtest
Looked in the following places:
pathtest
pathtest.exe
Release/pathtest
Release/pathtest.exe
Debug/pathtest
Debug/pathtest.exe
MinSizeRel/pathtest
MinSizeRel/pathtest.exe
RelWithDebInfo/pathtest
RelWithDebInfo/pathtest.exe
Deployment/pathtest
Deployment/pathtest.exe
Development/pathtest
Development/pathtest.exe
Unable to find executable: pathtest
29/65 Test #29: pathtest .........................***Not Run   0.00 sec
      Start 30: parametertreetest
Could not find executable parametertreetest
Looked in the following places:
parametertreetest
parametertreetest.exe
Release/parametertreetest
Release/parametertreetest.exe
Debug/parametertreetest
Debug/parametertreetest.exe
MinSizeRel/parametertreetest
MinSizeRel/parametertreetest.exe
RelWithDebInfo/parametertreetest
RelWithDebInfo/parametertreetest.exe
Deployment/parametertreetest
Deployment/parametertreetest.exe
Development/parametertreetest
Development/parametertreetest.exe
Unable to find executable: parametertreetest
30/65 Test #30: parametertreetest ................***Not Run   0.00 sec
      Start 31: poolallocatortest
Could not find executable poolallocatortest
Looked in the following places:
poolallocatortest
poolallocatortest.exe
Release/poolallocatortest
Release/poolallocatortest.exe
Debug/poolallocatortest
Debug/poolallocatortest.exe
MinSizeRel/poolallocatortest
MinSizeRel/poolallocatortest.exe
RelWithDebInfo/poolallocatortest
RelWithDebInfo/poolallocatortest.exe
Deployment/poolallocatortest
Deployment/poolallocatortest.exe
Development/poolallocatortest
Development/poolallocatortest.exe
Unable to find executable: poolallocatortest
31/65 Test #31: poolallocatortest ................***Not Run   0.00 sec
      Start 32: shared_ptrtest_config
Could not find executable shared_ptrtest_config
Looked in the following places:
shared_ptrtest_config
shared_ptrtest_config.exe
Release/shared_ptrtest_config
Release/shared_ptrtest_config.exe
Debug/shared_ptrtest_config
Debug/shared_ptrtest_config.exe
MinSizeRel/shared_ptrtest_config
MinSizeRel/shared_ptrtest_config.exe
RelWithDebInfo/shared_ptrtest_config
RelWithDebInfo/shared_ptrtest_config.exe
Deployment/shared_ptrtest_config
Deployment/shared_ptrtest_config.exe
Development/shared_ptrtest_config
Development/shared_ptrtest_config.exe
Unable to find executable: shared_ptrtest_config
32/65 Test #32: shared_ptrtest_config ............***Not Run   0.00 sec
      Start 33: shared_ptrtest_dune
Could not find executable shared_ptrtest_dune
Looked in the following places:
shared_ptrtest_dune
shared_ptrtest_dune.exe
Release/shared_ptrtest_dune
Release/shared_ptrtest_dune.exe
Debug/shared_ptrtest_dune
Debug/shared_ptrtest_dune.exe
MinSizeRel/shared_ptrtest_dune
MinSizeRel/shared_ptrtest_dune.exe
RelWithDebInfo/shared_ptrtest_dune
RelWithDebInfo/shared_ptrtest_dune.exe
Deployment/shared_ptrtest_dune
Deployment/shared_ptrtest_dune.exe
Development/shared_ptrtest_dune
Development/shared_ptrtest_dune.exe
Unable to find executable: shared_ptrtest_dune
33/65 Test #33: shared_ptrtest_dune ..............***Not Run   0.00 sec
      Start 34: singletontest
Could not find executable singletontest
Looked in the following places:
singletontest
singletontest.exe
Release/singletontest
Release/singletontest.exe
Debug/singletontest
Debug/singletontest.exe
MinSizeRel/singletontest
MinSizeRel/singletontest.exe
RelWithDebInfo/singletontest
RelWithDebInfo/singletontest.exe
Deployment/singletontest
Deployment/singletontest.exe
Development/singletontest
Development/singletontest.exe
Unable to find executable: singletontest
34/65 Test #34: singletontest ....................***Not Run   0.00 sec
      Start 35: static_assert_test
Could not find executable static_assert_test
Looked in the following places:
static_assert_test
static_assert_test.exe
Release/static_assert_test
Release/static_assert_test.exe
Debug/static_assert_test
Debug/static_assert_test.exe
MinSizeRel/static_assert_test
MinSizeRel/static_assert_test.exe
RelWithDebInfo/static_assert_test
RelWithDebInfo/static_assert_test.exe
Deployment/static_assert_test
Deployment/static_assert_test.exe
Development/static_assert_test
Development/static_assert_test.exe
Unable to find executable: static_assert_test
35/65 Test #35: static_assert_test ...............***Not Run   0.00 sec
      Start 36: streamtest
Could not find executable streamtest
Looked in the following places:
streamtest
streamtest.exe
Release/streamtest
Release/streamtest.exe
Debug/streamtest
Debug/streamtest.exe
MinSizeRel/streamtest
MinSizeRel/streamtest.exe
RelWithDebInfo/streamtest
RelWithDebInfo/streamtest.exe
Deployment/streamtest
Deployment/streamtest.exe
Development/streamtest
Development/streamtest.exe
Unable to find executable: streamtest
36/65 Test #36: streamtest .......................***Not Run   0.00 sec
      Start 37: testfassign1
Could not find executable testfassign1
Looked in the following places:
testfassign1
testfassign1.exe
Release/testfassign1
Release/testfassign1.exe
Debug/testfassign1
Debug/testfassign1.exe
MinSizeRel/testfassign1
MinSizeRel/testfassign1.exe
RelWithDebInfo/testfassign1
RelWithDebInfo/testfassign1.exe
Deployment/testfassign1
Deployment/testfassign1.exe
Development/testfassign1
Development/testfassign1.exe
Unable to find executable: testfassign1
37/65 Test #37: testfassign1 .....................***Not Run   0.00 sec
      Start 38: testfassign2
Could not find executable testfassign2
Looked in the following places:
testfassign2
testfassign2.exe
Release/testfassign2
Release/testfassign2.exe
Debug/testfassign2
Debug/testfassign2.exe
MinSizeRel/testfassign2
MinSizeRel/testfassign2.exe
RelWithDebInfo/testfassign2
RelWithDebInfo/testfassign2.exe
Deployment/testfassign2
Deployment/testfassign2.exe
Development/testfassign2
Development/testfassign2.exe
Unable to find executable: testfassign2
38/65 Test #38: testfassign2 .....................***Not Run   0.00 sec
      Start 39: testfassign3
Could not find executable testfassign3
Looked in the following places:
testfassign3
testfassign3.exe
Release/testfassign3
Release/testfassign3.exe
Debug/testfassign3
Debug/testfassign3.exe
MinSizeRel/testfassign3
MinSizeRel/testfassign3.exe
RelWithDebInfo/testfassign3
RelWithDebInfo/testfassign3.exe
Deployment/testfassign3
Deployment/testfassign3.exe
Development/testfassign3
Development/testfassign3.exe
Unable to find executable: testfassign3
39/65 Test #39: testfassign3 .....................***Not Run   0.00 sec
      Start 40: testfassign4
Could not find executable testfassign4
Looked in the following places:
testfassign4
testfassign4.exe
Release/testfassign4
Release/testfassign4.exe
Debug/testfassign4
Debug/testfassign4.exe
MinSizeRel/testfassign4
MinSizeRel/testfassign4.exe
RelWithDebInfo/testfassign4
RelWithDebInfo/testfassign4.exe
Deployment/testfassign4
Deployment/testfassign4.exe
Development/testfassign4
Development/testfassign4.exe
Unable to find executable: testfassign4
40/65 Test #40: testfassign4 .....................***Not Run   0.00 sec
      Start 41: testfconstruct
Could not find executable testfconstruct
Looked in the following places:
testfconstruct
testfconstruct.exe
Release/testfconstruct
Release/testfconstruct.exe
Debug/testfconstruct
Debug/testfconstruct.exe
MinSizeRel/testfconstruct
MinSizeRel/testfconstruct.exe
RelWithDebInfo/testfconstruct
RelWithDebInfo/testfconstruct.exe
Deployment/testfconstruct
Deployment/testfconstruct.exe
Development/testfconstruct
Development/testfconstruct.exe
Unable to find executable: testfconstruct
41/65 Test #41: testfconstruct ...................***Not Run   0.00 sec
      Start 42: testfloatcmp
Could not find executable testfloatcmp
Looked in the following places:
testfloatcmp
testfloatcmp.exe
Release/testfloatcmp
Release/testfloatcmp.exe
Debug/testfloatcmp
Debug/testfloatcmp.exe
MinSizeRel/testfloatcmp
MinSizeRel/testfloatcmp.exe
RelWithDebInfo/testfloatcmp
RelWithDebInfo/testfloatcmp.exe
Deployment/testfloatcmp
Deployment/testfloatcmp.exe
Development/testfloatcmp
Development/testfloatcmp.exe
Unable to find executable: testfloatcmp
42/65 Test #42: testfloatcmp .....................***Not Run   0.00 sec
      Start 43: tuplestest_config
Could not find executable tuplestest_config
Looked in the following places:
tuplestest_config
tuplestest_config.exe
Release/tuplestest_config
Release/tuplestest_config.exe
Debug/tuplestest_config
Debug/tuplestest_config.exe
MinSizeRel/tuplestest_config
MinSizeRel/tuplestest_config.exe
RelWithDebInfo/tuplestest_config
RelWithDebInfo/tuplestest_config.exe
Deployment/tuplestest_config
Deployment/tuplestest_config.exe
Development/tuplestest_config
Development/tuplestest_config.exe
Unable to find executable: tuplestest_config
43/65 Test #43: tuplestest_config ................***Not Run   0.00 sec
      Start 44: tuplestest_dune
Could not find executable tuplestest_dune
Looked in the following places:
tuplestest_dune
tuplestest_dune.exe
Release/tuplestest_dune
Release/tuplestest_dune.exe
Debug/tuplestest_dune
Debug/tuplestest_dune.exe
MinSizeRel/tuplestest_dune
MinSizeRel/tuplestest_dune.exe
RelWithDebInfo/tuplestest_dune
RelWithDebInfo/tuplestest_dune.exe
Deployment/tuplestest_dune
Deployment/tuplestest_dune.exe
Development/tuplestest_dune
Development/tuplestest_dune.exe
Unable to find executable: tuplestest_dune
44/65 Test #44: tuplestest_dune ..................***Not Run   0.00 sec
      Start 45: tuplestest_tr1
Could not find executable tuplestest_tr1
Looked in the following places:
tuplestest_tr1
tuplestest_tr1.exe
Release/tuplestest_tr1
Release/tuplestest_tr1.exe
Debug/tuplestest_tr1
Debug/tuplestest_tr1.exe
MinSizeRel/tuplestest_tr1
MinSizeRel/tuplestest_tr1.exe
RelWithDebInfo/tuplestest_tr1
RelWithDebInfo/tuplestest_tr1.exe
Deployment/tuplestest_tr1
Deployment/tuplestest_tr1.exe
Development/tuplestest_tr1
Development/tuplestest_tr1.exe
Unable to find executable: tuplestest_tr1
45/65 Test #45: tuplestest_tr1 ...................***Not Run   0.00 sec
      Start 46: tupleutilitytest
Could not find executable tupleutilitytest
Looked in the following places:
tupleutilitytest
tupleutilitytest.exe
Release/tupleutilitytest
Release/tupleutilitytest.exe
Debug/tupleutilitytest
Debug/tupleutilitytest.exe
MinSizeRel/tupleutilitytest
MinSizeRel/tupleutilitytest.exe
RelWithDebInfo/tupleutilitytest
RelWithDebInfo/tupleutilitytest.exe
Deployment/tupleutilitytest
Deployment/tupleutilitytest.exe
Development/tupleutilitytest
Development/tupleutilitytest.exe
Unable to find executable: tupleutilitytest
46/65 Test #46: tupleutilitytest .................***Not Run   0.00 sec
      Start 47: utilitytest
47/65 Test #47: utilitytest ......................   Passed    0.22 sec
      Start 48: testdebugallocator_fail1
Could not find executable testdebugallocator_fail1
Looked in the following places:
testdebugallocator_fail1
testdebugallocator_fail1.exe
Release/testdebugallocator_fail1
Release/testdebugallocator_fail1.exe
Debug/testdebugallocator_fail1
Debug/testdebugallocator_fail1.exe
MinSizeRel/testdebugallocator_fail1
MinSizeRel/testdebugallocator_fail1.exe
RelWithDebInfo/testdebugallocator_fail1
RelWithDebInfo/testdebugallocator_fail1.exe
Deployment/testdebugallocator_fail1
Deployment/testdebugallocator_fail1.exe
Development/testdebugallocator_fail1
Development/testdebugallocator_fail1.exe
Unable to find executable: testdebugallocator_fail1
48/65 Test #48: testdebugallocator_fail1 .........***Not Run   0.00 sec
      Start 49: testdebugallocator_fail2
Could not find executable testdebugallocator_fail2
Looked in the following places:
testdebugallocator_fail2
testdebugallocator_fail2.exe
Release/testdebugallocator_fail2
Release/testdebugallocator_fail2.exe
Debug/testdebugallocator_fail2
Debug/testdebugallocator_fail2.exe
MinSizeRel/testdebugallocator_fail2
MinSizeRel/testdebugallocator_fail2.exe
RelWithDebInfo/testdebugallocator_fail2
RelWithDebInfo/testdebugallocator_fail2.exe
Deployment/testdebugallocator_fail2
Deployment/testdebugallocator_fail2.exe
Development/testdebugallocator_fail2
Development/testdebugallocator_fail2.exe
Unable to find executable: testdebugallocator_fail2
49/65 Test #49: testdebugallocator_fail2 .........***Not Run   0.00 sec
      Start 50: testdebugallocator_fail3
Could not find executable testdebugallocator_fail3
Looked in the following places:
testdebugallocator_fail3
testdebugallocator_fail3.exe
Release/testdebugallocator_fail3
Release/testdebugallocator_fail3.exe
Debug/testdebugallocator_fail3
Debug/testdebugallocator_fail3.exe
MinSizeRel/testdebugallocator_fail3
MinSizeRel/testdebugallocator_fail3.exe
RelWithDebInfo/testdebugallocator_fail3
RelWithDebInfo/testdebugallocator_fail3.exe
Deployment/testdebugallocator_fail3
Deployment/testdebugallocator_fail3.exe
Development/testdebugallocator_fail3
Development/testdebugallocator_fail3.exe
Unable to find executable: testdebugallocator_fail3
50/65 Test #50: testdebugallocator_fail3 .........***Not Run   0.00 sec
      Start 51: testdebugallocator_fail4
Could not find executable testdebugallocator_fail4
Looked in the following places:
testdebugallocator_fail4
testdebugallocator_fail4.exe
Release/testdebugallocator_fail4
Release/testdebugallocator_fail4.exe
Debug/testdebugallocator_fail4
Debug/testdebugallocator_fail4.exe
MinSizeRel/testdebugallocator_fail4
MinSizeRel/testdebugallocator_fail4.exe
RelWithDebInfo/testdebugallocator_fail4
RelWithDebInfo/testdebugallocator_fail4.exe
Deployment/testdebugallocator_fail4
Deployment/testdebugallocator_fail4.exe
Development/testdebugallocator_fail4
Development/testdebugallocator_fail4.exe
Unable to find executable: testdebugallocator_fail4
51/65 Test #51: testdebugallocator_fail4 .........***Not Run   0.00 sec
      Start 52: testdebugallocator_fail5
Could not find executable testdebugallocator_fail5
Looked in the following places:
testdebugallocator_fail5
testdebugallocator_fail5.exe
Release/testdebugallocator_fail5
Release/testdebugallocator_fail5.exe
Debug/testdebugallocator_fail5
Debug/testdebugallocator_fail5.exe
MinSizeRel/testdebugallocator_fail5
MinSizeRel/testdebugallocator_fail5.exe
RelWithDebInfo/testdebugallocator_fail5
RelWithDebInfo/testdebugallocator_fail5.exe
Deployment/testdebugallocator_fail5
Deployment/testdebugallocator_fail5.exe
Development/testdebugallocator_fail5
Development/testdebugallocator_fail5.exe
Unable to find executable: testdebugallocator_fail5
52/65 Test #52: testdebugallocator_fail5 .........***Not Run   0.00 sec
      Start 53: testfassign_fail1
Could not find executable testfassign_fail1
Looked in the following places:
testfassign_fail1
testfassign_fail1.exe
Release/testfassign_fail1
Release/testfassign_fail1.exe
Debug/testfassign_fail1
Debug/testfassign_fail1.exe
MinSizeRel/testfassign_fail1
MinSizeRel/testfassign_fail1.exe
RelWithDebInfo/testfassign_fail1
RelWithDebInfo/testfassign_fail1.exe
Deployment/testfassign_fail1
Deployment/testfassign_fail1.exe
Development/testfassign_fail1
Development/testfassign_fail1.exe
Unable to find executable: testfassign_fail1
53/65 Test #53: testfassign_fail1 ................***Not Run   0.00 sec
      Start 54: testfassign_fail2
Could not find executable testfassign_fail2
Looked in the following places:
testfassign_fail2
testfassign_fail2.exe
Release/testfassign_fail2
Release/testfassign_fail2.exe
Debug/testfassign_fail2
Debug/testfassign_fail2.exe
MinSizeRel/testfassign_fail2
MinSizeRel/testfassign_fail2.exe
RelWithDebInfo/testfassign_fail2
RelWithDebInfo/testfassign_fail2.exe
Deployment/testfassign_fail2
Deployment/testfassign_fail2.exe
Development/testfassign_fail2
Development/testfassign_fail2.exe
Unable to find executable: testfassign_fail2
54/65 Test #54: testfassign_fail2 ................***Not Run   0.00 sec
      Start 55: testfassign_fail3
Could not find executable testfassign_fail3
Looked in the following places:
testfassign_fail3
testfassign_fail3.exe
Release/testfassign_fail3
Release/testfassign_fail3.exe
Debug/testfassign_fail3
Debug/testfassign_fail3.exe
MinSizeRel/testfassign_fail3
MinSizeRel/testfassign_fail3.exe
RelWithDebInfo/testfassign_fail3
RelWithDebInfo/testfassign_fail3.exe
Deployment/testfassign_fail3
Deployment/testfassign_fail3.exe
Development/testfassign_fail3
Development/testfassign_fail3.exe
Unable to find executable: testfassign_fail3
55/65 Test #55: testfassign_fail3 ................***Not Run   0.00 sec
      Start 56: testfassign_fail4
Could not find executable testfassign_fail4
Looked in the following places:
testfassign_fail4
testfassign_fail4.exe
Release/testfassign_fail4
Release/testfassign_fail4.exe
Debug/testfassign_fail4
Debug/testfassign_fail4.exe
MinSizeRel/testfassign_fail4
MinSizeRel/testfassign_fail4.exe
RelWithDebInfo/testfassign_fail4
RelWithDebInfo/testfassign_fail4.exe
Deployment/testfassign_fail4
Deployment/testfassign_fail4.exe
Development/testfassign_fail4
Development/testfassign_fail4.exe
Unable to find executable: testfassign_fail4
56/65 Test #56: testfassign_fail4 ................***Not Run   0.00 sec
      Start 57: testfassign_fail5
Could not find executable testfassign_fail5
Looked in the following places:
testfassign_fail5
testfassign_fail5.exe
Release/testfassign_fail5
Release/testfassign_fail5.exe
Debug/testfassign_fail5
Debug/testfassign_fail5.exe
MinSizeRel/testfassign_fail5
MinSizeRel/testfassign_fail5.exe
RelWithDebInfo/testfassign_fail5
RelWithDebInfo/testfassign_fail5.exe
Deployment/testfassign_fail5
Deployment/testfassign_fail5.exe
Development/testfassign_fail5
Development/testfassign_fail5.exe
Unable to find executable: testfassign_fail5
57/65 Test #57: testfassign_fail5 ................***Not Run   0.00 sec
      Start 58: testfassign_fail6
Could not find executable testfassign_fail6
Looked in the following places:
testfassign_fail6
testfassign_fail6.exe
Release/testfassign_fail6
Release/testfassign_fail6.exe
Debug/testfassign_fail6
Debug/testfassign_fail6.exe
MinSizeRel/testfassign_fail6
MinSizeRel/testfassign_fail6.exe
RelWithDebInfo/testfassign_fail6
RelWithDebInfo/testfassign_fail6.exe
Deployment/testfassign_fail6
Deployment/testfassign_fail6.exe
Development/testfassign_fail6
Development/testfassign_fail6.exe
Unable to find executable: testfassign_fail6
58/65 Test #58: testfassign_fail6 ................***Not Run   0.00 sec
      Start 59: check_fvector_size_fail1
59/65 Test #59: check_fvector_size_fail1 .........   Passed    0.33 sec
      Start 60: check_fvector_size_fail2
60/65 Test #60: check_fvector_size_fail2 .........   Passed    0.32 sec
      Start 61: genericiterator_compile_fail
61/65 Test #61: genericiterator_compile_fail .....   Passed    0.33 sec
      Start 62: nullptr-test-fail
62/65 Test #62: nullptr-test-fail ................   Passed    0.33 sec
      Start 63: static_assert_test_fail
63/65 Test #63: static_assert_test_fail ..........   Passed    0.34 sec
      Start 64: testfconstruct_fail1
64/65 Test #64: testfconstruct_fail1 .............   Passed    0.34 sec
      Start 65: testfconstruct_fail2
65/65 Test #65: testfconstruct_fail2 .............   Passed    0.34 sec

18% tests passed, 53 tests failed out of 65

Total Test time (real) =  43.91 sec

The following tests FAILED:
          1 - indexsettest (Not Run)
          2 - selectiontest (Not Run)
          3 - indicestest (Not Run)
          4 - syncertest (Not Run)
          5 - variablesizecommunicatortest (Not Run)
          9 - bitsetvectortest (Not Run)
         10 - check_fvector_size (Not Run)
         12 - diagonalmatrixtest (Not Run)
         13 - dynmatrixtest (Not Run)
         14 - dynvectortest (Not Run)
         15 - eigenvaluestest (Not Run)
         16 - enumsettest (Not Run)
         17 - fassigntest (Not Run)
         18 - fmatrixtest (Not Run)
         19 - fvectortest (Not Run)
         20 - gcdlcmtest (Not Run)
         21 - iteratorfacadetest (Not Run)
         22 - iteratorfacadetest2 (Not Run)
         23 - lrutest (Not Run)
         24 - mpicollectivecommunication (Not Run)
         25 - mpiguardtest (Not Run)
         26 - mpihelpertest (Not Run)
         27 - mpihelpertest2 (Not Run)
         28 - nullptr_test (Not Run)
         29 - pathtest (Not Run)
         30 - parametertreetest (Not Run)
         31 - poolallocatortest (Not Run)
         32 - shared_ptrtest_config (Not Run)
         33 - shared_ptrtest_dune (Not Run)
         34 - singletontest (Not Run)
         35 - static_assert_test (Not Run)
         36 - streamtest (Not Run)
         37 - testfassign1 (Not Run)
         38 - testfassign2 (Not Run)
         39 - testfassign3 (Not Run)
         40 - testfassign4 (Not Run)
         41 - testfconstruct (Not Run)
         42 - testfloatcmp (Not Run)
         43 - tuplestest_config (Not Run)
         44 - tuplestest_dune (Not Run)
         45 - tuplestest_tr1 (Not Run)
         46 - tupleutilitytest (Not Run)
         48 - testdebugallocator_fail1 (Not Run)
         49 - testdebugallocator_fail2 (Not Run)
         50 - testdebugallocator_fail3 (Not Run)
         51 - testdebugallocator_fail4 (Not Run)
         52 - testdebugallocator_fail5 (Not Run)
         53 - testfassign_fail1 (Not Run)
         54 - testfassign_fail2 (Not Run)
         55 - testfassign_fail3 (Not Run)
         56 - testfassign_fail4 (Not Run)
         57 - testfassign_fail5 (Not Run)
         58 - testfassign_fail6 (Not Run)
Errors while running CTest
Makefile:136: recipe for target 'test' failed
make: *** [test] Error 8

Thanks,
Ganesh

On Sat, Feb 7, 2015 at 4:41 PM, Oliver Sander <sander at igpm.rwth-aachen.de>
wrote:

> Looks like it built correctly.  Can you build and run the dune-common
> tests?
> (type 'make test' in dune-common/build-cmake).  Can you build the other
> modules?
> Cheers,
> Oliver
>
> Am 06.02.2015 um 18:28 schrieb Ganesh Diwan:
> > $ ./bin/dunecontrol --only=dune-common --use-cmake configure
> > --- going to build dune-common  ---
> > No build directory provided. Defaulting to the sub directory build-cmake
> > --- calling configure for dune-common ---
> >  cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=TRUE
> > "/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1"
> > CMake Warning at
> /usr/share/cmake-2.8.11.2/Modules/Platform/CYGWIN.cmake:15
> > (message):
> >   CMake no longer defines WIN32 on Cygwin!
> >
> >   (1) If you are just trying to build this project, ignore this warning
> or
> >   quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or
> in
> >   the CMake cache.  If later configuration or build errors occur then
> this
> >   project may have been written under the assumption that Cygwin is
> WIN32.
> >   In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.
> >
> >   (2) If you are developing this project, add the line
> >
> >     set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is
> > required
> >
> >   at the top of your top-level CMakeLists.txt file or set the minimum
> >   required version of CMake to 2.8.4 or higher.  Then teach your project
> to
> >   build on Cygwin without WIN32.
> > Call Stack (most recent call first):
> >
>  /usr/share/cmake-2.8.11.2/Modules/CMakeSystemSpecificInformation.cmake:36
> > (include)
> >   CMakeLists.txt:2 (project)
> >
> >
> > CMake Warning at cmake/modules/DuneDoc.cmake:27 (message):
> >    Need latex to create documentation!
> > Call Stack (most recent call first):
> >   cmake/modules/DuneMacros.cmake:625 (include)
> >   CMakeLists.txt:17 (dune_project)
> >
> >
> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > -- Performing tests specific to dune-common from file
> >
> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/cmake/modules/DuneCommonMacros.cmake.
> > -- Could NOT find GMP (missing:  GMP_HEADER_WORKS GMPXX_LIB_WORKS)
> > -- Could NOT find Boost
> > -- Using scripts from
> > /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/cmake/scripts for
> > creating doxygen stuff.
> > -- Not adding custom target for config.h generation
> > --
> > -- The following OPTIONAL packages have been found:
> >
> >  * PkgConfig
> >  * Threads
> >
> > -- The following OPTIONAL packages have not been found:
> >
> >  * LATEX
> >  * Doxygen
> >  * GMP
> >  * Inkscape
> >  * Boost
> >
> > -- Configuring done
> > -- Generating done
> > -- Build files have been written to:
> > /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/build-cmake
> > --- dune-common done ---
> > --- done ---
> >
> > gcd3 at MA-1211 /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1
> > $ ./bin/dunecontrol --only=dune-common --use-cmake make
> > --- going to build dune-common  ---
> > No build directory provided. Defaulting to the sub directory build-cmake
> > --- calling make for dune-common ---
> > make
> > [ 60%] Built target dunecommon
> > Scanning dependencies of target indexset
> > [ 80%] Building CXX object doc/comm/CMakeFiles/indexset.dir/indexset.cc.o
> > Linking CXX executable indexset.exe
> > [ 80%] Built target indexset
> > Scanning dependencies of target poosc08
> > [100%] Building CXX object doc/comm/CMakeFiles/poosc08.dir/poosc08.cc.o
> > Linking CXX executable poosc08.exe
> > [100%] Built target poosc08
> > Scanning dependencies of target poosc08_test
> > [100%] Building CXX object
> > doc/comm/CMakeFiles/poosc08_test.dir/poosc08_test.cc.o
> > Linking CXX executable poosc08_test.exe
> > [100%] Built target poosc08_test
> > --- dune-common done ---
> > --- done ---
> >
> >
> >
> > On Fri, Feb 6, 2015 at 5:21 PM, Christoph Grüninger <
> > christoph.grueninger at iws.uni-stuttgart.de> wrote:
> >
> >> Hi Ganesh,
> >> yeah, first step of CMake: done!
> >>
> >> Am 06.02.2015 um 17:57 schrieb Ganesh Diwan:
> >>> --- calling make for dune-common ---
> >>> make
> >>> [  0%] Building CXX object
> >>> dune/common/CMakeFiles/dunecommon.dir/debugallocator.cc.o
> >>>
> >>
> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/debugallocator.cc:4:20:
> >>> fatal error:
> >>>
> >>
> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/build-cmake/config.h:
> >>> Permission denied
> >>>  #include "config.h"
> >>>                     ^
> >>> compilation terminated.
> >>
> >> Some internet searching revealed that you are not the first one to have
> >> this problem. But I was not able to quickly find a general solution.
> >> There was not even a obviously related bug in CMake's bug tracker.
> >> I'd suggest to set the permission by yourself.
> >> 1. Rund dunecontrol and add --only=dune-common and use "configure"
> >> instead of "all"
> >> 2. Set the permission for dune-common/build-cmake that you are allowed
> >> to read and write inside the folder and all subfolders
> >> 3. Re-run dunecontrol, again with --only=dune-common and use "make"
> >> instead of "all"
> >> 4. If that works for dune-common, you can proceed with dune-geometry,
> >> dune-grid and so on.
> >>
> >> I know, this is sub-optimal, but to get it running, it could be enough.
> >>
> >> It is related to Cygwin, as I never had file permission issues with
> >> Visual C++ and CMake. I only had compiler issues...
> >>
> >> Bye
> >> Christoph
> >>
> >> --
> >> GDB does hate your application, expresses its contempt through the
> >> design of its command-line interface.   -- Tom Tromey, FOSDEM 2014
> >>
> >>
> >
> >
> >
> > _______________________________________________
> > Dune mailing list
> > Dune at dune-project.org
> > http://lists.dune-project.org/mailman/listinfo/dune
> >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20150209/24d57681/attachment.htm>


More information about the Dune mailing list