Started build on Sun Nov 7 17:18:55 CST 2010 Building net-linux-x86_64-pedantic using ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -o BatchMode=yes phil@might.cs.illinois.edu:/scratch/phil/autobuild/net-pedantic Clean out build directory local> ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -o BatchMode=yes phil@might.cs.illinois.edu /bin/sh < scripts/net-linux-x86_64-pedantic/clean Warning: Permanently added 'might.cs.illinois.edu' (RSA) to the list of known hosts. remote> Cleaning out old build Copying source to remote host local> scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -o BatchMode=yes arrayopt.tar.gz phil@might.cs.illinois.edu:/scratch/phil/autobuild/net-pedantic/arrayopt.tar.gz Warning: Permanently added 'might.cs.illinois.edu' (RSA) to the list of known hosts. Build on remote host local> ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -o BatchMode=yes phil@might.cs.illinois.edu /bin/sh < scripts/net-linux-x86_64-pedantic/build Warning: Permanently added 'might.cs.illinois.edu' (RSA) to the list of known hosts. Ssh'd to phil@might.cs.illinois.edu on Sun Nov 7 17:18:58 CST 2010 remote> cd /scratch/phil/autobuild/net-pedantic remote hostname> might remote id> uid=21588(phil) gid=80(kale) groups=80(kale),400(ppladmin) remote uptime> 17:18:58 up 12 days, 14 min, 3 users, load average: 0.17, 0.14, 0.11 remote disk space> Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 43635544 1127072 40291904 3% /scratch remote path> /expand/home/phil/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games remote> gunzip -f arrayopt.tar.gz remote> tar xf arrayopt.tar Starting main build at Sun Nov 7 17:19:00 CST 2010 remote> cd arrayopt remote> echo /bin/bash /bin/bash remote> ./build AMPI net-linux-x86_64 pedantic -optimize Selected Compiler: Selected Options: pedantic Creating dir: net-linux-x86_64-pedantic Creating dir: net-linux-x86_64-pedantic/tmp Copying src/scripts/Makefile to net-linux-x86_64-pedantic/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-pedantic/tmp/conv-mach-pre.sh Generating net-linux-x86_64-pedantic/tmp/conv-mach-opt.h, conv-mach-opt.sh Performing 'make basics OPTS= -optimize QUIET= CONFIG_OPTS=' in net-linux-x86_64-pedantic/tmp pwd /scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/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 ./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 ./gathertree ../../tests ../tests 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 `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp' ./configure checking machine name... net-linux-x86_64-pedantic checking "cp command as"... cp -p checking "C++ compiler as"... "g++ -fPIC -m64 -DCMK_GFORTRAN -pedantic -optimize " checking "whether C++ compiler works"... "ok" checking "C++ linker as"... "g++ -fPIC -m64 -m64 " checking "whether linker works"... "ok" checking "whether compiler is 64bit"... "yes" checking "whether has strings.h "... "yes" checking "whether has values.h "... "yes" 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"... "yes" checking "whether ucontext uses uc_regs"... "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 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 std::inserter is defined"... "ok" checking "whether operator delete can be overloaded in same class"... "ok" checking "whether GCC x86 assembly works"... "yes" checking "whether GCC IA64 assembly works"... "no" checking "whether PPC assembly works"... "no" checking "whether __thread (Thread Local Storage) is supported"... "yes" checking "whether switching TLS register (64-bit) is supported"... "yes" checking "whether getrusage accepts RUSAGE_THREAD"... "yes" 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 has poll"... "yes" checking "whether has getpagesize"... "yes" checking "whether has getpid"... "yes" checking "whether has kill"... "yes" checking "whether has setpriority"... "yes" checking "whether to use signal-safe system() "... "yes" checking "whether sched_setaffinity call exists"... "yes" checking "whether pthread_setaffinity_np call exists"... "yes" checking "whether bindprocessor call exists"... "no" checking "whether dlopen links without -ldl"... "no" 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 getifaddrs call exists"... "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"... "yes" checking "whether glibc backtrace works"... "yes" checking "whether has sleep "... "yes" checking "whether has usleep "... "yes" checking "whether personality() and ADDR_NO_RANDOMIZE exist"... "yes" 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"... "yes" checking "whether Python is installed"... "no" checking "whether can build shared library"... "yes" checking for sync... sync checking "F77 compiler as"... "/usr/bin/gfortran -fPIC -fno-second-underscore -fdollar-ok" checking "whether Fortran 77 compiler works"... "yes" checking "F90 compiler as"... "/usr/bin/gfortran -fPIC -fno-second-underscore -fdollar-ok" checking "whether Fortran 90 compiler works"... "yes" checking subroutine name used by Fortran 90 compiler... ONESCORE checking Fortran 90 mod name is capital... "no" checking Fortran 90 mod name extension... "mod" 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 make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp' make headerlinks make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp' ../bin/charmc -intrinsic -optimize ckcallback.ci && touch ckcallback.ci.stamp ../bin/charmc -intrinsic -optimize BlockLB.ci && touch BlockLB.ci.stamp ../bin/charmc -intrinsic -optimize ComboCentLB.ci && touch ComboCentLB.ci.stamp ../bin/charmc -intrinsic -optimize CommLB.ci && touch CommLB.ci.stamp ../bin/charmc -intrinsic -optimize DummyLB.ci && touch DummyLB.ci.stamp ../bin/charmc -intrinsic -optimize GraphPartLB.ci && touch GraphPartLB.ci.stamp ../bin/charmc -intrinsic -optimize GreedyAgentLB.ci && touch GreedyAgentLB.ci.stamp ../bin/charmc -intrinsic -optimize GreedyCommLB.ci && touch GreedyCommLB.ci.stamp ../bin/charmc -intrinsic -optimize GreedyLB.ci && touch GreedyLB.ci.stamp ../bin/charmc -intrinsic -optimize GridCommLB.ci && touch GridCommLB.ci.stamp ../bin/charmc -intrinsic -optimize GridCommRefineLB.ci && touch GridCommRefineLB.ci.stamp ../bin/charmc -intrinsic -optimize GridHybridLB.ci && touch GridHybridLB.ci.stamp ../bin/charmc -intrinsic -optimize GridHybridSeedLB.ci && touch GridHybridSeedLB.ci.stamp ../bin/charmc -intrinsic -optimize GridMetisLB.ci && touch GridMetisLB.ci.stamp ../bin/charmc -intrinsic -optimize HbmLB.ci && touch HbmLB.ci.stamp ../bin/charmc -intrinsic -optimize HybridLB.ci && touch HybridLB.ci.stamp ../bin/charmc -intrinsic -optimize MetisLB.ci && touch MetisLB.ci.stamp ../bin/charmc -intrinsic -optimize NeighborCommLB.ci && touch NeighborCommLB.ci.stamp ../bin/charmc -intrinsic -optimize NeighborLB.ci && touch NeighborLB.ci.stamp ../bin/charmc -intrinsic -optimize OrbLB.ci && touch OrbLB.ci.stamp ../bin/charmc -intrinsic -optimize PhasebyArrayLB.ci && touch PhasebyArrayLB.ci.stamp ../bin/charmc -intrinsic -optimize RandCentLB.ci && touch RandCentLB.ci.stamp ../bin/charmc -intrinsic -optimize RecBisectBfLB.ci && touch RecBisectBfLB.ci.stamp ../bin/charmc -intrinsic -optimize RefineLB.ci && touch RefineLB.ci.stamp ../bin/charmc -intrinsic -optimize RefineCommLB.ci && touch RefineCommLB.ci.stamp ../bin/charmc -intrinsic -optimize RefineKLB.ci && touch RefineKLB.ci.stamp ../bin/charmc -intrinsic -optimize RefineTopoLB.ci && touch RefineTopoLB.ci.stamp ../bin/charmc -intrinsic -optimize RotateLB.ci && touch RotateLB.ci.stamp ../bin/charmc -intrinsic -optimize TopoCentLB.ci && touch TopoCentLB.ci.stamp ../bin/charmc -intrinsic -optimize TopoLB.ci && touch TopoLB.ci.stamp ../bin/charmc -intrinsic -optimize WSLB.ci && touch WSLB.ci.stamp ../bin/charmc -intrinsic -optimize ckmarshall.ci && touch ckmarshall.ci.stamp ../bin/charmc -intrinsic -optimize ckarray.ci && touch ckarray.ci.stamp ../bin/charmc -intrinsic -optimize cklocation.ci && touch cklocation.ci.stamp ../bin/charmc -intrinsic -optimize ckreduction.ci && touch ckreduction.ci.stamp ../bin/charmc -intrinsic -optimize ckarrayreductionmgr.ci && touch ckarrayreductionmgr.ci.stamp ../bin/charmc -intrinsic -optimize tempo.ci && touch tempo.ci.stamp ../bin/charmc -intrinsic -optimize waitqd.ci && touch waitqd.ci.stamp ../bin/charmc -intrinsic -optimize ckfutures.ci && touch ckfutures.ci.stamp ../bin/charmc -intrinsic -optimize ckcheckpoint.ci && touch ckcheckpoint.ci.stamp ../bin/charmc -intrinsic -optimize ckmemcheckpoint.ci && touch ckmemcheckpoint.ci.stamp ../bin/charmc -intrinsic -optimize LBDatabase.ci && touch LBDatabase.ci.stamp ../bin/charmc -intrinsic -optimize CentralLB.ci && touch CentralLB.ci.stamp ../bin/charmc -intrinsic -optimize NullLB.ci && touch NullLB.ci.stamp ../bin/charmc -intrinsic -optimize BaseLB.ci && touch BaseLB.ci.stamp ../bin/charmc -intrinsic -optimize NborBaseLB.ci && touch NborBaseLB.ci.stamp ../bin/charmc -intrinsic -optimize HybridBaseLB.ci && touch HybridBaseLB.ci.stamp ../bin/charmc -intrinsic -optimize EveryLB.ci && touch EveryLB.ci.stamp ../bin/charmc -intrinsic -optimize CommonLBs.ci && touch CommonLBs.ci.stamp ../bin/charmc -intrinsic -optimize charisma.ci && touch charisma.ci.stamp ../bin/charmc -intrinsic -optimize trace-summary.ci && touch trace-summary.ci.stamp ../bin/charmc -intrinsic -optimize trace-projections.ci && touch trace-projections.ci.stamp ../bin/charmc -intrinsic -optimize trace-simple.ci && touch trace-simple.ci.stamp ../bin/charmc -intrinsic -optimize trace-controlPoints.ci && touch trace-controlPoints.ci.stamp ../bin/charmc -intrinsic -optimize trace-Tau.ci && touch trace-Tau.ci.stamp ../bin/charmc -intrinsic -optimize trace-utilization.ci && touch trace-utilization.ci.stamp ../bin/charmc -intrinsic -optimize BlueGene.ci && touch BlueGene.ci.stamp ../bin/charmc -intrinsic -optimize ComlibManager.ci && touch ComlibManager.ci.stamp ../bin/charmc -intrinsic -optimize controlPoints.ci && touch controlPoints.ci.stamp ../bin/charmc -intrinsic -optimize pathHistory.ci && touch pathHistory.ci.stamp Soft-linking headers... touch headerlinks make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp' touch basics Performing 'make AMPI OPTS= -optimize QUIET=' in net-linux-x86_64-pedantic/tmp ../bin/charmc -seq -o sockRoutines-seq.o sockRoutines.c ../bin/charmc -optimize -c -I. trace-common.C In file included from charm.h:18, from trace-common.C:14: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. tracec.C In file included from charm.h:18, from charm++.h:7, from tracec.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from tracec.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from tracec.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. tracef.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from tracef.C:5: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from tracef.C:5: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from tracef.C:5: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. init.C In file included from charm.h:18, from charm++.h:7, from ck.h:14, from init.C:66: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from init.C:66: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from init.C:66: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. register.C In file included from charm.h:18, from charm++.h:7, from ck.h:14, from register.C:20: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from register.C:20: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from register.C:20: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. qd.C In file included from charm.h:18, from charm++.h:7, from ck.h:14, from qd.C:10: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from qd.C:10: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from qd.C:10: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ck.C In file included from charm.h:18, from charm++.h:7, from ck.h:14, from ck.C:15: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from ck.C:15: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from ck.C:15: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ck.C: In member function ‘virtual char* Chare::ckDebugChareName()’: ck.C:155: warning: format ‘%p’ expects type ‘void*’, but argument 4 has type ‘Chare*’ ck.C: In member function ‘virtual CmiBool CkMessageRecorder::process(envelope**, CkCoreState*)’: ck.C:2088: warning: ISO C++ does not support the ‘hh’ gnu_printf length modifier ck.C: In constructor ‘CkMessageDetailReplay::CkMessageDetailReplay(FILE*)’: ck.C:2370: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result ck.C: In constructor ‘CkMessageDetailReplay::CkMessageDetailReplay(FILE*)’: ck.C:2370: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result ck.C: In constructor ‘CkMessageDetailReplay::CkMessageDetailReplay(FILE*)’: ck.C:2370: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. main.C In file included from charm.h:18, from charm++.h:7, from ck.h:14, from main.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from main.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from main.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. msgalloc.C In file included from charm.h:18, from charm++.h:7, from ck.h:14, from msgalloc.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from msgalloc.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from msgalloc.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckfutures.C In file included from charm.h:18, from charm++.h:7, from ckfutures.C:23: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckfutures.C:23: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckfutures.C:23: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckIgetControl.C In file included from charm.h:18, from charm++.h:7, from ckIgetControl.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckIgetControl.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckIgetControl.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. debug-message.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from ../bin/../include/ck.h:14, from debug-message.C:8: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from ../bin/../include/ck.h:14, from debug-message.C:8: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from ../bin/../include/ck.h:14, from debug-message.C:8: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. debug-charm.C In file included from ckhashtable.h:20, from debug-charm.C:11: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from debug-charm.C:29: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from debug-charm.C:29: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format debug-charm.C: In function ‘void* CpdGetNextMessageConditional(CsdSchedulerState_t*)’: debug-charm.C:585: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result debug-charm.C:587: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result debug-charm.C: In function ‘pid_t CpdConditional_SetupComm()’: debug-charm.C:599: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result debug-charm.C:600: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result debug-charm.C:620: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result debug-charm.C:622: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. ckcallback.C In file included from charm.h:18, from charm++.h:7, from ckcallback.C:12: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckcallback.C:12: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckcallback.C:12: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. cklocation.C In file included from charm.h:18, from charm++.h:7, from cklocation.C:11: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from cklocation.C:11: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from cklocation.C:11: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckarray.C In file included from charm.h:18, from charm++.h:7, from ckarray.C:52: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckarray.C:52: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckarray.C:52: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckreduction.C In file included from charm.h:18, from charm++.h:7, from ckreduction.C:50: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckreduction.C:50: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckreduction.C:50: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckarrayreductionmgr.C In file included from charm.h:18, from charm++.h:7, from ckarrayreductionmgr.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckarrayreductionmgr.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckarrayreductionmgr.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. tempo.C In file included from charm.h:18, from charm++.h:7, from tempo.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from tempo.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from tempo.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. waitqd.C In file included from charm.h:18, from charm++.h:7, from waitqd.h:11, from waitqd.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from waitqd.h:11, from waitqd.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from waitqd.h:11, from waitqd.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. LBDatabase.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from LBDatabase.C:19: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from LBDatabase.C:19: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from LBDatabase.C:19: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. lbdb.C In file included from charm.h:18, from lbdb.h:17, from lbdb.C:17: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from lbdb.C:20: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from lbdb.C:20: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. lbdbf.C In file included from charm.h:18, from charm++.h:7, from lbdbf.C:6: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from lbdbf.C:6: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from lbdbf.C:6: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. charisma.C In file included from charm.h:18, from charm++.h:7, from charisma.decl.h:3, from charisma.h:4, from charisma.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from charisma.decl.h:3, from charisma.h:4, from charisma.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from charisma.decl.h:3, from charisma.h:4, from charisma.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckobjQ.C In file included from charm.h:18, from charm++.h:7, from ckobjQ.C:17: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckobjQ.C:17: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckobjQ.C:17: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. LBAgent.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from BaseLB.h:16, from CentralLB.h:17, from LBAgent.h:9, from LBAgent.C:10: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from LBAgent.h:9, from LBAgent.C:10: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from LBAgent.h:9, from LBAgent.C:10: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. LBProfit.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from BaseLB.h:16, from LBProfit.h:17, from LBProfit.C:15: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from LBProfit.h:17, from LBProfit.C:15: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from LBProfit.h:17, from LBProfit.C:15: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckcheckpoint.C In file included from charm.h:18, from charm++.h:7, from ckcheckpoint.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckcheckpoint.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckcheckpoint.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckcheckpoint.C: In member function ‘void CkCheckpointMgr::Checkpoint(const char*, CkCallback&)’: ckcheckpoint.C:158: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. ckmemcheckpoint.C In file included from charm.h:18, from charm++.h:7, from ckmemcheckpoint.C:44: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckmemcheckpoint.C:44: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckmemcheckpoint.C:44: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckmemcheckpoint.C: In constructor ‘CkDiskCheckPTInfo::CkDiskCheckPTInfo(CkArrayID, CkGroupID, CkArrayIndexMax, int, int)’: ckmemcheckpoint.C:226: warning: ignoring return value of ‘int mkstemp(char*)’, declared with attribute warn_unused_result ckmemcheckpoint.C: In constructor ‘CkDiskCheckPTInfo::CkDiskCheckPTInfo(CkArrayID, CkGroupID, CkArrayIndexMax, int, int)’: ckmemcheckpoint.C:226: warning: ignoring return value of ‘int mkstemp(char*)’, declared with attribute warn_unused_result ckmemcheckpoint.C: In constructor ‘CkDiskCheckPTInfo::CkDiskCheckPTInfo(CkArrayID, CkGroupID, CkArrayIndexMax, int, int)’: ckmemcheckpoint.C:226: warning: ignoring return value of ‘int mkstemp(char*)’, declared with attribute warn_unused_result ckmemcheckpoint.C: In member function ‘void CkMemCheckPT::syncFiles(CkReductionMsg*)’: ckmemcheckpoint.C:536: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. ckevacuation.C In file included from charm.h:18, from charm++.h:7, from ckevacuation.C:4: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckevacuation.C:4: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckevacuation.C:4: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckevacuation.C: In function ‘void _ckAckEvac(evacMsg*)’: ckevacuation.C:78: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckevacuation.C: In function ‘void CkEvacuatedElement()’: ckevacuation.C:146: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckevacuation.C: In function ‘void CkClearAllArrayElements()’: ckevacuation.C:185: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckevacuation.C:218: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckevacuation.C: In member function ‘virtual void CkElementEvacuate::addLocation(CkLocation&)’: ckevacuation.C:239: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ckevacuation.C:242: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ckmessagelogging.C In file included from charm.h:18, from ckmessagelogging.C:6: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from ckmessagelogging.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from ckmessagelogging.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. LBDBManager.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from LBDBManager.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from LBDBManager.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from LBDBManager.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. LBComm.C In file included from charm.h:18, from lbdb.h:17, from LBComm.h:17, from LBComm.C:19: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. LBObj.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from LBObj.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from LBObj.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from LBObj.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. LBMachineUtil.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from LBMachineUtil.C:14: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from LBMachineUtil.C:14: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from LBMachineUtil.C:14: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. CentralPredictor.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from CentralPredictor.C:14: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from CentralPredictor.C:14: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from CentralPredictor.C:14: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. BaseLB.C In file included from charm.h:18, from charm++.h:7, from BaseLB.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from BaseLB.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from BaseLB.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. CentralLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from CentralLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from CentralLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from CentralLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. HybridBaseLB.C In file included from charm.h:18, from charm++.h:7, from HybridBaseLB.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from HybridBaseLB.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from HybridBaseLB.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. NborBaseLB.C In file included from charm.h:18, from charm++.h:7, from NborBaseLB.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from NborBaseLB.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from NborBaseLB.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. WSLB.C In file included from charm.h:18, from charm++.h:7, from WSLB.C:16: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from WSLB.C:16: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from WSLB.C:16: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ObjGraph.C In file included from charm.h:18, from lbdb.h:17, from ObjGraph.h:16, from ObjGraph.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from ObjGraph.h:17, from ObjGraph.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from ObjGraph.h:17, from ObjGraph.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. graph.c ../bin/charmc -optimize -c -I. LButil.C In file included from charm.h:18, from lbdb.h:17, from elements.h:10, from LButil.C:2: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from LButil.C:5: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from LButil.C:5: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. Refiner.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from BaseLB.h:16, from CentralLB.h:17, from Refiner.h:16, from Refiner.C:17: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from Refiner.h:16, from Refiner.C:17: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from Refiner.h:16, from Refiner.C:17: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. RefinerApprox.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from BaseLB.h:16, from CentralLB.h:17, from RefinerApprox.h:4, from RefinerApprox.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from RefinerApprox.h:4, from RefinerApprox.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from RefinerApprox.h:4, from RefinerApprox.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. RefinerComm.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from BaseLB.h:16, from CentralLB.h:17, from RefinerComm.h:16, from RefinerComm.C:17: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from RefinerComm.h:16, from RefinerComm.C:17: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from RefinerComm.h:16, from RefinerComm.C:17: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. bitvecset.c ../bin/charmc -optimize -c -I. ckset.C In file included from charm.h:18, from lbdb.h:17, from elements.h:10, from ckset.C:7: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. ckheap.C In file included from charm.h:18, from lbdb.h:17, from elements.h:10, from ckheap.h:9, from ckheap.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. CommLBHeap.C In file included from charm.h:18, from charm++.h:7, from CommLBHeap.C:7: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from CommLBHeap.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from CommLBHeap.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. NullLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from NullLB.C:17: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from NullLB.C:17: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from NullLB.C:17: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. LBSimulation.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from LBSimulation.h:10, from LBSimulation.C:7: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from LBSimulation.h:10, from LBSimulation.C:7: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from LBSimulation.h:10, from LBSimulation.C:7: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ComlibModuleInterface.C In file included from charm.h:18, from charm++.h:7, from ComlibStrategy.h:12, from ComlibModuleInterface.C:12: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from ComlibModuleInterface.C:12: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from ComlibModuleInterface.C:12: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. modifyScheduler.C In file included from charm.h:18, from charm++.h:7, from modifyScheduler.C:11: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from modifyScheduler.C:11: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from modifyScheduler.C:11: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. charmProjections.C In file included from charm.h:18, from charm++.h:7, from ck.h:14, from charmProjections.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ck.h:14, from charmProjections.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ck.h:14, from charmProjections.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. cktiming.C In file included from charm.h:18, from charm++.h:7, from cktiming.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from cktiming.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from cktiming.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cktiming.C: In member function ‘void StringPool::dump()’: cktiming.C:67: warning: format not a string literal and no format arguments cktiming.C: In function ‘void endTraceBigSim_20param(char*, int, int, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double)’: cktiming.C:297: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. pathHistory.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from pathHistory.C:1: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from pathHistory.C:1: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from pathHistory.C:1: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. controlPoints.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from controlPoints.C:1: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from controlPoints.C:1: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from controlPoints.C:1: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. arrayRedistributor.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from arrayRedistributor.C:1: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from arrayRedistributor.C:1: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from arrayRedistributor.C:1: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. cp_effects.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from cp_effects.h:6, from cp_effects.C:6: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from cp_effects.h:6, from cp_effects.C:6: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from cp_effects.h:6, from cp_effects.C:6: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. trace-controlPoints.C In file included from charm.h:18, from charm++.h:7, from trace-controlPoints.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-controlPoints.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-controlPoints.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libck.a trace-common.o tracec.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 ckset.o ckheap.o CommLBHeap.o NullLB.o LBSimulation.o ComlibModuleInterface.o modifyScheduler.o charmProjections.o cktiming.o pathHistory.o controlPoints.o arrayRedistributor.o cp_effects.o trace-controlPoints.o Warning: creating ../lib_so/libck.so ar: creating ../lib/libck.a ../bin/charmc -optimize -c -I. convcore.c ../bin/charmc -optimize -c -I. conv-conds.c ../bin/charmc -optimize -c -I. queueing.c ../bin/charmc -optimize -c -I. msgmgr.c ../bin/charmc -optimize -c -I. cpm.c ../bin/charmc -optimize -c -I. cpthreads.c cpthreads.c: In function ‘Cpthread_start_main’: cpthreads.c:608: warning: cast to pointer from integer of different size ../bin/charmc -optimize -c -I. futures.c ../bin/charmc -optimize -c -I. cldb.c ../bin/charmc -optimize -c -I. topology.C In file included from charm.h:18, from topology.C:17: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. random.c ../bin/charmc -optimize -c -I. debug-conv.c debug-conv.c: In function ‘CpdSearchLeaks’: debug-conv.c:65: warning: assignment makes pointer from integer without a cast debug-conv.c:66: warning: assignment makes pointer from integer without a cast debug-conv.c:67: warning: assignment makes pointer from integer without a cast debug-conv.c:68: warning: assignment makes pointer from integer without a cast debug-conv.c:70: warning: cast from pointer to integer of different size debug-conv.c:70: warning: assignment makes pointer from integer without a cast debug-conv.c:71: warning: cast from pointer to integer of different size debug-conv.c:71: warning: assignment makes pointer from integer without a cast debug-conv.c:72: warning: cast from pointer to integer of different size debug-conv.c:72: warning: assignment makes pointer from integer without a cast debug-conv.c:73: warning: cast from pointer to integer of different size debug-conv.c:73: warning: assignment makes pointer from integer without a cast debug-conv.c: In function ‘CpdFreezeModeScheduler’: debug-conv.c:273: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result debug-conv.c:274: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. generate.c generate.c: In function ‘gengraph’: generate.c:73: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. edgelist.c ../bin/charmc -optimize -c -I. conv-ccs.c conv-ccs.c: In function ‘CcsHandleRequest’: conv-ccs.c:250: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. ccs-builtins.C In file included from ckhashtable.h:20, from ccs-builtins.C:11: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ccs-builtins.C:13: pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ ccs-builtins.C: In function ‘void CpdMachineArchitecture(char*)’: ccs-builtins.C:265: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. middle-ccs.C In file included from charm.h:18, from middle.h:4, from middle-ccs.C:2: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ middle-ccs.C: In function ‘int CcsReply(CcsImplHeader*, int, const void*)’: middle-ccs.C:83: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result middle-ccs.C:84: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. traceCore.C ../bin/charmc -optimize -c -I. traceCoreCommon.C ../bin/charmc -optimize -c -I. converseProjections.C ../bin/charmc -optimize -c -I. machineProjections.C ../bin/charmc -optimize -c -I. quiescence.c ../bin/charmc -optimize -c -I. isomalloc.c isomalloc.c: In function ‘read_randomflag’: isomalloc.c:63: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result isomalloc.c: In function ‘init_ranges’: isomalloc.c:2023: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result isomalloc.c:2034: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result isomalloc.c:2035: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result isomalloc.c:2039: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result isomalloc.c:2062: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result isomalloc.c:2063: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result isomalloc.c:2077: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. mem-arena.c ../bin/charmc -optimize -c -I. conv-counter.c ../bin/charmc -optimize -c -I. global-nop.c ../bin/charmc -optimize -c -I. cmipool.c cmipool.c: In function ‘CmiPoolPrintList’: cmipool.c:192: warning: cast from pointer to integer of different size cmipool.c:193: warning: cast from pointer to integer of different size cmipool.c:193: warning: cast from pointer to integer of different size ../bin/charmc -optimize -c -I. cpuaffinity.c cpuaffinity.c: In function ‘CmiOnCore’: cpuaffinity.c:296: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result cpuaffinity.c: At top level: cpuaffinity.c:326: warning: initialization makes integer from pointer without a cast ../bin/charmc -optimize -c -I. cputopology.C In file included from cklists.h:5, from cputopology.C:11: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. cmitls.c ../bin/charmc -optimize -c -I. memoryaffinity.c ../bin/charmc -optimize -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 middle-ccs.o traceCore.o traceCoreCommon.o converseProjections.o machineProjections.o quiescence.o isomalloc.o mem-arena.o conv-counter.o global-nop.o cmipool.o cpuaffinity.o cputopology.o cmitls.o memoryaffinity.o Warning: creating ../lib_so/libconv-core.so ar: creating ../lib/libconv-core.a ../bin/charmc -optimize -o machine.o -DFOR_CPLUS=1 machine.c machine.c: In function ‘InternalWriteToTerminal’: machine.c:1482: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result ../bin/charmc -optimize -o ../lib/libconv-cplus-y.a machine.o Warning: creating ../lib_so/libconv-cplus-y.so ar: creating ../lib/libconv-cplus-y.a ../bin/charmc -optimize -o ../lib/libconv-cplus-n.a -DFOR_CPLUS=0 machine.c machine.c: In function ‘InternalWriteToTerminal’: machine.c:1482: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result Warning: creating ../lib_so/libconv-cplus-n.so ar: creating ../lib/libconv-cplus-n.a ../bin/charmc -optimize -o pup_util.o pup_util.C In file included from charm.h:18, from pup_util.C:21: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C: In member function ‘virtual void PUP::fromDisk::bytes(void*, int, size_t, PUP::dataType)’: pup_util.C:194: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result pup_util.C: In member function ‘virtual void PUP::toTextUtil::bytes(void*, int, size_t, PUP::dataType)’: pup_util.C:542: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C:542: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier pup_util.C:543: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C:543: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier pup_util.C: In member function ‘virtual void PUP::toTextFile::bytes(void*, int, size_t, PUP::dataType)’: pup_util.C:599: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C:599: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier pup_util.C:600: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C:600: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier pup_util.C: In member function ‘virtual void PUP::fromTextFile::parseError(const char*)’: pup_util.C:619: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result pup_util.C: In member function ‘virtual void PUP::fromTextFile::bytes(void*, int, size_t, PUP::dataType)’: pup_util.C:685: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C:686: warning: ISO C++ does not support the ‘ll’ gnu_scanf length modifier pup_util.C:687: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C:690: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C:691: warning: ISO C++ does not support the ‘ll’ gnu_scanf length modifier pup_util.C:692: warning: ISO C++ 1998 does not support ‘long long’ pup_util.C: In member function ‘virtual void PUP::fromTextFile::comment(const char*)’: pup_util.C:722: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result ../bin/charmc -optimize -I. -o pup_toNetwork.o pup_toNetwork.C In file included from pup_toNetwork.C:10: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from pup_toNetwork.C:11: pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -I. -o pup_toNetwork4.o pup_toNetwork4.C In file included from pup_toNetwork4.C:10: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -I. -o pup_xlater.o pup_xlater.C In file included from pup_xlater.C:17: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup_xlater.C: In constructor ‘PUP::xlater::xlater(const PUP::machineInfo&, PUP::er&)’: pup_xlater.C:273: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -o pup_c.o pup_c.C In file included from pup_c.C:12: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from pup_c.C:14: pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -o pup_paged.o pup_paged.C In file included from charm.h:18, from pup_paged.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup_paged.C: In member function ‘virtual void PUP_fromPagedDisk::bytes(void*, int, size_t, PUP::dataType)’: pup_paged.C:125: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result pup_paged.C:133: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result ../bin/charmc -optimize -o pup_cmialloc.o pup_cmialloc.C In file included from pup_cmialloc.h:5, from pup_cmialloc.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -o ckimage.o ckimage.C In file included from ckimage.h:11, from ckimage.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -o ckdll.o ckdll.C In file included from ckdll.C:99: ckdll_system.C: In function ‘int CkSystem(const char*)’: ckdll_system.C:20: warning: deprecated conversion from string constant to ‘char*’ ckdll_system.C:21: warning: deprecated conversion from string constant to ‘char*’ ckdll.C: In constructor ‘CkCppInterpreter::CkCppInterpreter(const char*, const char*)’: ckdll.C:118: warning: format ‘%p’ expects type ‘void*’, but argument 6 has type ‘CkCppInterpreter*’ ckdll.C:125: warning: format ‘%p’ expects type ‘void*’, but argument 6 has type ‘CkCppInterpreter*’ ../bin/charmc -optimize -o ckhashtable.o ckhashtable.C In file included from ckhashtable.h:20, from ckhashtable.C:14: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -DCMK_USE_CONVERSE=1 sockRoutines.c ../bin/charmc -optimize -o conv-lists.o conv-lists.C In file included from cklists.h:5, from conv-lists.C:2: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -o RTH.o RTH.C In file included from RTH.h:14, from RTH.C:7: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -o persist-comm.o persist-comm.c ../bin/charmc -optimize -I. -o ckbitvector.o ckbitvector.C In file included from charm.h:18, from charm++.h:7, from ckbitvector.C:2: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ckbitvector.C:2: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ckbitvector.C:2: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o TopoManager.o TopoManager.C In file included from charm.h:18, from TopoManager.h:22, from TopoManager.C:11: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -o CrayNid.o CrayNid.c ../bin/charmc -optimize -optimize -o crc32.o crc32.c ../bin/charmc -optimize -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 Warning: creating ../lib_so/libconv-util.so ar: creating ../lib/libconv-util.a ../bin/charmc -optimize -c pup_f.f90 && ../bin/charmc -optimize -cpmod ../include pupmod.M || touch pup_f.o Appending .mod to object file name ../bin/charmc -optimize -o ../lib/libconv-utilf.a pup_f.o || touch ../lib/libconv-utilf.a Warning: creating ../lib_so/libconv-utilf.so ar: creating ../lib/libconv-utilf.a ../bin/charmc -optimize -o ../lib/libldb-rand.o cldb.rand.c ../bin/charmc -optimize -o ../lib/libldb-spray.o cldb.spray.c ../bin/charmc -optimize -o ../lib/libldb-workstealing.o cldb.workstealing.c ../bin/charmc -optimize -o ../lib/libldb-neighbor.o cldb.neighbor.c cldb.neighbor.c: In function ‘CldReadNeighborData’: cldb.neighbor.c:459: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result cldb.neighbor.c:465: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ../bin/charmc -optimize -o ../lib/libldb-none.o cldb.none.c ../bin/charmc -optimize -o ../lib/libldb-test.o cldb.test.c ../bin/charmc -optimize -o ../lib/libldb-bluegene.o cldb.bluegene.c ../bin/charmc -optimize -c -I. trace-projections.C trace-projections.C:23:24: warning: anonymous variadic macros were introduced in C99 trace-projections.C:25:24: warning: anonymous variadic macros were introduced in C99 trace-projections.C:2155:16: warning: ISO C99 requires rest arguments to be used In file included from charm.h:18, from charm++.h:7, from trace-projections.C:16: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-projections.C:16: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-projections.C:16: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format trace-projections.C: In member function ‘void LogPool::writeRC()’: trace-projections.C:585: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier trace-projections.C:585: warning: format ‘%lld’ expects type ‘long long int’, but argument 3 has type ‘uint64_t’ trace-projections.C: In member function ‘virtual void toProjectionsFile::bytes(void*, int, size_t, PUP::dataType)’: trace-projections.C:1593: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier trace-projections.C:1593: warning: format ‘%lld’ expects type ‘long long int’, but argument 3 has type ‘long int’ trace-projections.C:1594: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier trace-projections.C:1594: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ ../bin/charmc -optimize -o ../lib/libtrace-projections.a trace-projections.o Warning: creating ../lib_so/libtrace-projections.so ar: creating ../lib/libtrace-projections.a ../bin/charmc -optimize -c -I. trace-summary.C In file included from charm.h:18, from charm++.h:7, from trace-summary.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-summary.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-summary.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format trace-summary.C: In member function ‘void SumLogPool::write()’: trace-summary.C:473: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’ trace-summary.C:483: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’ ../bin/charmc -optimize -o ../lib/libtrace-summary.a trace-summary.o Warning: creating ../lib_so/libtrace-summary.so ar: creating ../lib/libtrace-summary.a ../bin/charmc -optimize -c -I. trace-utilization.C In file included from charm.h:18, from charm++.h:7, from trace-utilization.h:21, from trace-utilization.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-utilization.h:21, from trace-utilization.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-utilization.h:21, from trace-utilization.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libtrace-utilization.a trace-utilization.o Warning: creating ../lib_so/libtrace-utilization.so ar: creating ../lib/libtrace-utilization.a ../bin/charmc -optimize -c -I. trace-simple.C In file included from charm.h:18, from charm++.h:7, from trace-simple.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-simple.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-simple.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libtrace-simple.a trace-simple.o Warning: creating ../lib_so/libtrace-simple.so ar: creating ../lib/libtrace-simple.a ../bin/charmc -optimize -c -I. trace-counter.C In file included from charm.h:18, from charm++.h:7, from trace-counter.C:16: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-counter.C:16: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-counter.C:16: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libtrace-counter.a trace-counter.o Warning: creating ../lib_so/libtrace-counter.so ar: creating ../lib/libtrace-counter.a ../bin/charmc -optimize -c -I. trace-bluegene.C In file included from charm.h:18, from charm++.h:7, from trace-bluegene.C:15: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-bluegene.C:15: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-bluegene.C:15: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libtrace-bluegene.a trace-bluegene.o Warning: creating ../lib_so/libtrace-bluegene.so ar: creating ../lib/libtrace-bluegene.a ../bin/charmc -optimize -c -I. trace-projector.C In file included from charm.h:18, from charm++.h:7, from trace-projector.C:3: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-projector.C:3: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-projector.C:3: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libtrace-projector.a trace-projector.o traceCore.o traceCoreCommon.o charmProjections.o converseProjections.o machineProjections.o Warning: creating ../lib_so/libtrace-projector.so ar: creating ../lib/libtrace-projector.a ../bin/charmc -optimize -c -I. trace-all.C ../bin/charmc -optimize -c -I. trace-memory.C In file included from charm.h:18, from charm++.h:7, from trace-memory.h:4, from trace-memory.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from trace-memory.h:4, from trace-memory.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from trace-memory.h:4, from trace-memory.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -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-utilization.o Warning: creating ../lib_so/libtrace-all.so ar: creating ../lib/libtrace-all.a ../bin/charmc -optimize -c -I. trace-converse.c ../bin/charmc -optimize -o ../lib/libtrace-converse.a trace-converse.o Warning: creating ../lib_so/libtrace-converse.so ar: creating ../lib/libtrace-converse.a ../bin/charmc -optimize -o tracef_f.o -c tracef_f.f90 && ../bin/charmc -optimize -cpmod ../include tracemod.M || touch tracef_f.o Appending .mod to object file name ../bin/charmc -optimize -o ../lib/libtracef_f.a tracef_f.o || touch ../lib/libtracef_f.a Warning: creating ../lib_so/libtracef_f.so ar: creating ../lib/libtracef_f.a ../bin/charmc -optimize -o ../lib/libtrace-memory.a trace-memory.o Warning: creating ../lib_so/libtrace-memory.so ar: creating ../lib/libtrace-memory.a ../bin/charmc -optimize -I. -o ../lib/libmemory-default.o -DCMK_MEMORY_BUILD_DEFAULT memory.c ../bin/charmc -optimize -I. -o ../lib/libmemory-os.o -DCMK_MEMORY_BUILD_OS memory.c memory.c: In function ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ../bin/charmc -optimize -I. -o ../lib/libmemory-gnu.o -DCMK_MEMORY_BUILD_GNU memory.c || touch ../lib/libmemory-gnu.o ../bin/charmc -optimize -I. -o ../lib/libmemory-gnuold.o -DCMK_MEMORY_BUILD_GNUOLD memory.c || touch ../lib/libmemory-gnuold.o ../bin/charmc -optimize -I. -o ../lib/libmemory-verbose.o -DCMK_MEMORY_BUILD_VERBOSE memory.c || touch ../lib/libmemory-verbose.o ../bin/charmc -optimize -I. -o ../lib/libmemory-paranoid.o -DCMK_MEMORY_BUILD_PARANOID memory.c || touch ../lib/libmemory-paranoid.o ../bin/charmc -optimize -I. -o ../lib/libmemory-leak.o -DCMK_MEMORY_BUILD_LEAK memory.c || touch ../lib/libmemory-leak.o ../bin/charmc -optimize -I. -o ../lib/libmemory-isomalloc.o -DCMK_MEMORY_BUILD_ISOMALLOC memory.c || touch ../lib/libmemory-isomalloc.o ../bin/charmc -optimize -I. -optimize -o ../lib/libmemory-charmdebug.o -DCMK_MEMORY_BUILD_CHARMDEBUG memory.c || touch ../lib/libmemory-charmdebug.o In file included from memory.c:518: memory-charmdebug.c: In function ‘check_memory_leaks’: memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ In file included from memory.c:518: memory-charmdebug.c: In function ‘meta_init’: memory-charmdebug.c:1386: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ ../bin/charmc -optimize -I. -optimize -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:518: memory-charmdebug.c: In function ‘check_memory_leaks’: memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ In file included from memory.c:518: memory-charmdebug.c: In function ‘meta_init’: memory-charmdebug.c:1386: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ ../bin/charmc -optimize -I. -optimize -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:518: memory-charmdebug.c: In function ‘check_memory_leaks’: memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ In file included from memory.c:518: memory-charmdebug.c: In function ‘meta_init’: memory-charmdebug.c:1386: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ ../bin/charmc -optimize -I. -optimize -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:518: memory-charmdebug.c: In function ‘check_memory_leaks’: memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ In file included from memory.c:518: memory-charmdebug.c: In function ‘meta_init’: memory-charmdebug.c:1386: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ ../bin/charmc -optimize -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 ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ../bin/charmc -optimize -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 ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ../bin/charmc -optimize -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 ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ../bin/charmc -optimize -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 ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ../bin/charmc -optimize -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 ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:463:1: warning: "MEM_LOCK_AROUND" redefined In file included from memory.c:270: memory-lock.c:3:1: warning: this is the location of the previous definition ../bin/charmc -optimize -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:274: memory-charmdebug.c: In function ‘check_memory_leaks’: memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ In file included from memory.c:274: memory-charmdebug.c: In function ‘meta_init’: memory-charmdebug.c:1386: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ memory.c: In function ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ../bin/charmc -optimize -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: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object memory-os-wrapper.C:15: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object memory-os-wrapper.C:16: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object memory-os-wrapper.C:17: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object memory-os-wrapper.C:18: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object memory-os-wrapper.C:19: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object memory-os-wrapper.C:20: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object ../bin/charmc -optimize -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:274: memory-charmdebug.c: In function ‘check_memory_leaks’: memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:394: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:407: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘char *’ memory-charmdebug.c:422: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘char *’ In file included from memory.c:274: memory-charmdebug.c: In function ‘meta_init’: memory-charmdebug.c:1386: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ memory.c: In function ‘MemusageProcSelfStat’: memory.c:370: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c:371: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result memory.c: In function ‘MemusagePS’: memory.c:414: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result ( cd QuickThreads && make clean ) make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/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 `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/QuickThreads' ( cd QuickThreads;./configure ) Running configure on generic64 ( cd QuickThreads ; make qt OPTS='-optimize ' ) || ( echo "Did you try to build net-linux on a 64-bit system? Try net-linux-x86_64" && false ) make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/QuickThreads' rm -f qtmd.h ../system_ln md/setjmp_d.h qtmd.h ../../bin/charmc -seq -I. -optimize -c -o qt.o qt.c ../../bin/charmc -seq -I. -optimize -c -o qtmds.o md/setjmp64.c md/setjmp64.c: In function ‘qt_args_1’: md/setjmp64.c:52: warning: incompatible implicit declaration of built-in function ‘alloca’ md/setjmp64.c:53: warning: passing argument 1 of ‘longjmp’ from incompatible pointer type /usr/include/bits/setjmp2.h:26: note: expected ‘struct __jmp_buf_tag *’ but argument is of type ‘long unsigned int *’ md/setjmp64.c: In function ‘qt_args’: md/setjmp64.c:68: warning: incompatible implicit declaration of built-in function ‘alloca’ md/setjmp64.c: In function ‘qt_block’: md/setjmp64.c:87: warning: incompatible implicit declaration of built-in function ‘alloca’ md/setjmp64.c:88: warning: passing argument 1 of ‘longjmp’ from incompatible pointer type /usr/include/bits/setjmp2.h:26: note: expected ‘struct __jmp_buf_tag *’ but argument is of type ‘long unsigned int *’ md/setjmp64.c: In function ‘qt_abort’: md/setjmp64.c:100: warning: incompatible implicit declaration of built-in function ‘alloca’ md/setjmp64.c:101: warning: passing argument 1 of ‘longjmp’ from incompatible pointer type /usr/include/bits/setjmp2.h:26: note: expected ‘struct __jmp_buf_tag *’ but argument is of type ‘long unsigned int *’ CHARMINC=..; . ../conv-config.sh; \ ../../bin/charmc -seq -I. -shared -optimize -o libqt.$CMK_SHARED_SUF qt.o qtmds.o Warning: creating libqt.so ../../bin/charmc -seq -I. -optimize -o libqt.a qt.o qtmds.o ar: creating libqt.a make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/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) touch QUICK_THREADS ../bin/charmc -optimize -o ../lib/libthreads-default.o -DCMK_THREADS_BUILD_DEFAULT=1 -IQuickThreads -I. threads.c ../bin/charmc -optimize -o ../lib/libthreads-qt.o -DCMK_THREADS_BUILD_QT=1 -IQuickThreads threads.c ../bin/charmc -optimize -o ../lib/libthreads-context.o -DCMK_THREADS_BUILD_CONTEXT=1 -IQuickThreads threads.c || touch ../lib/libthreads-context.o ../bin/charmc -optimize -o ../lib/libthreads-uJcontext.o -DCMK_THREADS_BUILD_JCONTEXT=1 -IQuickThreads -I. threads.c || touch ../lib/libthreads-uJcontext.o ../bin/charmc -optimize -o ../lib/libthreads-context-tls.o -DCMK_THREADS_BUILD_CONTEXT=1 -DCMK_THREADS_BUILD_TLS=1 -IQuickThreads threads.c 2> /dev/null || touch ../lib/libthreads-context-tls.o ../bin/charmc -optimize -o ../lib/libthreads-qt-tls.o -DCMK_THREADS_BUILD_QT=1 -DCMK_THREADS_BUILD_TLS=1 -IQuickThreads threads.c 2> /dev/null || touch ../lib/libthreads-qt-tls.o ../bin/charmc -optimize -o ../lib/libthreads-pthreads.o -DCMK_THREADS_BUILD_PTHREADS=1 -IQuickThreads threads.c || touch ../lib/libthreads-pthreads.o ../bin/charmc -optimize -o ../lib/libthreads-fibers.o -DCMK_THREADS_BUILD_FIBERS=1 -IQuickThreads threads.c 2> /dev/null || touch ../lib/libthreads-fibers.o ../bin/charmc -optimize -o ../lib/libthreads-stackcopy.o -DCMK_THREADS_BUILD_STACKCOPY=1 -IQuickThreads threads.c || touch ../lib/libthreads-stackcopy.o ../bin/charmc -optimize -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: In function ‘CthAliasCreate’: threads.c:258: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result ../bin/charmc -optimize -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 threads.c: In function ‘CthAliasCreate’: threads.c:258: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result ../bin/charmc -optimize -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: In function ‘CthAliasCreate’: threads.c:258: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result ../bin/charmc -optimize -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 threads.c: In function ‘CthAliasCreate’: threads.c:258: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result ../bin/charmc -optimize ccs-client.c ../bin/charmc -optimize -o ../lib/libccs-client.a ccs-client.o Warning: creating ../lib_so/libccs-client.so ar: creating ../lib/libccs-client.a if [ -d charmrun ] ; then ( cd charmrun ; make OPTS='-optimize ' -j1 ) ; fi make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/charmrun' ../../bin/charmc -optimize -lm -I.. -c -seq -DNOTIFY charmrun.c charmrun.c: In function ‘mylogin’: charmrun.c:142: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result charmrun.c: In function ‘arg_init’: charmrun.c:917: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result charmrun.c: In function ‘input_scanf_chars’: charmrun.c:1497: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result charmrun.c:1516: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result charmrun.c:1517: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result charmrun.c: In function ‘req_poll’: charmrun.c:2536: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result charmrun.c: In function ‘open_gdb_info’: charmrun.c:4292: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result charmrun.c:4293: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result charmrun.c:4294: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result ../../bin/charmc -optimize -lm -I.. -cp ../../bin -seq -o charmrun-notify charmrun.o (cd ..; CHARMINC=.; . ./conv-config.sh; cp ../bin/charmrun-notify$CMK_POST_EXE ../bin/charmrun$CMK_POST_EXE) ../../bin/charmc -optimize -lm -I.. -c -seq -DSILENT charmrun.c -o charmrun-silent.o charmrun.c: In function ‘mylogin’: charmrun.c:142: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result charmrun.c: In function ‘arg_init’: charmrun.c:917: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result charmrun.c: In function ‘input_scanf_chars’: charmrun.c:1497: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result charmrun.c:1516: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result charmrun.c:1517: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result charmrun.c: In function ‘req_poll’: charmrun.c:2536: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result charmrun.c: In function ‘open_gdb_info’: charmrun.c:4292: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result charmrun.c:4293: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result charmrun.c:4294: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result ../../bin/charmc -optimize -lm -I.. -cp ../../bin -seq -o charmrun-silent charmrun-silent.o ../../bin/charmc -optimize -lm -I.. -seq -c daemon.c -o daemon.o daemon.c: In function ‘startProgram’: daemon.c:321: warning: passing argument 3 of ‘args2argv’ discards qualifiers from pointer target type daemon.c:277: note: expected ‘char *’ but argument is of type ‘const char *’ ../../bin/charmc -optimize -lm -I.. -cp ../../bin -seq daemon.o ../sockRoutines-seq.o -o charmd ../../bin/charmc -optimize -lm -I.. -seq -DFACELESS -c daemon.c -o daemon-faceless.o daemon.c: In function ‘startProgram’: daemon.c:321: warning: passing argument 3 of ‘args2argv’ discards qualifiers from pointer target type daemon.c:277: note: expected ‘char *’ but argument is of type ‘const char *’ ../../bin/charmc -optimize -lm -I.. -cp ../../bin -seq -DFACELESS daemon-faceless.o ../sockRoutines-seq.o -o charmd_faceless; make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/charmrun' if [ -f charmrun ] ; then ( cp -f charmrun ../bin ) ; fi ../bin/charmc -optimize -c global-elfgot.C -o ../lib/libglobal-swap.o || touch ../lib/libglobal-swap.o In file included from cklists.h:5, from global-elfgot.C:43: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ global-elfgot.C: In function ‘void readBlacklist()’: global-elfgot.C:130: warning: format ‘%s’ expects type ‘char*’, but argument 3 has type ‘char (*)[512]’ global-elfgot.C:130: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c global-elfcopy.C -o ../lib/libglobal-copy.o || touch ../lib/libglobal-copy.o In file included from cklists.h:5, from global-elfcopy.C:10: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ global-elfcopy.C: In function ‘void readGlobals()’: global-elfcopy.C:182: warning: format ‘%s’ expects type ‘char*’, but argument 3 has type ‘char (*)[1024]’ global-elfcopy.C:182: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result ../bin/charmc -optimize -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 ../bin/charmc -optimize -c -I. charmf.C In file included from charm.h:18, from charm++.h:7, from charmf.C:5: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from charmf.C:5: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from charmf.C:5: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c charmmod.f90 || touch charmmod.o ../bin/charmc -optimize -cpmod ../include charm.M Appending .mod to object file name ../bin/charmc -optimize -o ../lib/libckf.a charmf.o charmmod.o || touch ../lib/libckf.a Warning: creating ../lib_so/libckf.so ar: creating ../lib/libckf.a ../bin/charmc -optimize -c -I. BlockLB.C In file included from charm.h:18, from charm++.h:7, from BlockLB.C:2: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from BlockLB.C:2: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from BlockLB.C:2: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleBlockLB.a BlockLB.o Warning: creating ../lib_so/libmoduleBlockLB.so ar: creating ../lib/libmoduleBlockLB.a ../bin/charmc -optimize -c -I. ComboCentLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from ComboCentLB.C:19: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from ComboCentLB.C:19: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from ComboCentLB.C:19: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleComboCentLB.a ComboCentLB.o Warning: creating ../lib_so/libmoduleComboCentLB.so ar: creating ../lib/libmoduleComboCentLB.a ../bin/charmc -optimize -c -I. CommLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from CommLB.C:17: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from CommLB.C:17: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from CommLB.C:17: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleCommLB.a CommLB.o Warning: creating ../lib_so/libmoduleCommLB.so ar: creating ../lib/libmoduleCommLB.a ../bin/charmc -optimize -c -I. DummyLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from DummyLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from DummyLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from DummyLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleDummyLB.a DummyLB.o Warning: creating ../lib_so/libmoduleDummyLB.so ar: creating ../lib/libmoduleDummyLB.a ../bin/charmc -optimize -c -I. GraphPartLB.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from BaseLB.h:16, from CentralLB.h:17, from GraphPartLB.h:16, from GraphPartLB.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from GraphPartLB.h:16, from GraphPartLB.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from GraphPartLB.h:16, from GraphPartLB.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGraphPartLB.a GraphPartLB.o Warning: creating ../lib_so/libmoduleGraphPartLB.so ar: creating ../lib/libmoduleGraphPartLB.a ../bin/charmc -optimize -c -I. GreedyAgentLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from GreedyAgentLB.C:18: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from GreedyAgentLB.C:18: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from GreedyAgentLB.C:18: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGreedyAgentLB.a GreedyAgentLB.o Warning: creating ../lib_so/libmoduleGreedyAgentLB.so ar: creating ../lib/libmoduleGreedyAgentLB.a ../bin/charmc -optimize -c -I. GreedyCommLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from GreedyCommLB.C:24: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from GreedyCommLB.C:24: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from GreedyCommLB.C:24: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. manager.C In file included from charm.h:18, from lbdb.h:17, from LBDatabase.h:17, from BaseLB.h:16, from CentralLB.h:17, from manager.C:12: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from manager.C:12: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from LBDatabase.decl.h:3, from LBDatabase.h:98, from BaseLB.h:16, from CentralLB.h:17, from manager.C:12: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGreedyCommLB.a GreedyCommLB.o manager.o Warning: creating ../lib_so/libmoduleGreedyCommLB.so ar: creating ../lib/libmoduleGreedyCommLB.a ../bin/charmc -optimize -c -I. GreedyLB.C In file included from charm.h:18, from charm++.h:7, from GreedyLB.C:21: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from GreedyLB.C:21: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from GreedyLB.C:21: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGreedyLB.a GreedyLB.o Warning: creating ../lib_so/libmoduleGreedyLB.so ar: creating ../lib/libmoduleGreedyLB.a ../bin/charmc -optimize -c -I. GridCommLB.C In file included from charm.h:18, from charm++.h:7, from GridCommLB.decl.h:3, from GridCommLB.C:41: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from GridCommLB.decl.h:3, from GridCommLB.C:41: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from GridCommLB.decl.h:3, from GridCommLB.C:41: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGridCommLB.a GridCommLB.o manager.o Warning: creating ../lib_so/libmoduleGridCommLB.so ar: creating ../lib/libmoduleGridCommLB.a ../bin/charmc -optimize -c -I. GridCommRefineLB.C In file included from charm.h:18, from charm++.h:7, from GridCommRefineLB.decl.h:3, from GridCommRefineLB.C:47: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from GridCommRefineLB.decl.h:3, from GridCommRefineLB.C:47: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from GridCommRefineLB.decl.h:3, from GridCommRefineLB.C:47: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGridCommRefineLB.a GridCommRefineLB.o manager.o Warning: creating ../lib_so/libmoduleGridCommRefineLB.so ar: creating ../lib/libmoduleGridCommRefineLB.a ../bin/charmc -optimize -c -I. GridHybridLB.C In file included from charm.h:18, from charm++.h:7, from GridHybridLB.decl.h:3, from GridHybridLB.C:9: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from GridHybridLB.decl.h:3, from GridHybridLB.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from GridHybridLB.decl.h:3, from GridHybridLB.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGridHybridLB.a GridHybridLB.o manager.o Warning: creating ../lib_so/libmoduleGridHybridLB.so ar: creating ../lib/libmoduleGridHybridLB.a ../bin/charmc -optimize -c -I. GridHybridSeedLB.C In file included from charm.h:18, from charm++.h:7, from GridHybridSeedLB.decl.h:3, from GridHybridSeedLB.C:9: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from GridHybridSeedLB.decl.h:3, from GridHybridSeedLB.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from GridHybridSeedLB.decl.h:3, from GridHybridSeedLB.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGridHybridSeedLB.a GridHybridSeedLB.o manager.o Warning: creating ../lib_so/libmoduleGridHybridSeedLB.so ar: creating ../lib/libmoduleGridHybridSeedLB.a ../bin/charmc -optimize -c -I. GridMetisLB.C In file included from charm.h:18, from charm++.h:7, from GridMetisLB.decl.h:3, from GridMetisLB.C:9: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from GridMetisLB.decl.h:3, from GridMetisLB.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from GridMetisLB.decl.h:3, from GridMetisLB.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleGridMetisLB.a GridMetisLB.o Warning: creating ../lib_so/libmoduleGridMetisLB.so ar: creating ../lib/libmoduleGridMetisLB.a cp -f libmoduleGridMetisLB.dep ../lib/ ../bin/charmc -optimize -c -I. HbmLB.C In file included from charm.h:18, from charm++.h:7, from HbmLB.C:14: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from HbmLB.C:14: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from HbmLB.C:14: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleHbmLB.a HbmLB.o Warning: creating ../lib_so/libmoduleHbmLB.so ar: creating ../lib/libmoduleHbmLB.a ../bin/charmc -optimize -c -I. HybridLB.C In file included from charm.h:18, from charm++.h:7, from HybridLB.C:19: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from HybridLB.C:19: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from HybridLB.C:19: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleHybridLB.a HybridLB.o Warning: creating ../lib_so/libmoduleHybridLB.so ar: creating ../lib/libmoduleHybridLB.a ../bin/charmc -optimize -c -I. MetisLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from MetisLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from MetisLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from MetisLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleMetisLB.a MetisLB.o Warning: creating ../lib_so/libmoduleMetisLB.so ar: creating ../lib/libmoduleMetisLB.a cp -f libmoduleMetisLB.dep ../lib/ ../bin/charmc -optimize -c -I. NeighborCommLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from NeighborCommLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from NeighborCommLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from NeighborCommLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format NeighborCommLB.C: In member function ‘virtual LBMigrateMsg* NeighborCommLB::Strategy(NborBaseLB::LDStats*, int)’: NeighborCommLB.C:173: warning: ISO C++ does not support the ‘%lf’ gnu_printf format NeighborCommLB.C:173: warning: ISO C++ does not support the ‘%lf’ gnu_printf format NeighborCommLB.C:173: warning: ISO C++ does not support the ‘%lf’ gnu_printf format NeighborCommLB.C:179: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleNeighborCommLB.a NeighborCommLB.o Warning: creating ../lib_so/libmoduleNeighborCommLB.so ar: creating ../lib/libmoduleNeighborCommLB.a ../bin/charmc -optimize -c -I. NeighborLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from NeighborLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from NeighborLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from NeighborLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleNeighborLB.a NeighborLB.o Warning: creating ../lib_so/libmoduleNeighborLB.so ar: creating ../lib/libmoduleNeighborLB.a ../bin/charmc -optimize -c -I. OrbLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from OrbLB.C:15: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from OrbLB.C:15: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from OrbLB.C:15: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleOrbLB.a OrbLB.o Warning: creating ../lib_so/libmoduleOrbLB.so ar: creating ../lib/libmoduleOrbLB.a ../bin/charmc -optimize -c -I. PhasebyArrayLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from PhasebyArrayLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from PhasebyArrayLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from PhasebyArrayLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmodulePhasebyArrayLB.a PhasebyArrayLB.o Warning: creating ../lib_so/libmodulePhasebyArrayLB.so ar: creating ../lib/libmodulePhasebyArrayLB.a ../bin/charmc -optimize -c -I. RandCentLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from RandCentLB.C:19: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from RandCentLB.C:19: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from RandCentLB.C:19: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleRandCentLB.a RandCentLB.o Warning: creating ../lib_so/libmoduleRandCentLB.so ar: creating ../lib/libmoduleRandCentLB.a ../bin/charmc -optimize -c -I. RecBisectBfLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from RecBisectBfLB.C:23: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from RecBisectBfLB.C:23: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from RecBisectBfLB.C:23: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleRecBisectBfLB.a RecBisectBfLB.o Warning: creating ../lib_so/libmoduleRecBisectBfLB.so ar: creating ../lib/libmoduleRecBisectBfLB.a ../bin/charmc -optimize -c -I. RefineLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from RefineLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from RefineLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from RefineLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleRefineLB.a RefineLB.o Warning: creating ../lib_so/libmoduleRefineLB.so ar: creating ../lib/libmoduleRefineLB.a ../bin/charmc -optimize -c -I. RefineCommLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from RefineCommLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from RefineCommLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from RefineCommLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleRefineCommLB.a RefineCommLB.o Warning: creating ../lib_so/libmoduleRefineCommLB.so ar: creating ../lib/libmoduleRefineCommLB.a cp -f libmoduleRefineCommLB.dep ../lib/ ../bin/charmc -optimize -c -I. RefineKLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from RefineKLB.C:13: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from RefineKLB.C:13: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from RefineKLB.C:13: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleRefineKLB.a RefineKLB.o Warning: creating ../lib_so/libmoduleRefineKLB.so ar: creating ../lib/libmoduleRefineKLB.a ../bin/charmc -optimize -c -I. RefineTopoLB.C In file included from charm.h:18, from charm++.h:7, from RefineTopoLB.C:9: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from RefineTopoLB.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from RefineTopoLB.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleRefineTopoLB.a RefineTopoLB.o Warning: creating ../lib_so/libmoduleRefineTopoLB.so ar: creating ../lib/libmoduleRefineTopoLB.a ../bin/charmc -optimize -c -I. RotateLB.C In file included from charm.h:18, from charm++.h:7, from RotateLB.C:12: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from RotateLB.C:12: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from RotateLB.C:12: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleRotateLB.a RotateLB.o Warning: creating ../lib_so/libmoduleRotateLB.so ar: creating ../lib/libmoduleRotateLB.a ../bin/charmc -optimize -c -I. TopoCentLB.C In file included from charm.h:18, from charm++.h:7, from TopoCentLB.C:11: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from TopoCentLB.C:11: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from TopoCentLB.C:11: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleTopoCentLB.a TopoCentLB.o Warning: creating ../lib_so/libmoduleTopoCentLB.so ar: creating ../lib/libmoduleTopoCentLB.a ../bin/charmc -optimize -c -I. TopoLB.C In file included from charm.h:18, from charm++.h:7, from TopoLB.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from TopoLB.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from TopoLB.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleTopoLB.a TopoLB.o Warning: creating ../lib_so/libmoduleTopoLB.so ar: creating ../lib/libmoduleTopoLB.a ../bin/charmc -optimize -o ../lib/libmoduleWSLB.a WSLB.o Warning: creating ../lib_so/libmoduleWSLB.so ar: creating ../lib/libmoduleWSLB.a ../bin/charmc -optimize -c -I. EveryLB.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from EveryLB.C:9: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from EveryLB.C:9: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from EveryLB.C:9: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleEveryLB.a EveryLB.o BlockLB.o ComboCentLB.o CommLB.o DummyLB.o GraphPartLB.o GreedyAgentLB.o GreedyCommLB.o GreedyLB.o GridCommLB.o GridCommRefineLB.o GridHybridLB.o GridHybridSeedLB.o GridMetisLB.o HbmLB.o HybridLB.o MetisLB.o NeighborCommLB.o NeighborLB.o OrbLB.o PhasebyArrayLB.o RandCentLB.o RecBisectBfLB.o RefineLB.o RefineCommLB.o RefineKLB.o RefineTopoLB.o RotateLB.o TopoCentLB.o TopoLB.o WSLB.o manager.o Warning: creating ../lib_so/libmoduleEveryLB.so ar: creating ../lib/libmoduleEveryLB.a cp libmoduleEveryLB.dep ../lib/ ../bin/charmc -optimize -c -I. CommonLBs.C In file included from ../bin/../include/charm.h:18, from ../bin/../include/charm++.h:7, from CommonLBs.C:9: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/ckbitvector.h:4, from ../bin/../include/charm++.h:29, from CommonLBs.C:9: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../bin/../include/ckstream.h: At global scope: ../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../bin/../include/charm++.h:1160, from CommonLBs.C:9: ../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libmoduleCommonLBs.a CommonLBs.o BlockLB.o CommLB.o DummyLB.o GreedyAgentLB.o GreedyCommLB.o GreedyLB.o NeighborCommLB.o NeighborLB.o OrbLB.o PhasebyArrayLB.o RandCentLB.o RecBisectBfLB.o RefineLB.o RefineCommLB.o RotateLB.o manager.o Warning: creating ../lib_so/libmoduleCommonLBs.so ar: creating ../lib/libmoduleCommonLBs.a cd libs/ck-libs/multicast && make make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multicast' ../../../../bin/charmc -optimize -c ckmulticast.ci ../../../../bin/charmc -optimize -I../../../../tmp -o ckmulticast.o ckmulticast.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ckmulticast.C:13: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ckmulticast.C:13: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ckmulticast.C:13: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libmoduleCkMulticast.a ckmulticast.o Warning: creating ../../../../lib_so/libmoduleCkMulticast.so 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 `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multicast' cd libs/ck-libs/pythonCCS && make make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pythonCCS' (CHARMINC=../../../../include;. $CHARMINC/conv-config.sh; \ if test "$CMK_BUILD_PYTHON" != ""; then (make conditional OPTS='-optimize ' || exit 1); fi) make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pythonCCS' ../bin/charmc -optimize -c -I. MPIStrategy.C ../bin/charmc -optimize -c -I. StreamingStrategy.C In file included from convcomlibstrategy.h:45, from StreamingStrategy.h:10, from StreamingStrategy.C:7: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. DummyStrategy.C ../bin/charmc -optimize -c -I. NodeMulticast.C ../bin/charmc -optimize -c -I. ChunkMulticastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from ChunkMulticastStrategy.h:12, from ChunkMulticastStrategy.C:9: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from ChunkMulticastStrategy.h:12, from ChunkMulticastStrategy.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from ChunkMulticastStrategy.h:12, from ChunkMulticastStrategy.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. OneTimeMulticastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from OneTimeMulticastStrategy.h:12, from OneTimeMulticastStrategy.C:9: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from OneTimeMulticastStrategy.h:12, from OneTimeMulticastStrategy.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from OneTimeMulticastStrategy.h:12, from OneTimeMulticastStrategy.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. EachToManyMulticastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from EachToManyMulticastStrategy.h:11, from EachToManyMulticastStrategy.C:7: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from EachToManyMulticastStrategy.h:11, from EachToManyMulticastStrategy.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from EachToManyMulticastStrategy.h:11, from EachToManyMulticastStrategy.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ComlibSectionInfo.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from ComlibSectionInfo.C:9: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from ComlibSectionInfo.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from ComlibSectionInfo.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. AAPLearner.C ../bin/charmc -optimize -c -I. ComlibStats.C In file included from charm.h:18, from charm++.h:7, from ComlibStats.h:12, from ComlibStats.C:7: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStats.h:12, from ComlibStats.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStats.h:12, from ComlibStats.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. AAMLearner.C ../bin/charmc -optimize -c -I. MsgPacker.C ../bin/charmc -optimize -c -I. MulticastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from MulticastStrategy.h:13, from MulticastStrategy.C:22: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from MulticastStrategy.C:22: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from MulticastStrategy.C:22: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. DirectMulticastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from MulticastStrategy.h:13, from DirectMulticastStrategy.h:12, from DirectMulticastStrategy.C:23: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from DirectMulticastStrategy.h:12, from DirectMulticastStrategy.C:23: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from DirectMulticastStrategy.h:12, from DirectMulticastStrategy.C:23: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. RingMulticastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from MulticastStrategy.h:13, from RingMulticastStrategy.h:10, from RingMulticastStrategy.C:7: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from RingMulticastStrategy.h:10, from RingMulticastStrategy.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from RingMulticastStrategy.h:10, from RingMulticastStrategy.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. MultiRingMulticast.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from MulticastStrategy.h:13, from MultiRingMulticast.h:12, from MultiRingMulticast.C:8: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from MultiRingMulticast.h:12, from MultiRingMulticast.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from MulticastStrategy.h:13, from MultiRingMulticast.h:12, from MultiRingMulticast.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. PipeBroadcastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from PipeBroadcastStrategy.h:11, from PipeBroadcastStrategy.C:7: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from PipeBroadcastStrategy.h:11, from PipeBroadcastStrategy.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from PipeBroadcastStrategy.h:11, from PipeBroadcastStrategy.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. MeshStreamingStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from MeshStreamingStrategy.h:17, from MeshStreamingStrategy.C:7: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from MeshStreamingStrategy.h:17, from MeshStreamingStrategy.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from MeshStreamingStrategy.h:17, from MeshStreamingStrategy.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. PrioStreaming.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from PrioStreaming.h:10, from PrioStreaming.C:7: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from PrioStreaming.h:10, from PrioStreaming.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from PrioStreaming.h:10, from PrioStreaming.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. BroadcastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from BroadcastStrategy.h:12, from BroadcastStrategy.C:7: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from BroadcastStrategy.h:12, from BroadcastStrategy.C:7: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from BroadcastStrategy.h:12, from BroadcastStrategy.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. RectMulticastStrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from RectMulticastStrategy.h:15, from RectMulticastStrategy.C:79: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from RectMulticastStrategy.h:15, from RectMulticastStrategy.C:79: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from RectMulticastStrategy.h:15, from RectMulticastStrategy.C:79: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. convcomlibstrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from convcomlibstrategy.C:9: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from convcomlibstrategy.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from convcomlibstrategy.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ComlibManager.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from ComlibManager.h:142, from ComlibManager.C:9: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from ComlibManager.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from ComlibManager.h:142, from ComlibManager.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. ComlibStrategy.C In file included from charm.h:18, from charm++.h:7, from ComlibStrategy.h:12, from ComlibStrategy.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from ComlibStrategy.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from ComlibStrategy.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. gridrouter.C In file included from cklists.h:5, from router.h:12, from petable.h:27, from gridrouter.h:21, from gridrouter.C:16: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from gridrouter.h:21, from gridrouter.C:16: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from gridrouter.h:21, from gridrouter.C:16: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. hypercuberouter.C In file included from cklists.h:5, from router.h:12, from petable.h:27, from hypercuberouter.h:16, from hypercuberouter.C:23: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from hypercuberouter.h:16, from hypercuberouter.C:23: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from hypercuberouter.h:16, from hypercuberouter.C:23: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. treerouter.C In file included from cklists.h:5, from router.h:12, from petable.h:27, from treerouter.h:17, from treerouter.C:15: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from treerouter.h:17, from treerouter.C:15: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from treerouter.h:17, from treerouter.C:15: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. petable.C In file included from cklists.h:5, from router.h:12, from petable.h:27, from petable.C:19: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from petable.C:19: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from petable.C:19: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format petable.C: In member function ‘ptvectorlist* PeTable::ExtractAndVectorize(comID, int, int, int*)’: petable.C:656: warning: overflow in implicit constant conversion petable.C: In member function ‘ptvectorlist* PeTable::ExtractAndVectorizeAll(comID, int)’: petable.C:762: warning: overflow in implicit constant conversion ../bin/charmc -optimize -c -I. 3dgridrouter.C In file included from cklists.h:5, from router.h:12, from petable.h:27, from 3dgridrouter.h:19, from 3dgridrouter.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from 3dgridrouter.h:19, from 3dgridrouter.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from 3dgridrouter.h:19, from 3dgridrouter.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. graphrouter.C In file included from cklists.h:5, from router.h:12, from petable.h:27, from graphrouter.h:20, from graphrouter.C:13: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from graphrouter.h:20, from graphrouter.C:13: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from graphrouter.h:20, from graphrouter.C:13: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. hypercubetopology.C In file included from cklists.h:5, from router.h:12, from petable.h:27, from graphrouter.h:20, from hypercubetopology.h:11, from hypercubetopology.C:8: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from graphrouter.h:20, from hypercubetopology.h:11, from hypercubetopology.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from petable.h:27, from graphrouter.h:20, from hypercubetopology.h:11, from hypercubetopology.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. routerstrategy.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from routerstrategy.h:13, from routerstrategy.C:8: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from routerstrategy.h:13, from routerstrategy.C:8: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from routerstrategy.h:13, from routerstrategy.C:8: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. convcomlibmanager.C In file included from ../bin/../include/convcomlibstrategy.h:45, from convcomlibmanager.h:26, from convcomlibmanager.C:15: ../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h: At global scope: ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from convcomlibmanager.C:15: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from convcomlibmanager.C:15: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. pipebroadcastconverse.C In file included from ckhashtable.h:20, from pipebroadcastconverse.h:10, from pipebroadcastconverse.C:9: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from pipebroadcastconverse.h:13, from pipebroadcastconverse.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from pipebroadcastconverse.h:13, from pipebroadcastconverse.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -c -I. pipelinestrategy.C ../bin/charmc -optimize -c -I. prefixrouter.C In file included from cklists.h:5, from router.h:12, from prefixrouter.h:13, from prefixrouter.C:9: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from prefixrouter.h:13, from prefixrouter.C:9: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from ComlibStrategy.h:12, from convcomlibmanager.h:27, from router.h:13, from prefixrouter.h:13, from prefixrouter.C:9: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -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 Warning: creating ../lib_so/libmodulecomlib.so ar: creating ../lib/libmodulecomlib.a cp -f ../lib/libmodulecomlib.a ../lib/libmodulecommlib.a ../bin/charmc -optimize -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 Warning: creating ../lib_so/libconvcom.so ar: creating ../lib/libconvcom.a touch charm++ cd libs; make convlibs OPTS='-optimize ' make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd conv-libs; make all OPTS='-optimize ' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd master-slave; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' ../../../../bin/charmc -optimize -c cms.c ../../../../bin/charmc -optimize -o ../../../../lib/libcms.a cms.o Warning: creating ../../../../lib_so/libcms.so ar: creating ../../../../lib/libcms.a rm -f ../../../../include/cms.h cp cms.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' cd packlib; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' ../../../../bin/charmc -optimize -c packc.C ../../../../bin/charmc -optimize -c packf77.C ../../../../bin/charmc -optimize -o ../../../../lib/libpacklib.a packc.o packf77.o Warning: creating ../../../../lib_so/libpacklib.so 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 `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' cd ddt; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' ../../../../bin/charmc -optimize -c ddt.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ddt.h:6, from ddt.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ddt.h:6, from ddt.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ddt.h:6, from ddt.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libddt.a ddt.o Warning: creating ../../../../lib_so/libddt.so ar: creating ../../../../lib/libddt.a /bin/cp ddt.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd libs; make charmlibs OPTS='-optimize ' make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd conv-libs; make all OPTS='-optimize ' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd master-slave; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' cd packlib; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' cd ddt; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[3]: `all' is up to date. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd ck-libs; make all OPTS='-optimize ' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' make -C cache all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' ../../../../bin/charmc -optimize -c CkCache.ci touch INTERFACE cp CkCache.decl.h ../../../../include/CkCache.decl.h cp CkCache.def.h ../../../../include/CkCache.def.h cp CkCache.h ../../../../include/CkCache.h ../../../../bin/charmc -optimize -I../../.. -c -o CkCache.o CkCache.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from CkCache.h:8, from CkCache.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from CkCache.h:8, from CkCache.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from CkCache.h:8, from CkCache.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libmoduleCkCache.a CkCache.o Warning: creating ../../../../lib_so/libmoduleCkCache.so ar: creating ../../../../lib/libmoduleCkCache.a make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' make -C sparseContiguousReducer all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' ../../../../bin/charmc -optimize -c cksparsecontiguousreducer.ci touch INTERFACE ../../../../bin/charmc -optimize -c cksparsecontiguousreducer.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from CkSparseContiguousReducer.decl.h:3, from cksparsecontiguousreducer.h:13, from cksparsecontiguousreducer.C:9: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from CkSparseContiguousReducer.decl.h:3, from cksparsecontiguousreducer.h:13, from cksparsecontiguousreducer.C:9: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from CkSparseContiguousReducer.decl.h:3, from cksparsecontiguousreducer.h:13, from cksparsecontiguousreducer.C:9: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o libmoduleCkSparseContiguousReducer.a cksparsecontiguousreducer.o ar: creating libmoduleCkSparseContiguousReducer.a /bin/cp libmoduleCkSparseContiguousReducer.a ../../../../lib/libmoduleCkSparseContiguousReducer.a cp CkSparseContiguousReducer.decl.h ../../../../include/CkSparseContiguousReducer.decl.h cp CkSparseContiguousReducer.def.h ../../../../include/CkSparseContiguousReducer.def.h cp cksparsecontiguousreducer.h ../../../../include/cksparsecontiguousreducer.h make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' make -C tcharm all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' ../../../../bin/charmc -optimize -intrinsic tcharm.ci && touch tcharm.ci.stamp ../../../../bin/charmc -optimize -o tcharm.o tcharm.C In file included from tcharm_impl.h:13, from tcharm.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from tcharm.decl.h:3, from tcharm_impl.h:31, from tcharm.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from tcharm.decl.h:3, from tcharm_impl.h:31, from tcharm.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp tcharm_impl.h ../../../../include/tcharm_impl.h cp tcharm.h ../../../../include/tcharm.h cp tcharmc.h ../../../../include/tcharmc.h cp tcharmf.h ../../../../include/tcharmf.h cp tcharm.decl.h ../../../../include/tcharm.decl.h ../../../../bin/charmc -optimize tcharm.o -o ../../../../lib/libmoduletcharm.a Warning: creating ../../../../lib_so/libmoduletcharm.so ar: creating ../../../../lib/libmoduletcharm.a cp libmoduletcharm.dep ../../../../lib/libmoduletcharm.dep ../../../../bin/charmc -optimize -o compat_uns.o compat_uns.c ../../../../bin/charmc -optimize -o compat_us.o compat_us.c ../../../../bin/charmc -optimize -o compat_funs.o compat_funs.c ../../../../bin/charmc -optimize -o compat_fus.o compat_fus.c ../../../../bin/charmc -optimize -o compat_regmm.o compat_regmm.c ../../../../bin/charmc -optimize compat_uns.o compat_us.o compat_funs.o compat_fus.o compat_regmm.o -o ../../../../lib/libtcharm-compat.a Warning: creating ../../../../lib_so/libtcharm-compat.so ar: creating ../../../../lib/libtcharm-compat.a ../../../../bin/charmc -optimize -intrinsic tcharmmain.ci && touch tcharmmain.ci.stamp ../../../../bin/charmc -optimize -o tcharmmain.o tcharmmain.C In file included from tcharm_impl.h:13, from tcharmmain.C:12: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from tcharm.decl.h:3, from tcharm_impl.h:31, from tcharmmain.C:12: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from tcharm.decl.h:3, from tcharm_impl.h:31, from tcharmmain.C:12: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize tcharmmain.o -o ../../../../lib/libmoduletcharmmain.a Warning: creating ../../../../lib_so/libmoduletcharmmain.so ar: creating ../../../../lib/libmoduletcharmmain.a cp libmoduletcharmmain.dep ../../../../lib/libmoduletcharmmain.dep make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' make -C ampi all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' ../../../../bin/charmc -optimize ampi.ci ../../../../bin/charmc -optimize -c ampi.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ampiimpl.h:7, from ampi.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ampiimpl.h:7, from ampi.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ampiimpl.h:7, from ampi.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c ampif.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ampiimpl.h:7, from ampif.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ampiimpl.h:7, from ampif.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ampiimpl.h:7, from ampif.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ampif.C: In function ‘void mpi_op_create_(int*, int*, int*, int*)’: ampif.C:654: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object ../../../../bin/charmc -optimize -c ampiProjections.C In file included from ../../../charm.h:18, from ../../../charm++.h:7, from ../../../ck.h:14, from ampiProjections.C:4: ../../../pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h: At global scope: ../../../pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../ckbitvector.h:4, from ../../../charm++.h:29, from ../../../ck.h:14, from ampiProjections.C:4: ../../../ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../ckstream.h: At global scope: ../../../ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../charm++.h:1160, from ../../../ck.h:14, from ampiProjections.C:4: ../../../envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c ampiOneSided.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ampiimpl.h:7, from ampiOneSided.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ampiimpl.h:7, from ampiOneSided.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ampiimpl.h:7, from ampiOneSided.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c ampiMisc.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ampiimpl.h:7, from ampiMisc.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ampiimpl.h:7, from ampiMisc.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ampiimpl.h:7, from ampiMisc.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c mpich-alltoall.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ampiimpl.h:7, from mpich-alltoall.C:9: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ampiimpl.h:7, from mpich-alltoall.C:9: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ampiimpl.h:7, from mpich-alltoall.C:9: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp ampi.h ampif.h ampiimpl.h ampiProjections.h ../../../../include/ cp ampi.h ../../../../include/mpi.h cp ampif.h ../../../../include/mpif.h cp ampiCC ../../../../bin/ampicc cp ampiCC ../../../../bin/ampiCC cp ampiCC ../../../../bin/ampicxx cp ampif77 ../../../../bin/ampif77 cp ampif90 ../../../../bin/ampif90 cp ampirun ../../../../bin/ampirun touch headers ../../../../bin/charmc -optimize ampi.o ampif.o ampiProjections.o ampiOneSided.o ampiMisc.o mpich-alltoall.o -o ../../../../lib/libmoduleampi.a Warning: creating ../../../../lib_so/libmoduleampi.so ar: creating ../../../../lib/libmoduleampi.a cp libmoduleampi.dep ../../../../lib/libmoduleampi.dep AMPI built successfully ../../../../bin/charmc -optimize -c ampimod.f90 ../../../../bin/charmc -optimize -cpmod ../../../../include mpi.M Appending .mod to object file name ../../../../bin/charmc -optimize ampi.o ampif.o ampiProjections.o ampiOneSided.o ampiMisc.o mpich-alltoall.o ampimod.o -o ../../../../lib/libmoduleampif.a Warning: creating ../../../../lib_so/libmoduleampif.so ar: creating ../../../../lib/libmoduleampif.a cp libmoduleampif.dep ../../../../lib/libmoduleampif.dep AMPIF built successfully ../../../../bin/charmc -optimize -c compat_ampius.C ../../../../bin/charmc -optimize -c compat_ampifus.C ../../../../bin/charmc -optimize -c compat_ampim.C ../../../../bin/charmc -optimize -c compat_ampifm.C ../../../../bin/charmc -optimize -c compat_ampicm.C ../../../../bin/charmc -optimize compat_ampius.o compat_ampifus.o compat_ampim.o compat_ampifm.o compat_ampicm.o -o ../../../../lib/libampi-compat.a Warning: creating ../../../../lib_so/libampi-compat.so ar: creating ../../../../lib/libampi-compat.a cd ../../../../tmp; CHARMINC=.; . ./conv-config.sh; cd /scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs; if test -n "$CMK_AMPI_WITH_ROMIO" ; then (make AMPI-ROMIO); fi make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' make -C idxl all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' ../../../../bin/ampicxx -optimize -c idxl.C In file included from idxl.h:19, from idxl.C:13: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/charmc -optimize -c idxl_layout.C In file included from idxl.h:19, from idxl_layout.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/charmc -optimize -c idxl_comm.C In file included from idxl.h:19, from idxl_comm.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/charmc -optimize -c idxl_api.C In file included from idxl.h:19, from idxl_api.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from idxl_api.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from idxl_api.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp idxlc.h idxlf.h idxl.h idxl_layout.h idxl_comm.h ../../../../include/ touch headers ../../../../bin/charmc -optimize idxl.o idxl_layout.o idxl_comm.o idxl_api.o -o ../../../../lib/libidxl.a Warning: creating ../../../../lib_so/libidxl.so ar: creating ../../../../lib/libidxl.a make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' make -C parmetis all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' (cd METISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' ../../../../../bin/charmc -optimize -I. -c coarsen.c ../../../../../bin/charmc -optimize -I. -c fm.c ../../../../../bin/charmc -optimize -I. -c initpart.c ../../../../../bin/charmc -optimize -I. -c match.c ../../../../../bin/charmc -optimize -I. -c ccgraph.c ../../../../../bin/charmc -optimize -I. -c pmetis.c ../../../../../bin/charmc -optimize -I. -c pqueue.c ../../../../../bin/charmc -optimize -I. -c refine.c ../../../../../bin/charmc -optimize -I. -c util.c util.c: In function ‘__errexit’: util.c:31: warning: format not a string literal and no format arguments ../../../../../bin/charmc -optimize -I. -c timing.c ../../../../../bin/charmc -optimize -I. -c debug.c ../../../../../bin/charmc -optimize -I. -c bucketsort.c ../../../../../bin/charmc -optimize -I. -c graph.c ../../../../../bin/charmc -optimize -I. -c stat.c ../../../../../bin/charmc -optimize -I. -c kmetis.c ../../../../../bin/charmc -optimize -I. -c kwayrefine.c ../../../../../bin/charmc -optimize -I. -c kwayfm.c ../../../../../bin/charmc -optimize -I. -c balance.c ../../../../../bin/charmc -optimize -I. -c ometis.c ../../../../../bin/charmc -optimize -I. -c srefine.c ../../../../../bin/charmc -optimize -I. -c sfm.c ../../../../../bin/charmc -optimize -I. -c separator.c ../../../../../bin/charmc -optimize -I. -c mincover.c ../../../../../bin/charmc -optimize -I. -c mmd.c ../../../../../bin/charmc -optimize -I. -c mesh.c ../../../../../bin/charmc -optimize -I. -c meshpart.c ../../../../../bin/charmc -optimize -I. -c frename.c ../../../../../bin/charmc -optimize -I. -c fortran.c ../../../../../bin/charmc -optimize -I. -c myqsort.c ../../../../../bin/charmc -optimize -I. -c compress.c ../../../../../bin/charmc -optimize -I. -c parmetis.c ../../../../../bin/charmc -optimize -I. -c estmem.c ../../../../../bin/charmc -optimize -I. -c mpmetis.c ../../../../../bin/charmc -optimize -I. -c mcoarsen.c ../../../../../bin/charmc -optimize -I. -c mmatch.c ../../../../../bin/charmc -optimize -I. -c minitpart.c ../../../../../bin/charmc -optimize -I. -c mbalance.c ../../../../../bin/charmc -optimize -I. -c mutil.c ../../../../../bin/charmc -optimize -I. -c mkmetis.c ../../../../../bin/charmc -optimize -I. -c mkwayrefine.c ../../../../../bin/charmc -optimize -I. -c mkwayfmh.c ../../../../../bin/charmc -optimize -I. -c mrefine2.c ../../../../../bin/charmc -optimize -I. -c minitpart2.c ../../../../../bin/charmc -optimize -I. -c mbalance2.c ../../../../../bin/charmc -optimize -I. -c mfm2.c ../../../../../bin/charmc -optimize -I. -c kvmetis.c ../../../../../bin/charmc -optimize -I. -c kwayvolrefine.c ../../../../../bin/charmc -optimize -I. -c kwayvolfm.c ../../../../../bin/charmc -optimize -I. -c subdomains.c ../../../../../bin/charmc -optimize -I. -c mfm.c ../../../../../bin/charmc -optimize -I. -c memory.c ../../../../../bin/charmc -optimize -I. -c mrefine.c ../../../../../bin/charmc -optimize -I. -c checkgraph.c ../../../../../bin/charmc -optimize -I. -o ../../../../../lib/libmetis.a coarsen.o fm.o initpart.o match.o ccgraph.o pmetis.o pqueue.o refine.o util.o timing.o debug.o bucketsort.o graph.o stat.o kmetis.o kwayrefine.o kwayfm.o balance.o ometis.o srefine.o sfm.o separator.o mincover.o mmd.o mesh.o meshpart.o frename.o fortran.o myqsort.o compress.o parmetis.o estmem.o mpmetis.o mcoarsen.o mmatch.o minitpart.o mbalance.o mutil.o mkmetis.o mkwayrefine.o mkwayfmh.o mrefine2.o minitpart2.o mbalance2.o mfm2.o kvmetis.o kwayvolrefine.o kwayvolfm.o subdomains.o mfm.o memory.o mrefine.o checkgraph.o Warning: creating ../../../../../lib_so/libmetis.so ar: creating ../../../../../lib/libmetis.a make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' (cd ParMETISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' ../../../../../bin/ampicc -optimize -I. -c comm.c ../../../../../bin/ampicc -optimize -I. -c util.c util.c: In function ‘errexit__’: util.c:31: warning: format not a string literal and no format arguments util.c: In function ‘myprintf__’: util.c:52: warning: format not a string literal and no format arguments ../../../../../bin/ampicc -optimize -I. -c debug.c ../../../../../bin/ampicc -optimize -I. -c setup.c ../../../../../bin/ampicc -optimize -I. -c grsetup.c ../../../../../bin/ampicc -optimize -I. -c timer.c ../../../../../bin/ampicc -optimize -I. -c node_refine.c ../../../../../bin/ampicc -optimize -I. -c initmsection.c ../../../../../bin/ampicc -optimize -I. -c order.c ../../../../../bin/ampicc -optimize -I. -c xyzpart.c ../../../../../bin/ampicc -optimize -I. -c pspases.c ../../../../../bin/ampicc -optimize -I. -c frename.c ../../../../../bin/ampicc -optimize -I. -c iintsort.c ../../../../../bin/ampicc -optimize -I. -c iidxsort.c ../../../../../bin/ampicc -optimize -I. -c ikeysort.c ../../../../../bin/ampicc -optimize -I. -c ikeyvalsort.c ../../../../../bin/ampicc -optimize -I. -c kmetis.c ../../../../../bin/ampicc -optimize -I. -c gkmetis.c ../../../../../bin/ampicc -optimize -I. -c ometis.c ../../../../../bin/ampicc -optimize -I. -c initpart.c ../../../../../bin/ampicc -optimize -I. -c match.c ../../../../../bin/ampicc -optimize -I. -c coarsen.c ../../../../../bin/ampicc -optimize -I. -c kwayfm.c ../../../../../bin/ampicc -optimize -I. -c kwayrefine.c ../../../../../bin/ampicc -optimize -I. -c kwaybalance.c ../../../../../bin/ampicc -optimize -I. -c remap.c ../../../../../bin/ampicc -optimize -I. -c stat.c ../../../../../bin/ampicc -optimize -I. -c fpqueue.c ../../../../../bin/ampicc -optimize -I. -c ametis.c ../../../../../bin/ampicc -optimize -I. -c rmetis.c ../../../../../bin/ampicc -optimize -I. -c lmatch.c ../../../../../bin/ampicc -optimize -I. -c initbalance.c ../../../../../bin/ampicc -optimize -I. -c mdiffusion.c ../../../../../bin/ampicc -optimize -I. -c diffutil.c ../../../../../bin/ampicc -optimize -I. -c wave.c ../../../../../bin/ampicc -optimize -I. -c csrmatch.c ../../../../../bin/ampicc -optimize -I. -c redomylink.c ../../../../../bin/ampicc -optimize -I. -c balancemylink.c ../../../../../bin/ampicc -optimize -I. -c selectq.c ../../../../../bin/ampicc -optimize -I. -c akwayfm.c ../../../../../bin/ampicc -optimize -I. -c serial.c ../../../../../bin/ampicc -optimize -I. -c move.c ../../../../../bin/ampicc -optimize -I. -c mmetis.c ../../../../../bin/ampicc -optimize -I. -c mesh.c ../../../../../bin/ampicc -optimize -I. -c memory.c ../../../../../bin/ampicc -optimize -I. -c weird.c ../../../../../bin/ampicc -optimize -I. -c backcompat.c ../../../../../bin/ampicc -optimize -I. -o ../../../../../lib/libparmetis.a comm.o util.o debug.o setup.o grsetup.o timer.o node_refine.o initmsection.o order.o xyzpart.o pspases.o frename.o iintsort.o iidxsort.o ikeysort.o ikeyvalsort.o kmetis.o gkmetis.o ometis.o initpart.o match.o coarsen.o kwayfm.o kwayrefine.o kwaybalance.o remap.o stat.o fpqueue.o ametis.o rmetis.o lmatch.o initbalance.o mdiffusion.o diffutil.o wave.o csrmatch.o redomylink.o balancemylink.o selectq.o akwayfm.o serial.o move.o mmetis.o mesh.o memory.o weird.o backcompat.o Warning: creating ../../../../../lib_so/libparmetis.so ar: creating ../../../../../lib/libparmetis.a make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' make -C multiphaseSharedArrays all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' ../../../../bin/charmc -optimize -c msa-DistPageMgr.ci test -d ../../../../include/msa || mkdir ../../../../include/msa/ cp msa.h msa-common.h msa-distArray.h msa-DistPageMgr.h msa.decl.h msa.def.h ../../../../include/msa/ touch headers ../../../../bin/charmc -optimize -c msa-distArray.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from msa-distArray.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from msa-distArray.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from msa-distArray.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libmodulemsa.a msa-distArray.o Warning: creating ../../../../lib_so/libmodulemsa.so ar: creating ../../../../lib/libmodulemsa.a make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' make -C fem all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' ../../../../bin/charmc -optimize fem_mesh_modify.ci ../../../../bin/charmc -optimize -c fem.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_impl.h:16, from fem.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format fem.C: In function ‘void FEM_Init(FEM_Comm_t)’: fem.C:56: warning: NULL used in arithmetic fem.C: In member function ‘void FEMchunk::readField(int, void*, const char*)’: fem.C:556: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result fem.C:558: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result ../../../../bin/ampiCC -optimize -c fem_mesh.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_impl.h:16, from fem_mesh.C:11: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_mesh.C:11: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_mesh.C:11: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format fem_mesh.C: In function ‘void read_version()’: fem_mesh.C:1925: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result ../../../../bin/charmc -optimize -c symmetries.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_impl.h:16, from symmetries.C:13: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from symmetries.C:13: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from symmetries.C:13: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c partition.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_impl.h:16, from partition.C:15: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from partition.C:15: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from partition.C:15: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c map.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_impl.h:16, from map.h:13, from map.C:24: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from map.h:13, from map.C:24: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from map.h:13, from map.C:24: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c fem_compat.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_impl.h:16, from fem_compat.C:12: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_compat.C:12: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_compat.C:12: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c call_init.c ../../../../bin/charmc -optimize fem.ci ../../../../bin/charmc -optimize -c parallel_part.C ../../../../bin/ampiCC -optimize -c fem_mesh_modify.C In file included from ../../../../bin/../include/charm.h:18, from fem_mesh_modify.C:10: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_mesh_modify.C:12: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_mesh_modify.C:12: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c fem_mesh_adjacency.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_impl.h:16, from fem_mesh_adjacency.C:13: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_mesh_adjacency.C:13: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_impl.h:19, from fem_mesh_adjacency.C:13: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_adapt_new.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_adapt_new.h:13, from fem_adapt_new.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_adapt_new.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_adapt_new.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_adapt_algs.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from fem_adapt_algs.h:12, from fem_adapt_algs.C:10: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from fem_adapt_algs.h:12, from fem_adapt_algs.C:10: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from fem_adapt_algs.h:12, from fem_adapt_algs.C:10: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_interpolate.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_interpolate.h:16, from fem_interpolate.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_interpolate.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_interpolate.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_lock.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_lock.h:10, from fem_lock.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_lock.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_lock.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_util.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_util.h:11, from fem_util.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_util.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_util.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_lock_node.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_lock_node.h:11, from fem_lock_node.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_lock_node.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_lock_node.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_adapt_lock.C In file included from ../../../../bin/../include/ckvector3d.h:13, from fem_adapt_lock.h:10, from fem_adapt_lock.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_adapt_lock.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from fem_mesh_modify.h:30, from fem_adapt_lock.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c fem_adapt_if.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from fem_adapt_algs.h:12, from fem_adapt_if.h:5, from fem_adapt_if.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from fem_adapt_algs.h:12, from fem_adapt_if.h:5, from fem_adapt_if.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from fem_adapt_algs.h:12, from fem_adapt_if.h:5, from fem_adapt_if.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c compat_init.c ../../../../bin/charmc -optimize -c compat_finit.c ../../../../bin/charmc -optimize -c compat_driver.c ../../../../bin/charmc -optimize -c compat_fdriver.c cp fem.h femf.h fem_mesh.h fem_impl.h parallel_part.h map.h fem_mesh_modify.h FEMMeshModify.decl.h fem_adapt_new.h fem_adapt_algs.h fem_interpolate.h fem_lock.h fem_util.h fem_lock_node.h fem_adapt_lock.h fem_adapt_if.h ../../../../include/ cp vector2d.h ../../../../include/ touch headers ../../../../bin/charmc -optimize fem.o fem_mesh.o symmetries.o partition.o map.o fem_compat.o call_init.o parallel_part.o fem_mesh_modify.o fem_mesh_adjacency.o fem_adapt_new.o fem_adapt_algs.o fem_interpolate.o fem_lock.o fem_util.o fem_lock_node.o fem_adapt_lock.o fem_adapt_if.o -o ../../../../lib/libmodulefem.a Warning: creating ../../../../lib_so/libmodulefem.so ar: creating ../../../../lib/libmodulefem.a cp libmodulefem.dep ../../../../lib/libmodulefem.dep ../../../../bin/charmc -optimize compat_init.o compat_finit.o compat_driver.o compat_fdriver.o -o ../../../../lib/libfem-compat.a Warning: creating ../../../../lib_so/libfem-compat.so ar: creating ../../../../lib/libfem-compat.a ../../../../bin/ampiCC -optimize -c femmain.C -o ../../../../lib/libfemmain.o make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' make -C collide all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' ../../../../bin/charmc -optimize threadCollide.ci touch INTERFACE.threadCollide ../../../../bin/charmc -optimize collidecharm.ci touch INTERFACE.collidecharm cp collide_util.h bbox.h collide_cfg.h collide_buffers.h collidecharm.h collidec.h collidef.h ../../../../include/ touch headers ../../../../bin/charmc -optimize -c collide_util.C In file included from collide_util.h:9, from collide_util.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/charmc -optimize -c collide_serial.C In file included from collide_util.h:9, from collide_serial.h:9, from collide_serial.C:12: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/charmc -optimize -c collidecharm.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from collidecharm.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from collidecharm.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from collidecharm.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c collide_buffers.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from collide_buffers.C:12: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from collide_buffers.C:12: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from collide_buffers.C:12: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c threadCollide.C In file included from collide_util.h:9, from collide_serial.h:9, from collidecharm_impl.h:8, from threadCollide.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from collidecharm.decl.h:3, from collidecharm_impl.h:10, from threadCollide.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from collidecharm.decl.h:3, from collidecharm_impl.h:10, from threadCollide.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize collide_util.o collide_serial.o collidecharm.o collide_buffers.o threadCollide.o -o ../../../../lib/libmodulecollide.a Warning: creating ../../../../lib_so/libmodulecollide.so ar: creating ../../../../lib/libmodulecollide.a cp libmodulecollide.dep ../../../../lib/libmodulecollide.dep ../../../../bin/charmc -optimize collide_util.o collide_serial.o collidecharm.o collide_buffers.o -o ../../../../lib/libmodulecollidecharm.a Warning: creating ../../../../lib_so/libmodulecollidecharm.so ar: creating ../../../../lib/libmodulecollidecharm.a make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' make -C ParFUM all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' ../../../../bin/charmc -optimize ParFUM.ci ../../../../bin/charmc -optimize mesh_modify.ci ../../../../bin/charmc -optimize ParFUM_SA.ci ../../../../bin/ampiCC -optimize -c ParFUM.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from ParFUM.C:13: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from ParFUM.C:13: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from ParFUM.C:13: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ParFUM.C: In member function ‘void FEM_chunk::readField(int, void*, const char*)’: ParFUM.C:628: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result ParFUM.C:630: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result ../../../../bin/ampiCC -optimize -c mesh.C -I. In file included from ../../../../bin/../include/ckvector3d.h:13, from ParFUM_internals.h:28, from mesh.C:9: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from ParFUM_internals.h:29, from mesh.C:9: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from ParFUM_internals.h:29, from mesh.C:9: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format mesh.C: In function ‘void read_version()’: mesh.C:2193: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result ../../../../bin/ampiCC -optimize -c symmetries.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from symmetries.C:10: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from symmetries.C:10: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from symmetries.C:10: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c partition.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from partition.C:17: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from partition.C:17: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from partition.C:17: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c map.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from map.C:30: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from map.C:30: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from map.C:30: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c compat.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from compat.C:11: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from compat.C:11: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from compat.C:11: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c call_init.c -I. ../../../../bin/ampiCC -optimize -c parallel_part.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from parallel_part.C:15: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from parallel_part.C:15: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from parallel_part.C:15: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C: In function ‘int FEM_Mesh_Parallel_broadcast(int, int, FEM_Comm_t)’: parallel_part.C:32: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘uint64_t’ parallel_part.C: In function ‘int FEM_master_parallel_part(int, int, FEM_Comm_t)’: parallel_part.C:95: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’ parallel_part.C:95: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘long unsigned int’ parallel_part.C:95: warning: format ‘%d’ expects type ‘int’, but argument 6 has type ‘uint64_t’ parallel_part.C:121: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘uint64_t’ parallel_part.C:121: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ parallel_part.C:121: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:135: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:159: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:160: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:203: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:220: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:231: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘uint64_t’ parallel_part.C: In function ‘void makeGhosts(FEM_Mesh*, MPI_Comm, int, int, FEM_Ghost_Layer**)’: parallel_part.C:782: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:789: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:789: warning: ISO C++ does not support the ‘%lf’ gnu_printf format parallel_part.C:789: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c mesh_modify.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from mesh_modify.C:17: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from mesh_modify.C:17: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from mesh_modify.C:17: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c mesh_adjacency.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from mesh_adjacency.C:12: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from mesh_adjacency.C:12: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from mesh_adjacency.C:12: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c adapt.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from adapt.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from adapt.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from adapt.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c adapt_algs.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from adapt_algs.C:11: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from adapt_algs.C:11: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from adapt_algs.C:11: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c adapt_if.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from adapt_if.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from adapt_if.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from adapt_if.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c interpolate.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from interpolate.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from interpolate.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from interpolate.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c lock.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from lock.C:10: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from lock.C:10: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from lock.C:10: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c util.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from util.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from util.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from util.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c lock_node.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from lock_node.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from lock_node.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from lock_node.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c adapt_lock.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from adapt_lock.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from adapt_lock.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from adapt_lock.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c ParFUM_SA.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from ParFUM_SA.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from ParFUM_SA.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from ParFUM_SA.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ParFUM_SA.C: In member function ‘int ParFUMShadowArray::lockRegion(int, adaptAdj*, RegionID*, double)’: ParFUM_SA.C:291: warning: format ‘%p’ expects type ‘void*’, but argument 3 has type ‘CkVec*’ ../../../../bin/ampiCC -optimize -c global_numbering.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from global_numbering.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from global_numbering.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from global_numbering.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c import.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from import.h:3, from import.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from import.h:3, from import.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from import.h:3, from import.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c adapt_adj.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from adapt_adj.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from adapt_adj.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from adapt_adj.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c bulk_adapt_ops.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from bulk_adapt_ops.h:7, from bulk_adapt_ops.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from bulk_adapt_ops.h:7, from bulk_adapt_ops.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from bulk_adapt_ops.h:7, from bulk_adapt_ops.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c bulk_adapt.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from bulk_adapt.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from bulk_adapt.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from bulk_adapt.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c mesh_feature_detect.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from mesh_feature_detect.C:11: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from mesh_feature_detect.C:11: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from mesh_feature_detect.C:11: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -optimize -c MsaHashtable.C -I. In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from MsaHashtable.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from MsaHashtable.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from MsaHashtable.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c compat_init.c -I. ../../../../bin/charmc -optimize -c compat_finit.c -I. ../../../../bin/charmc -optimize -c compat_driver.c -I. ../../../../bin/charmc -optimize -c compat_fdriver.c -I. ../../../../bin/charmc -optimize ParFUM.o mesh.o symmetries.o partition.o map.o compat.o call_init.o parallel_part.o mesh_modify.o mesh_adjacency.o adapt.o adapt_algs.o adapt_if.o interpolate.o lock.o util.o lock_node.o adapt_lock.o ParFUM_SA.o global_numbering.o import.o adapt_adj.o bulk_adapt_ops.o bulk_adapt.o mesh_feature_detect.o MsaHashtable.o -o ../../../../lib/libmoduleParFUM.a Warning: creating ../../../../lib_so/libmoduleParFUM.so ar: creating ../../../../lib/libmoduleParFUM.a cp libmoduleParFUM.dep ../../../../lib/libmoduleParFUM.dep ../../../../bin/charmc -optimize compat_init.o compat_finit.o compat_driver.o compat_fdriver.o -o ../../../../lib/libParFUM-compat.a Warning: creating ../../../../lib_so/libParFUM-compat.so ar: creating ../../../../lib/libParFUM-compat.a ../../../../bin/ampiCC -optimize main.C -o ../../../../lib/libParFUMmain.o In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ParFUM.h:12, from main.C:24: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ParFUM.h:12, from main.C:24: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ParFUM.h:12, from main.C:24: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp ParFUM.h ParFUMf.h ParFUM_Types.h ParFUM_internals.h ParFUM_locking.h ParFUM_Mesh_Modify.h ParFUM_Adapt_Algs.h ParFUM_Adapt.h ParFUM_Interpolate.h ParFUM_SA.h import.h adapt_adj.h bulk_adapt_ops.h bulk_adapt.h ../../../../include/ cp ParFUM.def.h ParFUM.decl.h ParFUM_Adapt.decl.h ParFUM_Adapt.def.h ParFUM_SA.def.h ParFUM_SA.decl.h ../../../../include/ make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' make -C ifem all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' ../../../../bin/charmc -optimize -c ilsi.C ../../../../bin/charmc -optimize -c cg.C ../../../../bin/charmc -optimize -c ifem.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ifem.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ifem.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ifem.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp ilsi.h ilsic.h ilsif.h ifemc.h ifemf.h ../../../../include/ touch headers ../../../../bin/charmc -optimize ilsi.o cg.o ifem.o -o ../../../../lib/libmoduleifem.a Warning: creating ../../../../lib_so/libmoduleifem.so ar: creating ../../../../lib/libmoduleifem.a cp libmoduleifem.dep ../../../../lib/libmoduleifem.dep make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' make -C armci all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' ../../../../bin/charmc -optimize armci.ci ../../../../bin/charmc -optimize -optimize -c armci_vp.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from armci_impl.h:11, from armci_vp.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from armci_impl.h:11, from armci_vp.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from armci_impl.h:11, from armci_vp.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -optimize -c armci_api.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from armci_impl.h:11, from armci_api.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from armci_impl.h:11, from armci_api.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/CkCheckpoint.decl.h:3, from ../../../../bin/../include/ckcheckpoint.h:29, from ../../../../bin/../include/tcharm.h:12, from armci_impl.h:11, from armci_api.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize armci_vp.o armci_api.o -o ../../../../lib/libmodulearmci.a Warning: creating ../../../../lib_so/libmodulearmci.so ar: creating ../../../../lib/libmodulearmci.a cp armci.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' make -C mblock all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' ../../../../bin/charmc -optimize mblock.ci ../../../../bin/charmc -optimize -c mblock.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from mblock.decl.h:3, from mblock_impl.h:12, from mblock.C:15: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from mblock.decl.h:3, from mblock_impl.h:12, from mblock.C:15: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from mblock.decl.h:3, from mblock_impl.h:12, from mblock.C:15: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c patch.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from patch.C:12: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from patch.C:12: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from patch.C:12: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c compat_driver.c ../../../../bin/charmc -optimize -c compat_fdriver.c cp mblock.h mblockf.h ../../../../include/ touch headers ../../../../bin/charmc -optimize mblock.o patch.o compat_driver.o compat_fdriver.o -o ../../../../lib/libmodulemblock.a Warning: creating ../../../../lib_so/libmodulemblock.so ar: creating ../../../../lib/libmodulemblock.a cp libmodulemblock.dep ../../../../lib/libmodulemblock.dep make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' make -C barrier all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' ../../../../bin/charmc -optimize barrier.ci ../../../../bin/charmc -optimize -c barrier.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from barrier.C:11: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from barrier.C:11: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from barrier.C:11: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libmodulebarrier.a barrier.o Warning: creating ../../../../lib_so/libmodulebarrier.so ar: creating ../../../../lib/libmodulebarrier.a /bin/cp barrier.h ../../../../include /bin/cp barrier.decl.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' make -C irecv all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' ../../../../bin/charmc -optimize -c receiver.ci ../../../../bin/charmc -optimize -c receiver.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from receiver.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from receiver.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from receiver.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o libirecv.a receiver.o ar: creating libirecv.a /bin/cp libirecv.a ../../../../lib/libirecv.a /bin/cp receiver.decl.h ../../../../include /bin/cp receiver.h ../../../../include /bin/cp receiverf.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' make -C netfem all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' ../../../../bin/charmc -optimize netfem.ci ../../../../bin/charmc -optimize -c netfem.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from netfem.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from netfem.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from netfem.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c netfem_data.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from netfem_data.C:7: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from netfem_data.C:7: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from netfem_data.C:7: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libmodulenetfem.a netfem.o netfem_data.o Warning: creating ../../../../lib_so/libmodulenetfem.so ar: creating ../../../../lib/libmodulenetfem.a /bin/cp netfem.h netfemf.h netfem_data.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' make -C liveViz all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' ../../../../bin/charmc -optimize -I../../.. liveViz.ci Warning: deprecated use of initcall. Use initnode or initproc instead. ../../../../bin/charmc -optimize -I../../.. liveVizPoll.ci ../../../../bin/charmc -optimize -I../../.. -c -DEXTERIOR_BLACK_PIXEL_ELIMINATION liveViz0.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from liveViz0.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from liveViz0.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from liveViz0.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format In file included from liveViz0.C:12: ../../../../bin/../include/pup_toNetwork.h: At global scope: ../../../../bin/../include/pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/charmc -optimize -I../../.. -c -DEXTERIOR_BLACK_PIXEL_ELIMINATION liveViz.C In file included from ../../../../bin/../include/ckhashtable.h:20, from ../../../../bin/../include/conv-ccs.h:20, from liveViz0.h:10, from liveViz.h:9, from liveViz.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from liveViz.h:12, from liveViz.C:6: ../../../../bin/../include/pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from liveViz.decl.h:3, from liveViz.h:15, from liveViz.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from liveViz.decl.h:3, from liveViz.h:15, from liveViz.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -I../../.. -c -DEXTERIOR_BLACK_PIXEL_ELIMINATION liveVizPoll.C In file included from ../../../../bin/../include/ckhashtable.h:20, from ../../../../bin/../include/conv-ccs.h:20, from liveViz0.h:10, from liveViz.h:9, from liveVizPoll.C:25: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from liveViz.h:12, from liveVizPoll.C:25: ../../../../bin/../include/pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from liveViz.decl.h:3, from liveViz.h:15, from liveVizPoll.C:25: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from liveViz.decl.h:3, from liveViz.h:15, from liveVizPoll.C:25: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -I../../.. -c -DEXTERIOR_BLACK_PIXEL_ELIMINATION colorScale.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from colorScale.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from colorScale.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from colorScale.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -I../../.. -c -DEXTERIOR_BLACK_PIXEL_ELIMINATION ImageData.C In file included from ../../../../bin/../include/ckhashtable.h:20, from ../../../../bin/../include/conv-ccs.h:20, from liveViz0.h:10, from liveViz.h:9, from ImageData.h:9, from ImageData.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from liveViz.h:12, from ImageData.h:9, from ImageData.C:1: ../../../../bin/../include/pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from liveViz.decl.h:3, from liveViz.h:15, from ImageData.h:9, from ImageData.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from liveViz.decl.h:3, from liveViz.h:15, from ImageData.h:9, from ImageData.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -I../../.. -c -DEXTERIOR_BLACK_PIXEL_ELIMINATION compat_float2rgb.C In file included from ../../../../bin/../include/ckhashtable.h:20, from ../../../../bin/../include/conv-ccs.h:20, from liveViz0.h:10, from liveViz.h:9, from compat_float2rgb.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from liveViz.h:12, from compat_float2rgb.C:6: ../../../../bin/../include/pup_toNetwork.h:16: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from liveViz.decl.h:3, from liveViz.h:15, from compat_float2rgb.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from liveViz.decl.h:3, from liveViz.h:15, from compat_float2rgb.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp liveViz.h liveViz.decl.h liveVizPoll.decl.h liveViz0.h colorScale.h ImageData.h ../../../../include/ touch headers ../../../../bin/charmc -optimize -I../../.. liveViz0.o liveViz.o liveVizPoll.o colorScale.o ImageData.o compat_float2rgb.o -o ../../../../lib/libmoduleliveViz.a Warning: creating ../../../../lib_so/libmoduleliveViz.so ar: creating ../../../../lib/libmoduleliveViz.a (cd ../../../../tmp; . ./conv-mach-opt.sh && echo "$CMK_LIBJPEG") > ../../../../lib/libmoduleliveViz.dep make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' make -C taskGraph all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' ../../../../bin/charmc -optimize taskGraph.ci ../../../../bin/charmc -optimize -c taskGraph.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from taskGraph.h:6, from taskGraph.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from taskGraph.h:6, from taskGraph.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from taskGraph.h:6, from taskGraph.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp taskGraph.h taskGraph.decl.h ../../../../include/ touch headers ../../../../bin/charmc -optimize taskGraph.o -o ../../../../lib/libmoduletaskGraph.a Warning: creating ../../../../lib_so/libmoduletaskGraph.so ar: creating ../../../../lib/libmoduletaskGraph.a make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' make -C search all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' ../../../../bin/charmc -optimize search.ci test -d ../../../../include/cklibs || mkdir ../../../../include/cklibs/ cp search.h problem.h serialtree.h idastar.h search.decl.h ../../../../include/cklibs/ touch headers ../../../../bin/charmc -optimize -c search.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ../../../../bin/../include/cklibs/search.h:12, from search.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/cklibs/search.h:12, from search.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/cklibs/search.h:12, from search.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c problem.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ../../../../bin/../include/cklibs/problem.h:11, from problem.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/cklibs/problem.h:11, from problem.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/cklibs/problem.h:11, from problem.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format problem.C: In member function ‘virtual int problem::depthToSolution()’: problem.C:37: warning: integer overflow in expression ../../../../bin/charmc -optimize -c serialtree.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ../../../../bin/../include/cklibs/serialtree.h:11, from serialtree.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/cklibs/serialtree.h:11, from serialtree.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/cklibs/serialtree.h:11, from serialtree.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -c idastar.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from ../../../../bin/../include/cklibs/idastar.h:11, from idastar.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from ../../../../bin/../include/cklibs/idastar.h:11, from idastar.C:8: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from ../../../../bin/../include/cklibs/idastar.h:11, from idastar.C:8: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize search.o problem.o serialtree.o idastar.o -o ../../../../lib/libmodulesearch.a Warning: creating ../../../../lib_so/libmodulesearch.so ar: creating ../../../../lib/libmodulesearch.a make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' make -C datatransfer all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' ../../../../bin/charmc -I. -optimize -c MgcIntr3DTetrTetr.cpp ../../../../bin/charmc -I. -optimize -c MgcMath.cpp ../../../../bin/charmc -I. -optimize -c MgcPlane.cpp ../../../../bin/charmc -I. -optimize -c MgcTetrahedron.cpp ../../../../bin/charmc -I. -optimize -c MgcVector3.cpp ../../../../bin/ampiCC -I. -optimize -c GenericElement.C In file included from ../../../../bin/../include/charm.h:18, from GenericElement.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/ampiCC -I. -optimize -c transfer.C In file included from ../../../../bin/../include/ckvector3d.h:13, from GenericElement.h:11, from transfer.h:10, from transfer.C:9: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from transfer.h:12, from transfer.C:9: tetmesh.h: In member function ‘void TetMesh::write_real_tecplot(char*)’: tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format In file included from transfer.h:13, from transfer.C:9: prismMesh.h: In member function ‘void PrismMesh::writeToTecplot(char*)’: prismMesh.h:72: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ prismMesh.h:72: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’ prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format In file included from transfer.h:14, from transfer.C:9: triSurfMesh.h: In member function ‘void TriangleSurfaceMesh::writeToTecplot(char*)’: triSurfMesh.h:99: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ triSurfMesh.h:99: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’ triSurfMesh.h:104: warning: ISO C++ does not support the ‘%lf’ gnu_printf format triSurfMesh.h:104: warning: ISO C++ does not support the ‘%lf’ gnu_printf format triSurfMesh.h:104: warning: ISO C++ does not support the ‘%lf’ gnu_printf format In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from transfer.C:11: ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from transfer.C:11: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -I. -optimize -c tetmesh.C In file included from ../../../../bin/../include/ckvector3d.h:13, from tetmesh.h:10, from tetmesh.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from tetmesh.C:8: tetmesh.h: In member function ‘void TetMesh::write_real_tecplot(char*)’: tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -I. -optimize -c tetmesh_noboite.C In file included from ../../../../bin/../include/ckvector3d.h:13, from tetmesh.h:10, from tetmesh_noboite.C:8: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from tetmesh_noboite.C:8: tetmesh.h: In member function ‘void TetMesh::write_real_tecplot(char*)’: tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -I. -optimize -c tetmesh_fem.C In file included from ../../../../bin/../include/ckvector3d.h:13, from tetmesh.h:10, from tetmesh_fem.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from tetmesh_fem.C:6: tetmesh.h: In member function ‘void TetMesh::write_real_tecplot(char*)’: tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -I. -optimize -c paralleltransfer.C In file included from ../../../../bin/../include/ckvector3d.h:13, from tetmesh.h:10, from paralleltransfer.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from paralleltransfer.C:6: tetmesh.h: In member function ‘void TetMesh::write_real_tecplot(char*)’: tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format tetmesh.h:110: warning: ISO C++ does not support the ‘%lf’ gnu_printf format In file included from transfer.h:13, from paralleltransfer.C:7: prismMesh.h: In member function ‘void PrismMesh::writeToTecplot(char*)’: prismMesh.h:72: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ prismMesh.h:72: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’ prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format In file included from transfer.h:14, from paralleltransfer.C:7: triSurfMesh.h: In member function ‘void TriangleSurfaceMesh::writeToTecplot(char*)’: triSurfMesh.h:99: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ triSurfMesh.h:99: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’ triSurfMesh.h:104: warning: ISO C++ does not support the ‘%lf’ gnu_printf format triSurfMesh.h:104: warning: ISO C++ does not support the ‘%lf’ gnu_printf format triSurfMesh.h:104: warning: ISO C++ does not support the ‘%lf’ gnu_printf format In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from paralleltransfer.C:10: ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from paralleltransfer.C:10: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/ampiCC -I. -optimize -c prismMesh.C In file included from ../../../../bin/../include/ckvector3d.h:13, from prismMesh.h:8, from prismMesh.C:3: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from prismMesh.C:3: prismMesh.h: In member function ‘void PrismMesh::writeToTecplot(char*)’: prismMesh.h:72: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ prismMesh.h:72: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’ prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format prismMesh.h:77: warning: ISO C++ does not support the ‘%lf’ gnu_printf format cp paralleltransfer.h tetmesh.h prismMesh.h ../../../../include/ touch headers ../../../../bin/charmc -I. -optimize ./MgcIntr3DTetrTetr.o ./MgcMath.o ./MgcPlane.o ./MgcTetrahedron.o ./MgcVector3.o GenericElement.o transfer.o tetmesh.o tetmesh_noboite.o tetmesh_fem.o paralleltransfer.o prismMesh.o -o ../../../../lib/libdatatransfer.a Warning: creating ../../../../lib_so/libdatatransfer.so ar: creating ../../../../lib/libdatatransfer.a make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' make -C pose all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' ../../../../bin/charmc -optimize -o eventID.o eventID.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from eventID.h:6, from eventID.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from eventID.h:6, from eventID.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from eventID.h:6, from eventID.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize stats.ci ../../../../bin/charmc -optimize -o stats.o stats.C In file included from stats.h:10, from stats.C:3: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from stats.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from stats.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from stats.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize pose.ci ../../../../bin/charmc -optimize mempool.ci ../../../../bin/charmc -optimize memory_temporal.ci ../../../../bin/charmc -optimize ldbal.ci ../../../../bin/charmc -optimize gvt.ci ../../../../bin/charmc -optimize sim.ci ../../../../bin/charmc -optimize -o srtable.o srtable.C In file included from pose.h:10, from srtable.h:4, from srtable.C:6: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from srtable.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from srtable.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from srtable.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o cancel.o cancel.C In file included from pose.h:10, from cancel.C:3: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from eventID.h:6, from cancel.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from eventID.h:6, from cancel.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from eventID.h:6, from cancel.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o memory_temporal.o memory_temporal.C In file included from pose.h:10, from memory_temporal.C:7: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from memory_temporal.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from memory_temporal.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from memory_temporal.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o mempool.o mempool.C In file included from pose.h:10, from mempool.C:5: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from mempool.C:4: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from mempool.C:4: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from mempool.C:4: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o pvtobj.o pvtobj.C In file included from pose.h:10, from pvtobj.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from pvtobj.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from pvtobj.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from pvtobj.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o lbObject.o lbObject.C In file included from pose.h:10, from lbObject.C:6: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from lbObject.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from lbObject.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from lbObject.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ldbal.o ldbal.C In file included from pose.h:10, from ldbal.C:1: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from ldbal.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from ldbal.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from ldbal.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o gvt.o gvt.C In file included from pose.h:10, from gvt.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from gvt.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from gvt.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from gvt.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format gvt.C: In member function ‘void PVT::beginCheckpoint(eventMsg*)’: gvt.C:311: warning: deprecated conversion from string constant to ‘char*’ ../../../../bin/charmc -optimize -o event.o event.C In file included from pose.h:10, from event.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from event.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from event.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from event.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o eqheap.o eqheap.C In file included from pose.h:10, from eqheap.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from eqheap.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from eqheap.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from eqheap.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o evq.o evq.C In file included from pose.h:10, from evq.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from evq.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from evq.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from evq.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format evq.C: In member function ‘void eventQueue::CommitStatsHelper(Event*)’: evq.C:174: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier evq.C:174: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘POSE_TimeType’ evq.C:174: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier evq.C:174: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘POSE_TimeType’ ../../../../bin/charmc -optimize -o sim.o sim.C In file included from pose.h:10, from sim.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from sim.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from sim.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from sim.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format sim.C: In member function ‘void sim::SeqBeginCheckpoint()’: sim.C:376: warning: deprecated conversion from string constant to ‘char*’ ../../../../bin/charmc -optimize -o rep.o rep.C In file included from pose.h:10, from rep.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from rep.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from rep.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from rep.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o strat.o strat.C In file included from pose.h:10, from strat.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from strat.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from strat.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from strat.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o seq.o seq.C In file included from pose.h:10, from seq.C:3: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from seq.C:3: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from seq.C:3: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from seq.C:3: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o cons.o cons.C In file included from pose.h:10, from cons.C:5: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from cons.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from cons.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from cons.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o opt.o opt.C In file included from pose.h:10, from opt.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from opt.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from opt.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from opt.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o opt2.o opt2.C In file included from pose.h:10, from opt2.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from opt2.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from opt2.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from opt2.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o opt3.o opt3.C In file included from pose.h:10, from opt3.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from opt3.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from opt3.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from opt3.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o spec.o spec.C In file included from pose.h:10, from spec.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from spec.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from spec.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from spec.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt.o adapt.C In file included from pose.h:10, from adapt.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt2.o adapt2.C In file included from pose.h:10, from adapt2.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt2.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt2.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt2.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt3.o adapt3.C In file included from pose.h:10, from adapt3.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt3.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt3.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt3.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt4.o adapt4.C In file included from pose.h:10, from adapt4.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt4.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt4.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt4.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o pose.o pose.C In file included from pose.h:10, from pose.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from pose.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from pose.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from pose.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libmodulepose.a eventID.o stats.o srtable.o cancel.o memory_temporal.o mempool.o pvtobj.o lbObject.o ldbal.o gvt.o event.o eqheap.o evq.o sim.o rep.o strat.o seq.o cons.o opt.o opt2.o opt3.o spec.o adapt.o adapt2.o adapt3.o adapt4.o pose.o Warning: creating ../../../../lib_so/libmodulepose.so ar: creating ../../../../lib/libmodulepose.a test ! -d ../../../../include/pose && mkdir ../../../../include/pose || true /bin/cp -f *.h ../../../../include/pose /bin/cp libmodulepose.dep ../../../../lib/. /bin/cp -f etrans.pl ../../../../bin ../../../../bin/charmc -optimize -o eventID.seq.o -DSEQUENTIAL_POSE=1 eventID.C In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from eventID.h:6, from eventID.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from eventID.h:6, from eventID.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from eventID.h:6, from eventID.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o stats.seq.o -DSEQUENTIAL_POSE=1 stats.C In file included from stats.h:10, from stats.C:3: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from stats.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from stats.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from stats.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o srtable.seq.o -DSEQUENTIAL_POSE=1 srtable.C In file included from pose.h:10, from srtable.h:4, from srtable.C:6: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from srtable.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from srtable.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from srtable.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o cancel.seq.o -DSEQUENTIAL_POSE=1 cancel.C In file included from pose.h:10, from cancel.C:3: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from eventID.h:6, from cancel.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from eventID.h:6, from cancel.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from eventID.h:6, from cancel.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o memory_temporal.seq.o -DSEQUENTIAL_POSE=1 memory_temporal.C In file included from pose.h:10, from memory_temporal.C:7: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from memory_temporal.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from memory_temporal.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from memory_temporal.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o mempool.seq.o -DSEQUENTIAL_POSE=1 mempool.C In file included from pose.h:10, from mempool.C:5: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from mempool.C:4: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from mempool.C:4: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from mempool.C:4: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o pvtobj.seq.o -DSEQUENTIAL_POSE=1 pvtobj.C In file included from pose.h:10, from pvtobj.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from pvtobj.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from pvtobj.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from pvtobj.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o lbObject.seq.o -DSEQUENTIAL_POSE=1 lbObject.C In file included from pose.h:10, from lbObject.C:6: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from lbObject.C:6: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from lbObject.C:6: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from lbObject.C:6: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ldbal.seq.o -DSEQUENTIAL_POSE=1 ldbal.C In file included from pose.h:10, from ldbal.C:1: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from ldbal.C:1: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from ldbal.C:1: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from ldbal.C:1: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o gvt.seq.o -DSEQUENTIAL_POSE=1 gvt.C In file included from pose.h:10, from gvt.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from gvt.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from gvt.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from gvt.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format gvt.C: In member function ‘void PVT::beginCheckpoint(eventMsg*)’: gvt.C:311: warning: deprecated conversion from string constant to ‘char*’ ../../../../bin/charmc -optimize -o event.seq.o -DSEQUENTIAL_POSE=1 event.C In file included from pose.h:10, from event.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from event.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from event.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from event.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o eqheap.seq.o -DSEQUENTIAL_POSE=1 eqheap.C In file included from pose.h:10, from eqheap.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from eqheap.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from eqheap.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from eqheap.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o evq.seq.o -DSEQUENTIAL_POSE=1 evq.C In file included from pose.h:10, from evq.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from evq.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from evq.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from evq.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format evq.C: In member function ‘void eventQueue::CommitStatsHelper(Event*)’: evq.C:174: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier evq.C:174: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘POSE_TimeType’ evq.C:174: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier evq.C:174: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘POSE_TimeType’ ../../../../bin/charmc -optimize -o sim.seq.o -DSEQUENTIAL_POSE=1 sim.C In file included from pose.h:10, from sim.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from sim.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from sim.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from sim.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format sim.C: In member function ‘void sim::SeqBeginCheckpoint()’: sim.C:376: warning: deprecated conversion from string constant to ‘char*’ ../../../../bin/charmc -optimize -o rep.seq.o -DSEQUENTIAL_POSE=1 rep.C In file included from pose.h:10, from rep.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from rep.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from rep.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from rep.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o strat.seq.o -DSEQUENTIAL_POSE=1 strat.C In file included from pose.h:10, from strat.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from strat.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from strat.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from strat.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o seq.seq.o -DSEQUENTIAL_POSE=1 seq.C In file included from pose.h:10, from seq.C:3: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from seq.C:3: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from seq.C:3: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from seq.C:3: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o cons.seq.o -DSEQUENTIAL_POSE=1 cons.C In file included from pose.h:10, from cons.C:5: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from cons.C:5: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from cons.C:5: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from cons.C:5: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o opt.seq.o -DSEQUENTIAL_POSE=1 opt.C In file included from pose.h:10, from opt.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from opt.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from opt.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from opt.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o opt2.seq.o -DSEQUENTIAL_POSE=1 opt2.C In file included from pose.h:10, from opt2.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from opt2.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from opt2.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from opt2.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o opt3.seq.o -DSEQUENTIAL_POSE=1 opt3.C In file included from pose.h:10, from opt3.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from opt3.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from opt3.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from opt3.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o spec.seq.o -DSEQUENTIAL_POSE=1 spec.C In file included from pose.h:10, from spec.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from spec.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from spec.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from spec.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt.seq.o -DSEQUENTIAL_POSE=1 adapt.C In file included from pose.h:10, from adapt.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt2.seq.o -DSEQUENTIAL_POSE=1 adapt2.C In file included from pose.h:10, from adapt2.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt2.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt2.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt2.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt3.seq.o -DSEQUENTIAL_POSE=1 adapt3.C In file included from pose.h:10, from adapt3.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt3.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt3.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt3.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o adapt4.seq.o -DSEQUENTIAL_POSE=1 adapt4.C In file included from pose.h:10, from adapt4.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from adapt4.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from adapt4.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from adapt4.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o pose.seq.o -DSEQUENTIAL_POSE=1 pose.C In file included from pose.h:10, from pose.C:2: pose_config.h:80:34: warning: use of C99 long long integer constant pose_config.h:82:35: warning: use of C99 long long integer constant In file included from ../../../../bin/../include/charm.h:18, from ../../../../bin/../include/charm++.h:7, from pose.decl.h:3, from pose.h:9, from pose.C:2: ../../../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h: At global scope: ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/ckbitvector.h:4, from ../../../../bin/../include/charm++.h:29, from pose.decl.h:3, from pose.h:9, from pose.C:2: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../../../bin/../include/ckstream.h: At global scope: ../../../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../../../bin/../include/charm++.h:1160, from pose.decl.h:3, from pose.h:9, from pose.C:2: ../../../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../../../bin/charmc -optimize -o ../../../../lib/libmoduleseqpose.a eventID.seq.o stats.seq.o srtable.seq.o cancel.seq.o memory_temporal.seq.o mempool.seq.o pvtobj.seq.o lbObject.seq.o ldbal.seq.o gvt.seq.o event.seq.o eqheap.seq.o evq.seq.o sim.seq.o rep.seq.o strat.seq.o seq.seq.o cons.seq.o opt.seq.o opt2.seq.o opt3.seq.o spec.seq.o adapt.seq.o adapt2.seq.o adapt3.seq.o adapt4.seq.o pose.seq.o Warning: creating ../../../../lib_so/libmoduleseqpose.so ar: creating ../../../../lib/libmoduleseqpose.a test ! -d ../../../../include/pose && mkdir ../../../../include/pose || true /bin/cp -f *.h ../../../../include/pose /bin/cp libmodulepose.dep ../../../../lib/libmoduleseqpose.dep /bin/cp -f etrans.pl ../../../../bin make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' (CHARMINC=../../../include;. $CHARMINC/conv-config.sh; \ if test "$CMK_BUILD_PYTHON" != ""; then (make -C pythonCCS all OPTS='-optimize ' || exit 1); fi) make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd libs; make otherlibs make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd conv-libs; make all OPTS='-optimize ' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd master-slave; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' cd packlib; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' cd ddt; make all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[3]: `all' is up to date. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd ck-libs; make all OPTS='-optimize ' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' make -C cache all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' make -C sparseContiguousReducer all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' make -C tcharm all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' make -C ampi all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' AMPI built successfully AMPIF built successfully cd ../../../../tmp; CHARMINC=.; . ./conv-config.sh; cd /scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs; if test -n "$CMK_AMPI_WITH_ROMIO" ; then (make AMPI-ROMIO); fi make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' make -C idxl all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' make -C parmetis all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' (cd METISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' make[4]: `../../../../../lib/libmetis.a' is up to date. make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' (cd ParMETISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' make[4]: `../../../../../lib/libparmetis.a' is up to date. make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' make -C multiphaseSharedArrays all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' make -C fem all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' make -C collide all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' make -C ParFUM all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' cp ParFUM.h ParFUMf.h ParFUM_Types.h ParFUM_internals.h ParFUM_locking.h ParFUM_Mesh_Modify.h ParFUM_Adapt_Algs.h ParFUM_Adapt.h ParFUM_Interpolate.h ParFUM_SA.h import.h adapt_adj.h bulk_adapt_ops.h bulk_adapt.h ../../../../include/ cp ParFUM.def.h ParFUM.decl.h ParFUM_Adapt.decl.h ParFUM_Adapt.def.h ParFUM_SA.def.h ParFUM_SA.decl.h ../../../../include/ make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' make -C ifem all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' make -C armci all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' make -C mblock all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' make -C barrier all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' make -C irecv all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' make -C netfem all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' /bin/cp netfem.h netfemf.h netfem_data.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' make -C liveViz all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' make -C taskGraph all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' make -C search all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' make -C datatransfer all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' make -C pose all OPTS='-optimize ' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' (CHARMINC=../../../include;. $CHARMINC/conv-config.sh; \ if test "$CMK_BUILD_PYTHON" != ""; then (make -C pythonCCS all OPTS='-optimize ' || exit 1); fi) make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' cd other; make all OPTS='-optimize ' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/other' Nothing to do here right now make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/other' make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' echo "Built LIBS Successfully" Built LIBS Successfully ------------------------------------------------- AMPI built successfully. Next, try out a sample program like net-linux-x86_64-pedantic/tests/charm++/simplearrayhello Main build finished at Sun Nov 7 17:18:55 CST 2010 Test on remote host local> ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -o BatchMode=yes phil@might.cs.illinois.edu /bin/sh < scripts/net-linux-x86_64-pedantic/test Warning: Permanently added 'might.cs.illinois.edu' (RSA) to the list of known hosts. Ssh'd to phil@might.cs.illinois.edu on Sun Nov 7 17:25:31 CST 2010 remote> cd /scratch/phil/autobuild/net-pedantic Starting testing at Sun Nov 7 17:25:31 CST 2010 remote> cd arrayopt/net-linux-x86_64-pedantic/tmp remote> make OPTS=-optimize TESTOPTS=++no-va-randomization test if [ -d charmrun ] ; then ( cd charmrun ; make OPTS='-optimize' -j1 ) ; fi make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/charmrun' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/charmrun' if [ -f charmrun ] ; then ( cp -f charmrun ../bin ) ; fi cd libs/ck-libs/multicast && make make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multicast' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multicast' cd libs/ck-libs/pythonCCS && make make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pythonCCS' (CHARMINC=../../../../include;. $CHARMINC/conv-config.sh; \ if test "$CMK_BUILD_PYTHON" != ""; then (make conditional OPTS='-optimize' || exit 1); fi) make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pythonCCS' touch charm++ ../bin/charmc -optimize -c -I. blue.C In file included from cklists.h:5, from blue.C:19: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from blue.C:24: bigsim_record.h: In member function ‘void BgMessageReplay::done()’: bigsim_record.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier bigsim_record.h:65: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘long int’ ../bin/charmc -optimize -c -I. bigsim_node.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_node.C:3: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. bigsim_proc.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_proc.C:3: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from bigsim_proc.C:4: bigsim_record.h: In member function ‘void BgMessageReplay::done()’: bigsim_record.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier bigsim_record.h:65: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘long int’ In file included from ckbitvector.h:4, from charm++.h:29, from CkCheckpoint.decl.h:3, from ckcheckpoint.h:29, from bigsim_proc.C:7: ckstream.h: At global scope: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from CkCheckpoint.decl.h:3, from ckcheckpoint.h:29, from bigsim_proc.C:7: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format bigsim_proc.C: In member function ‘void threadInfo::broughtIntoMem()’: bigsim_proc.C:477: warning: deprecated conversion from string constant to ‘char*’ bigsim_proc.C: In member function ‘void threadInfo::takenOutofMem()’: bigsim_proc.C:511: warning: deprecated conversion from string constant to ‘char*’ ../bin/charmc -optimize -c -I. bigsim_init.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_init.C:20: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. bigsim_timing.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_timing.C:5: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. bigsim_record.C In file included from bigsim_record.C:5: bigsim_record.h: In member function ‘void BgMessageReplay::done()’: bigsim_record.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier bigsim_record.h:65: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘long int’ In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_record.C:6: pup.h: At global scope: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ bigsim_record.C: In constructor ‘BgMessageReplay::BgMessageReplay(FILE*, int)’: bigsim_record.C:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:68: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:72: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:74: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:76: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:79: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:83: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:85: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:90: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:92: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:94: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C: In constructor ‘BgMessageReplay::BgMessageReplay(FILE*, int)’: bigsim_record.C:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:68: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:72: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:74: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:76: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:79: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:83: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:85: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:90: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:92: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:94: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C: In constructor ‘BgMessageReplay::BgMessageReplay(FILE*, int)’: bigsim_record.C:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:68: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:72: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:74: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:76: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:79: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:83: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:85: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:90: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:92: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C:94: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result bigsim_record.C: In function ‘void BgRead_nodeinfo(int, int&, int&)’: bigsim_record.C:113: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. bigsim_ooc.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_ooc.h:4, from bigsim_ooc.C:3: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ bigsim_ooc.C: In function ‘double bgGetSysTotalMemSize()’: bigsim_ooc.C:537: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result bigsim_ooc.C: In function ‘double bgGetSysFreeMemSize()’: bigsim_ooc.C:545: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result bigsim_ooc.C:546: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result bigsim_ooc.C: In function ‘double bgGetProcessMemUsage()’: bigsim_ooc.C:559: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result ../bin/charmc -optimize -c -I. shared_alloc.C ../bin/charmc -optimize -o ../lib/libconv-bigsim.a blue.o bigsim_node.o bigsim_proc.o bigsim_init.o bigsim_timing.o bigsim_record.o bigsim_ooc.o shared_alloc.o Warning: creating ../lib_so/libconv-bigsim.so ar: creating ../lib/libconv-bigsim.a ../bin/charmc -optimize -c -I. bigsim_read.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_read.C:2: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -c -I. bigsim_logs.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_logs.C:2: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ bigsim_logs.C: In member function ‘void bgEvents::write(FILE*)’: bigsim_logs.C:120: warning: format ‘%s’ expects type ‘char*’, but argument 4 has type ‘void*’ bigsim_logs.C:124: warning: format ‘%s’ expects type ‘char*’, but argument 4 has type ‘void*’ bigsim_logs.C: In member function ‘void BgTimeLog::write(FILE*)’: bigsim_logs.C:304: warning: format ‘%p’ expects type ‘void*’, but argument 3 has type ‘BgTimeLog*’ bigsim_logs.C:323: warning: format ‘%p’ expects type ‘void*’, but argument 3 has type ‘BgTimeLog*’ bigsim_logs.C:327: warning: format ‘%p’ expects type ‘void*’, but argument 3 has type ‘BgTimeLog*’ ../bin/charmc -optimize -c -I. bigsim_api.C In file included from cklists.h:5, from bigsim_timing.h:4, from blue_impl.h:10, from bigsim_api.C:3: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../bin/charmc -optimize -o ../lib/libconv-bigsim-logs.a bigsim_read.o bigsim_logs.o bigsim_api.o Warning: creating ../lib_so/libconv-bigsim-logs.so ar: creating ../lib/libconv-bigsim-logs.a ../bin/charmc -optimize -c -I. blue_stub.C In file included from charm.h:18, from charm++.h:7, from blue_stub.C:1: pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ pup.h: At global scope: pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ckbitvector.h:4, from charm++.h:29, from blue_stub.C:1: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ckstream.h: At global scope: ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from charm++.h:1160, from blue_stub.C:1: envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../bin/charmc -optimize -o ../lib/libconv-bluegene-stub.a blue_stub.o Warning: creating ../lib_so/libconv-bluegene-stub.so ar: creating ../lib/libconv-bluegene-stub.a ../bin/charmc -optimize -c -I. blue_standalone.C ../bin/charmc -optimize -o ../lib/libblue-standalone.a blue_standalone.o Warning: creating ../lib_so/libblue-standalone.so ar: creating ../lib/libblue-standalone.a cd libs/ck-libs/parmetis/METISLib && make OPTS='-optimize' make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' make[1]: `../../../../../lib/libmetis.a' is up to date. make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' cd libs; make convlibs OPTS='-optimize' make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd conv-libs; make all OPTS='-optimize' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd master-slave; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' cd packlib; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' cd ddt; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[3]: `all' is up to date. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd libs; make charmlibs OPTS='-optimize' make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd conv-libs; make all OPTS='-optimize' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd master-slave; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' cd packlib; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' cd ddt; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[3]: `all' is up to date. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd ck-libs; make all OPTS='-optimize' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' make -C cache all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' make -C sparseContiguousReducer all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' make -C tcharm all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' make -C ampi all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' AMPI built successfully AMPIF built successfully cd ../../../../tmp; CHARMINC=.; . ./conv-config.sh; cd /scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs; if test -n "$CMK_AMPI_WITH_ROMIO" ; then (make AMPI-ROMIO); fi make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' make -C idxl all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' make -C parmetis all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' (cd METISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' make[4]: `../../../../../lib/libmetis.a' is up to date. make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' (cd ParMETISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' make[4]: `../../../../../lib/libparmetis.a' is up to date. make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' make -C multiphaseSharedArrays all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' make -C fem all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' make -C collide all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' make -C ParFUM all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' cp ParFUM.h ParFUMf.h ParFUM_Types.h ParFUM_internals.h ParFUM_locking.h ParFUM_Mesh_Modify.h ParFUM_Adapt_Algs.h ParFUM_Adapt.h ParFUM_Interpolate.h ParFUM_SA.h import.h adapt_adj.h bulk_adapt_ops.h bulk_adapt.h ../../../../include/ cp ParFUM.def.h ParFUM.decl.h ParFUM_Adapt.decl.h ParFUM_Adapt.def.h ParFUM_SA.def.h ParFUM_SA.decl.h ../../../../include/ make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' make -C ifem all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' make -C armci all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' make -C mblock all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' make -C barrier all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' make -C irecv all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' make -C netfem all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' /bin/cp netfem.h netfemf.h netfem_data.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' make -C liveViz all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' make -C taskGraph all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' make -C search all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' make -C datatransfer all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' make -C pose all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' (CHARMINC=../../../include;. $CHARMINC/conv-config.sh; \ if test "$CMK_BUILD_PYTHON" != ""; then (make -C pythonCCS all OPTS='-optimize' || exit 1); fi) make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd libs; make otherlibs make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' cd conv-libs; make all OPTS='-optimize' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd master-slave; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/master-slave' cd packlib; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/packlib' cd ddt; make all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[3]: `all' is up to date. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs/ddt' make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/conv-libs' cd ck-libs; make all OPTS='-optimize' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' make -C cache all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/cache' make -C sparseContiguousReducer all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/sparseContiguousReducer' make -C tcharm all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/tcharm' make -C ampi all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' AMPI built successfully AMPIF built successfully cd ../../../../tmp; CHARMINC=.; . ./conv-config.sh; cd /scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs; if test -n "$CMK_AMPI_WITH_ROMIO" ; then (make AMPI-ROMIO); fi make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ampi' make -C idxl all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/idxl' make -C parmetis all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' (cd METISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' make[4]: `../../../../../lib/libmetis.a' is up to date. make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/METISLib' (cd ParMETISLib ; make ) make[4]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' make[4]: `../../../../../lib/libparmetis.a' is up to date. make[4]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis/ParMETISLib' make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/parmetis' make -C multiphaseSharedArrays all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/multiphaseSharedArrays' make -C fem all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/fem' make -C collide all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/collide' make -C ParFUM all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' cp ParFUM.h ParFUMf.h ParFUM_Types.h ParFUM_internals.h ParFUM_locking.h ParFUM_Mesh_Modify.h ParFUM_Adapt_Algs.h ParFUM_Adapt.h ParFUM_Interpolate.h ParFUM_SA.h import.h adapt_adj.h bulk_adapt_ops.h bulk_adapt.h ../../../../include/ cp ParFUM.def.h ParFUM.decl.h ParFUM_Adapt.decl.h ParFUM_Adapt.def.h ParFUM_SA.def.h ParFUM_SA.decl.h ../../../../include/ make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ParFUM' make -C ifem all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/ifem' make -C armci all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/armci' make -C mblock all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/mblock' make -C barrier all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/barrier' make -C irecv all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/irecv' make -C netfem all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' /bin/cp netfem.h netfemf.h netfem_data.h ../../../../include make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/netfem' make -C liveViz all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/liveViz' make -C taskGraph all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/taskGraph' make -C search all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/search' make -C datatransfer all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/datatransfer' make -C pose all OPTS='-optimize' make[3]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs/pose' (CHARMINC=../../../include;. $CHARMINC/conv-config.sh; \ if test "$CMK_BUILD_PYTHON" != ""; then (make -C pythonCCS all OPTS='-optimize' || exit 1); fi) make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/ck-libs' cd other; make all OPTS='-optimize' make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/other' Nothing to do here right now make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs/other' make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tmp/libs' echo "Built LIBS Successfully" Built LIBS Successfully cd ../tests ; make test OPTS='-optimize' make[1]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tests' for d in util charm++ converse ampi fem; do \ (cd $d && make test OPTS='-optimize' || exit 1) || exit 1; \ done make[2]: Entering directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tests/util' ../../bin/charmc -optimize -c check.C In file included from ../../bin/../include/charm.h:18, from ../../bin/../include/charm++.h:7, from check.C:2: ../../bin/../include/pup.h:201: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:202: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:247: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:249: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long int*, int)’: ../../bin/../include/pup.h:248: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h: In member function ‘void PUP::er::operator()(long long unsigned int*, int)’: ../../bin/../include/pup.h:250: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h: At global scope: ../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:944: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/pup.h:945: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../bin/../include/ckbitvector.h:4, from ../../bin/../include/charm++.h:29, from check.C:2: ../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long int)’: ../../bin/../include/ckstream.h:64: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../bin/../include/ckstream.h:64: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../bin/../include/ckstream.h: In member function ‘_CkOStream& _CkOStream::operator<<(long long unsigned int)’: ../../bin/../include/ckstream.h:65: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../bin/../include/ckstream.h:65: warning: ISO C++ does not support the ‘ll’ gnu_printf length modifier ../../bin/../include/ckstream.h: At global scope: ../../bin/../include/ckstream.h:109: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:110: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:138: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:139: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:167: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:168: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long int&)’: ../../bin/../include/ckstream.h:196: warning: ISO C++ 1998 does not support ‘long long’ ../../bin/../include/ckstream.h: In member function ‘CkInStream& CkInStream::operator>>(long long unsigned int&)’: ../../bin/../include/ckstream.h:197: warning: ISO C++ 1998 does not support ‘long long’ In file included from ../../bin/../include/charm++.h:1160, from check.C:2: ../../bin/../include/envelope.h: In member function ‘void PathHistoryEnvelope::printHTMLToString(char*) const’: ../../bin/../include/envelope.h:74: warning: ISO C++ does not support the ‘%lf’ gnu_printf format ../../bin/charmc -optimize -o check check.o -language converse++ ./charmrun +p1 ./check ++no-va-randomization Charmrun remote shell(thrift.0)> Cannot locate this node-program: /scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tests/util/./check Charmrun remote shell(thrift.0)> Exiting with error code 1 Charmrun> Error 1 returned from rsh (thrift:0) make[2]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tests/util' make[2]: *** [test] Error 1 make[1]: Leaving directory `/scratch/phil/autobuild/net-pedantic/arrayopt/net-linux-x86_64-pedantic/tests' make[1]: *** [test] Error 1 make: *** [test] Error 2 fatal> error code 2 during remote> make OPTS=-optimize TESTOPTS=++no-va-randomization test Testing finished at Sun Nov 7 17:25:38 CST 2010 fatal> Test on remote host failed with fatal error (0) Bad: Test on remote host failed with fatal error (0)