summaryrefslogtreecommitdiff
path: root/net/openmpi/files
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-10-27 23:41:25 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-10-27 23:41:25 +0000
commita83b0e625ed1668fbbbdd380034a2d2ff8e49a7c (patch)
treef71e787701b36eafb1c95c6305e2ba70895f0864 /net/openmpi/files
parent- Update to 20031202 (diff)
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.
Notes
Notes: svn path=/head/; revision=146513
Diffstat (limited to 'net/openmpi/files')
-rw-r--r--net/openmpi/files/pkg-message.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/openmpi/files/pkg-message.in b/net/openmpi/files/pkg-message.in
new file mode 100644
index 000000000000..cf82021caaed
--- /dev/null
+++ b/net/openmpi/files/pkg-message.in
@@ -0,0 +1,7 @@
+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.