ports/net/openmpi/files/pkg-message.in
Brooks Davis a83b0e625e Add Open MPI 1.0rc4.
From http://www.open-mpi.org/

        Open MPI is a project combining technologies and resources from
        several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI)
        in order to build the best MPI library available. A completely
        new MPI-2 compliant implementation, Open MPI offers advantages
        for system and software vendors, application developers and
        computer science researchers.
2005-10-27 23:41:25 +00:00

7 lines
245 B
Text

In order to use Open MPI, you make the following additions to your
PATH and LD_LIBRARY_PATH variables:
PATH %%PREFIX%%/%%MPIDIR%%/bin
LD_LIBRARY_PATH %%PREFIX%%/%%MPIDIR%%/lib
Failure to do so will result in bizarre command failures.