Skip to Content.
Sympa Menu

charm - [charm] charmc -host compile failing on Ranger

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] charmc -host compile failing on Ranger


Chronological Thread 
  • From: Tom Quinn <trq AT astro.washington.edu>
  • To: charm AT cs.illinois.edu
  • Subject: [charm] charmc -host compile failing on Ranger
  • Date: Sat, 9 Jun 2012 09:49:49 -0700 (PDT)
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

I'm trying to build charm with:
./build ChaNGa mpi-linux-x86_64 mpicxx --no-build-shared -O3

It fails when trying to link charmxi with what appears to be a compiler mismatch. My environment is set up to use the Intel compiler. The failure is:

../bin/charmc -host -language c++ -cp ../bin/ -o charmxi xi-main.o xi-symbol.o xi-grammar.tab.o xi-scan.o xi-util.o sdag-globals.o CSdagConstruct.o CEntry.o
xi-main.o: In function `main':
xi-main.C:(.text+0xfe): undefined reference to
`std::allocator<char>::allocator()'
xi-main.C:(.text+0x110): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
.
.
.

Command /opt/apps/intel/10.1/cc/bin/icc -o charmxi xi-main.o xi-symbol.o xi-grammar.tab.o xi-scan.o xi-util.o sdag-globals.o CSdagConstruct.o CEntry.o -L../b


Tom Quinn Astronomy, University of Washington
Internet:
trq AT astro.washington.edu
Phone: 206-685-9009



  • [charm] charmc -host compile failing on Ranger, Tom Quinn, 06/09/2012

Archive powered by MHonArc 2.6.16.

Top of Page