在CentOS系统上进行Fortran科学计算,有几个推荐的库,具体如下:
OpenCoarrays:
cmake ..
、make test
(可选)和 sudo make install
。WRF (Weather Research and Forecasting Model):
Gromacs:
BLAS、LAPACK和HDF5:
sudo yum install blas-devel lapack-devel hdf5-devel
通过这些推荐的库,你可以在CentOS系统上进行高效的Fortran科学计算。