We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fa55a commit cb35d12Copy full SHA for cb35d12
README
@@ -41,8 +41,11 @@ Requirements:
41
42
Build recipes:
43
The process of building and installation of PnetCDF library is usually
44
- simple: by just running commands "./configure" and "make install". Several
45
- configure options are also available to customize it.
+ simple: by just running commands "./configure", "make", and "make install".
+ (If more than one set of MPI compilers are available on your system, adding
46
+ option --with-mpi=/path/to/MPI/install to the configure command line is
47
+ recommended.) Several configure options are also available to customize it.
48
+ See INSTALL for more information.
49
50
Several machine- and compiler-specific build recipes are available under
51
the directory of doc.
0 commit comments