Skip to Content.
Sympa Menu

charm - [charm] problems building charm

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] problems building charm


Chronological Thread 
  • From: ghada mhmd <ghadamhmd11 AT yahoo.com>
  • To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: [charm] problems building charm
  • Date: Sun, 2 Jun 2013 07:46:08 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=jIYxeOkmcq3+klqXe4kCaH2qIciroxaa4Evg6ahfv/ufuJhcxgPwGXqMWTMkRcTVuJgT5SFQnZL3aMuYVSZLwvSTvAsnVYWLAS5UUIS3DBOrF3naSmjOo85XVv4TUOUZR21d6xUfXapBtIEaK6Rv9tWxytLTwOxmuJR9gOFeQEI=;
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Dear sir 
I am trying to install NAMD in linux openSuSE 64bit 
I used the command ./build 
but I keep getting the error:

checking machine name... net-linux-x86_64
checking "cp command as"... cp -p
checking "C++ compiler as"... "g++ -m64      -optimize -production  "
checking "whether C++ compiler works"... "no"
Cannot compile C++ programs with g++ -m64
 (check your charm++ version)
*** Please find detailed output in charmconfig.out ***
gmake[1]: *** [conv-autoconfig.h] Error 1
gmake[1]: Leaving directory `/home/ghada/Desktop/charm/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.illinois.edu/
for more information. Otherwise, email the developers at charm AT cs.illinois.edu

I opened the the file: charmconfig.out and found the following text:

Error checking is disabled
Statistics collection is disabled
Charm tracing is disabled
Charm tracing communication thread is disabled
CharmDebug is disabled
Charm record/replay is disabled
CCS is enabled
Charm control point is disabled
Setting load balancing timer type as 'double'
### whether C++ compiler works
#include <stdio.h>
void foo(void) {
printf("Hello, world!\n");
}
g++ -m64 -I../include -I. -c test.cpp -o test.o
./configure: line 2120: g++: command not found

what can I do to solve this problem ? do I need to install another compiler ?
thanQ in advance 

Ghada



Archive powered by MHonArc 2.6.16.

Top of Page