Re: Cannot allocate memory when using os.spawn for moving files

2009-03-18 Thread Piet van Oostrum
> Andreas (A) wrote: >A> Hello there, >A> I have a problem moving files from my local harddrive to a NFS share using >A> a Python script. >A> The script is used to run a model which produces large (~500MB) binary >A> output files. The model itself is a Fortran program, and I call it from my >

Cannot allocate memory when using os.spawn for moving files

2009-03-17 Thread Andreas
Hello there, I have a problem moving files from my local harddrive to a NFS share using a Python script. The script is used to run a model which produces large (~500MB) binary output files. The model itself is a Fortran program, and I call it from my script using the line os.spawnlp(os.P_WAI