View | Details | Raw Unified | Return to ticket 5917
Collapse All | Expand All

(-)a/src/plugins/mpi/pmix/mpi_pmix.c (+1 lines)
Lines 229-234 extern mpi_plugin_client_state_t *p_mpi_hook_client_prelaunch( Link Here
229
		return NULL;
229
		return NULL;
230
	}
230
	}
231
	setenvf(env, PMIXP_SLURM_MAPPING_ENV, "%s", mapping);
231
	setenvf(env, PMIXP_SLURM_MAPPING_ENV, "%s", mapping);
232
	xfree(mapping);
232
233
233
	/* only return NULL on error */
234
	/* only return NULL on error */
234
	return (void *)0xdeadbeef;
235
	return (void *)0xdeadbeef;

Return to ticket 5917