📄 compil_remarks
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -