Changes between Version 10 and Version 11 of doc/app/dvr
- Timestamp:
- Jun 25, 2012 6:24:05 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/dvr
v10 v11 16 16 The calls of the '''dvr''' routines are contained within a PALM [wiki:/doc/app/packages software package]. 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 [wiki:/doc/app/dvrpar dvr package parameters]. In contrast to all other PALM output, '''dvr''' graphic data are not output to local files but directly to a special remote computer which is defined via the package parameter [wiki:/doc/app/dvrpar#dvrp_host dvrp_host]. If the default values of the '''dvr''' 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 '''dvr''' plugin is required for this). [[BR]] [[BR]] 17 17 18 == Quickstart guide for using dvrp on the HLRN/IMUK-system ( Sep 2010): ==18 == Quickstart guide for using dvrp on the HLRN/IMUK-system (Jun 2012): == 19 19 20 20 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. … … 60 60 It will create a file with name {{{all_streams_streaming.html}}}. 61 61 62 8. Call the opera-browser (i.e. enter the command {{{opera}}}) and open the file {{{all_streams_streaming.html}}}. [[BR]] [[BR]] 63 '''Current limitations (May 09):''' Only a special opera-version on host "bora" can be used. Log-in on "bora" and call {{{/usr/bin/opera}}}. Before that (''' !!! '''), enter the command "{{{export LD_PRELOAD=libXm.so}}}" ! 62 8. Call the firefox-browser (i.e. enter the command {{{firefox}}}) and open the file 63 {{{all_streams_streaming.html}}}. [[BR]] [[BR]] 64 '''Current limitations (Jun 12):''' The dvr-plugin only works on SUSE 12.1 using the firefox browser (13.0). 65 Before starting firefox, enter the command 64 66 {{{ 65 export LD_PRELOAD=libXm.so 66 /usr/bin/opera 67 export LD_PRELOAD=/usr/lib64/libXm.so.4.0.2 67 68 }}} 69 Next, type 70 {{{ 71 about:config 72 }}} 73 in the URL line of firefox, ignore the warning, and search for line ''dom.ipc.plugins.enabled''. Click on this line with right mouse button and toggle value to ''false''. 68 74 [[BR]] [[BR]] 69 75