[Paraview] pv 3.0.2 max number of parallel processors?

Berk Geveci berk.geveci at kitware.com
Fri Aug 8 17:03:08 EDT 2008


Nope. No limit to the number of processors. I believe Sandians ran on
~ 200 nodes. We ran pvbatch on 512 on a Cray Xt3 and Blue Gene.

-berk


On Fri, Aug 1, 2008 at 11:08 AM, Stephen Wornom
<stephen.wornom at sophia.inria.fr> wrote:
> pv 3.0.2 functions correctly with up to 16 partitions.
> What I try 32 partitions using 8 processors  I get the error
>
> [3]   Done                    /usr/local/paraview/bin/paraview -dr
> Navier> ERROR: In
> /tmp/rpmbuild/BUILD/paraview-3.0.2/Servers/Common/vtkServerConnection.cxx,
> line 67
> vtkServerConnection (0x4be3290): Server Connection Closed!
>
>
>
> [4]+  Broken pipe             /usr/local/paraview/bin/paraview -dr
>
> Is there a limit to the number of processors that can be used?
> Stephen
> p.s.
> launch script
> #!/bin/sh
> #PBS -N "Paraview_8"
> #PBS -l "nodes=1:xeon:ppn=8"
> #PBS -l "walltime=4:00:00"
>
> # Standard error & standard output are merged in example.out
> ##PBS -j oe
> #PBS -o "Paraview_8.out"
> #PBS -m e
> cd $PBS_O_WORKDIR
> server=`hostname`
> echo "The server is listening on host $server "
>
> /usr/local/bin/mpiexec2 /usr/local/paraview/bin/pvserver
> --use-offscreen-rendering
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list