← Back to team overview

yade-users team mailing list archive

[Question #679750]: Omega output with Debug mode?

 

New question #679750 on Yade:
https://answers.launchpad.net/yade/+question/679750

i need som ehelp:
in the latest yade git version (2019-04-01) when i compile with the DEBUG=OFF I got a correct output with a new window display for running the program BUT when I compile exactly the same trunk package on the same computer environnement but with DEBUG=ON, the program wants to use the Omega output mode and crashes immediatly 

here the two runs outputs :

programme_yade/bouncing_ss_interaction% /usr/local/bin/yade-2019-04-01.git-aa31ef3 bouncing_sphere.py
Welcome to Yade 2019-04-01.git-aa31ef3
TCP python prompt on localhost:9000, auth cookie `ekadus'
XMLRPC info provider on http://localhost:21000
Running script bouncing_sphere.py
[[ ^L clears screen, ^U kills line. F12 controller, F11 3D view (press "h" in 3D view for help), F10 both, F9 generator, F8 plot. ]]

In [1]: Incident de segmentation (core dumped)
programme_yade/bouncing_ss_interaction% /usr/local/bin/yade-2019-04-01.git-aa31ef3 bouncing_sphere.py
Welcome to Yade 2019-04-01.git-aa31ef3
DEBUG /home/oger/Yade/trunk/core/Omega.hpp:106 Omega: Constructing Omega.
Incident de segmentation (core dumped)
programme_yade/bouncing_ss_interaction%

here the cmake output:
 cmake  -DENABLE_PFVFLOW=OFF  -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DPYTHON_EXECUTABLE=/usr/bin/python2 -DCMAKE_VERBOSE_MAKEFILE=ON -DQGLVIEWER_INCLUDE_DIR=/usr/local/include/QGLViewer -Wno-error=deprecated -Wno-dev -DUSE_QT5=OFF -DDEBUG=ON ../trunk
-- Found OpenMP_C: -fopenmp  
-- Found OpenMP_CXX: -fopenmp  
-- Found OpenMP: TRUE   
-- Found Qt4: /usr/bin/qmake (found version "4.8.7") 
-- Version is set to 2019-04-01.git-aa31ef3
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- GCC Version >= 4.9. Adding -fstack-protector-strong
-- Boost version: 1.66.0
-- Found the following Boost libraries:
--   python
--   thread
--   filesystem
--   iostreams
--   regex
--   serialization
--   system
--   date_time
--   chrono
--   Boost_VERSION: 106600
--   Boost_LIB_VERSION: 1_66
--   Boost_INCLUDE_DIRS: /usr/include
--   Boost_LIBRARIES: /usr/lib64/libboost_python.so/usr/lib64/libboost_thread.so/usr/lib64/libboost_filesystem.so/usr/lib64/libboost_iostreams.so/usr/lib64/libboost_regex.so/usr/lib64/libboost_serialization.so/usr/lib64/libboost_system.so/usr/lib64/libboost_date_time.so/usr/lib64/libboost_chrono.so
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
-- Found VTK
-- Found OpenMP_C: -fopenmp  
-- Found OpenMP_CXX: -fopenmp  
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
-- Found GTS
-- USE QT4
-- Found Qt4: /usr/bin/qmake (found version "4.8.7") 
-- Found GUI-LIBS
-- GMP libs: /usr/lib64/libgmp.so /usr/lib64/libgmpxx.so
-- GMP libs: /usr/lib64/libgmp.so /usr/lib64/libgmpxx.so
-- Found CGAL
-- Could NOT find Cholmod (missing: CHOLMOD_LIBRARIES CHOLMOD_INCLUDE_DIR AMD_LIBRARY CAMD_LIBRARY COLAMD_LIBRARY CCOLAMD_LIBRARY) 
-- Missing dependency for LINSOLV, disabled
-- Found GL2PS
Yade will be installed to /usr/local
-- Suffix is set to -2019-04-01.git-aa31ef3
-- LIBRARY_OUTPUT_PATH is set to lib64
-- runtimePREFIX is set to /usr/local
-- Use system gts version
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: Odeint VTK OpenMP GTS GUI CGAL GL2PS
-- Disabled features: PFVFLOW LINSOLV TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PROFILING PotentialParticles PotentialBlocks
-- Debug build
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/oger/Yade/build



You received this question notification because your team yade-users is
an answer contact for Yade.