mpiGraph
mpiGraph copied to clipboard
MPI benchmark to generate network bandwidth images
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:...
At first, somewhere the standard of naming node is nXpY, so regex has been changed. At second, there is no package with name hostlist_lite on metacpan. Seems deprecated.
I'm getting the below error while using crunch_mpiGraph on generated output. ``` crunch_mpiGraph mpiGraph.out Can't locate hostlist_lite.pm in @INC (you may need to install the hostlist_lite module) (@INC contains: /usr/local/lib64/perl5...
191 if (!flag_sends) { 192 MPI_Testall((k+1)/2, &request_array[(k+1)/2-1], &flag_sends, &status_array[(k+1)/2-1]); 193 if (flag_sends) { __TIME_END_SEND__; } 194 } should be 192 MPI_Testall((k+1)/2, &request_array[(k+1)/2], &flag_sends, &status_array[(k+1)/2]);