On Wed, Mar 14, 2012 at 9:25 AM, Pauli Virtanen <p...@iki.fi> wrote: > Or, maybe the whole Fortran stuff can be run in a separate process, so > that crashing doesn't matter.
That's what I was going to suggest -- even if you can get it not to crash, it may well be in a bad state -- memory leaks, and who know what else. We did something similar with some C code that called the system exit() function when it encountered errors -- it may not have been too hard to replace those calls, but making sure the memory was all cleaned up was going to be a trick -- so we just used the multiprocess module to call it in another process. HTH, -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception chris.bar...@noaa.gov _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion