|
From: Jim E. <jim...@al...> - 2001-09-14 12:20:13
|
Bill Hibbard wrote: > Hi Narisara, > > > I had a dozen of 6-days vis5d files(48 times step and 18 parameters),= and > > wanna combined them together. However, the total time steps exceed th= e limit > > of vis5d. So, I changed 5-d grid size parameters in v5d.h and v5df.h= as show > > below. > > MAXVARS 200 -> 20 > > MAXTIMES 400 -> 1000 > > MAXROWS 400 -> 100 > > MAXCOLUMNS 400 -> 200 > > MAXLEVELS 100 -> 100 > > > > After compilation, I could use v5dimport to open those files and make= a combined > > file for maximum only 7 parameters. How could I change the above para= meters > > or other to make v5dimport handle more than this limit? I would appre= ciate > > any suggestion or comment. My system is Redhat 7.1 on Pentium V and > > 256 mb of memory. > > I think that if you make sure v5dimport recompiles after > you change v5d.h, then you should be able to combine more > variables. > > Good luck, > Bill Just to clarify what Bill is saying - When you change a header (.h) fil= e you need to recompile all of the source files that depend on that header. The vis= 5d Makefiles do not do this automatically - go to the top level directory and run =B4= make clean=B4 then run make again and that should take care of it. Note also that the vis5d+ distribution does define automatic dependencies= , vis5d+ is available from http://vis5d+.sf.net Jim |