在Ubuntu上發布Fortran代碼,可參考以下步驟:
sudo apt update
sudo apt install gfortran
.f90
gfortran -o 可執行文件名 源文件名.f90
tar -czvf 壓縮包名.tar.gz 目錄名/