#!/bin/bash gfortran -shared -fPIC -o test.so test.f90 python test.py