[Pkg-scicomp-commits] paraview/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Sun May 18 14:00:43 UTC 2008


SVN commit 2485 by prudhomm:

applied patch for Qt 4.4
update README.Debian for parallel usage


 M  +28 -0     paraview/trunk/debian/README.Debian  
 M  +3 -3      paraview/trunk/debian/changelog  
 M  +2 -2      paraview/trunk/debian/control  
 M  +2 -2      paraview/trunk/debian/patches/configure.patch  
 M  +1 -1      paraview/trunk/debian/rules  


--- paraview/trunk/debian/README.Debian #2484:2485
@@ -12,6 +12,32 @@
 Hit "Apply". Depending on what you have put into the file you can see inside
 your geometry by: hit the "Clip" button, "Apply".
 
+Paraview and Parallel Data (Mpi)
+--------------------------------
+
+Say that you have data (in ensight case and sos format) spread over N
+processors, in order to view your data you need to start N paraview
+processes
+
+$ mpirun -np N paraview
+
+or 
+
+$ paraview
+
+File -> Connect
+
+Click on "Add Server" 
+
+type the server name (e.g. localhost)
+
+then click on "Configure" and enter  the command 
+
+mpirun -np N pvserver
+
+then click on "Connect" and you are now ready to visualize your
+parallel data
+
 Python scripting
 ----------------
 
@@ -51,3 +77,5 @@
 
 Paraview is built against python2.4, which is the default in Debian. When
 Debian moves to python2.5, we'll rebuild paraview against python2.5.
+
+ -- Christophe Prud'homme <prudhomm at debian.org>, Sun, 18 May 2008 15:53:20 +0200
--- paraview/trunk/debian/changelog #2484:2485
@@ -3,8 +3,6 @@
   TODO before the first upload to NEW:
     - man pages to all executables (at least a dummy one with symlinks)
     - fix all lintian warnings, or add override entries
-    - add README.Debian with a quick intro how to use paraview in Debian (MPI
-    stuff, python, ...)
 
   [ Ondrej Certik ]
   * Initial Debian packaging (Closes: #462631)
@@ -23,5 +21,7 @@
   * debian/{rules,control}: depends on openmpi
   * debian/rules: enable shared libs and reduce package size tremendously
   * debian/rules: set the installation directories
+  * debian/{rules, patches/configure.patch} applied patch for Qt4.4 by 
+    Gerber van der Graaf <gerber.vdgraaf at gmail.com>.
 
- -- Ondrej Certik <ondrej at certik.cz>  Sun, 24 Feb 2008 12:13:35 +0100
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 17 May 2008 08:58:58 +0200
--- paraview/trunk/debian/control #2484:2485
@@ -7,8 +7,8 @@
 Standards-Version: 3.7.3
 XS-DM-Upload-Allowed: yes
 Homepage: http://www.paraview.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/paraview/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/paraview/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/paraview/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/paraview/trunk
 
 Package: paraview
 Architecture: any
--- paraview/trunk/debian/patches/configure.patch #2484:2485
@@ -7,7 +7,7 @@
  # of Qt at one time.  If you really want to use a newer version of Qt, you
  # can delete this check, but you are on your own.
 -STRING(REGEX MATCH "^4\\.2\\.[0-9]+" qt_version_tmp "${QTVERSION}")
-+STRING(REGEX MATCH "^4\\.[2-3]\\.[0-9]+" qt_version_tmp "${QTVERSION}")
++STRING(REGEX MATCH "^4\\.[2-4]\\.[0-9]+" qt_version_tmp "${QTVERSION}")
  IF (NOT qt_version_tmp)
-   MESSAGE(SEND_ERROR "Qt ${QTVERSION} not supported.  Please use Qt 4.2.")
+   MESSAGE(SEND_ERROR "Qt ${QTVERSION} not supported.  Please use Qt 4.4.")
  ENDIF (NOT qt_version_tmp)
--- paraview/trunk/debian/rules #2484:2485
@@ -22,7 +22,7 @@
 	-DCMAKE_INSTALL_RPATH=/usr/lib/paraview \
 	-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON  \
         -DBUILD_TESTING=OFF              \
-        -DVTK_USE_MPEG2_ENCODER=ON       \
+        -DVTK_USE_MPEG2_ENCODER=OFF       \
         -DVTK_USE_FFMPEG_ENCODER=ON      \
         -DPARAVIEW_USE_MPI=ON            \
         -DPARAVIEW_ENABLE_PYTHON=ON      \



More information about the Pkg-scicomp-commits mailing list