Skip to content
Snippets Groups Projects
Commit cd13659f authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Corrects the type of data for infiniband values

parent 8a07d862
Branches
Tags
No related merge requests found
......@@ -195,7 +195,7 @@ int main(int argc, char **argv) {
long long tmp_network_values[4]={0,0,0,0};
get_network(network_values, network_sources);
char ** infiniband_sources = NULL;
int * infiniband_sources = NULL;
if(infi_path != NULL)
infiniband_sources = init_infiniband(infi_path);
if(infiniband_sources == NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment