??? wrote: > The compiling process takes about four hours. [...] > ======================================================================================================= > mpif90 -O2 -assume byterecl -nomodule -fpp -D__INTEL -D__FFTW > -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include -I./ -I../Modules > -I../iotk/src -I../PW -I../PH -I../CPV -c electrons.f90 > make[1]: *** Deleting file `electrons.o' > make[1]: *** [electrons.o] Error 2 > make: *** [pw] Interrupt > ======================================================================================================= > I think there may be some problems in the electrons.f90.
no sir, it's your compiler that is stuck in an endless loop somewhere. When you kill it with control-C, it cancels the object file (this is the meaning of the three last lines in the output). If you paid Intel real money for the compiler, complain with Intel. Otherwise, see the user guide. Paolo -- Paolo Giannozzi, Democritos and University of Udine, Italy
