Skip to Content.
Sympa Menu

charm - Re: [charm] Charm++ Not Built

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charm++ Not Built


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Vidhya Sankar <vidhyasankar7928 AT yahoo.com>
  • Cc: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: Re: [charm] Charm++ Not Built
  • Date: Mon, 23 Sep 2013 08:09:22 -0700
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

The top-level answer to your issue is to use a precompiled binary of NAMD, as distributed by TCBG. The 64-bit Linux binaries should work perfectly well on Ubuntu 12.04. If you have trouble with that, please address those problems to the NAMD users mailing list.

To actually diagnose your trouble, we would need to *see* the error output in multicore-linux64/tmp/charmconfig.out, as the build script tells you. My best guess at the issue is that you are missing some standard development package, like libc6-dev. On a Debian or Ubuntu system on which you plan to compile software, the best resolution to this is generally to install the package 'build-essential'.

Phil


On Fri, Sep 20, 2013 at 9:53 PM, Vidhya Sankar <vidhyasankar7928 AT yahoo.com> wrote:
Respected Developers ,
                 I Have used the AMD 8 core processor and Ubuntu12.04 linux OS
When i install the Namd with the following commands

./build charm++ multicore-linux64 --with-production

I have go the following error
checking "whether C++ compiler works"... "ok"
checking "C++ linker as"... "g++  -D_REENTRANT -m64   -D_REENTRANT -m64     "
checking "whether linker works"... "no"
Cannot link C++ programs with g++  -D_REENTRANT -m64   -D_REENTRANT -m64  
 (check your charm++ version)
*** Please find detailed output in charmconfig.out ***
make[1]: *** [conv-autoconfig.h] Error 1
make[1]: Leaving directory `/root/NAMD_2.9_Source/charm-6.4.0/multicore-linux64/tmp'
make: *** [headers] Error 2
-------------------------------------------------
Charm++ NOT BUILT. Either cd into multicore-linux64/tmp and try
to resolve the problems yourself, 

How to revolve the problem?

Thanks in Advance

_______________________________________________
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