[mpich2-commits] r7438 - mpich2/trunk/src/pm/hydra/ui/mpich

buntinas at mcs.anl.gov buntinas at mcs.anl.gov
Thu Nov 11 10:51:17 CST 2010


Author: buntinas
Date: 2010-11-11 10:51:17 -0600 (Thu, 11 Nov 2010)
New Revision: 7438

Modified:
   mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c
Log:
in r7437, mpiexec stored env var in the wrong field.

Modified: mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c
===================================================================
--- mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c	2010-11-11 16:32:35 UTC (rev 7437)
+++ mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c	2010-11-11 16:51:17 UTC (rev 7438)
@@ -173,7 +173,7 @@
 
     /* if the user set the checkpoint prefix, set env var to enable checkpointing on the processes  */
     if (HYD_handle.user_global.ckpoint_prefix)
-        HYDU_append_env_to_list("MPICH_ENABLE_CKPOINT", "1", &HYD_handle.user_global.global_env.user);
+        HYDU_append_env_to_list("MPICH_ENABLE_CKPOINT", "1", &HYD_handle.user_global.global_env.system);
 
     status = HYDU_set_common_signals(signal_cb);
     HYDU_ERR_POP(status, "unable to set signal\n");



More information about the mpich2-commits mailing list