Re: [Paraview] Too many open files

2010-05-17 Thread Carolyn Stancoff
Where do I put that? I'm using Windows XP which I think allows a maximum of 2048 open files. So I assume I need to put this in the ParaView code. I'm also wondering if there is a reason why the files need to stay open. It would be a lot nicer if I could close the files instead of leaving them o

Re: [Paraview] Too many open files

2010-05-13 Thread Robert Maynard
For windows _setmaxstdio could be the solution to allow more than 512 open files per process. On Thu, May 13, 2010 at 11:29 AM, Samuel Key wrote: > Hi Carolyn, > > I was gently suggesting that you could solve the problem of "too m

Re: [Paraview] Too many open files

2010-05-13 Thread Samuel Key
Hi Carolyn, I was gently suggesting that you could solve the problem of "too many open files" by going to a datum format that required a smaller number of files, or don't ask ParaView to load data that you don't have a requirement (at the moment) to post-process.  If that is not possible, then

Re: [Paraview] Too many open files

2010-05-13 Thread Carolyn Stancoff
I can view 500 time steps. My problem is when it goes to time step 509. My guess is that there is a limit of 512 open files somewhere. Carolyn On Wed, May 12, 2010 at 1:59 PM, Samuel Key wrote: > Oops, here is the attachment. > > > Samuel Key wrote: > > Carolyn, > > I am not sure which EnSigh

Re: [Paraview] Too many open files

2010-05-12 Thread Samuel Key
Oops, here is the attachment. Samuel Key wrote: Carolyn, I am not sure which EnSight format you are using. I have attached an EnSight case-file that is typical for me and functions with only a small set of files, but with a large number of time steps. In this format, each cell/point var

Re: [Paraview] Too many open files

2010-05-12 Thread Samuel Key
Carolyn, I am not sure which EnSight format you are using. I have attached an EnSight case-file that is typical for me and functions with only a small set of files, but with a large number of time steps. In this format, each cell/point variable has its own file; each file contains the data at

[Paraview] Too many open files

2010-05-12 Thread Carolyn Stancoff
I have data for 630 time steps in EnSight format. When I try to play the data I get that there are too many open files (nothing after time step 509 is displayed). Is there something I can change in Windows or ParaView to allow more open files? Since I currently have each time step data in its ow