>>>>> Evangelos Miliordos writes: > Write error in iow_direct_write; fd=10, l=100541421, p=743857215; > read returns 559300104
Firstly that it says "read returns" is a typo. It should, of course, say "write returns". > Does anyone have any idea of what this means? Any help would be > most appreciated. The error message means that there was a call to write 100541421 words of data, and only 559300104 bytes were written. In version 2002.6 and earlier this is treated as an error. In the development version, Molpro will call write(2) multiple times, until all the data is written, assuming that no error is flagged. -- Dr. Matt Hodges School of Chemistry University of Birmingham
