Does anything at all get printed before that? Any kind of error message? Can you run Julia from a normal terminal and see what kind of an exit code it terminates with? Is this an out-of-memory error? A segfault?
On Mon, Mar 2, 2015 at 4:11 AM, Milan Bouchet-Valat <[email protected]> wrote: > Le dimanche 01 mars 2015 à 23:20 -0500, Stefan Karpinski a écrit : > > A little more detail about what you're doing may help. How are you > > running this? What code are you using? The phrase "Process Completed" > > doesn't appear anywhere in the Julia source code – are you using some > > package? > "Process completed" appears to be printed by Terminal.app when a program > stops. Not sure whether it happens on normal exit or when crashing, > though. > > > Regards > > > On Sun, Mar 1, 2015 at 6:15 PM, <[email protected]> wrote: > > I have just started using Julia for my Masters projects in the > > last few months. I am trying to run a set of Finite Difference > > solvers on matrices, but it seems that for matrices larger > > than around 100x100 I get the message [Process Completed], but > > no output. I tried saving the results to a file rather than > > displaying them, but it made no difference. > > > > > > Does anyone have any suggestions for how I might fix this? > > > > > > Thanks > > > > >
