mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
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.
7 lines
245 B
Text
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.
|