下载地址:https://parallel-netcdf.github.io/Release/pnetcdf-1.12.3.tar.gz
cd /path/to/PNETCDF/src tar -xvf pnetcdf-1.12.3.tar.gz cd pnetcdf-1.12.3
export CC=mpicc CXX=mpicxx FC=mpifort ./configure --prefix=/path/to/PNETCDF/install --build=aarch64-linux --enable-shared --enable-fortran --enable-large-file-test
make -j make install