[opendx-users] Memory relocation problem

2001-01-09 Thread Mike Okun
Hi, [I am using OpenDX 4.1.0 on FreeBSD 4.1.1 Dual Intel Pentium III 700 with 1 Gb memory.] I have some problems with importing series object. I am trying import series object from series.dx file like this containing 50 time steps. - object temperature class series member file

RE: [opendx-users] trouble installing on Windows 98

2001-01-09 Thread Suhaib Siddiqi
You need to install the MFC and msvcrt dlls available from opendx.org website. As usual M$ tries to make Windows unpredictable, M$ started shipping different versions with different export symbols of C runtime dlls with different windows OS. Exceed 7.0 works just fine, However there is a

Re: [opendx-users] Memory relocation problem

2001-01-09 Thread Chris Pelkie
Hi, [I am using OpenDX 4.1.0 on FreeBSD 4.1.1 Dual Intel Pentium III 700 with 1 Gb memory.] I have some problems with importing series object. I am trying import series object from series.dx file like this containing 50 time steps. - object temperature class series member file

Re[2]: [opendx-users] Memory relocation problem

2001-01-09 Thread Mike Okun
Hello Chris, Thank you for your suggestion. But as I see in User Guide this number is optional. Now I have added this number but problem still remain. And the number of file read before error occurs is varying time to time. Generally, when I run my program first time after running

Re: [opendx-users] Memory relocation problem

2001-01-09 Thread David Thompson
I do not see the attributes for dependency. They are imperative and dx needs them to understand how to further process the data. I have noticed that not having these attributes can cause problems. object data class array type float rank 0 items 2 lsb ieee data 0 attribute dep string

Re[2]: [opendx-users] Memory relocation problem

2001-01-09 Thread Chris Pelkie
I'm intrigued to know where it says the member number is optional, as both the html and pdf indicate it as required (position and value are optional). I've always put one in, so maybe it works without it and I just didn't know that. Anyway, I think you are simply running out of memory. Series are

Re[3]: [opendx-users] Memory relocation problem

2001-01-09 Thread Mike Okun
Hello Chris, Thank you for your suggestions. It seems I should to process each file separately and determine max and min value as you suggested. As concerned memory usage that according ps or Dx information box dxexec using not more then 40 MB when I have about 1 GB free physical

Re[3]: [opendx-users] Memory relocation problem

2001-01-09 Thread Chris Pelkie
Hello Chris, Thank you for your suggestions. It seems I should to process each file separately and determine max and min value as you suggested. As concerned memory usage that according ps or Dx information box dxexec using not more then 40 MB when I have about 1 GB free physical