Skip to content

Commit 5d81fb3

Browse files
authored
Merge pull request #136 from jsquyres/pr/compress-or-gist
Update the help message: post to github gist/pastebin
2 parents 88acd5b + ec34028 commit 5d81fb3

File tree

1 file changed

+22
-27
lines changed

1 file changed

+22
-27
lines changed

community/help/index.php

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@
4848
<LI> If you do not find a solution to your problem in the above
4949
resources, send the following information to the Open MPI user's
5050
mailing list (see the <A HREF="<?php print($topdir);
51-
?>/community/lists/">mailing lists</a> page for more information) --
52-
<strong>please compress the files (e.g., with bzip2) before sending
53-
them!</strong>
51+
?>/community/lists/">mailing lists</a> page for more information).
5452

55-
<p> <strong><font color="red">Note:</font></strong> The mailing lists
56-
have a 150 KB limit on messages. If your attachment is larger than
57-
this, please try compressing it and/or posting it on the web somewhere
58-
for people to download. Thanks.
53+
<p> <strong><font size="+2" color="red">Note:</font></strong> The
54+
mailing lists have <em>a 150 KB size limit on messages</em>. If
55+
attaching your files results in an email larger than this, please try
56+
compressing it and/or posting it on the web somewhere for people to
57+
download. A <a href="https://gist.github.com/">GitHub gist</a> or a
58+
<a href="https://pastebin.com/">Pastebin</a> might be an easy choice
59+
for posting large text files.</p>
5960

6061
<UL>
6162

@@ -84,8 +85,8 @@
8485
<LI> The version of Open MPI that you're using.</LI>
8586

8687
<LI> The <code>config.log</code> file from the top-level Open
87-
MPI directory, if available (<strong>please
88-
compress, e.g., with bzip2!</strong>).</LI>
88+
MPI directory, if available (<strong>compress with bzip2 or
89+
post to a Github gist or Pastebin</strong>).</LI>
8990

9091
<LI> The output of the "<code>ompi_info --all</code>" command
9192
from the node where you're invoking <code>mpirun</code>.
@@ -170,20 +171,14 @@
170171
variables (did you set them correctly to point to all
171172
relevant executables, the Open MPI libraries, and any
172173
required support libraries, such as libraries required
173-
for high-speed networks such as InfiniBand and/or
174-
Myrinet?).</LI>
174+
for high-speed networks such as InfiniBand).</LI>
175175

176176
</UL></LI>
177177

178178
<LI> Please include information about your network:
179179

180180
<UL>
181181

182-
<LI> For Myrinet-based networks, include the information <a
183-
href="<?php print($topdir);
184-
?>/faq/?category=myrinet#myri-troubleshoot">listed
185-
in this FAQ entry</a>.</LI>
186-
187182
<LI> For InfiniBand-based networks, include the information
188183
<a href="<?php print($topdir);
189184
?>/faq/?category=openfabrics#ofa-troubleshoot">listed
@@ -209,20 +204,20 @@
209204
output, including all error messages)</LI>
210205

211206
<LI> Output from when you ran "<code>./configure</code>" to
212-
configure Open MPI (<strong>please compress, e.g., with
213-
bzip2!</strong>)</LI>
207+
configure Open MPI (<strong>compress with bzip2 or post to a
208+
GitHub gist or Pastebin!</strong>)</LI>
214209

215210
<LI> The <code>config.log</code> file from the top-level Open MPI
216-
directory (<strong>please compress, e.g., with
217-
bzip2!</strong>)</LI>
211+
directory (<strong>compress with bzip2 or post to a GitHub gist or
212+
Pastebin!</strong>)</LI>
218213

219214
<LI> Output from when you ran "<code>make V=1</code>" to build
220-
Open MPI (<strong>please compress, e.g., with
221-
bzip2!</strong>)</LI>
215+
Open MPI (<strong>compress with bzip2 or post to a GitHub gist or
216+
Pastebin!</strong>)</LI>
222217

223218
<LI> Output from when you ran "<code>make install</code>" to
224-
install Open MPI (<strong>please compress, e.g., with
225-
bzip2!</strong>)</LI>
219+
install Open MPI (<strong>compress bzip2 or post to a GitHub gist
220+
or Pastebin!</strong>)</LI>
226221

227222
</OL>
228223
</UL>
@@ -313,9 +308,9 @@
313308

314309
<p><strong>NOTE:</strong> The mailing lists <em>do</em> have size
315310
limits on attachments. If your post is rejected because the
316-
attachment is too large, try compressing at a higher level. If that
317-
does not work, then try posting your file on the internet somewhere and
318-
sending a link to it on the list.
311+
attachment is too large, you might want to post the files somewhere on
312+
the internet (e.g., a GitHub gist or a Pastebin) and just send links
313+
in your post to the mailing list.</p>
319314

320315
</ol>
321316

0 commit comments

Comments
 (0)