-
Notifications
You must be signed in to change notification settings - Fork 2
/
REPORTING-BUGS
29 lines (26 loc) · 1001 Bytes
/
REPORTING-BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
In case of problem, make sure you read the README first :)
Please also look at the FAQ in the doc/ directory or online at
http://open-mx.org/FAQ/
Bugs should be reported on http://open-mx.org
or sent to [email protected] .
Questions may be asked there too.
When reporting a problem, make sure you include:
* the version number of Open-MX
(or the output of 'git show' if you checkouted the GIT repository)
* the output (as root) of
+ cat /dev/open-mx
+ omx_info
* a description of the ethernet interfaces that you are trying
to use, with the whole outputs (as root) of:
+ lspci
+ lsmod
+ dmesg
+ ifconfig -a
+ ethtool -c <iface>
* a description of your network topology:
+ how are the interfaces connected?
+ through what switch(es)? is the MTU configured there too?
* the whole output of the program if a program did not work
as expected
* the whole output of configure, config.log and omx_checks.h,
and of the compilation if reporting a build problem