Skip to content
Snippets Groups Projects
Commit 1dc77fe0 authored by Morris Jette's avatar Morris Jette
Browse files

Cosmetic mods to select/cray plugin

parent cdbff912
No related branches found
No related tags found
No related merge requests found
...@@ -482,19 +482,19 @@ extern int basil_geometry(struct node_record *node_ptr_array, int node_cnt) ...@@ -482,19 +482,19 @@ extern int basil_geometry(struct node_record *node_ptr_array, int node_cnt)
} }
if (!is_gemini) { if (!is_gemini) {
/* /*
* SeaStar: each node has unique coordinates * SeaStar: each node has unique coordinates
*/ */
if (node_ptr->arch == NULL) if (node_ptr->arch == NULL)
node_ptr->arch = xstrdup("XT"); node_ptr->arch = xstrdup("XT");
} else { } else {
/* /*
* Gemini: each 2 nodes share the same network * Gemini: each 2 nodes share the same network
* interface (i.e., nodes 0/1 and 2/3 each have * interface (i.e., nodes 0/1 and 2/3 each have
* the same coordinates). * the same coordinates).
*/ */
if (node_ptr->arch == NULL) if (node_ptr->arch == NULL)
node_ptr->arch = xstrdup("XE"); node_ptr->arch = xstrdup("XE");
} }
xfree(node_ptr->node_hostname); xfree(node_ptr->node_hostname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment