compil_remarks

来自「6s大气校正的fortran源代码」· 代码 · 共 11 行

TXT
11
字号
use the Makefile (make command) to compile the code.
the executable is "sixs"

for SUN /os  replace 
  SYSTEM = hpux              by  SYSTEM = __sparc (or __SVR4)
  EXTRA  = +O3 -D$(SYSTEM)   by  EXTRA  = -O -D$(SYSTEM)
  FC     = f77               by  FC     = /usr/lang/f77 -Nl100


for SUN /os IBM/rs6000 dec  you have to exec: ranlib sixslib.a

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?