[mpich2-commits] r3971 - in mpich2/trunk/src/pm/hydra: . bootstrap bootstrap/ssh bootstrap/utils control control/consys control/utils demux launcher launcher/mpiexec launcher/utils pm pm/central pm/utils utils utils/dbg utils/env utils/launch utils/signals utils/sock
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Sat Mar 7 21:49:51 CST 2009
Author: balaji
Date: 2009-03-07 21:49:50 -0600 (Sat, 07 Mar 2009)
New Revision: 3971
Modified:
mpich2/trunk/src/pm/hydra/Makefile.sm
mpich2/trunk/src/pm/hydra/bootstrap/Makefile.sm
mpich2/trunk/src/pm/hydra/bootstrap/ssh/Makefile.sm
mpich2/trunk/src/pm/hydra/bootstrap/utils/Makefile.sm
mpich2/trunk/src/pm/hydra/control/Makefile.sm
mpich2/trunk/src/pm/hydra/control/consys/Makefile.sm
mpich2/trunk/src/pm/hydra/control/utils/Makefile.sm
mpich2/trunk/src/pm/hydra/demux/Makefile.sm
mpich2/trunk/src/pm/hydra/launcher/Makefile.sm
mpich2/trunk/src/pm/hydra/launcher/mpiexec/Makefile.sm
mpich2/trunk/src/pm/hydra/launcher/utils/Makefile.sm
mpich2/trunk/src/pm/hydra/pm/Makefile.sm
mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm
mpich2/trunk/src/pm/hydra/pm/utils/Makefile.sm
mpich2/trunk/src/pm/hydra/utils/Makefile.sm
mpich2/trunk/src/pm/hydra/utils/dbg/Makefile.sm
mpich2/trunk/src/pm/hydra/utils/env/Makefile.sm
mpich2/trunk/src/pm/hydra/utils/launch/Makefile.sm
mpich2/trunk/src/pm/hydra/utils/signals/Makefile.sm
mpich2/trunk/src/pm/hydra/utils/sock/Makefile.sm
Log:
emacs makefile mode for makefile.sm
Modified: mpich2/trunk/src/pm/hydra/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/bootstrap/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/bootstrap/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/bootstrap/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,4 +1,4 @@
-
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/bootstrap/ssh/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/bootstrap/ssh/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/bootstrap/ssh/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/bootstrap/utils/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/bootstrap/utils/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/bootstrap/utils/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/control/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/control/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/control/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,4 +1,4 @@
-
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/control/consys/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/control/consys/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/control/consys/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/control/utils/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/control/utils/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/control/utils/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/demux/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/demux/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/demux/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/launcher/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/launcher/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/launcher/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/launcher/mpiexec/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/launcher/mpiexec/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/launcher/mpiexec/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/launcher/utils/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/launcher/utils/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/launcher/utils/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/pm/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/pm/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,4 +1,4 @@
-
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/pm/utils/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/utils/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/pm/utils/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/utils/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/utils/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/utils/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/utils/dbg/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/utils/dbg/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/utils/dbg/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/utils/env/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/utils/env/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/utils/env/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/utils/launch/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/utils/launch/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/utils/launch/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/utils/signals/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/utils/signals/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/utils/signals/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
Modified: mpich2/trunk/src/pm/hydra/utils/sock/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/utils/sock/Makefile.sm 2009-03-08 03:44:47 UTC (rev 3970)
+++ mpich2/trunk/src/pm/hydra/utils/sock/Makefile.sm 2009-03-08 03:49:50 UTC (rev 3971)
@@ -1,3 +1,4 @@
+# -*- Mode: Makefile; -*-
#
# (C) 2008 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
More information about the mpich2-commits
mailing list