|
|
发表于 2003-11-11 19:17:25
|
显示全部楼层
求助,如何部分编译Fortran源程序
It is better to split you FORTRAN into several small files, each of it has several subroutines. Then you can compile them seperatly. And link it together an the end.
This is necessory when your code it more than 500 lines, for CFDer, the code will be more than 5000 lines generally. |
|