From: Dilawar S. <dil...@nc...> - 2014-05-01 04:32:32
|
>For example the last code of async13 has some missed files such as >boost, global.cpp, etc. I just added files from other branches and I do >not know are they correct version or not. By the way it compiled, but in >simulation the below errors occur: > > bin: 101 > Error: bin:101t: 1921.01 currTime_ 1920 dt_: 0.01 > Simulated till 1930. Left: 70. 10 of simulation took: 0.016554 s > bin: 101 > Error: bin:101t: 1931.01 currTime_ 1930 dt_: 0.01 > Simulated till 1940. Left: 60. 10 of simulation took: 0.016555 s > bin: 101 > Error: bin:101t: 1941.01 currTime_ 1940 dt_: 0.01 > >It can be possibly the result of changes which I made in the code. Hi Saeed, I made these changes for debugging purpose. Unfortunately I committed them without protecting the original code with suitable macros. There is some problem is bin-size, it is getting bigger than MAXBIN size when you execute testHsolve.py file. If you pass smaller time to moose.start() then this problem goes away. There is also some issue with paths in hsolve folder. I am trying to resolve it. Dilawar |