Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion orte/mca/ess/alps/ess_alps_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static orte_vpid_t starting_vpid = 0;

static int rte_init(void)
{
int ret, i;
int ret;
char *error = NULL;
char **hosts = NULL;

Expand Down
1 change: 0 additions & 1 deletion orte/mca/oob/alps/oob_alps_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@

static int alps_component_open(void);
static int alps_component_close(void);
static int alps_component_register(void);
static int component_available(void);
static int component_startup(void);
static void component_shutdown(void);
Expand Down