Hello David,
I have made all of your advises but I still have the same error.
Can you suggest what is OpenDx memory requirements? I try to load
file of 26240664 bytes and receive out of memory error, but I have at
least 900 Mb free physical memory. Is it normal situation or it may
be error? Is it possible to receive more detailed debug information?
Usage("memory",0);
0: Planning [0867dfc0] 126::/Usage:0
0: 25165824 bytes total: 1297480 in use, 23868344 free
0: graph 126 completed
0: Planning [0867dfc0] 127::/Executive:0
0: graph 127 completed
0: Planning [0867dfc0] 128::/Trace:0
0: graph 128 completed
0: Planning [0867dfc0] 129::/Executive:0
0: graph 129 completed
0: Planning [0867dfc0] 130::/Executive:0
0: graph 130 completed
0: Planning [0867dfc0] 131::/Executive:0
0: graph 131 completed
Begin Execution
0: Planning [086be540] 188::/main:0/Import:1
0: Memory reclamation: looking for 26240000 bytes
ERROR: Import: Out of memory: block of 26240000 bytes is too large for large
arena / file '/home/okun/w/Chdrv/calc3/tets000000.fld' line 3
0: Skipping [086be5b4] 188::/main:0/Inquire:16
0: Skipping [086be69c] 188::/main:0/Switch:3
0: Planning [086be69c] 188::/main:0/Switch:3
0: Skipping [086be710] 188::/main:0/Inquire:17
0: Skipping [086be7f8] 188::/main:0/Switch:4
0: Planning [086be7f8] 188::/main:0/Switch:4
0: Skipping [086bec0c] 188::/main:0/Inquire:20
0: Skipping [086becf4] 188::/main:0/Switch:6
0: Planning [086becf4] 188::/main:0/Switch:6
0: Skipping [086bed68] 188::/main:0/Select:3
0: Planning [086beddc] 188::/main:0/Route:6
0: Skipping [086bee50] 188::/main:0/DXLOutput:1
0: Planning [086beec4] 188::/main:0/Route:5
0: Skipping [086bef38] 188::/main:0/Describe:2
0: Skipping [086befac] 188::/main:0/Format:1
0: Skipping [086bf020] 188::/main:0/Echo:1
0: graph 188 completed
Usage("memory",0);
0: Planning [0867dfc0] 189::/Usage:0
0: 25165824 bytes total: 1297480 in use, 23868344 free
0: graph 189 completed
Thanks in advance,
Mike Okun
Russian Research Center "Kurchatov Institute"
Kurchatov Square Moscow 123182 Russia
Tel. 007(095)196-72-80
[EMAIL PROTECTED] 17:25 10.01.2001
Tuesday, January 09, 2001, 6:09:38 PM, you wrote:
DT> I do not see the attributes for dependency. They are imperative and
DT> dx needs them to understand how to further process the data. I have
DT> noticed that not having these attributes can cause problems.
DT> object "data" class array type float rank 0 items 20000 lsb ieee data 0
DT> attribute "dep" string "positions"
DT> #
DT> object "positions" class gridpositions counts 20 20 50
DT> origin 0 0 0
DT> delta 1 0 0
DT> delta 0 1 0
DT> delta 0 0 1
DT> attribute "dep" string "positions"
DT> #
DT> object "connections" class gridconnections counts 20 20 50
DT> attribute "dep" string "connections"
DT> attribute "ref" string "positions"
DT> #
DT> object "step1000" class field
DT> component "data" value "data"
DT> component "positions" value "positions"
DT> component "connections" value "connections"
DT> #
DT> attribute "t_step" string "1000"
DT> attribute "time" string "0.000221547"
DT> #
DT> end
DT> I'm also not sure about being able to use the named objects over and
DT> over. Whenever I have created a series object its always been in one
DT> file where I've had to use unique numbers for all the separate
DT> objects.
DT> Try it and let me know.
DT> David
>>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 tets000000.fld
>>member file tets001000.fld
>>member file tets002000.fld
>>member file tets003000.fld
>>member file tets004000.fld
>>member file tets005000.fld
>>...
>><----->
>>
>>
>>where every tets%%% file has such header
>>
>><----->
>>object "data" class array type float rank 0 items 20000 lsb ieee data 0
>>#
>>object "positions" class gridpositions counts 20 20 50
>>origin 0 0 0
>>delta 1 0 0
>>delta 0 1 0
>>delta 0 0 1
>>#
>>object "connections" class gridconnections counts 20 20 50
>>#
>>object "step1000" class field
>>component "data" value "data"
>>component "positions" value "positions"
>>component "connections" value "connections"
>>#
>>attribute "t_step" string "1000"
>>attribute "time" string "0.000221547"
>>#
>>end
>><----->
>>
>>When I try to import series with every time step about 3Mb in size
>>(gridpositions
>>counts 20 20 2000) i receive the following error message:
>>"ERROR: Import: Invalid data: bad or missing series member object/file
>>'/w/Chdrv/calc/series.dx' line 6."
>>
>>
>>This error follows by Memory reclamation action. The debug log is
>>Begin Execution
>> 0: Planning [08bd40e0] 481::/main:0/Import:1
>> 0: opening file '/w/okun/Chdrv/calc/tets000000.fld'
>> 0: opening file '/w/okun/Chdrv/calc/tets001000.fld'
>> 0: opening file '/w/okun/Chdrv/calc/tets002000.fld'
>> 0: opening file '/w/okun/Chdrv/calc/tets003000.fld'
>> 0: Memory reclamation: looking for 3200000 bytes
>>ERROR: Import: Invalid data: bad or missing series member object / file
>>'/w/Chdrv/calc/series.dx' line 6.
>>
>>The number of files read before error message varies from 3 to 8 for
>>one data set.
>>
>>
>>Thanks in advance
>>
>>Mike Okun
>>[EMAIL PROTECTED]