Re: Problems compiling Charm++ for Myrinet

From: Gengbin Zheng (gzheng_at_ks.uiuc.edu)
Date: Tue Mar 30 2004 - 12:40:05 CST

Do you have mpi installed? cause the error message says:
machine.c:11:17: mpi.h: No such file or directory
If you have installed mpi, you many want to specify where you installed
it to charm build script.
You can specify additional include and library path to build script,
by using --incdir and --libdir, see ./build --help for details.

For the second problem with icc, I believe you may not have a complete
installation of intel compiler package on your machine.
A workaround is to use -cxxlib-gcc to link using C++ run-time libraries
provided with gcc. You will need to edit this file:
charm/src/arch/common/cc-icc.sh
modify this line to:
CMK_SEQ_LDXX="$CMK_LDXX -cxxlib-gcc"

PLease keep in mind that the "gm2" in the latest version of charm is still
in testing. Please let me know if it works for you or not.

Gengbin

On Tue, 30 Mar 2004, David Chalmers wrote:

> Hi again all,
>
> I have downloaded the latest version of Charm++ from the CVS repository.
> I am trying to compile Charm on a linux cluster with GM2 Myrinet.
>
> ./build charm++ mpi-linux gcc gm2
>
> fails with the following error:
>
> <stuff deleted>
> ../bin/charmc -c -I. isomalloc.c
> ../bin/charmc -c -I. global-nop.c
> ../bin/charmc -o ../lib/libconv-core.a convcore.o conv-conds.o queueing.o msgmgr.o cpm.o cpthreads.o futures.o cldb.o topology.o random.o debug-conv.o generate.o edgelist.o conv-ccs.o ccs-builtins.o traceCore.o traceCoreCommon.o converseProjections.o machineProjections.o quiescence.o isomalloc.o global-nop.o
> Warning: creating ../lib_so/libconv-core.so
> ../bin/charmc -o ../lib/libconv-cplus-y.a -DFOR_CPLUS=1 machine.c
> machine.c:11:17: mpi.h: No such file or directory
> Fatal Error by charmc in directory /home/ug/chalmers/bin/charm/mpi-linux-gm2-gcc/tmp
> Command gcc -Wno-deprecated -I../bin/../include -D__CHARMC__=1 -DFOR_CPLUS=1 -c machine.c -o machine.o returned error code 1
> charmc exiting...
> make[2]: *** [../lib/libconv-cplus-n.a] Error 1
> make[2]: Leaving directory `/home/ug/chalmers/bin/charm/mpi-linux-gm2-gcc/tmp'
> make[1]: *** [converse] Error 2
> make[1]: Leaving directory `/home/ug/chalmers/bin/charm/mpi-linux-gm2-gcc/tmp'
> make: *** [charm++] Error 2
>
>
> ./build charm++ mpi-linux icc gm2 fails with:
>
> <lots more stuff deleted>
> CSdagConstruct.o(.gnu.linkonce.t.__9CStateVariPciPCcP4XStrT4i+0x171): undefined reference to `__rethrow'
> CSdagConstruct.o(.gnu.linkonce.t.__9CStateVariPciPCcP4XStrT4i+0x185): undefined reference to `__builtin_delete'
> CSdagConstruct.o(.gnu.linkonce.t.__9CStateVariPciPCcP4XStrT4i+0x195): undefined reference to `__rethrow'
> CSdagConstruct.o(.gnu.linkonce.t.__9CStateVariPciPCcP4XStrT4i+0x1a9): undefined reference to `__builtin_delete'
> CSdagConstruct.o(.gnu.linkonce.t.__9CStateVariPciPCcP4XStrT4i+0x1b9): undefined reference to `__rethrow'
> CSdagConstruct.o: In function `CEntry::CEntry(XStr *, ParamList *, TList<CStateVar *> &, int)':
> CSdagConstruct.o(.gnu.linkonce.t.__6CEntryP4XStrP9ParamListRt5TList1ZP9CStateVari+0x3b): undefined reference to `__builtin_new'
> CSdagConstruct.o(.gnu.linkonce.t.__6CEntryP4XStrP9ParamListRt5TList1ZP9CStateVari+0x73): undefined reference to `__builtin_delete'
> CEntry.o: In function `CEntry::generateCode(XStr &)':
> CEntry.o(.text+0xf2d): undefined reference to `__builtin_new'
> CEntry.o(.text+0xf6d): undefined reference to `__builtin_delete'
> CEntry.o(.text+0x15c6): undefined reference to `__builtin_new'
> CEntry.o(.text+0x1606): undefined reference to `__builtin_delete'
> CEntry.o(.text+0x1ebd): undefined reference to `__builtin_delete'
> CEntry.o(.text+0x1ecd): undefined reference to `__rethrow'
> CEntry.o(.text+0x1ee1): undefined reference to `__builtin_delete'
> CEntry.o(.text+0x1ef1): undefined reference to `__rethrow'
> Fatal Error by charmc in directory /home/ug/chalmers/bin/charm/mpi-linux-icc/tmp
> Command icpc -i_dynamic -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../bin/../lib returned error code 1
> charmc exiting...
> make[1]: *** [../bin/charmxi] Error 1
> make[1]: Leaving directory `/home/ug/chalmers/bin/charm/mpi-linux-icc/tmp'
> make: *** [headers] Error 2
>
>
> Can anybody offer me some advice?
>
> Regards
>
> David
>
> _____________________________________________________________________________
>
> David Chalmers Lab: 9903 9110
> Victorian College of Pharmacy Fax: 9903 9582
> 381 Royal Pde, Parkville, Vic 3053
> Australia David.Chalmers_at_vcp.monash.edu.au
> _____________________________________________________________________________
>

This archive was generated by hypermail 2.1.6 : Wed Feb 29 2012 - 15:38:32 CST