Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Charm++ is not building

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Charm++ is not building


Chronological Thread 
  • From: Michael Robson <mprobson AT illinois.edu>
  • To: Esteban Meneses-Rojas <emenese2 AT illinois.edu>
  • Cc: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>, "Garcia de Gonzalo, Simon P" <grcdgnz2 AT illinois.edu>
  • Subject: Re: [charm] [ppl] Charm++ is not building
  • Date: Wed, 5 Sep 2012 09:56:12 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

I ran into an error the first time as well. Seems I needed to download/install g++. I'd recommend trying that if you're still having problems.

Michael

On Wed, Sep 5, 2012 at 9:39 AM, Esteban Meneses-Rojas <emenese2 AT illinois.edu> wrote:
   Simon,
   From the output, it seems your C++ compiler is not working. Can you
double-check you can compile a standard C++ program?

On Mon, Sep 3, 2012 at 1:47 PM, Garcia de Gonzalo, Simon P
<grcdgnz2 AT illinois.edu> wrote:
> Hi,
>
> I'm in Professor Kale's class and I have been trying to install Charm++ but
> I get an error when I build it.
>
> I get:
>
> Selected Compiler:
> Selected Options:  smp
> Copying src/scripts/Makefile to net-linux-x86_64-smp/tmp
> Soft-linking over bin
> Soft-linking over lib
> Soft-linking over lib_so
> Soft-linking over include
> Soft-linking over tmp
> Generating net-linux-x86_64-smp/tmp/conv-mach-pre.sh
> Performing 'make -j 4 basics OPTS= -g -O0 QUIET= CONFIG_OPTS=' in
> net-linux-x86_64-smp/tmp
> make charmxi
> make[1]: Entering directory
> `/home/simon/Documents/Charm++/charm/net-linux-x86_64-smp/tmp'
> ./configure
> Error checking is enabled
> Statistics collection is enabled
> Charm tracing is enabled
> Charm tracing communication thread is enabled
> CharmDebug is enabled
> Charm record/replay is enabled
> CCS is enabled
> Charm control point is enabled
> Setting load balancing timer type as 'double'
> checking machine name... net-linux-x86_64-smp
> checking "cp command as"... cp -p
> checking "C++ compiler as"... "g++ -m64    -D_REENTRANT     -D_REENTRANT
> -g -O0 "
> checking "whether C++ compiler works"... "no"
> Cannot compile C++ programs with g++ -m64    -D_REENTRANT     -D_REENTRANT
>  (check your charm++ version)
> *** Please find detailed output in charmconfig.out ***
> make[1]: *** [conv-autoconfig.h] Error 1
> make[1]: Leaving directory
> `/home/simon/Documents/Charm++/charm/net-linux-x86_64-smp/tmp'
> make: *** [headers] Error 2
> -------------------------------------------------
> Charm++ NOT BUILT. Either cd into net-linux-x86_64-smp/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
>
> Any help would be appreciated.
>
> Thanks.
> Simon  Garcia De Gonzalo.
>



--
Esteban Meneses
PhD Student
Parallel Programming Laboratory
Department of Computer Science
University of Illinois at Urbana-Champaign
_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm
_______________________________________________
ppl mailing list
ppl AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/ppl




Archive powered by MHonArc 2.6.16.

Top of Page