Fortran代码生成so库

例:

ifort -c -fpic test.f90
ifort -shared -o test.so test.o

原文地址:https://www.cnblogs.com/runnerjack/p/8085595.html