GNU 的 Fortran 编译器(gfortran)的安装参考这篇:Linux系统中GNU编译器gcc/g+… Continue reading Fortran程序的OpenBLAS链接和编译
分类: Fortran专题
Python和Fortran的混合编程
这里使用 f2py 来实现 Python 和 Fortran 的混合编程。 f2py 是 NumPy… Continue reading Python和Fortran的混合编程
Fortran+MKL和Python+NumPy矩阵求逆的时间对比
这是之前关于 Fortran 的几篇博文: 本篇以矩阵求逆为例,测试 Fortran+MKL 和 Python… Continue reading Fortran+MKL和Python+NumPy矩阵求逆的时间对比
Fortran中include和use的使用
Fortran中常用语句参考这篇:Fortran常用语句。 在 Python 中有 import 命令,可以实… Continue reading Fortran中include和use的使用
在Linux系统下Fortran的下载以及设置MKL环境
本篇介绍的是 Intel 的 Fortran 编译器。如果不使用 Intel 的 MKL 库,那么可以使用 G… Continue reading 在Linux系统下Fortran的下载以及设置MKL环境
Visual Studio和Fortran的下载以及设置MKL环境
一、软件下载和安装 在 Windows 系统下,需要先安装 Visual Studio,再安装 Intel o… Continue reading Visual Studio和Fortran的下载以及设置MKL环境
在Fortran中OpenMP循环并行计算的常用语句
Fortran环境配置:Visual Studio和Fortran的下载以及设置MKL环境。 之前看了雷洪、胡… Continue reading 在Fortran中OpenMP循环并行计算的常用语句
Fortran常用语句
Fortran 的环境配置参考这两篇: Fortran 的一个学习网址:https://fortran-lan… Continue reading Fortran常用语句