Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem node name pattern in crunch_mpiGraph? #5

Open
antonl321 opened this issue Jan 25, 2022 · 1 comment
Open

problem node name pattern in crunch_mpiGraph? #5

antonl321 opened this issue Jan 25, 2022 · 1 comment

Comments

@antonl321
Copy link

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

@antonl321
Copy link
Author

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

Lucian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant