Introduction - If you have any usage issues, please Google them yourself
tar zxf parallel-netcdf-1.8.1.tar.gz
Build with:
cd parallel-netcdf-1.8.1
FC=mpifort CC=mpicc CFLAGS=-fPIC ./configure --prefix=/usr/local/pnetcdf-1.8.1_mpich-3.2
make all check
sudo make install