Preliminary note:
Usage of the dvrp-software requires installation of additional software components (dvrp-library, streaming-server, browser-plugin) which are not part of the PALM distribution. Currently (May 2009), this software is only available on the the HLRN/IMUK system and partly on RIAM's NEC system. If you are interested in using dvrp on your system, please contact the PALM developers.
The dvrp software was originally developed by the RRZN (Stephan Olbrich, Carsten Chmielewski) and is meanwhile continuosly developed and improved under the name dsvr by the University of Düsseldorf (Prof. Stephan Olbrich, see webpage of the dsvr-software). It allows to create 3d-animations with PALM, which can be displayed via a special plugin for internet browsers. With suitable graphic hardware (e.g. NVIDIA quattro FX cards) even stereoscopic views are possible.
In contrast to the other kinds of visualization output realized in PALM (1d-, 2d-, 3d-NetCDF output), where the data is output in a format suitable for many kinds of post-processing graphic software, the creation of animations via dvrp software is integrated in PALM, i.e. respective routines are directly called within the PALM code. The dvrp routines then output the graphic data (so-called plot-primitives, e.g. polygones of isosurfaces) in a special dvr format. Since the dvrp software is parallelized (i.e. each PE calculates the graphic data for its subdomain), the visualization of simulations with very large numbers of grid points is possible (which so far failed because of several problems: volume of the raw data, which rapidly may sum-up to several Terabytes; main memory size needed for graphic workstations, on which the visualization is to be carried out; the insufficient scalar (!) computing speed of commercial graphic software in case of such large numbers of grid points).
The coupling of dvrp software and PALM as well as the visualization of the model results via dvrp has been the main focus of the BMBF project "Application of tele-immersion in long-distance networks" (2001-2002), which was a joint project of RRZN, ZIB and IMUK. This work was continued by RRZN in the DFG-funded project "EVITA - Untersuchung effizienter Methoden zur visuellen und haptischen tele-immersiven Exploration komplexer Volumen- und Strömungsdaten aus parallelisierten, dynamischen 3D-Simulationen" (2005-2007).
Using dvrp with PALM:
The calls of the dvrp routines are contained within a PALM software package (see chapter 3.7). To use this package, the additional option -p “dvrp_graphics” has to be given in the mrun call. This automatically links the required libraries. Steering of the plot output is done via the package parameters (see chapter 4.2). In contrast to all other PALM output, dvrp graphic data are not output to local files but directly to a special remote computer which is defined via the package parameter dvrp_host. If the default values of the dvrp parameters are used, data are send to a so-called streaming server at the RRZN. Apart from graphic data an additional html file is created, which can be opened by an internet browser to view the data (a special dvrp plugin is required for this).
Quickstart guide for using dvrp on the HLRN/IMUK-System (June 2010):
In the following, please replace the string <UNAME> with your IMUK username, wherever it appears. Please also replace the string <UDIR> with a subdirectory name of your choice.
Last change: $Id: chapter_4.5.7.html 555 2010-09-07 07:32:53Z raasch $