Hi. I have a question about parallel processing in Linux versus parallel processing in Windows using Julia. I have been using it without issues for some time in both operational systems without any problem. Yesterday, using fedora 23 and Julia 0.4.3-1 (fedora version) and 0.4.3-6 (nalimilan/julia Copr) I observed a consistent increase in memory usage at every iteration of my program. Reverting it to the serial version solves this issue. It does not happens in windows, since there is no increase in memory usage along the iterations.
Does anyone else observed this issue ? Unfortunenly, the code is very large, comprising finite element, homogenization and topology optimization, but it is clear that the problem is associated to parallel processing. I will try to write a small prototype in order to make further studies about this behavior. Thank for your help.
