<div dir="ltr"><div>Probably "make test" needs to be successful before I can create a project. Not sure if this is of any help but I think I might have missed providing a correct path in some step. When I try to create a project, I have<br>$/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/bin/duneproject<br><br>== Dune project/module generator ==<br><br>duneproject will assist you in the creation of a new Dune application.<br>During this process a new directory with the name of your project will be<br>created. This directory will hold all configuration and Makefiles and a<br>simple example application.<br><br>ERROR:<br>  No dune modules were found!<br>  Did you forget to specify the places where<br>  you installed your modules in the<br>  DUNE_CONTROL_PATH environment variable<br>  and adjusted the PKG_CONFIG_PATH environment<br>  accordingly?<br><br></div>Thanks,<br>Ganesh<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 9, 2015 at 10:44 AM, Ganesh Diwan <span dir="ltr"><<a href="mailto:gcdiwan83@gmail.com" target="_blank">gcdiwan83@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>I was able to build the other modules however the make test does not run successfully:<br><br> make test<br>Running tests...<br>Test project /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/build-cmake<br>[ 60%] Built target dunecommon<br>Scanning dependencies of target selectiontest<br>[ 60%] Building CXX object dune/common/parallel/test/CMakeFiles/selectiontest.dir/selectiontest.cc.o<br>In file included from /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/chrono:35:0,<br>                 from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:8,<br>                 from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/parallel/test/selectiontest.cc:5:<br>/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.<br> #error This file requires compiler and library support for the \<br>  ^<br>In file included from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/parallel/test/selectiontest.cc:5:0:<br>/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<br>     std::chrono::high_resolution_clock::time_point cstart;<br>          ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh: In member function ‘void Dune::Timer::rawReset()’:<br>/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<br>       cstart = std::chrono::high_resolution_clock::now();<br>       ^<br>/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<br>       cstart = std::chrono::high_resolution_clock::now();<br>                     ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh: In member function ‘double Dune::Timer::rawElapsed() const’:<br>/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<br>       std::chrono::high_resolution_clock::time_point now = std::chrono::high_resolution_clock::now();<br>            ^<br>/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<br>       std::chrono::duration<double> time_span = std::chrono::duration_cast<std::chrono::duration<double> >(now - cstart);<br>            ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/timer.hh:150:29: error: expected primary-expression before ‘double’<br>       std::chrono::duration<double> time_span = std::chrono::duration_cast<std::chrono::duration<double> >(now - cstart);<br>                             ^<br>/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<br>       return time_span.count();<br>              ^<br>dune/common/parallel/test/CMakeFiles/selectiontest.dir/build.make:57: recipe for target 'dune/common/parallel/test/CMakeFiles/selectiontest.dir/selectiontest.cc.o' failed<br>CMakeFiles/Makefile2:7116: recipe for target 'dune/common/parallel/test/CMakeFiles/selectiontest.dir/all' failed<br>CMakeFiles/Makefile2:7031: recipe for target 'dune/common/parallel/test/CMakeFiles/_dune_common_parallel_test.dir/rule' failed<br>makefile:2962: recipe for target '_dune_common_parallel_test' failed<br>make[4]: *** [dune/common/parallel/test/CMakeFiles/selectiontest.dir/selectiontest.cc.o] Error 1<br>make[3]: *** [dune/common/parallel/test/CMakeFiles/selectiontest.dir/all] Error 2<br>make[2]: *** [dune/common/parallel/test/CMakeFiles/_dune_common_parallel_test.dir/rule] Error 2<br>make[1]: *** [_dune_common_parallel_test] Error 2<br>Scanning dependencies of target utilitytest<br>[  0%] Building CXX object dune/common/test/CMakeFiles/utilitytest.dir/utilitytest.cc.o<br>In file included from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/utilitytest.cc:11:0:<br>/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<br>   template<class... TupleArgs, class T><br>                 ^<br>/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<br>   template<class... TupleArgs, class T><br>                 ^<br>Linking CXX executable utilitytest.exe<br>[  0%] Built target utilitytest<br>Scanning dependencies of target arraytest<br>[  0%] Building CXX object dune/common/test/CMakeFiles/arraytest.dir/arraytest.cc.o<br>Linking CXX executable arraytest.exe<br>[  0%] Built target arraytest<br>Scanning dependencies of target arraylisttest<br>[  0%] Building CXX object dune/common/test/CMakeFiles/arraylisttest.dir/arraylisttest.cc.o<br>Linking CXX executable arraylisttest.exe<br>[  0%] Built target arraylisttest<br>[ 13%] Built target dunecommon<br>Scanning dependencies of target bigunsignedinttest<br>[ 18%] Building CXX object dune/common/test/CMakeFiles/bigunsignedinttest.dir/bigunsignedinttest.cc.o<br>Linking CXX executable bigunsignedinttest.exe<br>[ 18%] Built target bigunsignedinttest<br>Scanning dependencies of target conversiontest<br>[ 22%] Building CXX object dune/common/test/CMakeFiles/conversiontest.dir/conversiontest.cc.o<br>Linking CXX executable conversiontest.exe<br>[ 22%] Built target conversiontest<br>Scanning dependencies of target dynmatrixtest<br>[ 27%] Building CXX object dune/common/test/CMakeFiles/dynmatrixtest.dir/dynmatrixtest.cc.o<br>In file included from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/dynmatrix.hh:13:0,<br>                 from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:10:<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:26: error: ‘decltype’ has not been declared<br>         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(), get_ref< C >() ) ) * );<br>                          ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:58: error: expected ‘)’ before ‘(’ token<br>         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(), get_ref< C >() ) ) * );<br>                                                          ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:58: error: expected ‘)’ before ‘(’ token<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:60: error: expected identifier<br>         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(), get_ref< C >() ) ) * );<br>                                                            ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:72: error: expected unqualified-id before ‘(’ token<br>         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(), get_ref< C >() ) ) * );<br>                                                                        ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/densematrix.hh:123:72: error: expected ‘)’ before ‘(’ token<br>/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<br>         static yes test( decltype( istl_assign_to_fmatrix( get_ref< M >(), get_ref< C >() ) ) * );<br>                                                                         ^<br>In file included from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:17:0:<br>/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<br>   void checkMatrixInterface ( const Matrix &matrix )<br>                                                    ^<br>/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<br>   void checkMatrixInterface ( Matrix &matrix )<br>                                              ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc: In function ‘int main()’:<br>/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>&)’<br>     checkMatrixInterface( A );<br>                             ^<br>/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:392:29: note: candidates are:<br>In file included from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:17:0:<br>/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&)<br>   void checkMatrixInterface ( const Matrix &matrix )<br>        ^<br>/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:<br>/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’<br>     checkMatrixInterface( A );<br>                             ^<br>In file included from /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/test/dynmatrixtest.cc:17:0:<br>/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&)<br>   void checkMatrixInterface ( Matrix &matrix )<br>        ^<br>/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:<br>/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’<br>     checkMatrixInterface( A );<br>                             ^<br>dune/common/test/CMakeFiles/dynmatrixtest.dir/build.make:57: recipe for target 'dune/common/test/CMakeFiles/dynmatrixtest.dir/dynmatrixtest.cc.o' failed<br>CMakeFiles/Makefile2:7714: recipe for target 'dune/common/test/CMakeFiles/dynmatrixtest.dir/all' failed<br>CMakeFiles/Makefile2:7412: recipe for target 'dune/common/test/CMakeFiles/_dune_common_test.dir/rule' failed<br>makefile:3040: recipe for target '_dune_common_test' failed<br>make[4]: *** [dune/common/test/CMakeFiles/dynmatrixtest.dir/dynmatrixtest.cc.o] Error 1<br>make[3]: *** [dune/common/test/CMakeFiles/dynmatrixtest.dir/all] Error 2<br>make[2]: *** [dune/common/test/CMakeFiles/_dune_common_test.dir/rule] Error 2<br>make[1]: *** [_dune_common_test] Error 2<br>      Start  1: indexsettest<br>Could not find executable indexsettest<br>Looked in the following places:<br>indexsettest<br>indexsettest.exe<br>Release/indexsettest<br>Release/indexsettest.exe<br>Debug/indexsettest<br>Debug/indexsettest.exe<br>MinSizeRel/indexsettest<br>MinSizeRel/indexsettest.exe<br>RelWithDebInfo/indexsettest<br>RelWithDebInfo/indexsettest.exe<br>Deployment/indexsettest<br>Deployment/indexsettest.exe<br>Development/indexsettest<br>Development/indexsettest.exe<br>Unable to find executable: indexsettest<br> 1/65 Test  #1: indexsettest .....................***Not Run   0.00 sec<br>      Start  2: selectiontest<br>Could not find executable selectiontest<br>Looked in the following places:<br>selectiontest<br>selectiontest.exe<br>Release/selectiontest<br>Release/selectiontest.exe<br>Debug/selectiontest<br>Debug/selectiontest.exe<br>MinSizeRel/selectiontest<br>MinSizeRel/selectiontest.exe<br>RelWithDebInfo/selectiontest<br>RelWithDebInfo/selectiontest.exe<br>Deployment/selectiontest<br>Deployment/selectiontest.exe<br>Development/selectiontest<br>Development/selectiontest.exe<br>Unable to find executable: selectiontest<br> 2/65 Test  #2: selectiontest ....................***Not Run   0.00 sec<br>      Start  3: indicestest<br>Could not find executable indicestest<br>Looked in the following places:<br>indicestest<br>indicestest.exe<br>Release/indicestest<br>Release/indicestest.exe<br>Debug/indicestest<br>Debug/indicestest.exe<br>MinSizeRel/indicestest<br>MinSizeRel/indicestest.exe<br>RelWithDebInfo/indicestest<br>RelWithDebInfo/indicestest.exe<br>Deployment/indicestest<br>Deployment/indicestest.exe<br>Development/indicestest<br>Development/indicestest.exe<br>Unable to find executable: indicestest<br> 3/65 Test  #3: indicestest ......................***Not Run   0.00 sec<br>      Start  4: syncertest<br>Could not find executable syncertest<br>Looked in the following places:<br>syncertest<br>syncertest.exe<br>Release/syncertest<br>Release/syncertest.exe<br>Debug/syncertest<br>Debug/syncertest.exe<br>MinSizeRel/syncertest<br>MinSizeRel/syncertest.exe<br>RelWithDebInfo/syncertest<br>RelWithDebInfo/syncertest.exe<br>Deployment/syncertest<br>Deployment/syncertest.exe<br>Development/syncertest<br>Development/syncertest.exe<br>Unable to find executable: syncertest<br> 4/65 Test  #4: syncertest .......................***Not Run   0.00 sec<br>      Start  5: variablesizecommunicatortest<br>Could not find executable variablesizecommunicatortest<br>Looked in the following places:<br>variablesizecommunicatortest<br>variablesizecommunicatortest.exe<br>Release/variablesizecommunicatortest<br>Release/variablesizecommunicatortest.exe<br>Debug/variablesizecommunicatortest<br>Debug/variablesizecommunicatortest.exe<br>MinSizeRel/variablesizecommunicatortest<br>MinSizeRel/variablesizecommunicatortest.exe<br>RelWithDebInfo/variablesizecommunicatortest<br>RelWithDebInfo/variablesizecommunicatortest.exe<br>Deployment/variablesizecommunicatortest<br>Deployment/variablesizecommunicatortest.exe<br>Development/variablesizecommunicatortest<br>Development/variablesizecommunicatortest.exe<br>Unable to find executable: variablesizecommunicatortest<br> 5/65 Test  #5: variablesizecommunicatortest .....***Not Run   0.00 sec<br>      Start  6: arraylisttest<br> 6/65 Test  #6: arraylisttest ....................   Passed    0.24 sec<br>      Start  7: arraytest<br> 7/65 Test  #7: arraytest ........................   Passed    0.22 sec<br>      Start  8: bigunsignedinttest<br> 8/65 Test  #8: bigunsignedinttest ...............   Passed    0.22 sec<br>      Start  9: bitsetvectortest<br>Could not find executable bitsetvectortest<br>Looked in the following places:<br>bitsetvectortest<br>bitsetvectortest.exe<br>Release/bitsetvectortest<br>Release/bitsetvectortest.exe<br>Debug/bitsetvectortest<br>Debug/bitsetvectortest.exe<br>MinSizeRel/bitsetvectortest<br>MinSizeRel/bitsetvectortest.exe<br>RelWithDebInfo/bitsetvectortest<br>RelWithDebInfo/bitsetvectortest.exe<br>Deployment/bitsetvectortest<br>Deployment/bitsetvectortest.exe<br>Development/bitsetvectortest<br>Development/bitsetvectortest.exe<br>Unable to find executable: bitsetvectortest<br> 9/65 Test  #9: bitsetvectortest .................***Not Run   0.00 sec<br>      Start 10: check_fvector_size<br>Could not find executable check_fvector_size<br>Looked in the following places:<br>check_fvector_size<br>check_fvector_size.exe<br>Release/check_fvector_size<br>Release/check_fvector_size.exe<br>Debug/check_fvector_size<br>Debug/check_fvector_size.exe<br>MinSizeRel/check_fvector_size<br>MinSizeRel/check_fvector_size.exe<br>RelWithDebInfo/check_fvector_size<br>RelWithDebInfo/check_fvector_size.exe<br>Deployment/check_fvector_size<br>Deployment/check_fvector_size.exe<br>Development/check_fvector_size<br>Development/check_fvector_size.exe<br>Unable to find executable: check_fvector_size<br>10/65 Test #10: check_fvector_size ...............***Not Run   0.00 sec<br>      Start 11: conversiontest<br>11/65 Test #11: conversiontest ...................   Passed    0.22 sec<br>      Start 12: diagonalmatrixtest<br>Could not find executable diagonalmatrixtest<br>Looked in the following places:<br>diagonalmatrixtest<br>diagonalmatrixtest.exe<br>Release/diagonalmatrixtest<br>Release/diagonalmatrixtest.exe<br>Debug/diagonalmatrixtest<br>Debug/diagonalmatrixtest.exe<br>MinSizeRel/diagonalmatrixtest<br>MinSizeRel/diagonalmatrixtest.exe<br>RelWithDebInfo/diagonalmatrixtest<br>RelWithDebInfo/diagonalmatrixtest.exe<br>Deployment/diagonalmatrixtest<br>Deployment/diagonalmatrixtest.exe<br>Development/diagonalmatrixtest<br>Development/diagonalmatrixtest.exe<br>Unable to find executable: diagonalmatrixtest<br>12/65 Test #12: diagonalmatrixtest ...............***Not Run   0.00 sec<br>      Start 13: dynmatrixtest<br>Could not find executable dynmatrixtest<br>Looked in the following places:<br>dynmatrixtest<br>dynmatrixtest.exe<br>Release/dynmatrixtest<br>Release/dynmatrixtest.exe<br>Debug/dynmatrixtest<br>Debug/dynmatrixtest.exe<br>MinSizeRel/dynmatrixtest<br>MinSizeRel/dynmatrixtest.exe<br>RelWithDebInfo/dynmatrixtest<br>RelWithDebInfo/dynmatrixtest.exe<br>Deployment/dynmatrixtest<br>Deployment/dynmatrixtest.exe<br>Development/dynmatrixtest<br>Development/dynmatrixtest.exe<br>Unable to find executable: dynmatrixtest<br>13/65 Test #13: dynmatrixtest ....................***Not Run   0.00 sec<br>      Start 14: dynvectortest<br>Could not find executable dynvectortest<br>Looked in the following places:<br>dynvectortest<br>dynvectortest.exe<br>Release/dynvectortest<br>Release/dynvectortest.exe<br>Debug/dynvectortest<br>Debug/dynvectortest.exe<br>MinSizeRel/dynvectortest<br>MinSizeRel/dynvectortest.exe<br>RelWithDebInfo/dynvectortest<br>RelWithDebInfo/dynvectortest.exe<br>Deployment/dynvectortest<br>Deployment/dynvectortest.exe<br>Development/dynvectortest<br>Development/dynvectortest.exe<br>Unable to find executable: dynvectortest<br>14/65 Test #14: dynvectortest ....................***Not Run   0.00 sec<br>      Start 15: eigenvaluestest<br>Could not find executable eigenvaluestest<br>Looked in the following places:<br>eigenvaluestest<br>eigenvaluestest.exe<br>Release/eigenvaluestest<br>Release/eigenvaluestest.exe<br>Debug/eigenvaluestest<br>Debug/eigenvaluestest.exe<br>MinSizeRel/eigenvaluestest<br>MinSizeRel/eigenvaluestest.exe<br>RelWithDebInfo/eigenvaluestest<br>RelWithDebInfo/eigenvaluestest.exe<br>Deployment/eigenvaluestest<br>Deployment/eigenvaluestest.exe<br>Development/eigenvaluestest<br>Development/eigenvaluestest.exe<br>Unable to find executable: eigenvaluestest<br>15/65 Test #15: eigenvaluestest ..................***Not Run   0.00 sec<br>      Start 16: enumsettest<br>Could not find executable enumsettest<br>Looked in the following places:<br>enumsettest<br>enumsettest.exe<br>Release/enumsettest<br>Release/enumsettest.exe<br>Debug/enumsettest<br>Debug/enumsettest.exe<br>MinSizeRel/enumsettest<br>MinSizeRel/enumsettest.exe<br>RelWithDebInfo/enumsettest<br>RelWithDebInfo/enumsettest.exe<br>Deployment/enumsettest<br>Deployment/enumsettest.exe<br>Development/enumsettest<br>Development/enumsettest.exe<br>Unable to find executable: enumsettest<br>16/65 Test #16: enumsettest ......................***Not Run   0.00 sec<br>      Start 17: fassigntest<br>Could not find executable fassigntest<br>Looked in the following places:<br>fassigntest<br>fassigntest.exe<br>Release/fassigntest<br>Release/fassigntest.exe<br>Debug/fassigntest<br>Debug/fassigntest.exe<br>MinSizeRel/fassigntest<br>MinSizeRel/fassigntest.exe<br>RelWithDebInfo/fassigntest<br>RelWithDebInfo/fassigntest.exe<br>Deployment/fassigntest<br>Deployment/fassigntest.exe<br>Development/fassigntest<br>Development/fassigntest.exe<br>Unable to find executable: fassigntest<br>17/65 Test #17: fassigntest ......................***Not Run   0.00 sec<br>      Start 18: fmatrixtest<br>Could not find executable fmatrixtest<br>Looked in the following places:<br>fmatrixtest<br>fmatrixtest.exe<br>Release/fmatrixtest<br>Release/fmatrixtest.exe<br>Debug/fmatrixtest<br>Debug/fmatrixtest.exe<br>MinSizeRel/fmatrixtest<br>MinSizeRel/fmatrixtest.exe<br>RelWithDebInfo/fmatrixtest<br>RelWithDebInfo/fmatrixtest.exe<br>Deployment/fmatrixtest<br>Deployment/fmatrixtest.exe<br>Development/fmatrixtest<br>Development/fmatrixtest.exe<br>Unable to find executable: fmatrixtest<br>18/65 Test #18: fmatrixtest ......................***Not Run   0.00 sec<br>      Start 19: fvectortest<br>Could not find executable fvectortest<br>Looked in the following places:<br>fvectortest<br>fvectortest.exe<br>Release/fvectortest<br>Release/fvectortest.exe<br>Debug/fvectortest<br>Debug/fvectortest.exe<br>MinSizeRel/fvectortest<br>MinSizeRel/fvectortest.exe<br>RelWithDebInfo/fvectortest<br>RelWithDebInfo/fvectortest.exe<br>Deployment/fvectortest<br>Deployment/fvectortest.exe<br>Development/fvectortest<br>Development/fvectortest.exe<br>Unable to find executable: fvectortest<br>19/65 Test #19: fvectortest ......................***Not Run   0.00 sec<br>      Start 20: gcdlcmtest<br>Could not find executable gcdlcmtest<br>Looked in the following places:<br>gcdlcmtest<br>gcdlcmtest.exe<br>Release/gcdlcmtest<br>Release/gcdlcmtest.exe<br>Debug/gcdlcmtest<br>Debug/gcdlcmtest.exe<br>MinSizeRel/gcdlcmtest<br>MinSizeRel/gcdlcmtest.exe<br>RelWithDebInfo/gcdlcmtest<br>RelWithDebInfo/gcdlcmtest.exe<br>Deployment/gcdlcmtest<br>Deployment/gcdlcmtest.exe<br>Development/gcdlcmtest<br>Development/gcdlcmtest.exe<br>Unable to find executable: gcdlcmtest<br>20/65 Test #20: gcdlcmtest .......................***Not Run   0.00 sec<br>      Start 21: iteratorfacadetest<br>Could not find executable iteratorfacadetest<br>Looked in the following places:<br>iteratorfacadetest<br>iteratorfacadetest.exe<br>Release/iteratorfacadetest<br>Release/iteratorfacadetest.exe<br>Debug/iteratorfacadetest<br>Debug/iteratorfacadetest.exe<br>MinSizeRel/iteratorfacadetest<br>MinSizeRel/iteratorfacadetest.exe<br>RelWithDebInfo/iteratorfacadetest<br>RelWithDebInfo/iteratorfacadetest.exe<br>Deployment/iteratorfacadetest<br>Deployment/iteratorfacadetest.exe<br>Development/iteratorfacadetest<br>Development/iteratorfacadetest.exe<br>Unable to find executable: iteratorfacadetest<br>21/65 Test #21: iteratorfacadetest ...............***Not Run   0.00 sec<br>      Start 22: iteratorfacadetest2<br>Could not find executable iteratorfacadetest2<br>Looked in the following places:<br>iteratorfacadetest2<br>iteratorfacadetest2.exe<br>Release/iteratorfacadetest2<br>Release/iteratorfacadetest2.exe<br>Debug/iteratorfacadetest2<br>Debug/iteratorfacadetest2.exe<br>MinSizeRel/iteratorfacadetest2<br>MinSizeRel/iteratorfacadetest2.exe<br>RelWithDebInfo/iteratorfacadetest2<br>RelWithDebInfo/iteratorfacadetest2.exe<br>Deployment/iteratorfacadetest2<br>Deployment/iteratorfacadetest2.exe<br>Development/iteratorfacadetest2<br>Development/iteratorfacadetest2.exe<br>Unable to find executable: iteratorfacadetest2<br>22/65 Test #22: iteratorfacadetest2 ..............***Not Run   0.00 sec<br>      Start 23: lrutest<br>Could not find executable lrutest<br>Looked in the following places:<br>lrutest<br>lrutest.exe<br>Release/lrutest<br>Release/lrutest.exe<br>Debug/lrutest<br>Debug/lrutest.exe<br>MinSizeRel/lrutest<br>MinSizeRel/lrutest.exe<br>RelWithDebInfo/lrutest<br>RelWithDebInfo/lrutest.exe<br>Deployment/lrutest<br>Deployment/lrutest.exe<br>Development/lrutest<br>Development/lrutest.exe<br>Unable to find executable: lrutest<br>23/65 Test #23: lrutest ..........................***Not Run   0.00 sec<br>      Start 24: mpicollectivecommunication<br>Could not find executable mpicollectivecommunication<br>Looked in the following places:<br>mpicollectivecommunication<br>mpicollectivecommunication.exe<br>Release/mpicollectivecommunication<br>Release/mpicollectivecommunication.exe<br>Debug/mpicollectivecommunication<br>Debug/mpicollectivecommunication.exe<br>MinSizeRel/mpicollectivecommunication<br>MinSizeRel/mpicollectivecommunication.exe<br>RelWithDebInfo/mpicollectivecommunication<br>RelWithDebInfo/mpicollectivecommunication.exe<br>Deployment/mpicollectivecommunication<br>Deployment/mpicollectivecommunication.exe<br>Development/mpicollectivecommunication<br>Development/mpicollectivecommunication.exe<br>Unable to find executable: mpicollectivecommunication<br>24/65 Test #24: mpicollectivecommunication .......***Not Run   0.00 sec<br>      Start 25: mpiguardtest<br>Could not find executable mpiguardtest<br>Looked in the following places:<br>mpiguardtest<br>mpiguardtest.exe<br>Release/mpiguardtest<br>Release/mpiguardtest.exe<br>Debug/mpiguardtest<br>Debug/mpiguardtest.exe<br>MinSizeRel/mpiguardtest<br>MinSizeRel/mpiguardtest.exe<br>RelWithDebInfo/mpiguardtest<br>RelWithDebInfo/mpiguardtest.exe<br>Deployment/mpiguardtest<br>Deployment/mpiguardtest.exe<br>Development/mpiguardtest<br>Development/mpiguardtest.exe<br>Unable to find executable: mpiguardtest<br>25/65 Test #25: mpiguardtest .....................***Not Run   0.00 sec<br>      Start 26: mpihelpertest<br>Could not find executable mpihelpertest<br>Looked in the following places:<br>mpihelpertest<br>mpihelpertest.exe<br>Release/mpihelpertest<br>Release/mpihelpertest.exe<br>Debug/mpihelpertest<br>Debug/mpihelpertest.exe<br>MinSizeRel/mpihelpertest<br>MinSizeRel/mpihelpertest.exe<br>RelWithDebInfo/mpihelpertest<br>RelWithDebInfo/mpihelpertest.exe<br>Deployment/mpihelpertest<br>Deployment/mpihelpertest.exe<br>Development/mpihelpertest<br>Development/mpihelpertest.exe<br>Unable to find executable: mpihelpertest<br>26/65 Test #26: mpihelpertest ....................***Not Run   0.00 sec<br>      Start 27: mpihelpertest2<br>Could not find executable mpihelpertest2<br>Looked in the following places:<br>mpihelpertest2<br>mpihelpertest2.exe<br>Release/mpihelpertest2<br>Release/mpihelpertest2.exe<br>Debug/mpihelpertest2<br>Debug/mpihelpertest2.exe<br>MinSizeRel/mpihelpertest2<br>MinSizeRel/mpihelpertest2.exe<br>RelWithDebInfo/mpihelpertest2<br>RelWithDebInfo/mpihelpertest2.exe<br>Deployment/mpihelpertest2<br>Deployment/mpihelpertest2.exe<br>Development/mpihelpertest2<br>Development/mpihelpertest2.exe<br>Unable to find executable: mpihelpertest2<br>27/65 Test #27: mpihelpertest2 ...................***Not Run   0.00 sec<br>      Start 28: nullptr_test<br>Could not find executable nullptr_test<br>Looked in the following places:<br>nullptr_test<br>nullptr_test.exe<br>Release/nullptr_test<br>Release/nullptr_test.exe<br>Debug/nullptr_test<br>Debug/nullptr_test.exe<br>MinSizeRel/nullptr_test<br>MinSizeRel/nullptr_test.exe<br>RelWithDebInfo/nullptr_test<br>RelWithDebInfo/nullptr_test.exe<br>Deployment/nullptr_test<br>Deployment/nullptr_test.exe<br>Development/nullptr_test<br>Development/nullptr_test.exe<br>Unable to find executable: nullptr_test<br>28/65 Test #28: nullptr_test .....................***Not Run   0.00 sec<br>      Start 29: pathtest<br>Could not find executable pathtest<br>Looked in the following places:<br>pathtest<br>pathtest.exe<br>Release/pathtest<br>Release/pathtest.exe<br>Debug/pathtest<br>Debug/pathtest.exe<br>MinSizeRel/pathtest<br>MinSizeRel/pathtest.exe<br>RelWithDebInfo/pathtest<br>RelWithDebInfo/pathtest.exe<br>Deployment/pathtest<br>Deployment/pathtest.exe<br>Development/pathtest<br>Development/pathtest.exe<br>Unable to find executable: pathtest<br>29/65 Test #29: pathtest .........................***Not Run   0.00 sec<br>      Start 30: parametertreetest<br>Could not find executable parametertreetest<br>Looked in the following places:<br>parametertreetest<br>parametertreetest.exe<br>Release/parametertreetest<br>Release/parametertreetest.exe<br>Debug/parametertreetest<br>Debug/parametertreetest.exe<br>MinSizeRel/parametertreetest<br>MinSizeRel/parametertreetest.exe<br>RelWithDebInfo/parametertreetest<br>RelWithDebInfo/parametertreetest.exe<br>Deployment/parametertreetest<br>Deployment/parametertreetest.exe<br>Development/parametertreetest<br>Development/parametertreetest.exe<br>Unable to find executable: parametertreetest<br>30/65 Test #30: parametertreetest ................***Not Run   0.00 sec<br>      Start 31: poolallocatortest<br>Could not find executable poolallocatortest<br>Looked in the following places:<br>poolallocatortest<br>poolallocatortest.exe<br>Release/poolallocatortest<br>Release/poolallocatortest.exe<br>Debug/poolallocatortest<br>Debug/poolallocatortest.exe<br>MinSizeRel/poolallocatortest<br>MinSizeRel/poolallocatortest.exe<br>RelWithDebInfo/poolallocatortest<br>RelWithDebInfo/poolallocatortest.exe<br>Deployment/poolallocatortest<br>Deployment/poolallocatortest.exe<br>Development/poolallocatortest<br>Development/poolallocatortest.exe<br>Unable to find executable: poolallocatortest<br>31/65 Test #31: poolallocatortest ................***Not Run   0.00 sec<br>      Start 32: shared_ptrtest_config<br>Could not find executable shared_ptrtest_config<br>Looked in the following places:<br>shared_ptrtest_config<br>shared_ptrtest_config.exe<br>Release/shared_ptrtest_config<br>Release/shared_ptrtest_config.exe<br>Debug/shared_ptrtest_config<br>Debug/shared_ptrtest_config.exe<br>MinSizeRel/shared_ptrtest_config<br>MinSizeRel/shared_ptrtest_config.exe<br>RelWithDebInfo/shared_ptrtest_config<br>RelWithDebInfo/shared_ptrtest_config.exe<br>Deployment/shared_ptrtest_config<br>Deployment/shared_ptrtest_config.exe<br>Development/shared_ptrtest_config<br>Development/shared_ptrtest_config.exe<br>Unable to find executable: shared_ptrtest_config<br>32/65 Test #32: shared_ptrtest_config ............***Not Run   0.00 sec<br>      Start 33: shared_ptrtest_dune<br>Could not find executable shared_ptrtest_dune<br>Looked in the following places:<br>shared_ptrtest_dune<br>shared_ptrtest_dune.exe<br>Release/shared_ptrtest_dune<br>Release/shared_ptrtest_dune.exe<br>Debug/shared_ptrtest_dune<br>Debug/shared_ptrtest_dune.exe<br>MinSizeRel/shared_ptrtest_dune<br>MinSizeRel/shared_ptrtest_dune.exe<br>RelWithDebInfo/shared_ptrtest_dune<br>RelWithDebInfo/shared_ptrtest_dune.exe<br>Deployment/shared_ptrtest_dune<br>Deployment/shared_ptrtest_dune.exe<br>Development/shared_ptrtest_dune<br>Development/shared_ptrtest_dune.exe<br>Unable to find executable: shared_ptrtest_dune<br>33/65 Test #33: shared_ptrtest_dune ..............***Not Run   0.00 sec<br>      Start 34: singletontest<br>Could not find executable singletontest<br>Looked in the following places:<br>singletontest<br>singletontest.exe<br>Release/singletontest<br>Release/singletontest.exe<br>Debug/singletontest<br>Debug/singletontest.exe<br>MinSizeRel/singletontest<br>MinSizeRel/singletontest.exe<br>RelWithDebInfo/singletontest<br>RelWithDebInfo/singletontest.exe<br>Deployment/singletontest<br>Deployment/singletontest.exe<br>Development/singletontest<br>Development/singletontest.exe<br>Unable to find executable: singletontest<br>34/65 Test #34: singletontest ....................***Not Run   0.00 sec<br>      Start 35: static_assert_test<br>Could not find executable static_assert_test<br>Looked in the following places:<br>static_assert_test<br>static_assert_test.exe<br>Release/static_assert_test<br>Release/static_assert_test.exe<br>Debug/static_assert_test<br>Debug/static_assert_test.exe<br>MinSizeRel/static_assert_test<br>MinSizeRel/static_assert_test.exe<br>RelWithDebInfo/static_assert_test<br>RelWithDebInfo/static_assert_test.exe<br>Deployment/static_assert_test<br>Deployment/static_assert_test.exe<br>Development/static_assert_test<br>Development/static_assert_test.exe<br>Unable to find executable: static_assert_test<br>35/65 Test #35: static_assert_test ...............***Not Run   0.00 sec<br>      Start 36: streamtest<br>Could not find executable streamtest<br>Looked in the following places:<br>streamtest<br>streamtest.exe<br>Release/streamtest<br>Release/streamtest.exe<br>Debug/streamtest<br>Debug/streamtest.exe<br>MinSizeRel/streamtest<br>MinSizeRel/streamtest.exe<br>RelWithDebInfo/streamtest<br>RelWithDebInfo/streamtest.exe<br>Deployment/streamtest<br>Deployment/streamtest.exe<br>Development/streamtest<br>Development/streamtest.exe<br>Unable to find executable: streamtest<br>36/65 Test #36: streamtest .......................***Not Run   0.00 sec<br>      Start 37: testfassign1<br>Could not find executable testfassign1<br>Looked in the following places:<br>testfassign1<br>testfassign1.exe<br>Release/testfassign1<br>Release/testfassign1.exe<br>Debug/testfassign1<br>Debug/testfassign1.exe<br>MinSizeRel/testfassign1<br>MinSizeRel/testfassign1.exe<br>RelWithDebInfo/testfassign1<br>RelWithDebInfo/testfassign1.exe<br>Deployment/testfassign1<br>Deployment/testfassign1.exe<br>Development/testfassign1<br>Development/testfassign1.exe<br>Unable to find executable: testfassign1<br>37/65 Test #37: testfassign1 .....................***Not Run   0.00 sec<br>      Start 38: testfassign2<br>Could not find executable testfassign2<br>Looked in the following places:<br>testfassign2<br>testfassign2.exe<br>Release/testfassign2<br>Release/testfassign2.exe<br>Debug/testfassign2<br>Debug/testfassign2.exe<br>MinSizeRel/testfassign2<br>MinSizeRel/testfassign2.exe<br>RelWithDebInfo/testfassign2<br>RelWithDebInfo/testfassign2.exe<br>Deployment/testfassign2<br>Deployment/testfassign2.exe<br>Development/testfassign2<br>Development/testfassign2.exe<br>Unable to find executable: testfassign2<br>38/65 Test #38: testfassign2 .....................***Not Run   0.00 sec<br>      Start 39: testfassign3<br>Could not find executable testfassign3<br>Looked in the following places:<br>testfassign3<br>testfassign3.exe<br>Release/testfassign3<br>Release/testfassign3.exe<br>Debug/testfassign3<br>Debug/testfassign3.exe<br>MinSizeRel/testfassign3<br>MinSizeRel/testfassign3.exe<br>RelWithDebInfo/testfassign3<br>RelWithDebInfo/testfassign3.exe<br>Deployment/testfassign3<br>Deployment/testfassign3.exe<br>Development/testfassign3<br>Development/testfassign3.exe<br>Unable to find executable: testfassign3<br>39/65 Test #39: testfassign3 .....................***Not Run   0.00 sec<br>      Start 40: testfassign4<br>Could not find executable testfassign4<br>Looked in the following places:<br>testfassign4<br>testfassign4.exe<br>Release/testfassign4<br>Release/testfassign4.exe<br>Debug/testfassign4<br>Debug/testfassign4.exe<br>MinSizeRel/testfassign4<br>MinSizeRel/testfassign4.exe<br>RelWithDebInfo/testfassign4<br>RelWithDebInfo/testfassign4.exe<br>Deployment/testfassign4<br>Deployment/testfassign4.exe<br>Development/testfassign4<br>Development/testfassign4.exe<br>Unable to find executable: testfassign4<br>40/65 Test #40: testfassign4 .....................***Not Run   0.00 sec<br>      Start 41: testfconstruct<br>Could not find executable testfconstruct<br>Looked in the following places:<br>testfconstruct<br>testfconstruct.exe<br>Release/testfconstruct<br>Release/testfconstruct.exe<br>Debug/testfconstruct<br>Debug/testfconstruct.exe<br>MinSizeRel/testfconstruct<br>MinSizeRel/testfconstruct.exe<br>RelWithDebInfo/testfconstruct<br>RelWithDebInfo/testfconstruct.exe<br>Deployment/testfconstruct<br>Deployment/testfconstruct.exe<br>Development/testfconstruct<br>Development/testfconstruct.exe<br>Unable to find executable: testfconstruct<br>41/65 Test #41: testfconstruct ...................***Not Run   0.00 sec<br>      Start 42: testfloatcmp<br>Could not find executable testfloatcmp<br>Looked in the following places:<br>testfloatcmp<br>testfloatcmp.exe<br>Release/testfloatcmp<br>Release/testfloatcmp.exe<br>Debug/testfloatcmp<br>Debug/testfloatcmp.exe<br>MinSizeRel/testfloatcmp<br>MinSizeRel/testfloatcmp.exe<br>RelWithDebInfo/testfloatcmp<br>RelWithDebInfo/testfloatcmp.exe<br>Deployment/testfloatcmp<br>Deployment/testfloatcmp.exe<br>Development/testfloatcmp<br>Development/testfloatcmp.exe<br>Unable to find executable: testfloatcmp<br>42/65 Test #42: testfloatcmp .....................***Not Run   0.00 sec<br>      Start 43: tuplestest_config<br>Could not find executable tuplestest_config<br>Looked in the following places:<br>tuplestest_config<br>tuplestest_config.exe<br>Release/tuplestest_config<br>Release/tuplestest_config.exe<br>Debug/tuplestest_config<br>Debug/tuplestest_config.exe<br>MinSizeRel/tuplestest_config<br>MinSizeRel/tuplestest_config.exe<br>RelWithDebInfo/tuplestest_config<br>RelWithDebInfo/tuplestest_config.exe<br>Deployment/tuplestest_config<br>Deployment/tuplestest_config.exe<br>Development/tuplestest_config<br>Development/tuplestest_config.exe<br>Unable to find executable: tuplestest_config<br>43/65 Test #43: tuplestest_config ................***Not Run   0.00 sec<br>      Start 44: tuplestest_dune<br>Could not find executable tuplestest_dune<br>Looked in the following places:<br>tuplestest_dune<br>tuplestest_dune.exe<br>Release/tuplestest_dune<br>Release/tuplestest_dune.exe<br>Debug/tuplestest_dune<br>Debug/tuplestest_dune.exe<br>MinSizeRel/tuplestest_dune<br>MinSizeRel/tuplestest_dune.exe<br>RelWithDebInfo/tuplestest_dune<br>RelWithDebInfo/tuplestest_dune.exe<br>Deployment/tuplestest_dune<br>Deployment/tuplestest_dune.exe<br>Development/tuplestest_dune<br>Development/tuplestest_dune.exe<br>Unable to find executable: tuplestest_dune<br>44/65 Test #44: tuplestest_dune ..................***Not Run   0.00 sec<br>      Start 45: tuplestest_tr1<br>Could not find executable tuplestest_tr1<br>Looked in the following places:<br>tuplestest_tr1<br>tuplestest_tr1.exe<br>Release/tuplestest_tr1<br>Release/tuplestest_tr1.exe<br>Debug/tuplestest_tr1<br>Debug/tuplestest_tr1.exe<br>MinSizeRel/tuplestest_tr1<br>MinSizeRel/tuplestest_tr1.exe<br>RelWithDebInfo/tuplestest_tr1<br>RelWithDebInfo/tuplestest_tr1.exe<br>Deployment/tuplestest_tr1<br>Deployment/tuplestest_tr1.exe<br>Development/tuplestest_tr1<br>Development/tuplestest_tr1.exe<br>Unable to find executable: tuplestest_tr1<br>45/65 Test #45: tuplestest_tr1 ...................***Not Run   0.00 sec<br>      Start 46: tupleutilitytest<br>Could not find executable tupleutilitytest<br>Looked in the following places:<br>tupleutilitytest<br>tupleutilitytest.exe<br>Release/tupleutilitytest<br>Release/tupleutilitytest.exe<br>Debug/tupleutilitytest<br>Debug/tupleutilitytest.exe<br>MinSizeRel/tupleutilitytest<br>MinSizeRel/tupleutilitytest.exe<br>RelWithDebInfo/tupleutilitytest<br>RelWithDebInfo/tupleutilitytest.exe<br>Deployment/tupleutilitytest<br>Deployment/tupleutilitytest.exe<br>Development/tupleutilitytest<br>Development/tupleutilitytest.exe<br>Unable to find executable: tupleutilitytest<br>46/65 Test #46: tupleutilitytest .................***Not Run   0.00 sec<br>      Start 47: utilitytest<br>47/65 Test #47: utilitytest ......................   Passed    0.22 sec<br>      Start 48: testdebugallocator_fail1<br>Could not find executable testdebugallocator_fail1<br>Looked in the following places:<br>testdebugallocator_fail1<br>testdebugallocator_fail1.exe<br>Release/testdebugallocator_fail1<br>Release/testdebugallocator_fail1.exe<br>Debug/testdebugallocator_fail1<br>Debug/testdebugallocator_fail1.exe<br>MinSizeRel/testdebugallocator_fail1<br>MinSizeRel/testdebugallocator_fail1.exe<br>RelWithDebInfo/testdebugallocator_fail1<br>RelWithDebInfo/testdebugallocator_fail1.exe<br>Deployment/testdebugallocator_fail1<br>Deployment/testdebugallocator_fail1.exe<br>Development/testdebugallocator_fail1<br>Development/testdebugallocator_fail1.exe<br>Unable to find executable: testdebugallocator_fail1<br>48/65 Test #48: testdebugallocator_fail1 .........***Not Run   0.00 sec<br>      Start 49: testdebugallocator_fail2<br>Could not find executable testdebugallocator_fail2<br>Looked in the following places:<br>testdebugallocator_fail2<br>testdebugallocator_fail2.exe<br>Release/testdebugallocator_fail2<br>Release/testdebugallocator_fail2.exe<br>Debug/testdebugallocator_fail2<br>Debug/testdebugallocator_fail2.exe<br>MinSizeRel/testdebugallocator_fail2<br>MinSizeRel/testdebugallocator_fail2.exe<br>RelWithDebInfo/testdebugallocator_fail2<br>RelWithDebInfo/testdebugallocator_fail2.exe<br>Deployment/testdebugallocator_fail2<br>Deployment/testdebugallocator_fail2.exe<br>Development/testdebugallocator_fail2<br>Development/testdebugallocator_fail2.exe<br>Unable to find executable: testdebugallocator_fail2<br>49/65 Test #49: testdebugallocator_fail2 .........***Not Run   0.00 sec<br>      Start 50: testdebugallocator_fail3<br>Could not find executable testdebugallocator_fail3<br>Looked in the following places:<br>testdebugallocator_fail3<br>testdebugallocator_fail3.exe<br>Release/testdebugallocator_fail3<br>Release/testdebugallocator_fail3.exe<br>Debug/testdebugallocator_fail3<br>Debug/testdebugallocator_fail3.exe<br>MinSizeRel/testdebugallocator_fail3<br>MinSizeRel/testdebugallocator_fail3.exe<br>RelWithDebInfo/testdebugallocator_fail3<br>RelWithDebInfo/testdebugallocator_fail3.exe<br>Deployment/testdebugallocator_fail3<br>Deployment/testdebugallocator_fail3.exe<br>Development/testdebugallocator_fail3<br>Development/testdebugallocator_fail3.exe<br>Unable to find executable: testdebugallocator_fail3<br>50/65 Test #50: testdebugallocator_fail3 .........***Not Run   0.00 sec<br>      Start 51: testdebugallocator_fail4<br>Could not find executable testdebugallocator_fail4<br>Looked in the following places:<br>testdebugallocator_fail4<br>testdebugallocator_fail4.exe<br>Release/testdebugallocator_fail4<br>Release/testdebugallocator_fail4.exe<br>Debug/testdebugallocator_fail4<br>Debug/testdebugallocator_fail4.exe<br>MinSizeRel/testdebugallocator_fail4<br>MinSizeRel/testdebugallocator_fail4.exe<br>RelWithDebInfo/testdebugallocator_fail4<br>RelWithDebInfo/testdebugallocator_fail4.exe<br>Deployment/testdebugallocator_fail4<br>Deployment/testdebugallocator_fail4.exe<br>Development/testdebugallocator_fail4<br>Development/testdebugallocator_fail4.exe<br>Unable to find executable: testdebugallocator_fail4<br>51/65 Test #51: testdebugallocator_fail4 .........***Not Run   0.00 sec<br>      Start 52: testdebugallocator_fail5<br>Could not find executable testdebugallocator_fail5<br>Looked in the following places:<br>testdebugallocator_fail5<br>testdebugallocator_fail5.exe<br>Release/testdebugallocator_fail5<br>Release/testdebugallocator_fail5.exe<br>Debug/testdebugallocator_fail5<br>Debug/testdebugallocator_fail5.exe<br>MinSizeRel/testdebugallocator_fail5<br>MinSizeRel/testdebugallocator_fail5.exe<br>RelWithDebInfo/testdebugallocator_fail5<br>RelWithDebInfo/testdebugallocator_fail5.exe<br>Deployment/testdebugallocator_fail5<br>Deployment/testdebugallocator_fail5.exe<br>Development/testdebugallocator_fail5<br>Development/testdebugallocator_fail5.exe<br>Unable to find executable: testdebugallocator_fail5<br>52/65 Test #52: testdebugallocator_fail5 .........***Not Run   0.00 sec<br>      Start 53: testfassign_fail1<br>Could not find executable testfassign_fail1<br>Looked in the following places:<br>testfassign_fail1<br>testfassign_fail1.exe<br>Release/testfassign_fail1<br>Release/testfassign_fail1.exe<br>Debug/testfassign_fail1<br>Debug/testfassign_fail1.exe<br>MinSizeRel/testfassign_fail1<br>MinSizeRel/testfassign_fail1.exe<br>RelWithDebInfo/testfassign_fail1<br>RelWithDebInfo/testfassign_fail1.exe<br>Deployment/testfassign_fail1<br>Deployment/testfassign_fail1.exe<br>Development/testfassign_fail1<br>Development/testfassign_fail1.exe<br>Unable to find executable: testfassign_fail1<br>53/65 Test #53: testfassign_fail1 ................***Not Run   0.00 sec<br>      Start 54: testfassign_fail2<br>Could not find executable testfassign_fail2<br>Looked in the following places:<br>testfassign_fail2<br>testfassign_fail2.exe<br>Release/testfassign_fail2<br>Release/testfassign_fail2.exe<br>Debug/testfassign_fail2<br>Debug/testfassign_fail2.exe<br>MinSizeRel/testfassign_fail2<br>MinSizeRel/testfassign_fail2.exe<br>RelWithDebInfo/testfassign_fail2<br>RelWithDebInfo/testfassign_fail2.exe<br>Deployment/testfassign_fail2<br>Deployment/testfassign_fail2.exe<br>Development/testfassign_fail2<br>Development/testfassign_fail2.exe<br>Unable to find executable: testfassign_fail2<br>54/65 Test #54: testfassign_fail2 ................***Not Run   0.00 sec<br>      Start 55: testfassign_fail3<br>Could not find executable testfassign_fail3<br>Looked in the following places:<br>testfassign_fail3<br>testfassign_fail3.exe<br>Release/testfassign_fail3<br>Release/testfassign_fail3.exe<br>Debug/testfassign_fail3<br>Debug/testfassign_fail3.exe<br>MinSizeRel/testfassign_fail3<br>MinSizeRel/testfassign_fail3.exe<br>RelWithDebInfo/testfassign_fail3<br>RelWithDebInfo/testfassign_fail3.exe<br>Deployment/testfassign_fail3<br>Deployment/testfassign_fail3.exe<br>Development/testfassign_fail3<br>Development/testfassign_fail3.exe<br>Unable to find executable: testfassign_fail3<br>55/65 Test #55: testfassign_fail3 ................***Not Run   0.00 sec<br>      Start 56: testfassign_fail4<br>Could not find executable testfassign_fail4<br>Looked in the following places:<br>testfassign_fail4<br>testfassign_fail4.exe<br>Release/testfassign_fail4<br>Release/testfassign_fail4.exe<br>Debug/testfassign_fail4<br>Debug/testfassign_fail4.exe<br>MinSizeRel/testfassign_fail4<br>MinSizeRel/testfassign_fail4.exe<br>RelWithDebInfo/testfassign_fail4<br>RelWithDebInfo/testfassign_fail4.exe<br>Deployment/testfassign_fail4<br>Deployment/testfassign_fail4.exe<br>Development/testfassign_fail4<br>Development/testfassign_fail4.exe<br>Unable to find executable: testfassign_fail4<br>56/65 Test #56: testfassign_fail4 ................***Not Run   0.00 sec<br>      Start 57: testfassign_fail5<br>Could not find executable testfassign_fail5<br>Looked in the following places:<br>testfassign_fail5<br>testfassign_fail5.exe<br>Release/testfassign_fail5<br>Release/testfassign_fail5.exe<br>Debug/testfassign_fail5<br>Debug/testfassign_fail5.exe<br>MinSizeRel/testfassign_fail5<br>MinSizeRel/testfassign_fail5.exe<br>RelWithDebInfo/testfassign_fail5<br>RelWithDebInfo/testfassign_fail5.exe<br>Deployment/testfassign_fail5<br>Deployment/testfassign_fail5.exe<br>Development/testfassign_fail5<br>Development/testfassign_fail5.exe<br>Unable to find executable: testfassign_fail5<br>57/65 Test #57: testfassign_fail5 ................***Not Run   0.00 sec<br>      Start 58: testfassign_fail6<br>Could not find executable testfassign_fail6<br>Looked in the following places:<br>testfassign_fail6<br>testfassign_fail6.exe<br>Release/testfassign_fail6<br>Release/testfassign_fail6.exe<br>Debug/testfassign_fail6<br>Debug/testfassign_fail6.exe<br>MinSizeRel/testfassign_fail6<br>MinSizeRel/testfassign_fail6.exe<br>RelWithDebInfo/testfassign_fail6<br>RelWithDebInfo/testfassign_fail6.exe<br>Deployment/testfassign_fail6<br>Deployment/testfassign_fail6.exe<br>Development/testfassign_fail6<br>Development/testfassign_fail6.exe<br>Unable to find executable: testfassign_fail6<br>58/65 Test #58: testfassign_fail6 ................***Not Run   0.00 sec<br>      Start 59: check_fvector_size_fail1<br>59/65 Test #59: check_fvector_size_fail1 .........   Passed    0.33 sec<br>      Start 60: check_fvector_size_fail2<br>60/65 Test #60: check_fvector_size_fail2 .........   Passed    0.32 sec<br>      Start 61: genericiterator_compile_fail<br>61/65 Test #61: genericiterator_compile_fail .....   Passed    0.33 sec<br>      Start 62: nullptr-test-fail<br>62/65 Test #62: nullptr-test-fail ................   Passed    0.33 sec<br>      Start 63: static_assert_test_fail<br>63/65 Test #63: static_assert_test_fail ..........   Passed    0.34 sec<br>      Start 64: testfconstruct_fail1<br>64/65 Test #64: testfconstruct_fail1 .............   Passed    0.34 sec<br>      Start 65: testfconstruct_fail2<br>65/65 Test #65: testfconstruct_fail2 .............   Passed    0.34 sec<br><br>18% tests passed, 53 tests failed out of 65<br><br>Total Test time (real) =  43.91 sec<br><br>The following tests FAILED:<br>          1 - indexsettest (Not Run)<br>          2 - selectiontest (Not Run)<br>          3 - indicestest (Not Run)<br>          4 - syncertest (Not Run)<br>          5 - variablesizecommunicatortest (Not Run)<br>          9 - bitsetvectortest (Not Run)<br>         10 - check_fvector_size (Not Run)<br>         12 - diagonalmatrixtest (Not Run)<br>         13 - dynmatrixtest (Not Run)<br>         14 - dynvectortest (Not Run)<br>         15 - eigenvaluestest (Not Run)<br>         16 - enumsettest (Not Run)<br>         17 - fassigntest (Not Run)<br>         18 - fmatrixtest (Not Run)<br>         19 - fvectortest (Not Run)<br>         20 - gcdlcmtest (Not Run)<br>         21 - iteratorfacadetest (Not Run)<br>         22 - iteratorfacadetest2 (Not Run)<br>         23 - lrutest (Not Run)<br>         24 - mpicollectivecommunication (Not Run)<br>         25 - mpiguardtest (Not Run)<br>         26 - mpihelpertest (Not Run)<br>         27 - mpihelpertest2 (Not Run)<br>         28 - nullptr_test (Not Run)<br>         29 - pathtest (Not Run)<br>         30 - parametertreetest (Not Run)<br>         31 - poolallocatortest (Not Run)<br>         32 - shared_ptrtest_config (Not Run)<br>         33 - shared_ptrtest_dune (Not Run)<br>         34 - singletontest (Not Run)<br>         35 - static_assert_test (Not Run)<br>         36 - streamtest (Not Run)<br>         37 - testfassign1 (Not Run)<br>         38 - testfassign2 (Not Run)<br>         39 - testfassign3 (Not Run)<br>         40 - testfassign4 (Not Run)<br>         41 - testfconstruct (Not Run)<br>         42 - testfloatcmp (Not Run)<br>         43 - tuplestest_config (Not Run)<br>         44 - tuplestest_dune (Not Run)<br>         45 - tuplestest_tr1 (Not Run)<br>         46 - tupleutilitytest (Not Run)<br>         48 - testdebugallocator_fail1 (Not Run)<br>         49 - testdebugallocator_fail2 (Not Run)<br>         50 - testdebugallocator_fail3 (Not Run)<br>         51 - testdebugallocator_fail4 (Not Run)<br>         52 - testdebugallocator_fail5 (Not Run)<br>         53 - testfassign_fail1 (Not Run)<br>         54 - testfassign_fail2 (Not Run)<br>         55 - testfassign_fail3 (Not Run)<br>         56 - testfassign_fail4 (Not Run)<br>         57 - testfassign_fail5 (Not Run)<br>         58 - testfassign_fail6 (Not Run)<br>Errors while running CTest<br>Makefile:136: recipe for target 'test' failed<br>make: *** [test] Error 8<br><br></div>Thanks,<br></div>Ganesh<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 7, 2015 at 4:41 PM, Oliver Sander <span dir="ltr"><<a href="mailto:sander@igpm.rwth-aachen.de" target="_blank">sander@igpm.rwth-aachen.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Looks like it built correctly.  Can you build and run the dune-common tests?<br>
(type 'make test' in dune-common/build-cmake).  Can you build the other modules?<br>
Cheers,<br>
Oliver<br>
<br>
Am 06.02.2015 um 18:28 schrieb Ganesh Diwan:<br>
<div><div>> $ ./bin/dunecontrol --only=dune-common --use-cmake configure<br>
> --- going to build dune-common  ---<br>
> No build directory provided. Defaulting to the sub directory build-cmake<br>
> --- calling configure for dune-common ---<br>
>  cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=TRUE<br>
> "/cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1"<br>
> CMake Warning at /usr/share/cmake-2.8.11.2/Modules/Platform/CYGWIN.cmake:15<br>
> (message):<br>
>   CMake no longer defines WIN32 on Cygwin!<br>
><br>
>   (1) If you are just trying to build this project, ignore this warning or<br>
>   quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in<br>
>   the CMake cache.  If later configuration or build errors occur then this<br>
>   project may have been written under the assumption that Cygwin is WIN32.<br>
>   In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.<br>
><br>
>   (2) If you are developing this project, add the line<br>
><br>
>     set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is<br>
> required<br>
><br>
>   at the top of your top-level CMakeLists.txt file or set the minimum<br>
>   required version of CMake to 2.8.4 or higher.  Then teach your project to<br>
>   build on Cygwin without WIN32.<br>
> Call Stack (most recent call first):<br>
>   /usr/share/cmake-2.8.11.2/Modules/CMakeSystemSpecificInformation.cmake:36<br>
> (include)<br>
>   CMakeLists.txt:2 (project)<br>
><br>
><br>
> CMake Warning at cmake/modules/DuneDoc.cmake:27 (message):<br>
>    Need latex to create documentation!<br>
> Call Stack (most recent call first):<br>
>   cmake/modules/DuneMacros.cmake:625 (include)<br>
>   CMakeLists.txt:17 (dune_project)<br>
><br>
><br>
> -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)<br>
> -- Performing tests specific to dune-common from file<br>
> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/cmake/modules/DuneCommonMacros.cmake.<br>
> -- Could NOT find GMP (missing:  GMP_HEADER_WORKS GMPXX_LIB_WORKS)<br>
> -- Could NOT find Boost<br>
> -- Using scripts from<br>
> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/cmake/scripts for<br>
> creating doxygen stuff.<br>
> -- Not adding custom target for config.h generation<br>
> --<br>
> -- The following OPTIONAL packages have been found:<br>
><br>
>  * PkgConfig<br>
>  * Threads<br>
><br>
> -- The following OPTIONAL packages have not been found:<br>
><br>
>  * LATEX<br>
>  * Doxygen<br>
>  * GMP<br>
>  * Inkscape<br>
>  * Boost<br>
><br>
> -- Configuring done<br>
> -- Generating done<br>
> -- Build files have been written to:<br>
> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/build-cmake<br>
> --- dune-common done ---<br>
> --- done ---<br>
><br>
> gcd3@MA-1211 /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1<br>
> $ ./bin/dunecontrol --only=dune-common --use-cmake make<br>
> --- going to build dune-common  ---<br>
> No build directory provided. Defaulting to the sub directory build-cmake<br>
> --- calling make for dune-common ---<br>
> make<br>
> [ 60%] Built target dunecommon<br>
> Scanning dependencies of target indexset<br>
> [ 80%] Building CXX object doc/comm/CMakeFiles/indexset.dir/indexset.cc.o<br>
> Linking CXX executable indexset.exe<br>
> [ 80%] Built target indexset<br>
> Scanning dependencies of target poosc08<br>
> [100%] Building CXX object doc/comm/CMakeFiles/poosc08.dir/poosc08.cc.o<br>
> Linking CXX executable poosc08.exe<br>
> [100%] Built target poosc08<br>
> Scanning dependencies of target poosc08_test<br>
> [100%] Building CXX object<br>
> doc/comm/CMakeFiles/poosc08_test.dir/poosc08_test.cc.o<br>
> Linking CXX executable poosc08_test.exe<br>
> [100%] Built target poosc08_test<br>
> --- dune-common done ---<br>
> --- done ---<br>
><br>
><br>
><br>
> On Fri, Feb 6, 2015 at 5:21 PM, Christoph Grüninger <<br>
> <a href="mailto:christoph.grueninger@iws.uni-stuttgart.de" target="_blank">christoph.grueninger@iws.uni-stuttgart.de</a>> wrote:<br>
><br>
>> Hi Ganesh,<br>
>> yeah, first step of CMake: done!<br>
>><br>
>> Am 06.02.2015 um 17:57 schrieb Ganesh Diwan:<br>
>>> --- calling make for dune-common ---<br>
>>> make<br>
>>> [  0%] Building CXX object<br>
>>> dune/common/CMakeFiles/dunecommon.dir/debugallocator.cc.o<br>
>>><br>
>> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/dune/common/debugallocator.cc:4:20:<br>
>>> fatal error:<br>
>>><br>
>> /cygdrive/c/LocalApp/local/dune2.3.1/dune-common-2.3.1/build-cmake/config.h:<br>
>>> Permission denied<br>
>>>  #include "config.h"<br>
>>>                     ^<br>
>>> compilation terminated.<br>
>><br>
>> Some internet searching revealed that you are not the first one to have<br>
>> this problem. But I was not able to quickly find a general solution.<br>
>> There was not even a obviously related bug in CMake's bug tracker.<br>
>> I'd suggest to set the permission by yourself.<br>
>> 1. Rund dunecontrol and add --only=dune-common and use "configure"<br>
>> instead of "all"<br>
>> 2. Set the permission for dune-common/build-cmake that you are allowed<br>
>> to read and write inside the folder and all subfolders<br>
>> 3. Re-run dunecontrol, again with --only=dune-common and use "make"<br>
>> instead of "all"<br>
>> 4. If that works for dune-common, you can proceed with dune-geometry,<br>
>> dune-grid and so on.<br>
>><br>
>> I know, this is sub-optimal, but to get it running, it could be enough.<br>
>><br>
>> It is related to Cygwin, as I never had file permission issues with<br>
>> Visual C++ and CMake. I only had compiler issues...<br>
>><br>
>> Bye<br>
>> Christoph<br>
>><br>
>> --<br>
>> GDB does hate your application, expresses its contempt through the<br>
>> design of its command-line interface.   -- Tom Tromey, FOSDEM 2014<br>
>><br>
>><br>
><br>
><br>
><br>
</div></div><div><div>> _______________________________________________<br>
> Dune mailing list<br>
> <a href="mailto:Dune@dune-project.org" target="_blank">Dune@dune-project.org</a><br>
> <a href="http://lists.dune-project.org/mailman/listinfo/dune" target="_blank">http://lists.dune-project.org/mailman/listinfo/dune</a><br>
><br>
<br>
<br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>