From: Andrew S. <str...@as...> - 2006-10-31 01:41:38
|
Fernando Perez wrote: > Here is some more info. We left a long-running job over the weekend > with the prints you suggested. Oddly, something happened at the OS > level which killed our SSH connection to that machine, but the above > numpy dealloc() warning never printed (we logged this). As an aside, I always use GNU screen when starting long-running jobs just in case something like this happens. screen lets you reconnect to a session from any login to a machine. Just a point of information... -Andrew |