你有遇到这样的警告吗:
./preprocess <sphpro.F | /usr/bin/cpp -P -C -traditional >sphpro.f90 -DHOST=\"LinuxIFC\" -DCACHE_SIZE=12000 -DPGF90 -Davoidalloc -DNGXhalf -DRPROMU_DGEMV -DRACCMU_DGEMV
/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/ifort -FR -names lowercase -assume byterecl -O2 -ip -ftz -c sphpro.f90
sphpro.f90(846): remark #8290: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+3'.
3201 FORMAT(/' k-point ',I4,' :',3X,3F11.8,' weight = ',F10.8/)
--------------------------------------------------------------^
sphpro.f90(1230): remark #8290: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+3'.
3201 FORMAT(/' k-point ',I4,' :',3X,3F11.8,' weight = ',F10.8/)
--------------------------------------------------------------^