ternaus / quest-qmc

Automatically exported from code.google.com/p/quest-qmc
2 stars 11 forks source link

Compilation error with -DQMC_CKB #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gfortran -m64 -O3 -funroll-loops -Wall -DDQMC_CKB   -c dqmc_ckb.F90
dqmc_ckb.F90:1.8:

module 1
        1
Error: Invalid character in name at (1)
dqmc_ckb.F90:510.3:

end module 1
   1
Error: Expecting END PROGRAM statement at (1)
Error: Unexpected end of file in 'dqmc_ckb.F90'
make[1]: *** [dqmc_ckb.o] Error 1
make[1]: Leaving directory `/home/vladimir/work/quest-qmc/SRC'
make: *** [libdqmc] Error 2

Original issue reported on code.google.com by iglovi...@gmail.com on 7 Jul 2014 at 7:22

GoogleCodeExporter commented 9 years ago
Apparently proper compilation flag is -D_CKB and not -DQMC_CKB 

Original comment by iglovi...@gmail.com on 21 Jul 2014 at 9:02