The problem may be the reader that you're using. Some of the readers in VTK are not parallel so even if you run multiple processes each process will still try to load the entire dataset in that case.
Andy 2009/8/30 weaponfire2005 <[email protected]> > Hi all: > First thanks for Dave.Demarle's help. > I use "mpirun -np 4 ./pvserver" to launch a server with four > nodes, visualizing a 800*800*300 grid. It seems that each process consume > too much memory. So I extend the number of nodes from 4 to 8 using "mpirun > -np 8 ./pvserver" , but each process on 8 nodes server consume the same > memory as 4 nodes server. The situation of 16 processes(16 nodes) is same as > above. > I thought that with the number of processes' growth, each process on > server would share less raw data, so the quantity of memory each process > consuming would decline. It proved that I was wrong. Could someone tell me > the reason? > Thanks for your help:) > Pan Wang > > > ------------------------------ > 没有广告的终身免费邮箱,www.yeah.net <http://www.yeah.net/?from=footer> > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
