Exemple #1
0
extern int select_p_node_init(struct node_record *node_ptr, int node_cnt)
{
	if (slurmctld_primary && basil_geometry(node_ptr, node_cnt)) {
		error("can not get initial ALPS node state");
		return SLURM_ERROR;
	}
	return other_node_init(node_ptr, node_cnt);
}
Exemple #2
0
extern int select_p_node_init(struct node_record *node_ptr, int node_cnt)
{
	return other_node_init(node_ptr, node_cnt);
}