fortran77专题

Ubuntu16,JAVA JNA调用fortran,Fortran编译器:Intel Fortran, Fortran77版本

啊!神坑 首先一个Fortran程序, 两个subroutine,CALL_SUB()调用SUB(),因为在我的正常需求下需要这么调用,所以用这个做测试。 用intel fortran编译生成.so文件,命令是 ifort -o testSO.so -shared -fpic testSO.for 先用fortran调用一下这个.so文件test一下,主程序, 然后用.so文件编

编译 intel MKL的一个fortran77 example DSYEV Example Program in Fortran

DSYEV Example Program in Fortran https://www.intel.com/content/www/us/en/docs/onemkl/code-samples-lapack/2023-1/dsyev-example-fortran.html 1. 示例代码  copy from hyperlink up: * Copyright (C) 2009-20