Help needed

Tobias Burnus burnus@net-b.de
Mon Oct 14 20:17:00 GMT 2013


Dean Smith wrote:
> I am running gcc-4.4.7 in a linux environment on the University of 
> Colorado research computer.
> When I enter on the command line:
> gfortran -c joem3.F
> I get the error message: can't close joem1.o: Input/output error 

Let's ask the obvious question: Do you have enough disk space in that 
directory where you are writing - that means both normal disk space, 
which "df -h ." shows as also enough quota space ("quota" might show 
it)? Additionally, the compiler tries to write some temporary files in a 
temporary file (typically: /tmp) - thus, you should ensure that you have 
enough space there, too. (Even if the message for /tmp should look 
different.)

Tobias



More information about the Fortran mailing list