[Ocfs2-test-devel] [PATCH 1/3] Ocfs2-test: Remove all Lam-mpi releated variables and envs

Tristan Ye tristan.ye at oracle.com
Thu Jan 8 19:42:28 PST 2009


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 <tristan.ye at oracle.com>
---
 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
-- 
1.5.5




More information about the Ocfs2-test-devel mailing list