1 / 2

Testing visualisation

Testing visualisation. What is done yet : Achieve by running visualisation in a frame buffer instead of inside a window, thanks to XVFB library (X With Frame Buffer) At cmake configuration step, set XVFB_EXECUTABLE Get rid of “/vis/open OGL<xxx>” and use “/vis/open OL” instead

joel-ayers
Download Presentation

Testing visualisation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Testing visualisation What is done yet : • Achieve by running visualisation in a frame buffer instead of inside a window, thanks to XVFB library (X With Frame Buffer) • At cmake configuration step, set XVFB_EXECUTABLE • Get rid of “/vis/open OGL<xxx>” and use “/vis/open OL” instead • Use /vis/ogl/printEPS into your .mac file • Add in CMakeList.txt :find_package(Xvfb QUIET)if(XVFB_FOUND) message(STATUS "G4 TESTS: found Xvfb --> run test202”) GEANT4_ADD_TEST(test202 COMMAND xvfb.sh ${CMAKE_CURRENT_BINARY_DIR}/test202 run0.mac ENVIRONMENT ${GEANT4_TEST_ENVIRONMENT} TIMEOUT 2000) endif()

  2. Testing visualisation What is to do : • Compare generated pictures against a reference file folder

More Related