Hi Tim, It makes sense now with --inline=no except for these two lines:
294311546 @assert ndims(training_image) == 3 "training image is not 3D (add ghost dimension for 2D)" -537275547 simgrid[iₛ:iₑ,jₛ:jₑ,kₛ:kₑ] = M.*simdev + !M.*TIdev Why the first line is allocating that amount of memory? What in the second line we have a negative sign? I'll open an issue on GitHub. Thanks, -Júlio 2015-12-10 3:01 GMT-08:00 Tim Holy <[email protected]>: > Definitely weird. Seems like either a path problem (but if you don't have > multiple copies of iqsim.jl, that can't be it) or a line-numbering problem. > Does this still happen with --inline=no? Are you using macros elsewhere? > > Assuming this is a julia bug, trimming it down to a minimal example would > probably help isolate the problem. I'm afraid I don't have any other ideas. > > --Tim > > On Wednesday, December 09, 2015 07:54:47 PM Júlio Hoffimann wrote: > > Hi Tim, > > > > I recompiled Julia, reinstalled all the packages and the *.mem file is > > still showing those strange counts. Any idea? > > > > -Júlio > > > > 2015-12-09 8:44 GMT-08:00 Júlio Hoffimann <[email protected]>: > > > Thanks Tim, I'll double check it. > > > > > > -Júlio > >
