Skip to Content.
Sympa Menu

charm - Re: [charm] problems building charm

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [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: Re: [charm] problems building charm
  • Date: Sun, 2 Jun 2013 09:22:30 -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:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=DNco312zSZSFqXiN3K28Xh74bT3QBOl7QPRP8teUcMofalfikf04/faoA1hNgEWERF5e0FagGG66TsjgIjfKj95raCdkgNH+Sb+IN1P0VcBOiAaky7MyIJD03lE8FBF8/PHGK0NOeYqvc41y0qQbQzUZTlJnDjIOHyu1M7isyRU=;
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>



From: ghada mhmd <ghadamhmd11 AT yahoo.com>
To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
Sent: Sunday, June 2, 2013 5:46 PM
Subject: [charm] problems building charm

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

_______________________________________________
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