summaryrefslogtreecommitdiff
path: root/net/openmpi/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/openmpi/files/pkg-message.in')
-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.