Hi,
 

I just downloaded the qe-6.3 and try to compile it../configure successfully but 
‘make pw’  fails with the following error:
       Fatal Error: Can't open module file 'mytime.mod' for reading at (1): No 
such file or directory
make[1]: *** [clocks_handler.o] Error 1
make[1]: Leaving directory `/home/guiwei/qe-6.3/UtilXlib'
make: *** [libutil] Error 1
I have put the detailed files in the attachment.Could someone give me some 
advice?




Gui Wei
 In file clocks_handler.f90:60

     FUNCTION f_wall ( ) BIND(C,name="cclock") RESULT(t)
                       1
Error: Unexpected junk after function declaration at (1)
 In file clocks_handler.f90:61

       USE ISO_C_BINDING
                       1
Error: Unexpected USE statement in INTERFACE block at (1)
 In file clocks_handler.f90:62

       REAL(kind=c_double) :: t
                1
Error: Parameter 'c_double' at (1) has not been declared or is a variable, 
which does not reduce to a constant expression
 In file clocks_handler.f90:63

     END FUNCTION f_wall
       1
Error: Expecting END INTERFACE statement at (1)
 In file clocks_handler.f90:64

     FUNCTION f_tcpu ( ) BIND(C,name="scnds") RESULT(t)
                       1
Error: Unexpected junk after function declaration at (1)
 In file clocks_handler.f90:65

       USE ISO_C_BINDING
                       1
Error: Unexpected USE statement in INTERFACE block at (1)
 In file clocks_handler.f90:66

       REAL(kind=c_double) :: t
                1
Error: Parameter 'c_double' at (1) has not been declared or is a variable, 
which does not reduce to a constant expression
 In file clocks_handler.f90:67

     END FUNCTION f_tcpu
       1
Error: Expecting END INTERFACE statement at (1)
 In file clocks_handler.f90:85

       clock_label, walltime, t0wall, nclock, mpi_per_thread
                                                           1
Fatal Error: Can't open module file 'mytime.mod' for reading at (1): No such 
file or directory
make[1]: *** [clocks_handler.o] Error 1
make[1]: Leaving directory `/home/guiwei/qe-6.3/UtilXlib'
make: *** [libutil] Error 1
[guiwei@node1 qe-6.3]$ 

Attachment: make.inc
Description: Binary data

_______________________________________________
users mailing list
[email protected]
https://lists.quantum-espresso.org/mailman/listinfo/users

Reply via email to