1) use a different compiler OR 2) modify the code, so as to feed the DO loop with integer indeces SB
On Oct 11, 2011, at 12:50 PM, bhabya sahoo wrote: > when i compile QHA the error gives > > > > > > gfortan -O3 -c tetra.f > make: gfortan: Command not found > make: *** [tetra.o] Error 127 > gfortran -O3 -c Debye.f90 > Debye.f90:144.8: > > do T = T_low_start, T_low, T_low_delta > 1 > Warning: Deleted feature: Loop variable at (1) must be integer > Debye.f90:144.11: > > do T = T_low_start, T_low, T_low_delta > 1 > Warning: Deleted feature: Start expression in DO loop at (1) must be integer > Debye.f90:144.24: > > do T = T_low_start, T_low, T_low_delta > 1 > Warning: Deleted feature: End expression in DO loop at (1) must be integer > Debye.f90:144.31: > > do T = T_low_start, T_low, T_low_delta > 1 > Warning: Deleted feature: Step expression in DO loop at (1) must be integer > Debye.f90:177.4: > > do T = T_low+5, T_high, T_high_delta > 1 > Warning: Deleted feature: Loop variable at (1) must be integer > Debye.f90:177.7: > > do T = T_low+5, T_high, T_high_delta > 1 > Warning: Deleted feature: Start expression in DO loop at (1) must be integer > Debye.f90:177.16: > > do T = T_low+5, T_high, T_high_delta > 1 > Warning: Deleted feature: End expression in DO loop at (1) must be integer > Debye.f90:177.24: > > do T = T_low+5, T_high, T_high_delta > 1 > Warning: Deleted feature: Step expression in DO loop at (1) must be integer > gfortran -O3 -c Debye_T.f > gfortran -O3 -c debye3.f > gfortran -O3 -c cheval.f > gfortran -O3 -c d1mach.f > gfortran -static -o Debye.x Debye.o Debye_T.o debye3.o cheval.o d1mach.o > fortran -FR -c Mean_square_displacement.f90 > make: fortran: Command not found > make: *** [Mean_square_displacement.o] Error 127 > ln: creating symbolic link `tetra.x': File exists > ln: creating symbolic link `phonon_dos.x': File exists > ln: creating symbolic link `Debye.x': File exists > ln: creating symbolic link `Atom_projected_properties.x': File exists > ln: creating symbolic link `F_QHA.x': File exists > ln: creating symbolic link `Ghost_DOS.x': File exists > ln: creating symbolic link `Partial_phonon_DOS.x': File exists > ln: creating symbolic link `Mean_square_displacement.x': File exists > ln: creating symbolic link `atom_info.x': File exists > bds at Planck:~/bhabya/espresso-4.3/QHA$ > > > > what should i do > > > > b d sahoo reserch scholar > barc > mumbai > _______________________________________________ > Pw_forum mailing list > Pw_forum at pwscf.org > http://www.democritos.it/mailman/listinfo/pw_forum --- Stefano Baroni - SISSA & DEMOCRITOS National Simulation Center - Trieste http://stefano.baroni.me [+39] 040 3787 406 (tel) -528 (fax) / stefanobaroni (skype) La morale est une logique de l'action comme la logique est une morale de la pens?e - Jean Piaget -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/pw_forum/attachments/20111011/32b9da96/attachment-0001.htm
