Skip to Content.
Sympa Menu

charm - Re: [charm] please help me - question about installation

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] please help me - question about installation


Chronological Thread 
  • From: Eric Bohm <ebohm AT illinois.edu>
  • To: tetyana orynchak <tetyana1234 AT yahoo.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] please help me - question about installation
  • Date: Wed, 28 Apr 2010 14:55:57 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

If you do not have a compiler installed and are not interested in
revising the NAMD source code, it may be best to download a binary
distribution.

you would want to select the one for your target execution environment.
http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=NAMD


For Linux-x86_64
http://www.ks.uiuc.edu/Development/Download/download.cgi?UserID=&AccessCode=&ArchiveID=1002

Or Linux-x86_64 using TCP networking
http://www.ks.uiuc.edu/Development/Download/download.cgi?UserID=&AccessCode=&ArchiveID=1003


tetyana orynchak wrote:
> Hello,
>
> I am a new user and I would really appreciate if somebody can tell me
> what I am doing wrong. I want to use NAMD on Linux.
>
> I downloaded the main and source tar.gz files and tried to follow the
> steps described in the release note for 64-bit Linux workstation
> example. I successfully unpacked NAMD and matching Charm++ source
> code and entered the charm-6.1.3 directory. Then according to release
> note I was supposed to build Charm++/Converser library. So after
> entering the command:
> ./build charm++ net-linux-x86_64 --no-build-shared -O -DCMK_OPTIMIZE=1
> I received the following message (since it is long I include only the
> lower part of it with an error code):
>
> /usr/bin/gmake headerlinks
> gmake[1]: Entering directory
> `/home/Tanya/NAMD/NAMD_2.7b2_Source/charm-6.1.3/net-linux-x86_64/tmp'
> ./configure
> checking machine name... net-linux-x86_64
> checking "C++ compiler as"... "g++ -fPIC -m64 --nobuild-shared -O
> -DCMK_OPTIMIZE=1 "
> checking "whether C++ compiler works"... "no"
> Cannot compile C++ programs with g++ -fPIC -m64
> (check your charm++ version)
> gmake[1]: *** [conv-autoconfig.h] Error 1
> gmake[1]: Leaving directory
> `/home/Tanya/NAMD/NAMD_2.7b2_Source/charm-6.1.3/net-linux-x86_64/tmp'
> gmake: *** [headers] Error 2
> -------------------------------------------------
> Charm++ NOT BUILT. Either cd into net-linux-x86_64/tmp and try
> to resolve the problems yourself, visit
> http://charm.cs.uiuc.edu/
> for more information. Otherwise, email the developers at
> charm AT cs.uiuc.edu
>
> Would you please HELP?
>
> Thank you,
> Tanya
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm





Archive powered by MHonArc 2.6.16.

Top of Page