Skip to content

Commit cb35d12

Browse files
committed
add note about using --with-mpi
git-svn-id: https://svn.mcs.anl.gov/repos/parallel-netcdf/trunk@3691 c368ceb8-fd28-0410-a457-e46ee1d7cd4a
1 parent 31fa55a commit cb35d12

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README

+5-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ Requirements:
4141

4242
Build recipes:
4343
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.
44+
simple: by just running commands "./configure", "make", and "make install".
45+
(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.
4649

4750
Several machine- and compiler-specific build recipes are available under
4851
the directory of doc.

0 commit comments

Comments
 (0)