Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] installing NAMD on ibm cluster

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] installing NAMD on ibm cluster


Chronological Thread 
  • From: Jim Phillips <jim AT ks.uiuc.edu>
  • To: Gurunath Katagi <gurukatagi AT gmail.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] [ppl] installing NAMD on ibm cluster
  • Date: Mon, 31 Oct 2011 14:46:38 -0500 (CDT)
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>


Try just this then:

./build charm++ mpi-linux-ppc --no-build-shared --with-production

If that doesn't work, make sure that your mpicxx and mpicc commands do actually work.

-Jim


On Tue, 1 Nov 2011, Gurunath Katagi wrote:

Thanks for the reply ...
I did as u said :
cnode39 NAMD_2.8_Source/charm-6.3.2> ./build charm++ mpi-linux-ppc mpcc64
-no-bu ild-shared --with-production

Error> option: mpcc64 is not supported in this version!
Supported compilers: cxx gcc gcc3 icc icc8 iccstatic kcc mpicxx pgcc xlc
xlc64
Supported options: bigemulator bigsim g95 gfortran gm ifc ifort lam lcs
mlogft m pt ooc papi pgf90 pthreads syncft

Thank u
Gurunath

On Mon, Oct 31, 2011 at 10:24 PM, Jim Phillips
<jim AT ks.uiuc.edu>
wrote:


Try:

./build charm++ mpi-linux-ppc mpcc64 --no-build-shared --with-production

-Jim



On Sat, 29 Oct 2011, Gurunath Katagi wrote:

Dear all,
I was trying to install NAMD 2.8 version on IBM clsuter from source code

$uname -a
Linux cnode39 2.6.5-7.244-pseries64 #1 SMP Mon Dec 12 18:32:25 UTC 2005
ppc64 ppc64 ppc64 GNU/Linux

when i try to build the charm++ using the command ,
$env MPICXX=mpicc ./build charm++ mpi-linux-ppc mpicc --no-build-shared
--with-production

it gives the error saying mpicxx compiler doesnt work and i have tried
with
mpicc also, its giving the error .. i have pasted part of the output ..

configure: WARNING: unrecognized options: --with-productio
Setting load balancing timer type as 'double'
checking machine name... mpi-linux-ppc
checking "cp command as"... cp -p
checking "C++ compiler as"... "mpicxx "
checking "whether C++ compiler works"... "no"
Cannot compile C++ programs with mpicxx
(check your charm++ version)
-----------..................

Can anybody suggest compilers and other things need to be taken care of
during installation on this machine ..
or is there a precompiled vaersion of NAMD avaibale for this ibm cluster(
i
have tried using AIX-power-lapi, but doesn't seem to work ) ..?

Thank u
Gurunath







Archive powered by MHonArc 2.6.16.

Top of Page