<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffcc" text="#000066">
<tt>Signed-off-by: Marcos Matsunaga <a class="moz-txt-link-rfc2396E" href="mailto:Marcos.Matsunaga@oracle.com">&lt;Marcos.Matsunaga@oracle.com&gt;</a></tt><br>
<br>
<pre class="moz-signature" cols="72">Regards,

Marcos Eduardo Matsunaga

Oracle USA
Linux Engineering

“The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation.”
</pre>
<br>
<br>
Tristan Ye wrote:
<blockquote
 cite="mid:1221130149-19467-2-git-send-email-tristan.ye@oracle.com"
 type="cite">
  <pre wrap="">Add MPIHOSTS variable in config files both for shell and python.
Just reserve the LAMHOSTS here to make it still workable for existing
mpi test.

Should remove the LAMHOSTS in the future.

Signed-off-by: Tristan Ye <a class="moz-txt-link-rfc2396E" href="mailto:tristan.ye@oracle.com">&lt;tristan.ye@oracle.com&gt;</a>
---
 programs/python_common/config_py.skel    |    2 ++
 programs/python_common/config_shell.skel |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/programs/python_common/config_py.skel b/programs/python_common/config_py.skel
index 75cf1a7..b7e4bcc 100755
--- a/programs/python_common/config_py.skel
+++ b/programs/python_common/config_py.skel
@@ -35,6 +35,8 @@ LAMBOOT = MPIDIR + '/lamboot'
 
 LAMHOSTS = WORKFILESDIR + '/lamhosts'
 
+MPIHOSTS = WORKFILESDIR + '/mpihosts'
+
 RECON = MPIDIR + '/recon'
 
 MPIRUNPARTS = BINDIR + '/mpi-run-parts'
diff --git a/programs/python_common/config_shell.skel b/programs/python_common/config_shell.skel
index 5832b5c..37686b6 100755
--- a/programs/python_common/config_shell.skel
+++ b/programs/python_common/config_shell.skel
@@ -34,6 +34,8 @@ LAMBOOT=${MPIDIR}/lamboot
 export LAMBOOT
 LAMHOSTS=${WORKFILESDIR}/lamhosts
 export LAMHOSTS
+MPIHOSTS=${WORKFILESDIR}/mpihosts
+export MPIHOSTS
 RECON=${MPIDIR}/recon
 export RECON
 MPIRUNPARTS=${BINDIR}/mpi-run-parts
  </pre>
</blockquote>
</body>
</html>