<!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>Thanks Tristan,<br>
<br>
I was going to do the clean-up later.<br>
<br>
Signed-off-by: Marcos Matsunaga <a class="moz-txt-link-rfc2396E" href="mailto:Marcos.Matsunaga@oracle.com">&lt;Marcos.Matsunaga@oracle.com&gt;</a><br>
</tt>
<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:1231472550-26612-1-git-send-email-tristan.ye@oracle.com"
 type="cite">
  <pre wrap="">Other than the lam-mpi utility functions from o2tf, we also wipe all the lam-mpi related
variables and envs from config files.

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    |    6 ------
 programs/python_common/config_shell.skel |    6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/programs/python_common/config_py.skel b/programs/python_common/config_py.skel
index b7e4bcc..25deb86 100755
--- a/programs/python_common/config_py.skel
+++ b/programs/python_common/config_py.skel
@@ -31,10 +31,6 @@ LIBDIR = O2TDIR + '/lib'
 
 LOGFILE = O2TDIR + '/log/o2t.log'
 
-LAMBOOT = MPIDIR + '/lamboot'
-
-LAMHOSTS = WORKFILESDIR + '/lamhosts'
-
 MPIHOSTS = WORKFILESDIR + '/mpihosts'
 
 RECON = MPIDIR + '/recon'
@@ -45,8 +41,6 @@ KERNELDIR = 'linux*'
 
 MPIRUN = MPIDIR + '/mpirun'
 
-LAMEXEC = MPIDIR + '/lamexec'
-
 NPROC = 1
 
 NOWAIT = '-nw'
diff --git a/programs/python_common/config_shell.skel b/programs/python_common/config_shell.skel
index 5310320..503c8cf 100755
--- a/programs/python_common/config_shell.skel
+++ b/programs/python_common/config_shell.skel
@@ -30,10 +30,6 @@ LIBDIR=${O2TDIR}/lib
 export LIBDIR
 LOGFILE=${O2TDIR}/log/o2t.log
 export LOGFILE
-LAMBOOT=${MPIDIR}/lamboot
-export LAMBOOT
-LAMHOSTS=${WORKFILESDIR}/lamhosts
-export LAMHOSTS
 MPIHOSTS=${WORKFILESDIR}/mpihosts
 export MPIHOSTS
 RECON=${MPIDIR}/recon
@@ -44,7 +40,5 @@ KERNELDIR=linux*
 export KERNELDIR
 MPIRUN=${MPIDIR}/mpirun
 export MPIRUN
-LAMEXEC=${MPIDIR}/lamexec
-export LAMEXEC
 NPROC=1
 export NPROC
  </pre>
</blockquote>
</body>
</html>