Skip to content

Commit

Permalink
Expunge references to MPI in install instructions to avoid confusing …
Browse files Browse the repository at this point in the history
…users
  • Loading branch information
CDSherrill committed Apr 25, 2013
1 parent da548a1 commit 8caa2de
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ I. Compilation Prerequisites
will fail. The library is called ``python-devel`` for Fedora and
``python-dev`` for Ubuntu.

* A version of MPI is required to compile distributed-parallel PSI;
MPICH2 is recommended.
(Note: MPICH2-1.1.0 had trouble with some header files. MPICH2-1.2.1
seems to fix it.)

* GNU utilities: (see http://www.gnu.org)

* make
Expand Down Expand Up @@ -266,8 +261,7 @@ compiling and installing the PSI4 package.
* ``--with-cxx=compiler`` --- Use this option to specify a C++ compiler.
One should use compilers that generate reentrant code, if possible.
The default search order for compilers is: xlC_r (AIX only), g++, c++,
icpc, cxx. For distributed-parallel compilation, MPI is required and
you need to use mpicxx (where this has been added to your PATH).
icpc, cxx.

* ``--with-fc=compiler`` --- Use this option to specify a Fortran-77 compiler,
which is used to determine linking coventions for BLAS and LAPACK libraries
Expand Down

0 comments on commit 8caa2de

Please sign in to comment.