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

Marcos E. Matsunaga Marcos.Matsunaga at oracle.com
Fri Jan 9 06:38:34 PST 2009


Thanks Tristan,

I was going to do the clean-up later.

Signed-off-by: Marcos Matsunaga <Marcos.Matsunaga at oracle.com>

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.”



Tristan Ye wrote:
> 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
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-test-devel/attachments/20090109/18d3f70a/attachment.html 


More information about the Ocfs2-test-devel mailing list