回 帖 发 新 帖 刷新版面

主题:[转帖]哪位大哥帮这个看看这个程序用什么编译器编译

这个程序好像是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'

回复列表 (共2个回复)

沙发


你手头有什么编译器?有问题么?

板凳

你看看makefile里使用什么编译器 还是使用默认的
一般有gfortran和gmake的话
直接make 或 gmake即可

我来回复

您尚未登录,请登录后再回复。点此登录或注册