LLNL/mpiGraph

problem node name pattern in crunch_mpiGraph?

Opened this issue · 1 comments

Hello,

I have tested mpiGraph on a cluster that has the node names in this pattern
ab1-1026.bullx

When I run crunch on the mpiGraph output the following error is printed:
Use of uninitialized value in numeric comparison (<=>) at ./crunch_mpiGraph line 459

and the node names in *_html/map.txt

look as follow

Rank    Node
0       ab1
1       ab3
2       ab3
3       ab2
4       ab1
5       ab3
6       ab5
7       ab4
...

which is obviously wrong.
The error propagates in the inspection window of the plot.

A fix of this issue with be very useful.

Kind regards,

Lucian Anton

quick note:
After I dropped the '-' and '.bullx' from the node names the map looks sensible.

Lucian