Fortran
文章平均质量分 61
东躲西藏的西城
这个作者很懒,什么都没留下…
展开
-
Win10 和Win11 安装ubuntu和更换国内源,安装gfortran
window 通过store安装ubuntu,换源,配置gfortran环境原创 2022-06-03 22:41:41 · 2977 阅读 · 0 评论 -
Windows下使用gFortran,VScode+MinGW
1,安装VScode,安装modern fortran插件,随便哪个都行。2,安装MinGWMinGW - Minimalist GNU for Windows download | SourceForge.netDownload MinGW - Minimalist GNU for Windows for free. A native Windows port of the GNU Compiler Collection (GCC) This project is in the proces.原创 2021-10-08 16:18:57 · 1996 阅读 · 0 评论 -
fortran Makefile
## subroutine and function source filesSRC_FILES = qromb.F90 polint.F90 trapzd.F90## module filesMDL_FILES = para.F90 nrutil.F90 nr.F90OBJS = ${SRC_FILES:.F90=.o}MOD = ${MDL_FILES:.F90=.o}## main fileBIN = xmain# compilerF90 = gfortran##顺序非常重要.转载 2021-10-01 21:37:57 · 2328 阅读 · 0 评论