charm AT lists.siebelschool.illinois.edu
Subject: Charm++ parallel programming system
List archive
- From: "Lee, Ian" <lee1001 AT llnl.gov>
- To: Abhinav Bhatele <bhatele AT illinoisalumni.org>
- Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>, "Bennion, Brian" <Bennion1 AT llnl.gov>, Jim Phillips <jim AT ks.uiuc.edu>
- Subject: Re: [charm] [ppl] Appropriate build type for LLNL linux clusters
- Date: Mon, 29 Aug 2011 14:01:21 -0700
- Accept-language: en-US
- Acceptlanguage: en-US
- List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
- List-id: CHARM parallel programming system <charm.cs.uiuc.edu>
Abhinav,
Here is the grep for the BL_HOME in the charm directory, not sure if it is helpful for you but it is definitely something that is coming from Charm++
$ grep BL_HOME * -r mpi-bluegenep/tmp/charmrun:6:# Copies executable to $BL_HOME directory before running. mpi-bluegenep/tmp/charmrun:11:if [ -z "$BL_HOME" ] mpi-bluegenep/tmp/charmrun:13: echo "You must set the BL_HOME environment variable" mpi-bluegenep/tmp/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] mpi-bluegenep/tmp/charmrun:41: echo "Copying $firstArg to $BL_HOME..." mpi-bluegenep/tmp/charmrun:42: cp $firstArg $BL_HOME mpi-bluegenep/bin/charmrun:6:# Copies executable to $BL_HOME directory before running. mpi-bluegenep/bin/charmrun:11:if [ -z "$BL_HOME" ] mpi-bluegenep/bin/charmrun:13: echo "You must set the BL_HOME environment variable" mpi-bluegenep/bin/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] mpi-bluegenep/bin/charmrun:41: echo "Copying $firstArg to $BL_HOME..." mpi-bluegenep/bin/charmrun:42: cp $firstArg $BL_HOME mpi-bluegenep/tests/charm++/simplearrayhello/charmrun:6:# Copies executable to $BL_HOME directory before running. mpi-bluegenep/tests/charm++/simplearrayhello/charmrun:11:if [ -z "$BL_HOME" ] mpi-bluegenep/tests/charm++/simplearrayhello/charmrun:13: echo "You must set the BL_HOME environment variable" mpi-bluegenep/tests/charm++/simplearrayhello/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] mpi-bluegenep/tests/charm++/simplearrayhello/charmrun:41: echo "Copying $firstArg to $BL_HOME..." mpi-bluegenep/tests/charm++/simplearrayhello/charmrun:42: cp $firstArg $BL_HOME mpi-bluegenep-xlc/tmp/charmrun:6:# Copies executable to $BL_HOME directory before running. mpi-bluegenep-xlc/tmp/charmrun:11:if [ -z "$BL_HOME" ] mpi-bluegenep-xlc/tmp/charmrun:13: echo "You must set the BL_HOME environment variable" mpi-bluegenep-xlc/tmp/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] mpi-bluegenep-xlc/tmp/charmrun:41: echo "Copying $firstArg to $BL_HOME..." mpi-bluegenep-xlc/tmp/charmrun:42: cp $firstArg $BL_HOME mpi-bluegenep-xlc/bin/charmrun:6:# Copies executable to $BL_HOME directory before running. mpi-bluegenep-xlc/bin/charmrun:11:if [ -z "$BL_HOME" ] mpi-bluegenep-xlc/bin/charmrun:13: echo "You must set the BL_HOME environment variable" mpi-bluegenep-xlc/bin/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] mpi-bluegenep-xlc/bin/charmrun:41: echo "Copying $firstArg to $BL_HOME..." mpi-bluegenep-xlc/bin/charmrun:42: cp $firstArg $BL_HOME mpi-bluegenep-xlc/tests/charm++/simplearrayhello/charmrun:6:# Copies executable to $BL_HOME directory before running. mpi-bluegenep-xlc/tests/charm++/simplearrayhello/charmrun:11:if [ -z "$BL_HOME" ] mpi-bluegenep-xlc/tests/charm++/simplearrayhello/charmrun:13: echo "You must set the BL_HOME environment variable" mpi-bluegenep-xlc/tests/charm++/simplearrayhello/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] mpi-bluegenep-xlc/tests/charm++/simplearrayhello/charmrun:41: echo "Copying $firstArg to $BL_HOME..." mpi-bluegenep-xlc/tests/charm++/simplearrayhello/charmrun:42: cp $firstArg $BL_HOME src/arch/mpi-bluegenel/charmrun:6:# Copies executable to $BL_HOME directory before running. src/arch/mpi-bluegenel/charmrun:11:if [ -z "$BL_HOME" ] src/arch/mpi-bluegenel/charmrun:13: echo "You must set the BL_HOME environment variable" src/arch/mpi-bluegenel/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] src/arch/mpi-bluegenel/charmrun:41: echo "Copying $firstArg to $BL_HOME..." src/arch/mpi-bluegenel/charmrun:42: cp $firstArg $BL_HOME src/arch/mpi-bluegenep/charmrun:6:# Copies executable to $BL_HOME directory before running. src/arch/mpi-bluegenep/charmrun:11:if [ -z "$BL_HOME" ] src/arch/mpi-bluegenep/charmrun:13: echo "You must set the BL_HOME environment variable" src/arch/mpi-bluegenep/charmrun:39:if [ $firstArg -nt $BL_HOME/$firstArg ] src/arch/mpi-bluegenep/charmrun:41: echo "Copying $firstArg to $BL_HOME..." src/arch/mpi-bluegenep/charmrun:42: cp $firstArg $BL_HOME
--------------------------------------------- Ian Lee Engineering Technologies Division Engineering Directorate Lawrence Livermore National Laboratory P.O. Box 808 Livermore, CA 94551-0808 Phone: 925-424-6414
From: bhatele AT gmail.com [mailto:bhatele AT gmail.com] On Behalf Of Abhinav Bhatele
Hello Ian, On Mon, Aug 29, 2011 at 1:39 PM, Lee, Ian <lee1001 AT llnl.gov> wrote: Brian,
Cc: charm AT cs.uiuc.edu; Bennion, Brian
|
- [charm] Appropriate build type for LLNL linux clusters, Bennion, Brian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Abhinav Bhatele, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Bennion, Brian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Abhinav Bhatele, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Jim Phillips, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Bennion, Brian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Bennion, Brian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Lee, Ian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Bennion, Brian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Abhinav Bhatele, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Lee, Ian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Abhinav Bhatele, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Jim Phillips, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Abhinav Bhatele, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Bennion, Brian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Bennion, Brian, 08/29/2011
- Re: [charm] [ppl] Appropriate build type for LLNL linux clusters, Abhinav Bhatele, 08/29/2011
Archive powered by MHonArc 2.6.16.