1
1

Missing one argument for calling this function.

This commit was SVN r18793.
Этот коммит содержится в:
Shiqing Fan 2008-07-01 18:01:22 +00:00
родитель c143c95ff9
Коммит a3e1718126

Просмотреть файл

@ -564,7 +564,7 @@ int orte_plm_process_launch(orte_job_t *jdata)
orte_plm_base_orted_append_basic_args(&argc, &argv,
"env",
&proc_vpid_index,
&node_name_index2);
&node_name_index2, false);
if (0 < opal_output_get_verbosity(orte_plm_globals.output)) {
param = opal_argv_join(argv, ' ');