Re: [Paraview] pvserver always shows 100% cpu usage

2008-12-08 Thread Jens
Hi John, I compared a)MPI_Send/MPI_Recv with b)MPI_ISend/MPI_IRecv/MPI_Wait and it depends on the situation which style is the fastest - style b is not simply worse than style a. If you have high latency because of your network-hardware you are better of with style b. But it is difficult to tell,

Re: [Paraview] pvserver always shows 100% cpu usage

2008-12-08 Thread Jens
Hi Paul, this is a very good hint. Thanks a lot. But is sadly does not work :( I started pvdataserver like this: mpirun --mca mpi_yield_when_idle 1 -np 4 ./pvdataserver and still see three processes with 100% cpu, while no-one is connected. This happens on a Dell R805 (2xAMD

Re: [Paraview] pvserver always shows 100% cpu usage

2008-12-08 Thread Jens
Hi Paul, I read the following on open-mpi-mailinglist: One issue is that yield might mean yield if there is someone else ready to run. Like a traffic sign: if someone else is there, you yield. If no one else is there, there's no way to tell that someone is yielding. Next, even if someone else

Re: [Paraview] [Ensight] 2D gold forme

2008-12-08 Thread Zhanping Liu
Josue: Would you please provide the dataset and procedure used to re-produce the bug? Thanks. -Zhanping -- Zhanping Liu, PhD Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x 138 http://www.zhanpingliu.org On Fri, Dec 5, 2008 at 9:29 AM, Josué

Re: [Paraview] default_server.pvsc in PV-3.4.0

2008-12-08 Thread Utkarsh Ayachit
Ramesh, Try putting the file in under lib/paraview-3-4 (same location as paraview-real executable). Utkarsh On Fri, Nov 21, 2008 at 10:04 AM, Rakesh Hammond [EMAIL PROTECTED] wrote: Dear all, I am trying to use the default_server.pvsc file to load up profiles, which are site specifi rather

Re: [Paraview] reg file loading

2008-12-08 Thread Utkarsh Ayachit
Is it possible that your csv file has a blank line at the end? Anyways, currently there's currently no direct way of visualizing the data read in by CSV except in the spreadsheet view to simply look at the raw data (or plots in CVS paraview). You'll have to write a python programmable filter or

[Paraview] Can I rotate camera in animation?

2008-12-08 Thread Andrey Merdeev
Hallo! Can I use different filters in animation or rotate camera? -- Andrey ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] Fluent / Ensight data on cluster

2008-12-08 Thread Berk Geveci
I tracked this down and you are right. When reading EnSight files (not sos), all processes read the whole dataset and then each one extracts a piece. If you submit a request at http://paraview.org/Bug, we can address this issue in the future. -berk On Fri, Dec 5, 2008 at 3:48 AM, Jacques Papper