Skip to Content.
Sympa Menu

charm - [charm] Request for help compiling charm

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Request for help compiling charm


Chronological Thread 
  • From: Dmitriy Geyzel <dmitriy AT spg-corp.com>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Request for help compiling charm
  • Date: Tue, 27 Dec 2011 14:21:46 -0800
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hello,
I was trying to compile charm with AMPI today and the program did not successfully build.  I have attached all of the terminal output including the final fatal error.  Could you please look at the output and tell me what needs to be changed for me to successfully compile the program?  I am working in the Cygwin (latest version) environment in a 64bit Windows 7 installation.  Let me know if you require any other information about my setup to diagnose the problem. 

Thanks in advance for your help,
Dmitriy Geyzel

--
Dmitriy Geyzel
R&D Engineer - Space Propulsion Group Inc.
Work: (408) 541-1481
Cell: (650) 796-5666
dmitriy AT spg-corp.com
admin@The-Ocho
/cygdrive/c/charm-6.2
$ ./build AMPI net-cygwin
Creating dir: net-cygwin
Creating dir: net-cygwin/tmp
Copying src/scripts/Makefile to net-cygwin/tmp
Soft-linking over bin
Soft-linking over lib
Soft-linking over lib_so
Soft-linking over include
Soft-linking over tmp
Generating net-cygwin/tmp/conv-mach-pre.sh
Generating net-cygwin/tmp/conv-mach-opt.h, conv-mach-opt.sh
Performing 'make basics OPTS= QUIET=' in net-cygwin/tmp
pwd
/cygdrive/c/charm-6.2/net-cygwin/tmp
find . -type l -exec rm {} \;
rm -rf QuickThreads
rm -rf libs
rm -rf ../bin ; mkdir ../bin
rm -rf ../lib ; mkdir ../lib
rm -rf ../lib_so ; mkdir ../lib_so; touch ../lib_so/.charmso
rm -rf ../examples
rm -rf ../tests
rm -rf ../doc ; ln -s ../doc ../doc
../../src/scripts/gatherflat ../../src/scripts .
./gatherflat ../../src/conv-core .
./gatherflat ../../src/conv-ldb .
./gatherflat ../../src/conv-ccs .
./gatherflat ../../src/conv-perf .
./gatherflat ../../src/ck-core .
./gatherflat ../../src/util .
./gatherflat ../../src/ck-perf .
./gatherflat ../../src/ck-ldb .
./gatherflat ../../src/ck-com .
./gatherflat ../../src/ck-cp .
./gatherflat ../../src/conv-com .
./gatherflat ../../src/langs/simplemsg .
./gatherflat ../../src/langs/pvmc .
./gatherflat ../../src/langs/bluegene .
./gatherflat ../../src/langs/f90charm .
./gatherflat ../../src/xlat-i .
./gatherflat ../../src/xlatcpm .
./gathertree ../../src/QuickThreads QuickThreads
./gathertree ../../src/libs libs
temp.l: ./system_ln: /bin/sh: bad interpreter: Bad address
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: Resource temporarily unavailable
temp.l: line 527: /usr/bin/awk: Bad address
temp.l: ./system_ln: /bin/sh: bad interpreter: Bad address
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: Resource temporarily unavailable
temp.l: ./system_ln: /bin/sh: bad interpreter: Bad address
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: Resource temporarily unavailable
temp.l: line 1321: /usr/bin/awk: Bad address
temp.l: ./system_ln: /bin/sh: bad interpreter: Bad address
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: Resource temporarily unavailable
temp.l: ./system_ln: /bin/sh: bad interpreter: Bad address
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: Resource temporarily unavailable
./gathertree ../../src/arch/util .
./gathertree ../../src/langs langs
./gathertree ../../src/langs/jade langs/jade
./gathertree ../../src/arch/common .
./gathertree ../../src/arch/`cat .gdir` .
test -f ../../src/arch/`cat .gdir`/gdir_link && cat ../../src/arch/`cat
.gdir`/gdir_link > .gdir.new && ./gathertree ../../src/arch/`cat .gdir.new`
. || true
./gatherflat ../../src/arch/`cat .vdir` .
./gathertree ../../examples ../examples
./system_ln: line 2: /usr/bin/ln: Bad address
./gathertree ../../tests ../tests
./system_ln: line 2: /usr/bin/ln: Bad address
rm -f ../bin/dep.pl ; cp dep.pl ../bin/
chmod +x charmc
./system_ln ../tmp/charmc ../bin/
rm -rf ../include ; mkdir ../include
./system_ln ../tmp/conv-*.*h ../include
./system_ln ../tmp/cc-*.*h ../include
if [ -x ./special.sh ] ; then ./special.sh ; fi
if [ ! -f conv-common.h ] ; then ( touch conv-common.h ) ; fi
touch dirs+sources
make charmxi
make[1]: Entering directory `/cygdrive/c/charm-6.2/net-cygwin/tmp'
./configure
checking machine name... net-cygwin
checking "C++ compiler as"... "g++ "
checking "whether C++ compiler works"... "ok"
checking "C++ linker as"... "g++ "
checking "whether linker works"... "ok"
checking "whether compiler is 64bit"... "no"
checking "whether has strings.h "... "yes"
checking "whether has values.h "... "no"
checking "whether has stdint.h "... "yes"
checking "whether has malloc.h "... "yes"
checking "whether has alloca.h "... "yes"
checking "whether has regex.h "... "yes"
checking "whether C++ bool works"... "ok"
checking "whether long long works"... "ok"
checking "whether __int64 works"... "no"
checking "whether long double works"... "ok"
checking "whether ucontext has FPU pointer"... "no"
checking "whether ucontext has pointer (v_regs) of vector type"... "no"
checking "whether inline works in C"... "yes"
checking "whether C++ class explicit keyword works"... "ok"
checking "whether C++ signed char and char differ"... "yes"
checking "whether C++ *_casts<> work"... "ok"
checking "whether C++ allows declaration of varsize array"... "yes"
checking "whether including STL <foo> works"... "ok"
checking "whether the std:: names for STL work"... "ok"
checking "whether namespaces work"... "ok"
checking "whether typeinfo/typeid works"... "ok"
checking "whether std::iterator_traits is defined"... "ok"
checking "whether std::distance is defined"... "ok"
checking "whether operator delete can be overloaded in same class"... "ok"
checking "whether GCC x86 assembly works"... "yes"
checking "whether GCC x86 assembly for atomic increment works"... "yes"
checking "whether GCC IA64 assembly works"... "no"
checking "whether PPC assembly works"... "no"
checking "whether __thread (Thread Local Storage) is supported"... "no"
checking "whether has log2"... "yes"
checking "whether has sqrtf"... "yes"
checking "whether has fabsf"... "yes"
checking "whether has mkstemp"... "yes"
checking "whether has system"... "yes"
checking "whether has sbrk"... "yes"
checking "whether has mstats"... "no"
checking "whether has mallinfo"... "yes"
checking "whether has popen"... "yes"
checking "whether poll() syscall exists"... "yes"
checking "whether has getpagesize"... "yes"
checking "whether getpid() exists"... "yes"
checking "whether kill() exists"... "yes"
checking "whether setpriority() exists"... "yes"
checking "whether to use signal-safe system() "... "yes"
checking "whether sched_setaffinity call exists"... "no"
checking "whether pthread_setaffinity_np call exists"... "no"
checking "whether bindprocessor call exists"... "no"
checking "whether dlopen links without -ldl"... "yes"
checking "whether dlopen links with -ldl"... "yes"
checking "whether gethostname call exists"... "yes"
checking "whether getProcAddress works"... "no"
checking "whether has socklen_t"... "yes"
checking "whether the mmap() syscall exists"... "yes"
checking "whether mmap() accepts MAP_ANON"... "yes"
checking "whether mmap() accepts MAP_NORESERVE"... "yes"
checking "whether get_myaddress() exists"... "no"
checking "whether glibc backtrace works"... "no"
checking "whether has sleep "... "yes"
checking "whether has usleep "... "yes"
checking "whether personality() and ADDR_NO_RANDOMIZE exist"... "no"
checking "whether has zlib"... "yes"
checking "whether has elf.h "... "yes"
checking "whether has Multiprocessing.h for Apple "... "no"
checking "whether ntohl is available"... "yes"
checking "whether has libjpeg"... "no"
checking "whether Python is installed"... "no"
checking "whether can build shared library"... "no"
checking for sync... sync
checking "F77 compiler as"... "f77"
checking "whether Fortran 77 compiler works"... "yes"
checking "F90 compiler as"... "f90"
checking "whether Fortran 90 compiler works"... "no"
checking subroutine name used by Fortran 90 compiler... TWOSCORE
configure: creating ./config.status
config.status: creating libs/ck-libs/ampi/ampiCC
config.status: creating libs/ck-libs/ampi/ampirun
config.status: creating conv-autoconfig.h
config.status: executing default commands
../bin/charmc -host xi-main.C
../bin/charmc -host xi-symbol.C
../bin/charmc -host xi-grammar.tab.C
../bin/charmc -host -I. -DYY_NEVER_INTERACTIVE xi-scan.C
../bin/charmc -host xi-util.C
../bin/charmc -host -c sdag-globals.C
../bin/charmc -host -c CSdagConstruct.C
../bin/charmc -host -c CEntry.C
../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
Appending .exe to object file name
make[1]: Leaving directory `/cygdrive/c/charm-6.2/net-cygwin/tmp'
make headerlinks
make[1]: Entering directory `/cygdrive/c/charm-6.2/net-cygwin/tmp'
../bin/charmc -intrinsic ckcallback.ci
../bin/charmc -intrinsic ckmarshall.ci
../bin/charmc -intrinsic ckarray.ci
../bin/charmc -intrinsic cklocation.ci
../bin/charmc -intrinsic ckreduction.ci
../bin/charmc -intrinsic ckarrayreductionmgr.ci
../bin/charmc -intrinsic tempo.ci
../bin/charmc -intrinsic waitqd.ci
../bin/charmc -intrinsic ckfutures.ci
../bin/charmc -intrinsic ckcheckpoint.ci
../bin/charmc -intrinsic ckmemcheckpoint.ci
../bin/charmc -intrinsic LBDatabase.ci
../bin/charmc -intrinsic CentralLB.ci
../bin/charmc -intrinsic ComboCentLB.ci
../bin/charmc -intrinsic NullLB.ci
../bin/charmc -intrinsic RandCentLB.ci
../bin/charmc -intrinsic RecBisectBfLB.ci
../bin/charmc -intrinsic BaseLB.ci
../bin/charmc -intrinsic MetisLB.ci
../bin/charmc -intrinsic DummyLB.ci
../bin/charmc -intrinsic RotateLB.ci
../bin/charmc -intrinsic RefineLB.ci
../bin/charmc -intrinsic RefineKLB.ci
../bin/charmc -intrinsic BlockLB.ci
../bin/charmc -intrinsic RefineCommLB.ci
../bin/charmc -intrinsic OrbLB.ci
../bin/charmc -intrinsic GreedyLB.ci
../bin/charmc -intrinsic GreedyCommLB.ci
../bin/charmc -intrinsic Comm1LB.ci
../bin/charmc -intrinsic GreedyAgentLB.ci
../bin/charmc -intrinsic GridCommLB.ci
../bin/charmc -intrinsic GridCommRefineLB.ci
../bin/charmc -intrinsic GridMetisLB.ci
../bin/charmc -intrinsic GridHybridLB.ci
../bin/charmc -intrinsic GridHybridSeedLB.ci
../bin/charmc -intrinsic PhasebyArrayLB.ci
../bin/charmc -intrinsic TopoLB.ci
../bin/charmc -intrinsic RefineTopoLB.ci
../bin/charmc -intrinsic TopoCentLB.ci
../bin/charmc -intrinsic NborBaseLB.ci
../bin/charmc -intrinsic NeighborLB.ci
../bin/charmc -intrinsic NeighborCommLB.ci
../bin/charmc -intrinsic HbmLB.ci
../bin/charmc -intrinsic HybridBaseLB.ci
../bin/charmc -intrinsic HybridLB.ci
../bin/charmc -intrinsic WSLB.ci
../bin/charmc -intrinsic EveryLB.ci
../bin/charmc -intrinsic charisma.ci
../bin/charmc -intrinsic trace-summary.ci
../bin/charmc -intrinsic trace-projections.ci
../bin/charmc -intrinsic trace-simple.ci
../bin/charmc -intrinsic trace-controlPoints.ci
../bin/charmc -intrinsic trace-Tau.ci
../bin/charmc -intrinsic trace-utilization.ci
../bin/charmc -intrinsic BlueGene.ci
../bin/charmc -intrinsic ComlibManager.ci
../bin/charmc -intrinsic controlPoints.ci
../bin/charmc -intrinsic pathHistory.ci
Soft-linking headers...
/bin/sh: ./system_ln: /bin/sh: bad interpreter: Bad address
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: Resource temporarily unavailable
/bin/sh: ./system_ln: /bin/sh: bad interpreter: Bad address
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: retry: Resource temporarily unavailable
./system_ln: fork: Resource temporarily unavailable
touch headerlinks
make[1]: Leaving directory `/cygdrive/c/charm-6.2/net-cygwin/tmp'
touch basics
Performing 'make AMPI OPTS= QUIET=' in net-cygwin/tmp
../bin/charmc: line 177: f90: command not found
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command f90 -I../bin/../include -c fmain.f90 -o fmain.o returned error
code 127
charmc exiting...
Makefile:384: recipe for target `fmain-ok' failed
make: [fmain-ok] Error 1 (ignored)
cp: cannot stat `fmain.o': No such file or directory
Makefile:384: recipe for target `fmain-ok' failed
make: [fmain-ok] Error 1 (ignored)
../bin/charmc -seq -o sockRoutines-seq.o sockRoutines.c
../bin/charmc -c -I. trace-common.C
../bin/charmc -c -I. tracef.C
../bin/charmc -c -I. init.C
../bin/charmc -c -I. register.C
../bin/charmc -c -I. qd.C
../bin/charmc -c -I. ck.C
../bin/charmc -c -I. main.C
../bin/charmc -c -I. msgalloc.C
../bin/charmc -c -I. ckfutures.C
../bin/charmc -c -I. ckIgetControl.C
../bin/charmc -c -I. debug-message.C
../bin/charmc -c -I. debug-charm.C
debug-charm.C: In member function `virtual void
CpdList_message::pup(PUP::er&, CpdListItemsRequest&)':
debug-charm.C:502: warning: left shift count >= width of type
../bin/charmc -c -I. ckcallback.C
../bin/charmc -c -I. cklocation.C
../bin/charmc -c -I. ckarray.C
../bin/charmc -c -I. ckreduction.C
../bin/charmc -c -I. ckarrayreductionmgr.C
../bin/charmc -c -I. tempo.C
../bin/charmc -c -I. waitqd.C
../bin/charmc -c -I. LBDatabase.C
../bin/charmc -c -I. lbdb.C
../bin/charmc -c -I. lbdbf.C
../bin/charmc -c -I. charisma.C
../bin/charmc -c -I. ckobjQ.C
../bin/charmc -c -I. LBAgent.C
../bin/charmc -c -I. LBProfit.C
../bin/charmc -c -I. ckcheckpoint.C
../bin/charmc -c -I. ckmemcheckpoint.C
../bin/charmc -c -I. ckevacuation.C
../bin/charmc -c -I. ckmessagelogging.C
In file included from ckmessagelogging.h:4,
from ckmessagelogging.C:8:
ckobjid.h: In member function `CkObjID::operator CkHashCode() const':
ckobjid.h:34: warning: cast from pointer to integer of different size
../bin/charmc -c -I. LBDBManager.C
../bin/charmc -c -I. LBComm.C
../bin/charmc -c -I. LBObj.C
../bin/charmc -c -I. LBMachineUtil.C
../bin/charmc -c -I. CentralPredictor.C
../bin/charmc -c -I. BaseLB.C
../bin/charmc -c -I. CentralLB.C
../bin/charmc -c -I. HybridBaseLB.C
../bin/charmc -c -I. NborBaseLB.C
../bin/charmc -c -I. WSLB.C
../bin/charmc -c -I. ObjGraph.C
../bin/charmc -c -I. graph.c
../bin/charmc -c -I. LButil.C
../bin/charmc -c -I. Refiner.C
../bin/charmc -c -I. RefinerApprox.C
../bin/charmc -c -I. RefinerComm.C
../bin/charmc -c -I. bitvecset.c
../bin/charmc -c -I. Set.C
../bin/charmc -c -I. heap.C
../bin/charmc -c -I. CommLBHeap.C
../bin/charmc -c -I. NullLB.C
../bin/charmc -c -I. LBSimulation.C
../bin/charmc -c -I. ComlibModuleInterface.C
../bin/charmc -c -I. charmProjections.C
../bin/charmc -c -I. pathHistory.C
../bin/charmc -o ../lib/libck.a trace-common.o tracef.o init.o register.o
qd.o ck.o main.o msgalloc.o ckfutures.o ckIgetControl.o debug-message.o
debug-charm.o ckcallback.o cklocation.o ckarray.o ckreduction.o
ckarrayreductionmgr.o tempo.o waitqd.o LBDatabase.o lbdb.o lbdbf.o charisma.o
ckobjQ.o LBAgent.o LBProfit.o ckcheckpoint.o ckmemcheckpoint.o
ckevacuation.o ckmessagelogging.o LBDBManager.o LBComm.o LBObj.o
LBMachineUtil.o CentralPredictor.o BaseLB.o CentralLB.o HybridBaseLB.o
NborBaseLB.o WSLB.o ObjGraph.o graph.o LButil.o Refiner.o RefinerApprox.o
RefinerComm.o bitvecset.o Set.o heap.o CommLBHeap.o NullLB.o LBSimulation.o
ComlibModuleInterface.o charmProjections.o pathHistory.o
ar: creating ../lib/libck.a
../bin/charmc -c -I. convcore.c
../bin/charmc -c -I. conv-conds.c
../bin/charmc -c -I. queueing.c
../bin/charmc -c -I. msgmgr.c
../bin/charmc -c -I. cpm.c
../bin/charmc -c -I. cpthreads.c
../bin/charmc -c -I. futures.c
../bin/charmc -c -I. cldb.c
../bin/charmc -c -I. topology.C
../bin/charmc -c -I. random.c
../bin/charmc -c -I. debug-conv.c
debug-conv.c: In function ‘CpdSearchLeaks’:
debug-conv.c:55:24: warning: assignment makes pointer from integer without a
cast
debug-conv.c:56:22: warning: assignment makes pointer from integer without a
cast
debug-conv.c:57:23: warning: assignment makes pointer from integer without a
cast
debug-conv.c:58:21: warning: assignment makes pointer from integer without a
cast
debug-conv.c:60:24: warning: assignment makes pointer from integer without a
cast
debug-conv.c:61:22: warning: assignment makes pointer from integer without a
cast
debug-conv.c:62:23: warning: assignment makes pointer from integer without a
cast
debug-conv.c:63:21: warning: assignment makes pointer from integer without a
cast
debug-conv.c: In function ‘CpdNotify’:
debug-conv.c:381:8: warning: assignment makes pointer from integer without a
cast
../bin/charmc -c -I. generate.c
../bin/charmc -c -I. edgelist.c
../bin/charmc -c -I. conv-ccs.c
../bin/charmc -c -I. ccs-builtins.C
../bin/charmc -c -I. traceCore.C
../bin/charmc -c -I. traceCoreCommon.C
../bin/charmc -c -I. tracec.C
../bin/charmc -c -I. converseProjections.C
../bin/charmc -c -I. machineProjections.C
../bin/charmc -c -I. quiescence.c
../bin/charmc -c -I. isomalloc.c
isomalloc.c: In function ‘init_ranges’:
isomalloc.c:2011:26: warning: cast from pointer to integer of different size
isomalloc.c:2012:26: warning: cast from pointer to integer of different size
isomalloc.c:2085:32: warning: cast to pointer from integer of different size
isomalloc.c:2086:30: warning: cast to pointer from integer of different size
isomalloc.c:2086:41: warning: cast to pointer from integer of different size
../bin/charmc -c -I. mem-arena.c
../bin/charmc -c -I. conv-counter.c
../bin/charmc -c -I. global-nop.c
../bin/charmc -c -I. cmipool.c
../bin/charmc -c -I. cpuaffinity.c
../bin/charmc -c -I. cputopology.C
cputopology.C:214: warning: converting to non-pointer type `int' from NULL
../bin/charmc -c -I. modifyScheduler.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 tracec.o converseProjections.o machineProjections.o
quiescence.o isomalloc.o mem-arena.o conv-counter.o global-nop.o cmipool.o
cpuaffinity.o cputopology.o modifyScheduler.o
ar: creating ../lib/libconv-core.a
../bin/charmc -o machine.o -DFOR_CPLUS=1 machine.c
../bin/charmc -o ../lib/libconv-cplus-y.a machine.o
ar: creating ../lib/libconv-cplus-y.a
../bin/charmc -o ../lib/libconv-cplus-n.a -DFOR_CPLUS=0 machine.c
ar: creating ../lib/libconv-cplus-n.a
../bin/charmc -o pup_util.o pup_util.C
../bin/charmc -I. -o pup_toNetwork.o pup_toNetwork.C
../bin/charmc -I. -o pup_toNetwork4.o pup_toNetwork4.C
../bin/charmc -I. -o pup_xlater.o pup_xlater.C
../bin/charmc -o pup_c.o pup_c.C
../bin/charmc -o pup_paged.o pup_paged.C
../bin/charmc -o pup_cmialloc.o pup_cmialloc.C
../bin/charmc -o ckimage.o ckimage.C
../bin/charmc -o ckdll.o ckdll.C
../bin/charmc -o ckhashtable.o ckhashtable.C
../bin/charmc -DCMK_USE_CONVERSE=1 sockRoutines.c
../bin/charmc -o conv-lists.o conv-lists.C
../bin/charmc -o RTH.o RTH.C
../bin/charmc -o persist-comm.o persist-comm.c
../bin/charmc -I. -o ckbitvector.o ckbitvector.C
../bin/charmc -o TopoManager.o TopoManager.C
../bin/charmc -c -o CrayNid.o CrayNid.c
../bin/charmc -o crc32.o crc32.c
../bin/charmc -o ../lib/libconv-util.a pup_util.o pup_toNetwork.o
pup_toNetwork4.o pup_xlater.o pup_c.o pup_paged.o pup_cmialloc.o
ckimage.o ckdll.o ckhashtable.o sockRoutines.o
conv-lists.o RTH.o persist-comm.o ckbitvector.o TopoManager.o
CrayNid.o crc32.o
ar: creating ../lib/libconv-util.a
../bin/charmc -c pup_f.f90 && ../bin/charmc -cpmod ../include pupmod.M ||
touch pup_f.o
../bin/charmc: line 177: f90: command not found
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command f90 -I../bin/../include -c pup_f.f90 -o pup_f.o returned error
code 127
charmc exiting...
../bin/charmc -o ../lib/libconv-utilf.a pup_f.o || touch
../lib/libconv-utilf.a
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
pup_f.o: file not recognized: File truncated
charmc exiting...
../bin/charmc -o ../lib/libldb-rand.o cldb.rand.c
../bin/charmc -o ../lib/libldb-spray.o cldb.spray.c
../bin/charmc -o ../lib/libldb-neighbor.o cldb.neighbor.c
../bin/charmc -o ../lib/libldb-none.o cldb.none.c
../bin/charmc -o ../lib/libldb-test.o cldb.test.c
../bin/charmc -o ../lib/libldb-bluegene.o cldb.bluegene.c
../bin/charmc -c -I. trace-projections.C
trace-projections.C: In member function `void
LogPool::addMemoryUsage(unsigned char, double, double)':
trace-projections.C:669: warning: passing `double' for converting 3 of
`LogEntry::LogEntry(unsigned char, double, long int)'
trace-projections.C:1018:8: warning: extra tokens at end of #endif directive
trace-projections.C:1046:8: warning: extra tokens at end of #endif directive
../bin/charmc -o ../lib/libtrace-projections.a trace-projections.o
ar: creating ../lib/libtrace-projections.a
../bin/charmc -c -I. trace-summary.C
trace-summary.C: In member function `void
TraceSummaryBOC::ccsRequestSummaryUnsignedChar(CkCcsRequestMsg*)':
trace-summary.C:988: warning: converting to `unsigned char' from `double'
../bin/charmc -o ../lib/libtrace-summary.a trace-summary.o
ar: creating ../lib/libtrace-summary.a
../bin/charmc -c -I. trace-utilization.C
trace-utilization.C: In function `compressedBuffer
moveTinyEntriesToOther(compressedBuffer, double)':
trace-utilization.C:259: warning: passing `double' for converting 1 of `int
compressedBuffer::push(T) [with T = unsigned char]'
trace-utilization.C:270: warning: passing `double' for converting 1 of `int
compressedBuffer::push(T) [with T = unsigned char]'
trace-utilization.C: In function `compressedBuffer fakeCompressedMessage()':
trace-utilization.C:371: warning: passing `double' for converting 1 of `int
compressedBuffer::push(T) [with T = unsigned char]'
trace-utilization.C: In member function `compressedBuffer
TraceUtilization::compressNRecentSumDetail(int)':
trace-utilization.C:551: warning: passing `double' for converting 1 of `int
compressedBuffer::push(T) [with T = unsigned char]'
trace-utilization.C: In function `void mergeCompressedBin(compressedBuffer*,
int, int*, int, compressedBuffer&)':
trace-utilization.C:622: warning: passing `double' for converting 1 of `int
compressedBuffer::push(T) [with T = unsigned char]'
../bin/charmc -o ../lib/libtrace-utilization.a trace-utilization.o
ar: creating ../lib/libtrace-utilization.a
../bin/charmc -c -I. trace-simple.C
../bin/charmc -o ../lib/libtrace-simple.a trace-simple.o
ar: creating ../lib/libtrace-simple.a
../bin/charmc -c -I. trace-controlPoints.C
../bin/charmc -o ../lib/libtrace-controlPoints.a trace-controlPoints.o
ar: creating ../lib/libtrace-controlPoints.a
../bin/charmc -c -I. trace-counter.C
../bin/charmc -o ../lib/libtrace-counter.a trace-counter.o
ar: creating ../lib/libtrace-counter.a
../bin/charmc -c -I. trace-bluegene.C
../bin/charmc -o ../lib/libtrace-bluegene.a trace-bluegene.o
ar: creating ../lib/libtrace-bluegene.a
../bin/charmc -c -I. trace-projector.C
../bin/charmc -o ../lib/libtrace-projector.a trace-projector.o traceCore.o
traceCoreCommon.o charmProjections.o converseProjections.o
machineProjections.o
ar: creating ../lib/libtrace-projector.a
../bin/charmc -c -I. trace-all.C
../bin/charmc -c -I. trace-memory.C
../bin/charmc -o ../lib/libtrace-all.a trace-all.o trace-projections.o
trace-summary.o trace-simple.o trace-projector.o traceCore.o
traceCoreCommon.o charmProjections.o converseProjections.o
machineProjections.o trace-memory.o trace-controlPoints.o trace-utilization.o
ar: creating ../lib/libtrace-all.a
../bin/charmc -c -I. trace-converse.c
../bin/charmc -o ../lib/libtrace-converse.a trace-converse.o
ar: creating ../lib/libtrace-converse.a
../bin/charmc -o tracef_f.o -c tracef_f.f90 && ../bin/charmc -cpmod
../include tracemod.M || touch tracef_f.o
../bin/charmc: line 177: f90: command not found
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command f90 -I../bin/../include -c tracef_f.f90 -o tracef_f.o returned
error code 127
charmc exiting...
../bin/charmc -o ../lib/libtracef_f.a tracef_f.o || touch
../lib/libtracef_f.a
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
tracef_f.o: file not recognized: File truncated
charmc exiting...
../bin/charmc -o ../lib/libtrace-memory.a trace-memory.o
ar: creating ../lib/libtrace-memory.a
../bin/charmc -I. -o ../lib/libmemory-default.o -DCMK_MEMORY_BUILD_DEFAULT
memory.c
../bin/charmc -I. -o ../lib/libmemory-os.o -DCMK_MEMORY_BUILD_OS memory.c
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
../bin/charmc -I. -o ../lib/libmemory-gnu.o -DCMK_MEMORY_BUILD_GNU memory.c
|| touch ../lib/libmemory-gnu.o
../bin/charmc -I. -o ../lib/libmemory-gnuold.o -DCMK_MEMORY_BUILD_GNUOLD
memory.c || touch ../lib/libmemory-gnuold.o
../bin/charmc -I. -o ../lib/libmemory-verbose.o -DCMK_MEMORY_BUILD_VERBOSE
memory.c || touch ../lib/libmemory-verbose.o
../bin/charmc -I. -o ../lib/libmemory-paranoid.o
-DCMK_MEMORY_BUILD_PARANOID memory.c || touch ../lib/libmemory-paranoid.o
../bin/charmc -I. -o ../lib/libmemory-leak.o -DCMK_MEMORY_BUILD_LEAK
memory.c || touch ../lib/libmemory-leak.o
../bin/charmc -I. -o ../lib/libmemory-isomalloc.o
-DCMK_MEMORY_BUILD_ISOMALLOC memory.c || touch ../lib/libmemory-isomalloc.o
../bin/charmc -I. -o ../lib/libmemory-charmdebug.o
-DCMK_MEMORY_BUILD_CHARMDEBUG memory.c || touch ../lib/libmemory-charmdebug.o
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘cpd_memory_get’:
memory-charmdebug.c:256:3: warning: left shift count >= width of type
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘CpdMMAPhandler’:
memory-charmdebug.c:1007:35: warning: cast from pointer to integer of
different size
memory-charmdebug.c:1007:27: warning: cast to pointer from integer of
different size
../bin/charmc -I. -o ../lib/libmemory-charmdebug-mmap.o
-DCMK_MEMORY_BUILD_CHARMDEBUG -DCPD_USE_MMAP memory.c || touch
../lib/libmemory-charmdebug-mmap.o
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘cpd_memory_get’:
memory-charmdebug.c:256:3: warning: left shift count >= width of type
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘CpdMMAPhandler’:
memory-charmdebug.c:1007:35: warning: cast from pointer to integer of
different size
memory-charmdebug.c:1007:27: warning: cast to pointer from integer of
different size
../bin/charmc -I. -o ../lib/libmemory-charmdebug-slot.o
-DCMK_MEMORY_BUILD_CHARMDEBUG -DCMK_SEPARATE_SLOT memory.c || touch
../lib/libmemory-charmdebug-slot.o
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘cpd_memory_get’:
memory-charmdebug.c:256:3: warning: left shift count >= width of type
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘CpdMMAPhandler’:
memory-charmdebug.c:1007:35: warning: cast from pointer to integer of
different size
memory-charmdebug.c:1007:27: warning: cast to pointer from integer of
different size
../bin/charmc -I. -o ../lib/libmemory-charmdebug-mmap-slot.o
-DCMK_MEMORY_BUILD_CHARMDEBUG -DCPD_USE_MMAP -DCMK_SEPARATE_SLOT memory.c ||
touch ../lib/libmemory-charmdebug-mmap-slot.o
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘cpd_memory_get’:
memory-charmdebug.c:256:3: warning: left shift count >= width of type
In file included from memory.c:511:0:
memory-charmdebug.c: In function ‘CpdMMAPhandler’:
memory-charmdebug.c:1007:35: warning: cast from pointer to integer of
different size
memory-charmdebug.c:1007:27: warning: cast to pointer from integer of
different size
memory-charmdebug.c: In function ‘MemoryToSlot’:
memory-charmdebug.c:1591:30: warning: cast from pointer to integer of
different size
memory-charmdebug.c:1591:21: warning: cast to pointer from integer of
different size
../bin/charmc -I. -o ../lib/libmemory-os-verbose.o
-DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_VERBOSE memory.c || touch
../lib/libmemory-os-verbose.o
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
../bin/charmc -I. -o ../lib/libmemory-os-isomalloc.o
-DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_ISOMALLOC memory.c || touch
../lib/libmemory-os-isomalloc.o
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
../bin/charmc -I. -o ../lib/libmemory-os-leak.o
-DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_LEAK memory.c || touch
../lib/libmemory-os-leak.o
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
../bin/charmc -o ../lib/libmemory-os-paranoid.o
-DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_PARANOID memory.c || touch
../lib/libmemory-os-paranoid.o
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
../bin/charmc -I. -o ../lib/libmemory-os-lock.o
-DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_LOCK memory.c || touch
../lib/libmemory-os-lock.o
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
memory.c: At top level:
memory.c:456:0: warning: "MEM_LOCK_AROUND" redefined
memory-lock.c:3:0: note: this is the location of the previous definition
../bin/charmc -o ../lib/libmemory-os-charmdebug.o
-DCMK_MEMORY_BUILD_OS_WRAPPED -DCMK_MEMORY_BUILD_CHARMDEBUG memory.c || touch
../lib/libmemory-os-charmdebug.o
In file included from memory.c:272:0:
memory-charmdebug.c: In function ‘cpd_memory_get’:
memory-charmdebug.c:256:3: warning: left shift count >= width of type
In file included from memory.c:272:0:
memory-charmdebug.c: In function ‘CpdMMAPhandler’:
memory-charmdebug.c:1007:35: warning: cast from pointer to integer of
different size
memory-charmdebug.c:1007:27: warning: cast to pointer from integer of
different size
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
../bin/charmc -o ../lib/libmemory-os-wrapper.o memory-os-wrapper.C || touch
../lib/libmemory-os-wrapper.o
memory-os-wrapper.C: In function `void initialize_memory_wrapper()':
memory-os-wrapper.C:14: error: `RTLD_NEXT' undeclared (first use this
function)
memory-os-wrapper.C:14: error: (Each undeclared identifier is reported only
once for each function it appears in.)
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command g++ -I../bin/../include -D__CHARMC__=1 -c memory-os-wrapper.C -o
../lib/libmemory-os-wrapper.o returned error code 1
charmc exiting...
../bin/charmc -o ../lib/libmemory-hooks-charmdebug.o
-DCMK_MEMORY_BUILD_GNU_HOOKS -DCMK_MEMORY_BUILD_CHARMDEBUG memory.c || touch
../lib/libmemory-hooks-charmdebug.o
In file included from memory.c:272:0:
memory-charmdebug.c: In function ‘cpd_memory_get’:
memory-charmdebug.c:256:3: warning: left shift count >= width of type
In file included from memory.c:272:0:
memory-charmdebug.c: In function ‘deleteAllocationPoint’:
memory-charmdebug.c:549:3: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:549:3: note: each undeclared identifier is reported only
once for each function it appears in
memory-charmdebug.c:549:3: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:549:3: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:549:3: error: ‘__free_hook’ undeclared (first use in this
function)
memory-charmdebug.c: In function ‘CreateAllocationTree’:
memory-charmdebug.c:576:3: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:576:3: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:576:3: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:576:3: error: ‘__free_hook’ undeclared (first use in this
function)
memory-charmdebug.c: In function ‘MergeAllocationTreeSingle’:
memory-charmdebug.c:693:7: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:693:7: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:693:7: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:693:7: error: ‘__free_hook’ undeclared (first use in this
function)
memory-charmdebug.c: In function ‘deleteMemStat’:
memory-charmdebug.c:769:3: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:769:3: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:769:3: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:769:3: error: ‘__free_hook’ undeclared (first use in this
function)
memory-charmdebug.c: In function ‘mergeMemStat’:
memory-charmdebug.c:798:5: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:798:5: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:798:5: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:798:5: error: ‘__free_hook’ undeclared (first use in this
function)
memory-charmdebug.c: In function ‘CreateMemStat’:
memory-charmdebug.c:820:3: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:820:3: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:820:3: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:820:3: error: ‘__free_hook’ undeclared (first use in this
function)
memory-charmdebug.c: In function ‘backupMemory’:
memory-charmdebug.c:918:3: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:918:3: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:918:3: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:918:3: error: ‘__free_hook’ undeclared (first use in this
function)
memory-charmdebug.c: In function ‘checkBackup’:
memory-charmdebug.c:978:3: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:978:3: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:978:3: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:978:3: error: ‘__free_hook’ undeclared (first use in this
function)
In file included from memory.c:272:0:
memory-charmdebug.c: In function ‘CpdMMAPhandler’:
memory-charmdebug.c:1007:35: warning: cast from pointer to integer of
different size
memory-charmdebug.c:1007:27: warning: cast to pointer from integer of
different size
memory-charmdebug.c:1011:5: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1011:5: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1011:5: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1011:5: error: ‘__free_hook’ undeclared (first use in
this function)
memory-charmdebug.c: In function ‘setSlot’:
memory-charmdebug.c:1253:7: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1253:7: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1253:7: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1253:7: error: ‘__free_hook’ undeclared (first use in
this function)
memory-charmdebug.c: In function ‘meta_malloc’:
memory-charmdebug.c:1367:5: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1367:5: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1367:5: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1367:5: error: ‘__free_hook’ undeclared (first use in
this function)
In file included from memory.c:272:0:
memory-charmdebug.c: In function ‘meta_free’:
memory-charmdebug.c:1405:7: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1405:7: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1405:7: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1405:7: error: ‘__free_hook’ undeclared (first use in
this function)
memory-charmdebug.c: In function ‘meta_memalign’:
memory-charmdebug.c:1509:3: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1509:3: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1509:3: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1509:3: error: ‘__free_hook’ undeclared (first use in
this function)
memory-charmdebug.c: In function ‘setMemoryTypeChare’:
memory-charmdebug.c:1547:5: error: ‘__malloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1547:5: error: ‘__realloc_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1547:5: error: ‘__memalign_hook’ undeclared (first use in
this function)
memory-charmdebug.c:1547:5: error: ‘__free_hook’ undeclared (first use in
this function)
memory.c: In function ‘my_init_hook’:
memory.c:280:21: error: ‘__malloc_hook’ undeclared (first use in this
function)
memory.c:281:22: error: ‘__realloc_hook’ undeclared (first use in this
function)
memory.c:282:23: error: ‘__memalign_hook’ undeclared (first use in this
function)
memory.c:283:19: error: ‘__free_hook’ undeclared (first use in this function)
memory.c: In function ‘MemusageSbrk’:
memory.c:347:25: warning: cast from pointer to integer of different size
memory.c:350:11: warning: cast from pointer to integer of different size
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command gcc -I../bin/../include -D__CHARMC__=1
-DCMK_MEMORY_BUILD_GNU_HOOKS -DCMK_MEMORY_BUILD_CHARMDEBUG -c memory.c -o
../lib/libmemory-hooks-charmdebug.o returned error code 1
charmc exiting...
( cd QuickThreads && make clean )
make[1]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/QuickThreads'
rm -f qtmd.h libqt.a libstp.a meas.o stp.o qt.o
rm -f qtmdb.s qtmds.s qtmdc.o qtmdb.o qtmds.o run
rm -f Makefile
make[1]: Leaving directory `/cygdrive/c/charm-6.2/net-cygwin/tmp/QuickThreads'
( cd QuickThreads;./configure )
Running configure on generic
( cd QuickThreads ; make qt OPTS='' ) || ( echo "Did you try to build
net-linux on a 64-bit system? Try net-linux-x86_64" && false )
make[1]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/QuickThreads'
rm -f qtmd.h
../system_ln md/setjmp_d.h qtmd.h
../../bin/charmc -seq -I. -pedantic -c -o qt.o qt.c
../../bin/charmc -seq -I. -c -o qtmds.o md/setjmp.c
CHARMINC=..; . ../conv-config.sh; \
../../bin/charmc -seq -I. -shared -o libqt.$CMK_SHARED_SUF qt.o qtmds.o
Warning: building shared library is skipped, possibly due to not supported,
check configuration files.
../../bin/charmc -seq -I. -o libqt.a qt.o qtmds.o
ar: creating libqt.a
make[1]: Leaving directory `/cygdrive/c/charm-6.2/net-cygwin/tmp/QuickThreads'
cp -f QuickThreads/libqt.a ../lib/libckqt.a
(CHARMINC=.; . ./conv-config.sh; \
test -d ../lib_so && \
cp -f QuickThreads/libqt.$CMK_SHARED_SUF ../lib_so && \
cp -f QuickThreads/libqt.$CMK_SHARED_SUF ../lib_so/libckqt.$CMK_SHARED_SUF)
cp: cannot stat `QuickThreads/libqt.so': No such file or directory
Makefile:389: recipe for target `QUICK_THREADS' failed
make: [QUICK_THREADS] Error 1 (ignored)
touch QUICK_THREADS
../bin/charmc -o ../lib/libthreads-default.o -DCMK_THREADS_BUILD_DEFAULT=1
-IQuickThreads -I. threads.c
../bin/charmc -o ../lib/libthreads-qt.o -DCMK_THREADS_BUILD_QT=1
-IQuickThreads threads.c
../bin/charmc -o ../lib/libthreads-context.o -DCMK_THREADS_BUILD_CONTEXT=1
-IQuickThreads threads.c || touch ../lib/libthreads-context.o
threads.c:1464:22: fatal error: ucontext.h: No such file or directory
compilation terminated.
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command gcc -I../bin/../include -D__CHARMC__=1
-DCMK_THREADS_BUILD_CONTEXT=1 -IQuickThreads -c threads.c -o
../lib/libthreads-context.o returned error code 1
charmc exiting...
../bin/charmc -o ../lib/libthreads-uJcontext.o
-DCMK_THREADS_BUILD_JCONTEXT=1 -IQuickThreads -I. threads.c || touch
../lib/libthreads-uJcontext.o
../bin/charmc -o ../lib/libthreads-pthreads.o
-DCMK_THREADS_BUILD_PTHREADS=1 -IQuickThreads threads.c || touch
../lib/libthreads-pthreads.o
../bin/charmc -o ../lib/libthreads-fibers.o -DCMK_THREADS_BUILD_FIBERS=1
-IQuickThreads threads.c 2> /dev/null || touch ../lib/libthreads-fibers.o
../bin/charmc -o ../lib/libthreads-stackcopy.o
-DCMK_THREADS_BUILD_STACKCOPY=1 -IQuickThreads threads.c || touch
../lib/libthreads-stackcopy.o
../bin/charmc -o ../lib/libthreads-memoryalias.o
-DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_DEFAULT=1 -IQuickThreads
threads.c || touch ../lib/libthreads-memoryalias.o
threads.c:1475:23: fatal error: uJcontext.h: No such file or directory
compilation terminated.
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command gcc -I../bin/../include -D__CHARMC__=1 -DCMK_THREADS_ALIAS_STACK=1
-DCMK_THREADS_BUILD_DEFAULT=1 -IQuickThreads -c threads.c -o
../lib/libthreads-memoryalias.o returned error code 1
charmc exiting...
../bin/charmc -o ../lib/libthreads-qt-memoryalias.o
-DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_QT=1 -IQuickThreads threads.c
|| touch ../lib/libthreads-qt-memoryalias.o
../bin/charmc -o ../lib/libthreads-context-memoryalias.o
-DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_CONTEXT=1 -IQuickThreads
threads.c || touch ../lib/libthreads-context-memoryalias.o
threads.c:1464:22: fatal error: ucontext.h: No such file or directory
compilation terminated.
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command gcc -I../bin/../include -D__CHARMC__=1 -DCMK_THREADS_ALIAS_STACK=1
-DCMK_THREADS_BUILD_CONTEXT=1 -IQuickThreads -c threads.c -o
../lib/libthreads-context-memoryalias.o returned error code 1
charmc exiting...
../bin/charmc -o ../lib/libthreads-uJcontext-memoryalias.o
-DCMK_THREADS_ALIAS_STACK=1 -DCMK_THREADS_BUILD_JCONTEXT=1 -IQuickThreads -I.
threads.c || touch ../lib/libthreads-uJcontext-memoryalias.o
../bin/charmc ccs-client.c
../bin/charmc -o ../lib/libccs-client.a ccs-client.o
ar: creating ../lib/libccs-client.a
if [ -d charmrun ] ; then ( cd charmrun ; make OPTS='' -j1 ) ; fi
make[1]: Entering directory `/cygdrive/c/charm-6.2/net-cygwin/tmp/charmrun'
../../bin/charmc -c -seq -DNOTIFY charmrun.c
../../bin/charmc -cp ../../bin -seq -o charmrun-notify charmrun.o
Appending .exe to object file name
(cd ..; CHARMINC=.; . ./conv-config.sh; cp
../bin/charmrun-notify$CMK_POST_EXE ../bin/charmrun$CMK_POST_EXE)
../../bin/charmc -c -seq -DSILENT charmrun.c -o charmrun-silent.o
../../bin/charmc -cp ../../bin -seq -o charmrun-silent charmrun-silent.o
Appending .exe to object file name
../../bin/charmc -seq -c daemon.c -o daemon.o
daemon.c: In function ‘startProgram’:
daemon.c:321:3: warning: passing argument 3 of ‘args2argv’ discards
qualifiers from pointer target type
daemon.c:277:9: note: expected ‘char *’ but argument is of type ‘const char *’
../../bin/charmc -cp ../../bin -seq daemon.o ../sockRoutines-seq.o -o charmd
Appending .exe to object file name
../../bin/charmc -seq -DFACELESS -c daemon.c -o daemon-faceless.o
daemon.c: In function ‘startProgram’:
daemon.c:321:3: warning: passing argument 3 of ‘args2argv’ discards
qualifiers from pointer target type
daemon.c:277:9: note: expected ‘char *’ but argument is of type ‘const char *’
../../bin/charmc -cp ../../bin -seq -DFACELESS daemon-faceless.o
../sockRoutines-seq.o -o charmd_faceless;
Appending .exe to object file name
make[1]: Leaving directory `/cygdrive/c/charm-6.2/net-cygwin/tmp/charmrun'
if [ -f charmrun ] ; then ( cp -f charmrun ../bin ) ; fi
../bin/charmc -c global-elfgot.C -o ../lib/libglobal-swap.o || touch
../lib/libglobal-swap.o
global-elfgot.C: In constructor `CtgGlobalList::CtgGlobalList()':
global-elfgot.C:288: error: `R_386_GLOB_DAT' undeclared (first use this
function)
global-elfgot.C:288: error: (Each undeclared identifier is reported only once
for each function it appears in.)
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command g++ -I../bin/../include -D__CHARMC__=1 -c global-elfgot.C -o
../lib/libglobal-swap.o returned error code 1
charmc exiting...
../bin/charmc -c global-elfcopy.C -o ../lib/libglobal-copy.o || touch
../lib/libglobal-copy.o
../bin/charmc -c loadsym.c -o ../lib/loadsym.o || touch ../lib/loadsym.o
../bin/charmc -host conv-cpm.c
../bin/charmc -host -language c -o conv-cpm -cp ../bin/ conv-cpm.o
Appending .exe to object file name
../bin/charmc -c -I. charmf.C
../bin/charmc -c charmmod.f90 || touch charmmod.o
../bin/charmc: line 177: f90: command not found
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command f90 -I../bin/../include -c charmmod.f90 -o charmmod.o returned
error code 127
charmc exiting...
../bin/charmc -cpmod ../include charm.M
cp: cannot stat `charm': No such file or directory
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
Command cp -p charm ../include/ returned error code 1
charmc exiting...
Makefile:791: recipe for target `charmmod.o' failed
make: [charmmod.o] Error 1 (ignored)
../bin/charmc -o ../lib/libckf.a charmf.o charmmod.o || touch
../lib/libckf.a
Fatal Error by charmc in directory /cygdrive/c/charm-6.2/net-cygwin/tmp
charmmod.o: file not recognized: File truncated
charmc exiting...
../bin/charmc -c -I. DummyLB.C
../bin/charmc -o ../lib/libmoduleDummyLB.a DummyLB.o
ar: creating ../lib/libmoduleDummyLB.a
../bin/charmc -c -I. ComboCentLB.C
../bin/charmc -o ../lib/libmoduleComboCentLB.a ComboCentLB.o
ar: creating ../lib/libmoduleComboCentLB.a
../bin/charmc -c -I. RandCentLB.C
../bin/charmc -o ../lib/libmoduleRandCentLB.a RandCentLB.o
ar: creating ../lib/libmoduleRandCentLB.a
../bin/charmc -c -I. RefineLB.C
../bin/charmc -o ../lib/libmoduleRefineLB.a RefineLB.o
ar: creating ../lib/libmoduleRefineLB.a
../bin/charmc -c -I. RefineKLB.C
RefineKLB.C: In member function `virtual void
RefineKLB::work(BaseLB::LDStats*, int)':
RefineKLB.C:75: warning: converting to `int' from `double'
../bin/charmc -o ../lib/libmoduleRefineKLB.a RefineKLB.o
ar: creating ../lib/libmoduleRefineKLB.a
../bin/charmc -c -I. RefineCommLB.C
../bin/charmc -o ../lib/libmoduleRefineCommLB.a RefineCommLB.o
ar: creating ../lib/libmoduleRefineCommLB.a
cp libmoduleRefineCommLB.dep ../lib/
../bin/charmc -c -I. GreedyLB.C
../bin/charmc -o ../lib/libmoduleGreedyLB.a GreedyLB.o
ar: creating ../lib/libmoduleGreedyLB.a
../bin/charmc -c -I. GreedyCommLB.C
../bin/charmc -c -I. manager.C
../bin/charmc -o ../lib/libmoduleGreedyCommLB.a GreedyCommLB.o manager.o
ar: creating ../lib/libmoduleGreedyCommLB.a
../bin/charmc -c -I. GreedyAgentLB.C
../bin/charmc -o ../lib/libmoduleGreedyAgentLB.a GreedyAgentLB.o
ar: creating ../lib/libmoduleGreedyAgentLB.a
../bin/charmc -c -I. GridCommLB.C
../bin/charmc -o ../lib/libmoduleGridCommLB.a GridCommLB.o manager.o
ar: creating ../lib/libmoduleGridCommLB.a
../bin/charmc -c -I. GridCommRefineLB.C
../bin/charmc -o ../lib/libmoduleGridCommRefineLB.a GridCommRefineLB.o
manager.o
ar: creating ../lib/libmoduleGridCommRefineLB.a
../bin/charmc -c -I. GridMetisLB.C
../bin/charmc -o ../lib/libmoduleGridMetisLB.a GridMetisLB.o
ar: creating ../lib/libmoduleGridMetisLB.a
cp libmoduleGridMetisLB.dep ../lib/
../bin/charmc -c -I. GridHybridLB.C
../bin/charmc -o ../lib/libmoduleGridHybridLB.a GridHybridLB.o manager.o
ar: creating ../lib/libmoduleGridHybridLB.a
../bin/charmc -c -I. GridHybridSeedLB.C
../bin/charmc -o ../lib/libmoduleGridHybridSeedLB.a GridHybridSeedLB.o
manager.o
ar: creating ../lib/libmoduleGridHybridSeedLB.a
../bin/charmc -c -I. Comm1LB.C
../bin/charmc -o ../lib/libmoduleComm1LB.a Comm1LB.o
ar: creating ../lib/libmoduleComm1LB.a
../bin/charmc -c -I. OrbLB.C
../bin/charmc -o ../lib/libmoduleOrbLB.a OrbLB.o
ar: creating ../lib/libmoduleOrbLB.a
../bin/charmc -c -I. RecBisectBfLB.C
../bin/charmc -o ../lib/libmoduleRecBisectBfLB.a RecBisectBfLB.o
ar: creating ../lib/libmoduleRecBisectBfLB.a
../bin/charmc -c -I. MetisLB.C
../bin/charmc -o ../lib/libmoduleMetisLB.a MetisLB.o
ar: creating ../lib/libmoduleMetisLB.a
cp libmoduleMetisLB.dep ../lib/
../bin/charmc -c -I. PhasebyArrayLB.C
../bin/charmc -o ../lib/libmodulePhasebyArrayLB.a PhasebyArrayLB.o
ar: creating ../lib/libmodulePhasebyArrayLB.a
../bin/charmc -c -I. RotateLB.C
../bin/charmc -o ../lib/libmoduleRotateLB.a RotateLB.o
ar: creating ../lib/libmoduleRotateLB.a
../bin/charmc -c -I. NeighborLB.C
../bin/charmc -o ../lib/libmoduleNeighborLB.a NeighborLB.o
ar: creating ../lib/libmoduleNeighborLB.a
../bin/charmc -c -I. NeighborCommLB.C
../bin/charmc -o ../lib/libmoduleNeighborCommLB.a NeighborCommLB.o
ar: creating ../lib/libmoduleNeighborCommLB.a
../bin/charmc -o ../lib/libmoduleWSLB.a WSLB.o
ar: creating ../lib/libmoduleWSLB.a
../bin/charmc -c -I. TopoLB.C
../bin/charmc -o ../lib/libmoduleTopoLB.a TopoLB.o
ar: creating ../lib/libmoduleTopoLB.a
../bin/charmc -c -I. RefineTopoLB.C
../bin/charmc -o ../lib/libmoduleRefineTopoLB.a RefineTopoLB.o
ar: creating ../lib/libmoduleRefineTopoLB.a
../bin/charmc -c -I. TopoCentLB.C
../bin/charmc -o ../lib/libmoduleTopoCentLB.a TopoCentLB.o
ar: creating ../lib/libmoduleTopoCentLB.a
../bin/charmc -c -I. HybridLB.C
../bin/charmc -o ../lib/libmoduleHybridLB.a HybridLB.o
ar: creating ../lib/libmoduleHybridLB.a
../bin/charmc -c -I. HbmLB.C
../bin/charmc -o ../lib/libmoduleHbmLB.a HbmLB.o
ar: creating ../lib/libmoduleHbmLB.a
../bin/charmc -c -I. BlockLB.C
../bin/charmc -o ../lib/libmoduleBlockLB.a BlockLB.o
ar: creating ../lib/libmoduleBlockLB.a
../bin/charmc -c -I. EveryLB.C
../bin/charmc -o ../lib/libmoduleEveryLB.a EveryLB.o DummyLB.o
ComboCentLB.o RandCentLB.o RefineLB.o RefineKLB.o RefineCommLB.o
GreedyLB.o GreedyCommLB.o GreedyAgentLB.o GridCommLB.o GridCommRefineLB.o
GridMetisLB.o GridHybridLB.o GridHybridSeedLB.o Comm1LB.o OrbLB.o
RecBisectBfLB.o MetisLB.o PhasebyArrayLB.o RotateLB.o NeighborLB.o
NeighborCommLB.o WSLB.o TopoLB.o RefineTopoLB.o TopoCentLB.o HybridLB.o
HbmLB.o BlockLB.o manager.o
ar: creating ../lib/libmoduleEveryLB.a
cp libmoduleEveryLB.dep ../lib/
cd libs/ck-libs/multicast && make
make[1]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/ck-libs/multicast'
../../../../bin/charmc -c ckmulticast.ci
../../../../bin/charmc -I../../../../tmp -o ckmulticast.o ckmulticast.C
ckmulticast.C: In member function `void
CkMulticastMgr::setup(multicastSetupMsg*)':
ckmulticast.C:545: warning: name lookup of `i' changed
ckmulticast.C:465: warning: matches this `i' under ISO standard rules
ckmulticast.C:526: warning: matches this `i' under old rules
../../../../bin/charmc -o ../../../../lib/libmoduleCkMulticast.a
ckmulticast.o
ar: creating ../../../../lib/libmoduleCkMulticast.a
/bin/cp CkMulticast.decl.h ../../../../include
/bin/cp CkMulticast.def.h ../../../../include
/bin/cp ckmulticast.h ../../../../include
make[1]: Leaving directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/ck-libs/multicast'
cd libs/ck-libs/pythonCCS && make
make[1]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/ck-libs/pythonCCS'
(CHARMINC=../../../../include;. $CHARMINC/conv-config.sh; \
if test "$CMK_BUILD_PYTHON" != ""; then (make conditional OPTS='' || exit 1);
fi)
make[1]: Leaving directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/ck-libs/pythonCCS'
../bin/charmc -c -I. MPIStrategy.C
../bin/charmc -c -I. StreamingStrategy.C
../bin/charmc -c -I. DummyStrategy.C
../bin/charmc -c -I. NodeMulticast.C
../bin/charmc -c -I. ChunkMulticastStrategy.C
../bin/charmc -c -I. OneTimeMulticastStrategy.C
../bin/charmc -c -I. EachToManyMulticastStrategy.C
../bin/charmc -c -I. ComlibSectionInfo.C
../bin/charmc -c -I. AAPLearner.C
../bin/charmc -c -I. ComlibStats.C
../bin/charmc -c -I. AAMLearner.C
../bin/charmc -c -I. MsgPacker.C
../bin/charmc -c -I. MulticastStrategy.C
../bin/charmc -c -I. DirectMulticastStrategy.C
../bin/charmc -c -I. RingMulticastStrategy.C
../bin/charmc -c -I. MultiRingMulticast.C
../bin/charmc -c -I. PipeBroadcastStrategy.C
../bin/charmc -c -I. MeshStreamingStrategy.C
../bin/charmc -c -I. PrioStreaming.C
../bin/charmc -c -I. BroadcastStrategy.C
BroadcastStrategy.C: In member function `void
BroadcastStrategy::handleHypercube(void*)':
BroadcastStrategy.C:168: warning: converting to `int' from `double'
../bin/charmc -c -I. RectMulticastStrategy.C
../bin/charmc -c -I. convcomlibstrategy.C
../bin/charmc -c -I. ComlibManager.C
../bin/charmc -c -I. ComlibStrategy.C
../bin/charmc -c -I. gridrouter.C
../bin/charmc -c -I. hypercuberouter.C
../bin/charmc -c -I. treerouter.C
../bin/charmc -c -I. petable.C
../bin/charmc -c -I. 3dgridrouter.C
../bin/charmc -c -I. graphrouter.C
../bin/charmc -c -I. hypercubetopology.C
../bin/charmc -c -I. routerstrategy.C
../bin/charmc -c -I. convcomlibmanager.C
../bin/charmc -c -I. pipebroadcastconverse.C
../bin/charmc -c -I. pipelinestrategy.C
../bin/charmc -c -I. prefixrouter.C
../bin/charmc -o ../lib/libmodulecomlib.a MPIStrategy.o StreamingStrategy.o
DummyStrategy.o NodeMulticast.o ChunkMulticastStrategy.o
OneTimeMulticastStrategy.o EachToManyMulticastStrategy.o ComlibSectionInfo.o
AAPLearner.o ComlibStats.o AAMLearner.o MsgPacker.o MulticastStrategy.o
DirectMulticastStrategy.o RingMulticastStrategy.o MultiRingMulticast.o
PipeBroadcastStrategy.o MeshStreamingStrategy.o PrioStreaming.o
BroadcastStrategy.o RectMulticastStrategy.o convcomlibstrategy.o
ComlibManager.o ComlibStrategy.o gridrouter.o hypercuberouter.o treerouter.o
petable.o 3dgridrouter.o graphrouter.o hypercubetopology.o routerstrategy.o
convcomlibmanager.o pipebroadcastconverse.o pipelinestrategy.o prefixrouter.o
ar: creating ../lib/libmodulecomlib.a
cp -f ../lib/libmodulecomlib.a ../lib/libmodulecommlib.a
../bin/charmc -o ../lib/libconvcom.a gridrouter.o hypercuberouter.o
treerouter.o petable.o 3dgridrouter.o graphrouter.o hypercubetopology.o
routerstrategy.o convcomlibmanager.o pipebroadcastconverse.o
pipelinestrategy.o prefixrouter.o
ar: creating ../lib/libconvcom.a
../bin/charmc -c -I. controlPoints.C
controlPoints.C: In constructor
`controlPointMain::controlPointMain(CkArgMsg*)':
controlPoints.C:977: warning: converting to `long int' from `double'
controlPoints.C: In member function `void
controlPointManager::generatePlan()':
controlPoints.C:1477: warning: converting to `int' from `double'
../bin/charmc -c -I. arrayRedistributor.C
../bin/charmc -c -I. cp_effects.C
../bin/charmc -o ../lib/libmoduleControlPoints.a controlPoints.o
arrayRedistributor.o cp_effects.o
ar: creating ../lib/libmoduleControlPoints.a
touch charm++
cd libs; make convlibs OPTS=''
make[1]: Entering directory `/cygdrive/c/charm-6.2/net-cygwin/tmp/libs'
cd conv-libs; make all OPTS=''
make[2]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs'
cd master-slave; make all OPTS=''
make[3]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs/master-slave'
../../../../bin/charmc -c cms.c
../../../../bin/charmc -o ../../../../lib/libcms.a cms.o
ar: creating ../../../../lib/libcms.a
rm -f ../../../../include/cms.h
cp cms.h ../../../../include
make[3]: Leaving directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs/master-slave'
cd packlib; make all OPTS=''
make[3]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs/packlib'
../../../../bin/charmc -c packc.C
../../../../bin/charmc -c packf77.C
../../../../bin/charmc -o ../../../../lib/libpacklib.a packc.o packf77.o
ar: creating ../../../../lib/libpacklib.a
/bin/rm -f ../../../../include/PackLib.h
/bin/cp PackLib.h ../../../../include
/bin/rm -f ../../../../include/cpacklib.h
/bin/cp cpacklib.h ../../../../include
make[3]: Leaving directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs/packlib'
cd ddt; make all OPTS=''
make[3]: Entering directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs/ddt'
../../../../bin/charmc -c ddt.C
In file included from ../../../../bin/../include/charm++.h:31,
from ddt.h:6,
from ddt.C:1:
../../../../bin/../include/init.h:10:25: ckhashtable.h: No such file or
directory
In file included from ../../../../bin/../include/charm++.h:31,
from ddt.h:6,
from ddt.C:1:
../../../../bin/../include/init.h:47: error: `CkHashtable_c' does not name a
type
../../../../bin/../include/init.h: In member function `dtype&
GroupIdxArray<dtype>::nonInlineFind(CkGroupID)':
../../../../bin/../include/init.h:69: error: `hashTab' undeclared (first use
this function)
../../../../bin/../include/init.h:69: error: (Each undeclared identifier is
reported only once for each function it appears in.)
../../../../bin/../include/init.h:70: error: there are no arguments to
`CkCreateHashtable_int' that depend on a template parameter, so a declaration
of `CkCreateHashtable_int' must be available
../../../../bin/../include/init.h:70: error: (if you use `-fpermissive', G++
will accept your code, but allowing the use of an undeclared name is
deprecated)
../../../../bin/../include/init.h:72: error: there are no arguments to
`CkHashtableGet' that depend on a template parameter, so a declaration of
`CkHashtableGet' must be available
../../../../bin/../include/init.h:76: error: there are no arguments to
`CkHashtablePut' that depend on a template parameter, so a declaration of
`CkHashtablePut' must be available
../../../../bin/../include/init.h: In constructor
`GroupIdxArray<dtype>::GroupIdxArray()':
../../../../bin/../include/init.h:84: error: `hashTab' undeclared (first use
this function)
../../../../bin/../include/init.h: In destructor
`GroupIdxArray<dtype>::~GroupIdxArray()':
../../../../bin/../include/init.h:85: error: `hashTab' undeclared (first use
this function)
../../../../bin/../include/init.h:85: error: there are no arguments to
`CkDeleteHashtable' that depend on a template parameter, so a declaration of
`CkDeleteHashtable' must be available
../../../../bin/../include/init.h: In member function `void
GroupIdxArray<dtype>::init()':
../../../../bin/../include/init.h:91: error: `hashTab' undeclared (first use
this function)
In file included from ddt.h:6,
from ddt.C:1:
../../../../bin/../include/charm++.h: At global scope:
../../../../bin/../include/charm++.h:237: error: `CkHashCode' does not name a
type
../../../../bin/../include/charm++.h:238: error: `CkHashCode' does not name a
type
../../../../bin/../include/charm++.h:243: error: `CkHashCode' does not name a
type
../../../../bin/../include/charm++.h: In member function `CmiObjId*
CkArrayIndexMax::getProjectionID(int)':
../../../../bin/../include/charm++.h:333: error: `circleShift' undeclared
(first use this function)
In file included from ../../../../bin/../include/ckarray.h:29,
from ../../../../bin/../include/charm++.h:1124,
from ddt.h:6,
from ddt.C:1:
../../../../bin/../include/cklocation.h: At global scope:
../../../../bin/../include/cklocation.h:718: error: ISO C++ forbids
declaration of `CkHashtableT' with no type
../../../../bin/../include/cklocation.h:718: error: expected `;' before '<'
token
In file included from ../../../../bin/../include/charm++.h:1127,
from ddt.h:6,
from ddt.C:1:
../../../../bin/../include/charisma.h:137: error: ISO C++ forbids declaration
of `CkHashtableTslow' with no type
../../../../bin/../include/charisma.h:137: error: expected `;' before '<'
token
../../../../bin/../include/charisma.h:138: error: ISO C++ forbids declaration
of `CkHashtableTslow' with no type
../../../../bin/../include/charisma.h:138: error: expected `;' before '<'
token
../../../../bin/../include/charisma.h: In member function `void
CharismaGraph::start(const char*, const char*)':
../../../../bin/../include/charisma.h:152: error: `comps' undeclared (first
use this function)
../../../../bin/../include/charisma.h: In member function `void
CharismaGraph::registerOutPort(const char*, const char*)':
../../../../bin/../include/charisma.h:163: error: `comps' undeclared (first
use this function)
../../../../bin/../include/charisma.h:167: error: `ports' undeclared (first
use this function)
../../../../bin/../include/charisma.h: In member function `void
CharismaGraph::registerInPort(const char*, const char*)':
../../../../bin/../include/charisma.h:174: error: `comps' undeclared (first
use this function)
../../../../bin/../include/charisma.h:178: error: `ports' undeclared (first
use this function)
../../../../bin/../include/charisma.h: In member function `void
CharismaGraph::connect(const char*, const char*)':
../../../../bin/../include/charisma.h:193: error: `ports' undeclared (first
use this function)
../../../../bin/../include/charisma.h: In member function `void
CharismaGraph::Partition()':
../../../../bin/../include/charisma.h:208: error: `CkHashtableIterator'
undeclared (first use this function)
../../../../bin/../include/charisma.h:208: error: `ht' undeclared (first use
this function)
../../../../bin/../include/charisma.h:208: error: `comps' undeclared (first
use this function)
../../../../bin/../include/charisma.h:209: error: `pt' undeclared (first use
this function)
../../../../bin/../include/charisma.h:209: error: `ports' undeclared (first
use this function)
../../../../bin/../include/init.h: In member function `dtype&
GroupIdxArray<dtype>::nonInlineFind(CkGroupID) [with dtype = TableEntry]':
../../../../bin/../include/init.h:98: instantiated from `dtype&
GroupIdxArray<dtype>::find(CkGroupID) [with dtype = TableEntry]'
../../../../bin/../include/init.h:154: instantiated from here
../../../../bin/../include/init.h:70: error: `CkCreateHashtable_int'
undeclared (first use this function)
../../../../bin/../include/init.h:72: error: `CkHashtableGet' undeclared
(first use this function)
../../../../bin/../include/init.h:76: error: `CkHashtablePut' undeclared
(first use this function)
../../../../bin/../include/init.h: In member function `dtype&
GroupIdxArray<dtype>::nonInlineFind(CkGroupID) [with dtype =
CkLocMgr::ManagerRec*]':
../../../../bin/../include/init.h:98: instantiated from `dtype&
GroupIdxArray<dtype>::find(CkGroupID) [with dtype = CkLocMgr::ManagerRec*]'
../../../../bin/../include/cklocation.h:574: instantiated from here
../../../../bin/../include/init.h:70: error: `CkCreateHashtable_int'
undeclared (first use this function)
../../../../bin/../include/init.h:72: error: `CkHashtableGet' undeclared
(first use this function)
../../../../bin/../include/init.h:76: error: `CkHashtablePut' undeclared
(first use this function)
Fatal Error by charmc in directory
/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs/ddt
Command g++ -I../../../../bin/../include -D__CHARMC__=1 -c ddt.C -o ddt.o
returned error code 1
charmc exiting...
Makefile:11: recipe for target `ddt.o' failed
make[3]: *** [ddt.o] Error 1
make[3]: Leaving directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs/ddt'
Makefile:4: recipe for target `all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/cygdrive/c/charm-6.2/net-cygwin/tmp/libs/conv-libs'
Makefile:6: recipe for target `convlibs' failed
make[1]: *** [convlibs] Error 2
make[1]: Leaving directory `/cygdrive/c/charm-6.2/net-cygwin/tmp/libs'
Makefile:403: recipe for target `CONVLIBS' failed
make: *** [CONVLIBS] Error 2
-------------------------------------------------
Charm++ NOT BUILT. Either cd into net-cygwin/tmp and try
to resolve the problems yourself, visit
http://charm.cs.uiuc.edu/
for more information. Otherwise, email the developers at
charm AT cs.uiuc.edu


  • [charm] Request for help compiling charm, Dmitriy Geyzel, 12/27/2011

Archive powered by MHonArc 2.6.16.

Top of Page