|
48 | 48 | <LI> If you do not find a solution to your problem in the above |
49 | 49 | resources, send the following information to the Open MPI user's |
50 | 50 | 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). |
54 | 52 |
|
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> |
59 | 60 |
|
60 | 61 | <UL> |
61 | 62 |
|
|
84 | 85 | <LI> The version of Open MPI that you're using.</LI> |
85 | 86 |
|
86 | 87 | <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> |
89 | 90 |
|
90 | 91 | <LI> The output of the "<code>ompi_info --all</code>" command |
91 | 92 | from the node where you're invoking <code>mpirun</code>. |
|
170 | 171 | variables (did you set them correctly to point to all |
171 | 172 | relevant executables, the Open MPI libraries, and any |
172 | 173 | 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> |
175 | 175 |
|
176 | 176 | </UL></LI> |
177 | 177 |
|
178 | 178 | <LI> Please include information about your network: |
179 | 179 |
|
180 | 180 | <UL> |
181 | 181 |
|
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 | | - |
187 | 182 | <LI> For InfiniBand-based networks, include the information |
188 | 183 | <a href="<?php print($topdir); |
189 | 184 | ?>/faq/?category=openfabrics#ofa-troubleshoot">listed |
|
209 | 204 | output, including all error messages)</LI> |
210 | 205 |
|
211 | 206 | <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> |
214 | 209 |
|
215 | 210 | <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> |
218 | 213 |
|
219 | 214 | <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> |
222 | 217 |
|
223 | 218 | <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> |
226 | 221 |
|
227 | 222 | </OL> |
228 | 223 | </UL> |
|
313 | 308 |
|
314 | 309 | <p><strong>NOTE:</strong> The mailing lists <em>do</em> have size |
315 | 310 | 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> |
319 | 314 |
|
320 | 315 | </ol> |
321 | 316 |
|
|
0 commit comments