[root@based229 build]# make test
Running tests...
Test project /root/test/t3/cellml/build
Start 1: test_cellml_model_definition
1/1 Test #1: test_cellml_model_definition .....***Failed 0.03 sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.04 sec
The following tests FAILED:
1 - test_cellml_model_definition (Failed)
Errors while running CTest
make: *** [Makefile:130: test] Error 8
[root@based229 build]#
(1) steps to compile:
git clone https://github.com/OpenCMISS-Dependencies/cellml.git git checkout d9a121ce7f85c94300ce6eea9a06ab412b3a0208
cd cellml mkdir build cd build
'/usr/bin/cmake' '--no-warn-unused-cli' '-DCMAKE_PREFIX_PATH=/root/test/hpc-opencmiss/build/opencmiss/install/cmake' '-DCMAKE_MODULE_PATH=/root/test/hpc-opencmiss/build/opencmiss/install/share/cmake/Modules/OpenCMISS;/root/test/hpc-opencmiss/build/opencmiss/install/share/cmake/Modules/FindModuleWrappers;/root/test/hpc-opencmiss/build/opencmiss/install/share/cmake/Modules' '-DPACKAGE_CONFIG_DIR=cmake' '-DCMAKE_NO_SYSTEM_FROM_IMPORTED=YES' '-DCMAKE_DEBUG_POSTFIX=d' '-DCMAKE_POSITION_INDEPENDENT_CODE=YES' '-DOPENCMISS_INSTRUMENTATION=' '-DWARN_ALL=YES' '-DCHECK_ALL=YES' '-DCMAKE_INSTALL_DEFAULT_COMPONENT_NAME=Development' '-DCMAKE_INSTALL_PREFIX:PATH=/root/test/hpc-opencmiss/build/opencmiss/install' '-DCMAKE_BUILD_TYPE=Release' '-DBUILD_SHARED_LIBS=OFF' '-DCMAKE_C_COMPILER=/root/test/hpc-opencmiss/install/oegcc-compiler-2.3.1/bin/gcc' '-DCMAKE_C_FLAGS=-march=armv8.2-a -fsigned-char -ffp-contract=off -g' '-DCMAKE_C_FLAGS_RELEASE=-O2 -DNDEBUG -Ofast' '-DCMAKE_C_FLAGS_DEBUG=-g -O0 -Wall' '-DCMAKE_CXX_COMPILER=/root/test/hpc-opencmiss/install/oegcc-compiler-2.3.1/bin/g++' '-DCMAKE_CXX_FLAGS=-march=armv8.2-a -fsigned-char -ffp-contract=off -g' '-DCMAKE_CXX_FLAGS_RELEASE=-O2 -DNDEBUG -Ofast' '-DCMAKE_CXX_FLAGS_DEBUG=-g -O0 -Wall' '-DCMAKE_Fortran_COMPILER=/root/test/hpc-opencmiss/install/oegcc-compiler-2.3.1/bin/gfortran' '-DCMAKE_Fortran_FLAGS=-march=armv8.2-a -ffp-contract=off -g' '-DCMAKE_Fortran_FLAGS_RELEASE=-O2 -DNDEBUG -O2 -Ofast' '-DCMAKE_Fortran_FLAGS_DEBUG=-g -O0 -Wall -fbacktrace -Warray-temporaries -Wextra -Wsurprising -Wrealloc-lhs-all -finit-real=snan -fcheck=all' '-DBUILD_TESTS=ON' '-DLIBXML2_FIND_SYSTEM=ON' '-DLIBXML2_VERSION=2.7.6' '-DCSIM_FIND_SYSTEM=OFF' '-DCSIM_VERSION=1.0' '-DLIBCELLML_FIND_SYSTEM=OFF' '-DLIBCELLML_VERSION=1.0' '-DCELLML_USE_CSIM=ON' '-GUnix Makefiles' ../
make
(2) steps to show the bugs:
[root@based229 build]# make test Running tests... Test project /root/test/t3/cellml/build Start 1: test_cellml_model_definition 1/1 Test #1: test_cellml_model_definition .....***Failed 0.03 sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.04 sec
The following tests FAILED: 1 - test_cellml_model_definition (Failed) Errors while running CTest make: *** [Makefile:130: test] Error 8 [root@based229 build]#