- 积分
- 127
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-7-9
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在安装readv3.f时按照提示的
This utility program is written in free-format Fortran 90.
! It requires a Fortran 90 compiler to compile.
!
! On a DEC_Alpha machine, type the following to compile:
! f90 -free -convert big_endian readv3.f
!
! On SGI, type
! f90 -freeform readv3.f
!
! On Linux machine, type
! pgf90 -Mfreeform -pc 32 -byteswapio readv3.f
!
! On IBM, type
! xlf -qfree=f90 readv3.f
!
!
! To run, type
! a.out v3-filename
我的是linux系统,是64位,具体的 -Mfreeform -pc 32 -byteswapio代表的含义不懂?还有我的编译器是gfortran,应该不影响吧?请各位大神帮一下忙
|
|