主题:[转帖]哪位大哥帮这个看看这个程序用什么编译器编译
这个程序好像是linux里运行的,这是其中的一段代码,没有.dsw文件,里面有个makefile的文件,这是其中一段F90程序,请大家帮这看看这个该用什么编译器,多谢了
real, dimension (1:ndonm) :: xdont ! tableau des donnees
real, dimension (1:npicm) :: xpict ! tableau des extrema
integer, dimension (1:ncls,1:ncls) :: mtrsbt ! matrice transition
integer, dimension (1:ncls,1:ncls) :: mrnftt ! matrice theorique
integer, dimension (1:ncls,1:ncls) :: mrnfst ! matrice simulee
real, dimension (1:ncls,1:ncls) :: ptrst ! matrice Markov
real, dimension (1:ncls,1:ncls) :: prnft ! matrice Rainflow
!
call initim
call gettim (jheu, jmin, xsec) !计算程序运行时间的语句
write (luout, 99999) jheu, jmin, xsec, &
& ' Read sequence'
!
! .... Read sequence
!
call reaseq (xdont, ndonm, ndon)
call gettim (jheu, jmin, xsec)
write (luout, 99999) jheu, jmin, xsec, &
& ' extract extrema'
real, dimension (1:ndonm) :: xdont ! tableau des donnees
real, dimension (1:npicm) :: xpict ! tableau des extrema
integer, dimension (1:ncls,1:ncls) :: mtrsbt ! matrice transition
integer, dimension (1:ncls,1:ncls) :: mrnftt ! matrice theorique
integer, dimension (1:ncls,1:ncls) :: mrnfst ! matrice simulee
real, dimension (1:ncls,1:ncls) :: ptrst ! matrice Markov
real, dimension (1:ncls,1:ncls) :: prnft ! matrice Rainflow
!
call initim
call gettim (jheu, jmin, xsec) !计算程序运行时间的语句
write (luout, 99999) jheu, jmin, xsec, &
& ' Read sequence'
!
! .... Read sequence
!
call reaseq (xdont, ndonm, ndon)
call gettim (jheu, jmin, xsec)
write (luout, 99999) jheu, jmin, xsec, &
& ' extract extrema'