pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

Long precompile times and extensive read out

Open JacobNeumann88 opened this issue 3 years ago • 1 comments

Hello,

I am working on incorporating Julia into a python program and I've found when my mathematical models get rather large I get output at the command line that doesn't seem to effect the performance of Julia but its pages that would only confuse anyone that would use the software. Also when the mathematical model that are passed to Julia are large the precompiling times get above 20 minutes. Is there a way to fix either of these?

Also I cannot seem to use this with any dynamic os and as my software is compatible with most operating systems currently having that as an option would be great. I did try the work arounds that are suggested and they ended in seg faults and I've seen this issue mentioned and wondered if there would be a solution.

Thanks!

image

JacobNeumann88 avatar Jul 29 '22 21:07 JacobNeumann88

Can you provide a minimum working example and describe what you tried to make this work?

mkitti avatar Nov 23 '22 16:11 mkitti