(cd libscotch ;      make VERSION=6 RELEASE=0 PATCHLEVEL=3 scotch && make install)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
make CC="/usr/bin/cc" CCD="/usr/bin/cc"	\
				scotch.h				\
				scotchf.h				\
				libscotch.so				\
				libscotcherr.so			\
				libscotcherrexit.so
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch.c -o arch.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_VERSION=6 -DSCOTCH_RELEASE=0 -DSCOTCH_PATCHLEVEL=3 dummysizes.c -o dummysizes -lz -lm -lrt -pthread -Wl,--no-as-needed
./dummysizes library.h scotch.h
./dummysizes library_f.h scotchf.h
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_build.c -o arch_build.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_cmplt.c -o arch_cmplt.o
In file included from arch_cmplt.c:76:0:
arch_cmplt.c: In function ‘_SCOTCHarchCmpltArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmplt.c:138:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ", (Anum) archptr->numnbr) == EOF) {
                        ^
arch_cmplt.c: In function ‘_SCOTCHarchCmpltDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmplt.c:272:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmplt.c:272:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_cmpltw.c -o arch_cmpltw.o
In file included from arch_cmpltw.c:56:0:
arch_cmpltw.c: In function ‘_SCOTCHarchCmpltwArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmpltw.c:274:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING, (Anum) archptr->vertnbr) == EOF) {
                        ^
arch_cmpltw.c:284:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
         if (fprintf (stream, " " ANUMSTRING, (Anum) archptr->velotab[verttmp].veloval) == EOF) {
                              ^
In file included from arch_cmpltw.c:56:0:
arch_cmpltw.c: In function ‘_SCOTCHarchCmpltwDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmpltw.c:490:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmpltw.c:490:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_deco.c -o arch_deco.o
arch_deco.c: In function ‘_SCOTCHarchDecoArchSave’:
arch_deco.c:384:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "1\n" ANUMSTRING "\t" ANUMSTRING "\n", /* Write number of domains */
                        ^
arch_deco.c:384:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
In file included from arch_deco.c:78:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:392:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "\t" ANUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:392:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "\t" ANUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:392:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "\t" ANUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:403:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "%c",
                          ^
arch_deco.c: In function ‘_SCOTCHarchDecoDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:549:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_dist.c -o arch_dist.o
In file included from arch_dist.c:58:0:
arch_dist.c: In function ‘_SCOTCHarchDistArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_dist.c:119:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING "\t",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_hcub.c -o arch_hcub.o
In file included from arch_hcub.c:74:0:
arch_hcub.c: In function ‘_SCOTCHarchHcubArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_hcub.c:134:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ", (Anum) archptr->dimmax) == EOF) {
                        ^
arch_hcub.c: In function ‘_SCOTCHarchHcubDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_hcub.c:276:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_hcub.c:276:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_mesh.c -o arch_mesh.o
In file included from arch_mesh.c:82:0:
arch_mesh.c: In function ‘_SCOTCHarchMesh2ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:142:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:142:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_mesh.c: In function ‘_SCOTCHarchMesh2DomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_mesh.c: In function ‘_SCOTCHarchMesh3ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:500:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:500:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:500:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_mesh.c: In function ‘_SCOTCHarchMesh3DomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_tleaf.c -o arch_tleaf.o
In file included from arch_tleaf.c:82:0:
arch_tleaf.c: In function ‘_SCOTCHarchTleafArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:197:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING,
                        ^
arch_tleaf.c:204:26: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     if (fprintf (stream, " " ANUMSTRING " " ANUMSTRING,
                          ^
arch_tleaf.c:204:26: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
In file included from arch_tleaf.c:82:0:
arch_tleaf.c: In function ‘_SCOTCHarchTleafDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:395:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:395:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:395:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_tleaf.c: In function ‘_SCOTCHarchLtleafArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:607:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING,
                        ^
arch_tleaf.c:614:26: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     if (fprintf (stream, " " ANUMSTRING,
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_torus.c -o arch_torus.o
In file included from arch_torus.c:76:0:
arch_torus.c: In function ‘_SCOTCHarchTorus2ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:140:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:140:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_torus.c: In function ‘_SCOTCHarchTorus3ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:361:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:361:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:361:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_torus.c: In function ‘_SCOTCHarchTorusXArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:621:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:628:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING " ",
                          ^
arch_torus.c: In function ‘_SCOTCHarchTorusXDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:795:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:795:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_vcmplt.c -o arch_vcmplt.o
In file included from arch_vcmplt.c:78:0:
arch_vcmplt.c: In function ‘_SCOTCHarchVcmpltDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_vcmplt.c:218:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_vhcub.c -o arch_vhcub.o
In file included from arch_vhcub.c:60:0:
arch_vhcub.c: In function ‘_SCOTCHarchVhcubDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_vhcub.c:218:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph.c -o bgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_bd.c -o bgraph_bipart_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_df.c -o bgraph_bipart_df.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_ex.c -o bgraph_bipart_ex.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_fm.c -o bgraph_bipart_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_gg.c -o bgraph_bipart_gg.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_gp.c -o bgraph_bipart_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_ml.c -o bgraph_bipart_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_st.c -o bgraph_bipart_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_zr.c -o bgraph_bipart_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_check.c -o bgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_store.c -o bgraph_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common.c -DSCOTCH_COMMON_RENAME -o common.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_file.c -DSCOTCH_COMMON_RENAME -o common_file.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_file_compress.c -DSCOTCH_COMMON_RENAME -o common_file_compress.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_file_uncompress.c -DSCOTCH_COMMON_RENAME -o common_file_uncompress.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_integer.c -DSCOTCH_COMMON_RENAME -o common_integer.o
In file included from common_integer.c:66:0:
common_integer.c: In function ‘_SCOTCHintSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
common_integer.c:134:29: note: in expansion of macro ‘INTSTRING’
   return ((fprintf (stream, INTSTRING, (INT) val) == EOF) ? 0 : 1);
                             ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_memory.c -DSCOTCH_COMMON_RENAME -o common_memory.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_string.c -DSCOTCH_COMMON_RENAME -o common_string.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_stub.c -DSCOTCH_COMMON_RENAME -o common_stub.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_thread.c -DSCOTCH_COMMON_RENAME -o common_thread.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c fibo.c -o fibo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c gain.c -o gain.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c geom.c -o geom.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph.c -o graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_base.c -o graph_base.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_band.c -o graph_band.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_check.c -o graph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_coarsen.c -o graph_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_induce.c -o graph_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io.c -o graph_io.o
graph_io.c: In function ‘_SCOTCHgraphSave’:
graph_io.c:343:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "0\n" GNUMSTRING "\t" GNUMSTRING "\n" GNUMSTRING "\t%3s\n", /* Write file header */
                        ^
graph_io.c:343:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
graph_io.c:343:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
In file included from graph_io.c:69:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:357:30: note: in expansion of macro ‘GNUMSTRING’
       o  = (fprintf (stream, GNUMSTRING "\t", (Gnum) grafptr->vlbltax[vertnum]) == EOF);
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:359:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING "\t", (Gnum) grafptr->velotax[vertnum]) == EOF);
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:361:28: note: in expansion of macro ‘GNUMSTRING’
     o |= (fprintf (stream, GNUMSTRING, (Gnum) (grafptr->vendtax[vertnum] - grafptr->verttax[vertnum])) == EOF); /* Write vertex degree */
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:369:32: note: in expansion of macro ‘GNUMSTRING’
         o |= (fprintf (stream, GNUMSTRING "\t", (Gnum) grafptr->edlotax[edgenum]) == EOF);
                                ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:371:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING, (Gnum) ((grafptr->vlbltax != NULL) ? grafptr->vlbltax[vertend] : vertend)) == EOF); /* Write edge end */
                              ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_chac.c -o graph_io_chac.o
In file included from graph_io_chac.c:65:0:
graph_io_chac.c: In function ‘_SCOTCHgraphGeomSaveChac’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_chac.c:286:29: note: in expansion of macro ‘GNUMSTRING’
   o = (fprintf (filesrcptr, GNUMSTRING "\t" GNUMSTRING "\t%c%c%c\n", /* Write graph header */
                             ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_chac.c:286:29: note: in expansion of macro ‘GNUMSTRING’
   o = (fprintf (filesrcptr, GNUMSTRING "\t" GNUMSTRING "\t%c%c%c\n", /* Write graph header */
                             ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_chac.c:297:34: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (filesrcptr, GNUMSTRING, (Gnum) (grafptr->vlbltax[vertnum] + baseadj)) < 0);
                                  ^
graph_io_chac.c:301:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
       o |= (fprintf (filesrcptr, "%s" GNUMSTRING,
                                  ^
graph_io_chac.c:310:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
         o |= (fprintf (filesrcptr, "%s" GNUMSTRING,
                                    ^
graph_io_chac.c:314:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
         o |= (fprintf (filesrcptr, "%s" GNUMSTRING,
                                    ^
graph_io_chac.c:319:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
         o |= (fprintf (filesrcptr, " " GNUMSTRING, (Gnum) grafptr->edlotax[edgenum]) < 0);
                                    ^
graph_io_chac.c: In function ‘_SCOTCHgraphGeomLoadChac’:
graph_io_chac.c:101:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (filesrcptr, "%*[^\n]");             /* Purge line           */
       ^
graph_io_chac.c:178:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
         fscanf (filesrcptr, "%*[^\n]");           /* Purge line           */
         ^
graph_io_chac.c:207:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (filesrcptr, "%*[ \t\r]");           /* Skip white spaces except '\n' */
       ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_habo.c -o graph_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_mmkt.c -o graph_io_mmkt.o
graph_io_mmkt.c: In function ‘_SCOTCHgraphGeomSaveMmkt’:
graph_io_mmkt.c:272:29: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   o = (fprintf (filesrcptr, "%%%%MatrixMarket matrix coordinate pattern symmetric\n%% Produced by Scotch graphGeomSaveMmkt\n" GNUMSTRING " " GNUMSTRING " " GNUMSTRING "\n", /* Write graph header */
                             ^
graph_io_mmkt.c:272:29: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
graph_io_mmkt.c:272:29: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
In file included from graph_io_mmkt.c:57:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:282:30: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n", /* Write diagonal term */
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:282:30: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n", /* Write diagonal term */
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:298:34: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n",
                                  ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:298:34: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n",
                                  ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_scot.c -o graph_io_scot.o
In file included from graph_io_scot.c:61:0:
graph_io_scot.c: In function ‘_SCOTCHgraphGeomSaveScot’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:233:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:233:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:240:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:246:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:253:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\t%lf\n",
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_list.c -o graph_list.o
graph_list.c: In function ‘_SCOTCHlistSave’:
graph_list.c:230:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     o = (fprintf (stream, "%c" GNUMSTRING,
                           ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_match.c -o graph_match.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hall_order_hd.c -o hall_order_hd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hall_order_hf.c -o hall_order_hf.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hall_order_hx.c -o hall_order_hx.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph.c -o hgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_check.c -o hgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_induce.c -o hgraph_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_bl.c -o hgraph_order_bl.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_cp.c -o hgraph_order_cp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_gp.c -o hgraph_order_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_hd.c -o hgraph_order_hd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_hf.c -o hgraph_order_hf.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_hx.c -o hgraph_order_hx.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_kp.c -o hgraph_order_kp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_nd.c -o hgraph_order_nd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_si.c -o hgraph_order_si.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_st.c -o hgraph_order_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh.c -o hmesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_check.c -o hmesh_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_hgraph.c -o hmesh_hgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_induce.c -o hmesh_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_mesh.c -o hmesh_mesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_bl.c -o hmesh_order_bl.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_cp.c -o hmesh_order_cp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_gr.c -o hmesh_order_gr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_gp.c -o hmesh_order_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_hd.c -o hmesh_order_hd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_hf.c -o hmesh_order_hf.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_hx.c -o hmesh_order_hx.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_nd.c -o hmesh_order_nd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_si.c -o hmesh_order_si.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_st.c -o hmesh_order_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph.c -o kgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_band.c -o kgraph_band.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_check.c -o kgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_bd.c -o kgraph_map_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_cp.c -o kgraph_map_cp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_df.c -o kgraph_map_df.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_ex.c -o kgraph_map_ex.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_fm.c -o kgraph_map_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_ml.c -o kgraph_map_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_rb.c -o kgraph_map_rb.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_rb_map.c -o kgraph_map_rb_map.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_rb_part.c -o kgraph_map_rb_part.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_st.c -o kgraph_map_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_store.c -o kgraph_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch.c -o library_arch.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch_f.c -o library_arch_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch_build.c -o library_arch_build.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch_build_f.c -o library_arch_build_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_common_f.c -o library_common_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_geom.c -o library_geom.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_geom_f.c -o library_geom_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph.c -o library_graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_f.c -o library_graph_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_base.c -o library_graph_base.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_base_f.c -o library_graph_base_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_check.c -o library_graph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_check_f.c -o library_graph_check_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_coarsen.c -o library_graph_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_coarsen_f.c -o library_graph_coarsen_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_color.c -o library_graph_color.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_color_f.c -o library_graph_color_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_chac.c -o library_graph_io_chac.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_chac_f.c -o library_graph_io_chac_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_habo.c -o library_graph_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_habo_f.c -o library_graph_io_habo_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_mmkt.c -o library_graph_io_mmkt.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_mmkt_f.c -o library_graph_io_mmkt_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_scot.c -o library_graph_io_scot.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_scot_f.c -o library_graph_io_scot_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map.c -o library_graph_map.o
In file included from library_graph_map.c:64:0:
library_graph_map.c: In function ‘SCOTCH_stratGraphMapBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map.c:654:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (kmovtab, GNUMSTRING, ((flagval & SCOTCH_STRATQUALITY) != 0) ? 200 : 80);
                     ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map.c:655:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (mvrttab, GNUMSTRING, MAX ((20 * partnbr), 10000));
                     ^
library_graph_map.c: In function ‘SCOTCH_stratGraphClusterBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘SCOTCH_Num {aka const long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map.c:720:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (pwgttab, GNUMSTRING, pwgtval);
                     ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_f.c -o library_graph_map_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_io.c -o library_graph_map_io.o
In file included from library_graph_map_io.c:54:0:
library_graph_map_io.c: In function ‘SCOTCH_graphTabLoad’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘Gnum * {aka long int *}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:98:24: note: in expansion of macro ‘GNUMSTRING’
   if ((fscanf (stream, GNUMSTRING,&mappfileval) != 1) || /* Read number of mapping pairs */
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘Gnum * {aka long int *}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:115:25: note: in expansion of macro ‘GNUMSTRING’
     if (fscanf (stream, GNUMSTRING GNUMSTRING,
                         ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 4 has type ‘Gnum * {aka long int *}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:115:25: note: in expansion of macro ‘GNUMSTRING’
     if (fscanf (stream, GNUMSTRING GNUMSTRING,
                         ^
library_graph_map_io.c: In function ‘SCOTCH_graphMapSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:240:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:248:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:248:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_io_f.c -o library_graph_map_io_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_view.c -o library_graph_map_view.o
library_graph_map_view.c: In function ‘graphMapView2’:
library_graph_map_view.c:263:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tProcessors " GNUMSTRING "/" GNUMSTRING " (%g)\n",
                      ^
library_graph_map_view.c:263:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:267:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tTarget min=" GNUMSTRING "\tmax=" GNUMSTRING "\tavg=%g\tdlt=%g\tmaxavg=%g\n",
                      ^
library_graph_map_view.c:267:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:337:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tNeighbors min=" GNUMSTRING "\tmax=" GNUMSTRING "\tsum=" GNUMSTRING "\n",
                      ^
library_graph_map_view.c:337:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:337:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:395:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommDilat=%f\t(" GNUMSTRING ")\n", /* Print expansion parameters */
                      ^
library_graph_map_view.c:398:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommExpan=%f\t(" GNUMSTRING ")\n",
                      ^
library_graph_map_view.c:402:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommCutSz=%f\t(" GNUMSTRING ")\n",
                      ^
library_graph_map_view.c:418:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "M\tCommLoad[" ANUMSTRING "]=%f\n",
                        ^
library_graph_map_view.c:436:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tPartDiam\tmin=" GNUMSTRING "\tmax=" GNUMSTRING "\tavg=%lf\n",
                      ^
library_graph_map_view.c:436:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:443:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
     fprintf (stream, "M\tMigrNbr=" GNUMSTRING "(%lf %%)\n",
                      ^
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "" GNUMSTRING "\t" GNUMSTRING "\t" GNUMSTRING "\t" GNUMSTRING "\t%g\t%g\t%g\t%lf\t%lf\t%lf\t%lf\t%lf\t%lf", /* Print standard data */
                      ^
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_view_f.c -o library_graph_map_view_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_order.c -o library_graph_order.o
In file included from library_graph_order.c:64:0:
library_graph_order.c: In function ‘SCOTCH_stratGraphOrderBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘SCOTCH_Num {aka const long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_order.c:508:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (levltab, GNUMSTRING, levlnbr);
                     ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_order_f.c -o library_graph_order_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_part_ovl.c -o library_graph_part_ovl.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_part_ovl_f.c -o library_graph_part_ovl_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mapping.c -o library_mapping.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_memory.c -o library_memory.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_memory_f.c -o library_memory_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh.c -o library_mesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_f.c -o library_mesh_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_graph.c -o library_mesh_graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_graph_f.c -o library_mesh_graph_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_habo.c -o library_mesh_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_habo_f.c -o library_mesh_io_habo_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_scot.c -o library_mesh_io_scot.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_scot_f.c -o library_mesh_io_scot_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_order.c -o library_mesh_order.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_order_f.c -o library_mesh_order_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_order.c -o library_order.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_parser.c -o library_parser.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_parser_f.c -o library_parser_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_random.c -o library_random.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_random_f.c -o library_random_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_strat.c -o library_strat.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_version.c -o library_version.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_version_f.c -o library_version_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mapping.c -o mapping.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mapping_io.c -o mapping_io.o
In file included from mapping_io.c:81:0:
mapping_io.c: In function ‘_SCOTCHmapSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mapping_io.c:223:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mapping_io.c:230:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘ArchDomNum {aka long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mapping_io.c:230:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" ANUMSTRING "\n",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh.c -o mesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_check.c -o mesh_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_coarsen.c -o mesh_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_graph.c -o mesh_graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_induce_sepa.c -o mesh_induce_sepa.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_io.c -o mesh_io.o
mesh_io.c: In function ‘_SCOTCHmeshSave’:
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "1\n" GNUMSTRING "\t" GNUMSTRING "\t" GNUMSTRING "\n" GNUMSTRING "\t" GNUMSTRING "\t%3s\n", /* Write file header */
                        ^
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
In file included from mesh_io.c:57:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io.c:383:32: note: in expansion of macro ‘GNUMSTRING’
         o  = (fprintf (stream, GNUMSTRING "\t", (Gnum) meshptr->vlbltax[vertnum]) == EOF);
                                ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io.c:385:32: note: in expansion of macro ‘GNUMSTRING’
         o |= (fprintf (stream, GNUMSTRING "\t", (Gnum) ((velotax != NULL) ? velotax[vertnum] : 1)) == EOF);
                                ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io.c:386:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING, (Gnum) (meshptr->vendtax[vertnum] - meshptr->verttax[vertnum])) == EOF); /* Write vertex degree */
                              ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_io_habo.c -o mesh_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_io_scot.c -o mesh_io_scot.o
In file included from mesh_io_scot.c:57:0:
mesh_io_scot.c: In function ‘_SCOTCHmeshGeomSaveScot’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:228:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:228:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:235:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:241:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:248:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\t%lf\n",
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c order.c -o order.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c order_check.c -o order_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c order_io.c -o order_io.o
In file included from order_io.c:58:0:
order_io.c: In function ‘_SCOTCHorderSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:146:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:157:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:157:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:168:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:168:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
order_io.c: In function ‘_SCOTCHorderSaveMap’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:204:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:229:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:229:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
order_io.c: In function ‘_SCOTCHorderSaveTree’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:265:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:292:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:292:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c parser.c -o parser.o
In file included from parser.c:66:0:
parser.c: In function ‘_SCOTCHstratSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int64_t {aka long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
parser.c:245:37: note: in expansion of macro ‘INTSTRING’
               o = (fprintf (stream, INTSTRING, *((INT *) paraofft)) == EOF);
                                     ^
parser.c: In function ‘_SCOTCHstratTestSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
parser.c:613:33: note: in expansion of macro ‘INTSTRING’
           o = (fprintf (stream, INTSTRING, (INT) test->data.val.valint) == EOF);
                                 ^
(bison -pscotchyy -y -b y -d -v parser_yy.y &&		\
				 mv y.tab.c parser_yy.c &&		\
				 mv y.tab.h parser_ly.h) ||		\
				cp last_resort/parser_ly.h last_resort/parser_yy.c .
/bin/sh: 1: bison: not found
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c parser_yy.c -o parser_yy.o
(flex -Pscotchyy -olex.yy.c parser_ll.l &&			\
				 mv lex.yy.c parser_ll.c) ||		\
				cp last_resort/parser_ll.c . 
/bin/sh: 1: flex: not found
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c parser_ll.c -o parser_ll.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph.c -o vgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_check.c -o vgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_bd.c -o vgraph_separate_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_df.c -o vgraph_separate_df.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_es.c -o vgraph_separate_es.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_fm.c -o vgraph_separate_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_gg.c -o vgraph_separate_gg.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_gp.c -o vgraph_separate_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_ml.c -o vgraph_separate_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_st.c -o vgraph_separate_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_th.c -o vgraph_separate_th.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_vw.c -o vgraph_separate_vw.o
In file included from vgraph_separate_vw.c:58:0:
vgraph_separate_vw.c: In function ‘_SCOTCHvgraphSeparateVw’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
vgraph_separate_vw.c:96:21: note: in expansion of macro ‘GNUMSTRING’
   fprintf (fileptr, GNUMSTRING "\n",              /* Output size of mapping; test if failure later, in main loop */
                     ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
vgraph_separate_vw.c:100:27: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (fileptr, GNUMSTRING "\t%d\n",
                           ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_zr.c -o vgraph_separate_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_store.c -o vgraph_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh.c -o vmesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_check.c -o vmesh_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_fm.c -o vmesh_separate_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_gg.c -o vmesh_separate_gg.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_gr.c -o vmesh_separate_gr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_ml.c -o vmesh_separate_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_zr.c -o vmesh_separate_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_st.c -o vmesh_separate_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_store.c -o vmesh_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph.c -o wgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_check.c -o wgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_fm.c -o wgraph_part_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_gg.c -o wgraph_part_gg.o
wgraph_part_gg.c: In function ‘_SCOTCHwgraphPartGg’:
wgraph_part_gg.c:114:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
   printf("GG (%d)\n", wgrafptr->s.vertnbr);
          ^
wgraph_part_gg.c:325:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
     printf("\033[0;33mcompload[%d] %d %d\033[0m\n", partval, wgrafptr->compload[partval], wgrafptr->compsize[partval]);
            ^
wgraph_part_gg.c:325:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
wgraph_part_gg.c:325:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘Gnum {aka long int}’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_gp.c -o wgraph_part_gp.o
wgraph_part_gp.c: In function ‘_SCOTCHwgraphPartGp’:
wgraph_part_gp.c:301:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
     printf("\033[0;33mcompload[%d] %d %d\033[0m\n", partval, wgrafptr->compload[partval], wgrafptr->compsize[partval]);
            ^
wgraph_part_gp.c:301:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
wgraph_part_gp.c:301:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘Gnum {aka long int}’ [-Wformat=]
wgraph_part_gp.c:302:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
   printf("\033[0;33mfronload %d %d\033[0m\n", wgrafptr->fronload, wgrafptr->fronnbr);
          ^
wgraph_part_gp.c:302:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_ml.c -o wgraph_part_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_rb.c -o wgraph_part_rb.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_st.c -o wgraph_part_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_zr.c -o wgraph_part_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_store.c -o wgraph_store.o
gcc -shared -o libscotch.so arch.o arch_build.o arch_cmplt.o arch_cmpltw.o arch_deco.o arch_dist.o arch_hcub.o arch_mesh.o arch_tleaf.o arch_torus.o arch_vcmplt.o arch_vhcub.o bgraph.o bgraph_bipart_bd.o bgraph_bipart_df.o bgraph_bipart_ex.o bgraph_bipart_fm.o bgraph_bipart_gg.o bgraph_bipart_gp.o bgraph_bipart_ml.o bgraph_bipart_st.o bgraph_bipart_zr.o bgraph_check.o bgraph_store.o common.o common_file.o common_file_compress.o common_file_uncompress.o common_integer.o common_memory.o common_string.o common_stub.o common_thread.o fibo.o gain.o geom.o graph.o graph_base.o graph_band.o graph_check.o graph_coarsen.o graph_induce.o graph_io.o graph_io_chac.o graph_io_habo.o graph_io_mmkt.o graph_io_scot.o graph_list.o graph_match.o hall_order_hd.o hall_order_hf.o hall_order_hx.o hgraph.o hgraph_check.o hgraph_induce.o hgraph_order_bl.o hgraph_order_cp.o hgraph_order_gp.o hgraph_order_hd.o hgraph_order_hf.o hgraph_order_hx.o hgraph_order_kp.o hgraph_order_nd.o hgraph_order_si.o hgraph_order_st.o hmesh.o hmesh_check.o hmesh_hgraph.o hmesh_induce.o hmesh_mesh.o hmesh_order_bl.o hmesh_order_cp.o hmesh_order_gr.o hmesh_order_gp.o hmesh_order_hd.o hmesh_order_hf.o hmesh_order_hx.o hmesh_order_nd.o hmesh_order_si.o hmesh_order_st.o kgraph.o kgraph_band.o kgraph_check.o kgraph_map_bd.o kgraph_map_cp.o kgraph_map_df.o kgraph_map_ex.o kgraph_map_fm.o kgraph_map_ml.o kgraph_map_rb.o kgraph_map_rb_map.o kgraph_map_rb_part.o kgraph_map_st.o kgraph_store.o library_arch.o library_arch_f.o library_arch_build.o library_arch_build_f.o library_common_f.o library_geom.o library_geom_f.o library_graph.o library_graph_f.o library_graph_base.o library_graph_base_f.o library_graph_check.o library_graph_check_f.o library_graph_coarsen.o library_graph_coarsen_f.o library_graph_color.o library_graph_color_f.o library_graph_io_chac.o library_graph_io_chac_f.o library_graph_io_habo.o library_graph_io_habo_f.o library_graph_io_mmkt.o library_graph_io_mmkt_f.o library_graph_io_scot.o library_graph_io_scot_f.o library_graph_map.o library_graph_map_f.o library_graph_map_io.o library_graph_map_io_f.o library_graph_map_view.o library_graph_map_view_f.o library_graph_order.o library_graph_order_f.o library_graph_part_ovl.o library_graph_part_ovl_f.o library_mapping.o library_memory.o library_memory_f.o library_mesh.o library_mesh_f.o library_mesh_graph.o library_mesh_graph_f.o library_mesh_io_habo.o library_mesh_io_habo_f.o library_mesh_io_scot.o library_mesh_io_scot_f.o library_mesh_order.o library_mesh_order_f.o library_order.o library_parser.o library_parser_f.o library_random.o library_random_f.o library_strat.o library_version.o library_version_f.o mapping.o mapping_io.o mesh.o mesh_check.o mesh_coarsen.o mesh_graph.o mesh_induce_sepa.o mesh_io.o mesh_io_habo.o mesh_io_scot.o order.o order_check.o order_io.o parser.o parser_ll.o parser_yy.o vgraph.o vgraph_check.o vgraph_separate_bd.o vgraph_separate_df.o vgraph_separate_es.o vgraph_separate_fm.o vgraph_separate_gg.o vgraph_separate_gp.o vgraph_separate_ml.o vgraph_separate_st.o vgraph_separate_th.o vgraph_separate_vw.o vgraph_separate_zr.o vgraph_store.o vmesh.o vmesh_check.o vmesh_separate_fm.o vmesh_separate_gg.o vmesh_separate_gr.o vmesh_separate_ml.o vmesh_separate_zr.o vmesh_separate_st.o vmesh_store.o wgraph.o wgraph_check.o wgraph_part_fm.o wgraph_part_gg.o wgraph_part_gp.o wgraph_part_ml.o wgraph_part_rb.o wgraph_part_st.o wgraph_part_zr.o wgraph_store.o
echo libscotch.so
libscotch.so
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_error.c -o library_error.o
gcc -shared -o libscotcherr.so library_error.o
echo libscotcherr.so
libscotcherr.so
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_error_exit.c -o library_error_exit.o
gcc -shared -o libscotcherrexit.so library_error_exit.o
echo libscotcherrexit.so
libscotcherrexit.so
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
cp scotch.h ../../include
cp scotchf.h ../../include
cp libscotch.so libscotcherr*.so ../../lib
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
(cd scotch ;         make VERSION=6 RELEASE=0 PATCHLEVEL=3 scotch && make install)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
make CC="/usr/bin/cc" SCOTCHLIB=scotch	\
				acpl				\
				amk_ccc				\
				amk_fft2				\
				amk_grf				\
				amk_hy				\
				amk_m2				\
				amk_p2				\
				atst				\
				gbase				\
				gcv				\
				gmap				\
				gmk_hy				\
				gmk_m2				\
				gmk_m3				\
				gmk_msh				\
				gmk_ub2				\
				gmtst				\
				gord				\
				gotst				\
				gout				\
				gpart				\
				gscat				\
				gtst				\
				mcv				\
				mmk_m2				\
				mmk_m3				\
				mord				\
				mtst
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch acpl.c -o acpl -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch amk_ccc.c -o amk_ccc -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
amk_ccc.c: In function ‘main’:
amk_ccc.c:169:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrarcout, "deco\n0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n", /* Print the file header */
                              ^
amk_ccc.c:169:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
In file included from amk_ccc.c:72:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
amk_ccc.c:187:34: note: in expansion of macro ‘SCOTCH_NUMSTRING’
       fprintf (C_filepntrarcout, SCOTCH_NUMSTRING "\t1\t" SCOTCH_NUMSTRING "\n",
                                  ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
amk_ccc.c:187:34: note: in expansion of macro ‘SCOTCH_NUMSTRING’
       fprintf (C_filepntrarcout, SCOTCH_NUMSTRING "\t1\t" SCOTCH_NUMSTRING "\n",
                                  ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
amk_ccc.c:221:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrarcout, SCOTCH_NUMSTRING,
                                    ^
amk_ccc.c:224:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrarcout, " " SCOTCH_NUMSTRING,
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch amk_fft2.c -o amk_fft2 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
amk_fft2.c: In function ‘main’:
amk_fft2.c:164:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrarcout, "deco\n0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n", /* Print file header */
                              ^
amk_fft2.c:164:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
amk_fft2.c:186:18: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘SCOTCH_Num {aka long int}’ [-Wformat=]
                ? "%u\n\n" : "%u ", t);
                  ^
amk_fft2.c:186:29: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘SCOTCH_Num {aka long int}’ [-Wformat=]
                ? "%u\n\n" : "%u ", t);
                             ^
In file included from amk_fft2.c:70:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
amk_fft2.c:224:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrarcout, SCOTCH_NUMSTRING,
                                    ^
amk_fft2.c:227:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrarcout, " " SCOTCH_NUMSTRING,
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch amk_grf.c -o amk_grf -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch amk_hy.c -o amk_hy -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
amk_hy.c: In function ‘main’:
amk_hy.c:157:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrtgtout, "deco\n0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n", /* Print the file header */
                              ^
amk_hy.c:157:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
In file included from amk_hy.c:70:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
amk_hy.c:162:32: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     fprintf (C_filepntrtgtout, SCOTCH_NUMSTRING "\t1\t" SCOTCH_NUMSTRING "\n",
                                ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
amk_hy.c:162:32: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     fprintf (C_filepntrtgtout, SCOTCH_NUMSTRING "\t1\t" SCOTCH_NUMSTRING "\n",
                                ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
amk_hy.c:171:29: note: in expansion of macro ‘SCOTCH_NUMSTRING’
                (hv1 == 0) ? SCOTCH_NUMSTRING : " " SCOTCH_NUMSTRING, (SCOTCH_Num) j);
                             ^
amk_hy.c:171:48: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
                (hv1 == 0) ? SCOTCH_NUMSTRING : " " SCOTCH_NUMSTRING, (SCOTCH_Num) j);
                                                ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch amk_m2.c -o amk_m2 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch amk_p2.c -o amk_p2 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
amk_p2.c: In function ‘main’:
amk_p2.c:142:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrtgtout, "cmpltw\t2\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n", /* Print target description */
                              ^
amk_p2.c:142:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch atst.c -o atst -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
atst.c: In function ‘main’:
atst.c:192:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrlogout, "A\tTerminals\tnbr=" SCOTCH_NUMSTRING "\n",
                              ^
atst.c:194:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrlogout, "A\tDistance\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tavg=%g\tdlt=%g\n",
                              ^
atst.c:194:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gbase.c -o gbase -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gcv.c -o gcv -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmap.c -o gmap -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
In file included from gmap.c:81:0:
gmap.c: In function ‘C_partSave’:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmap.c:555:24: note: in expansion of macro ‘SCOTCH_NUMSTRING’
   if (fprintf (stream, SCOTCH_NUMSTRING "\n", (SCOTCH_Num) vertnbr) == EOF)
                        ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmap.c:559:26: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     if (fprintf (stream, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                          ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmap.c:559:26: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     if (fprintf (stream, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                          ^
gmap.c: In function ‘C_partViewOvl’:
gmap.c:690:20: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (stream, "P\tsep=" SCOTCH_NUMSTRING "\n",
                    ^
gmap.c:692:20: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (stream, "P\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tavg=%g\n",
                    ^
gmap.c:692:20: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmk_hy.c -o gmk_hy -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gmk_hy.c: In function ‘main’:
gmk_hy.c:154:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrsrcout, "0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n0\t000\n",
                              ^
gmk_hy.c:154:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gmk_hy.c:159:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrsrcout, "" SCOTCH_NUMSTRING "",
                                ^
gmk_hy.c:162:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING, /* Write corresponding neighbor */
                                  ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmk_m2.c -o gmk_m2 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gmk_m2.c: In function ‘main’:
gmk_m2.c:190:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrsrcout, "0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t000\n",
                                ^
gmk_m2.c:190:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gmk_m2.c:190:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
In file included from gmk_m2.c:74:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m2.c:199:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrsrcout, SCOTCH_NUMSTRING,
                                    ^
gmk_m2.c:203:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING, /* Output the neighbors */
                                      ^
gmk_m2.c:206:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                      ^
gmk_m2.c:209:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                      ^
gmk_m2.c:212:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                      ^
gmk_m2.c:219:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrsrcout, "0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t000\n",
                                ^
gmk_m2.c:219:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gmk_m2.c:219:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
gmk_m2.c:232:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                      ^
gmk_m2.c:235:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                      ^
gmk_m2.c:238:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                      ^
gmk_m2.c:241:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                      ^
gmk_m2.c:249:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
    fprintf (C_filepntrgeoout, "2\n" SCOTCH_NUMSTRING "\n", /* Output geometry file header */
                               ^
In file included from gmk_m2.c:74:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m2.c:254:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                    ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m2.c:254:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                    ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m2.c:254:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                    ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmk_m3.c -o gmk_m3 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gmk_m3.c: In function ‘main’:
gmk_m3.c:173:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrsrcout, "0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t000\n",
                                ^
gmk_m3.c:173:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gmk_m3.c:173:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
In file included from gmk_m3.c:67:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m3.c:184:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrsrcout, SCOTCH_NUMSTRING,
                                      ^
gmk_m3.c:189:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING, /* Output the neighbors */
                                        ^
gmk_m3.c:192:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:195:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:198:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:201:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:204:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:212:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrsrcout, "0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t000\n",
                                ^
gmk_m3.c:212:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gmk_m3.c:212:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
gmk_m3.c:228:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:231:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:234:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:237:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:240:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:243:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
             fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                        ^
gmk_m3.c:252:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
    fprintf (C_filepntrgeoout, "3\n" SCOTCH_NUMSTRING "\n", /* Output geometry file header */
                               ^
In file included from gmk_m3.c:67:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m3.c:258:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m3.c:258:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m3.c:258:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmk_m3.c:258:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmk_msh.c -o gmk_msh -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmk_ub2.c -o gmk_ub2 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gmk_ub2.c: In function ‘main’:
gmk_ub2.c:168:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrsrcout, "0\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n0\t000\n",
                              ^
gmk_ub2.c:168:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gmk_ub2.c:181:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (C_filepntrsrcout, "\t" SCOTCH_NUMSTRING,
                                  ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmtst.c -o gmtst -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gord.c -o gord -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gotst.c -o gotst -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gotst.c: In function ‘factorView’:
gotst.c:250:25: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   o = (fprintf (stream, "O\tLeaf=" SCOTCH_NUMSTRING "\nO\tHeight min=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tavg=%f\tdlt=%f (%5.2f)\n", /* Write tree height statistics */
                         ^
gotst.c:250:25: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gotst.c:250:25: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../libscotch -I../../include gout_c.c gout_o.c -o gout -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gout_c.c: In function ‘C_geoLoad’:
gout_c.c:342:24: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 4 has type ‘SCOTCH_Num * {aka long int *}’ [-Wformat=]
   if ((fscanf (stream, "%d" SCOTCH_NUMSTRING,     /* Read type and number of geometry items */
                        ^
In file included from gout_c.c:72:0:
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘SCOTCH_Num * {aka long int *}’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_c.c:366:29: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         if (fscanf (stream, SCOTCH_NUMSTRING "%lf",
                             ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘SCOTCH_Num * {aka long int *}’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_c.c:390:29: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         if (fscanf (stream, SCOTCH_NUMSTRING "%lf%lf",
                             ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘SCOTCH_Num * {aka long int *}’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_c.c:414:29: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         if (fscanf (stream, SCOTCH_NUMSTRING "%lf%lf%lf",
                             ^
gout_c.c: In function ‘C_mapLoad’:
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘SCOTCH_Num * {aka long int *}’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_c.c:560:24: note: in expansion of macro ‘SCOTCH_NUMSTRING’
   if ((fscanf (stream, SCOTCH_NUMSTRING,          /* Read number of mapping pairs */
                        ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘SCOTCH_Num * {aka long int *}’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_c.c:578:25: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     if (fscanf (stream, SCOTCH_NUMSTRING SCOTCH_NUMSTRING,
                         ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 4 has type ‘SCOTCH_Num * {aka long int *}’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_c.c:578:25: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     if (fscanf (stream, SCOTCH_NUMSTRING SCOTCH_NUMSTRING,
                         ^
In file included from gout_o.c:70:0:
gout_o.c: In function ‘outDrawPosMatr’:
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_o.c:467:22: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     fprintf (stream, SCOTCH_NUMSTRING "\n",       /* Set column value */
                      ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_o.c:480:28: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (stream, SCOTCH_NUMSTRING " " SCOTCH_NUMSTRING " b\n",
                            ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_o.c:480:28: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (stream, SCOTCH_NUMSTRING " " SCOTCH_NUMSTRING " b\n",
                            ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_o.c:484:28: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (stream, SCOTCH_NUMSTRING " c\n",
                            ^
gout_o.c: In function ‘outDrawTulMesh’:
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_o.c:839:22: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     fprintf (stream, SCOTCH_NUMSTRING "%c",
                      ^
../libscotch/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gout_o.c:842:20: note: in expansion of macro ‘SCOTCH_NUMSTRING’
   fprintf (stream, SCOTCH_NUMSTRING ")\n",
                    ^
gout_o.c:858:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "(edge " SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ")\n",
                        ^
gout_o.c:858:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gout_o.c:858:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
gout_o.c:870:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "(node " SCOTCH_NUMSTRING "\t\"(%lf,%lf,%lf)\")%c",
                      ^
gout_o.c:886:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "(node " SCOTCH_NUMSTRING " \"(%d,%d,%d,255)\")%c",
                        ^
gout_o.c:929:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "(node " SCOTCH_NUMSTRING " \"(%lf,%lf,%lf)\")%c",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gmap.c -DSCOTCH_COMPILE_PART -o gpart -L../../lib -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
In file included from gmap.c:81:0:
gmap.c: In function ‘C_partSave’:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmap.c:555:24: note: in expansion of macro ‘SCOTCH_NUMSTRING’
   if (fprintf (stream, SCOTCH_NUMSTRING "\n", (SCOTCH_Num) vertnbr) == EOF)
                        ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmap.c:559:26: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     if (fprintf (stream, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                          ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
gmap.c:559:26: note: in expansion of macro ‘SCOTCH_NUMSTRING’
     if (fprintf (stream, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                          ^
gmap.c: In function ‘C_partViewOvl’:
gmap.c:690:20: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (stream, "P\tsep=" SCOTCH_NUMSTRING "\n",
                    ^
gmap.c:692:20: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (stream, "P\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tavg=%g\n",
                    ^
gmap.c:692:20: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gscat.c -o gscat -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gscat.c: In function ‘C_graphScat’:
gscat.c:203:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     if (fprintf (ostream, "2\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t%015d\n" SCOTCH_NUMSTRING "\t%3s\n", /* Write file header */
                           ^
gscat.c:203:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gscat.c:203:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
gscat.c:203:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
gscat.c:203:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
gscat.c:203:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 9 has type ‘long int’ [-Wformat=]
gscat.c:273:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     if (fprintf (ostream, "2\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n" SCOTCH_NUMSTRING "\t%015lld\n" SCOTCH_NUMSTRING "\t%3s\n", /* Write file header */
                           ^
gscat.c:273:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gscat.c:273:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
gscat.c:273:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
gscat.c:273:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
gscat.c:273:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 9 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch gtst.c -o gtst -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
gtst.c: In function ‘main’:
gtst.c:166:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrdatout, "S\tVertex\tnbr=" SCOTCH_NUMSTRING "\n",
                                ^
gtst.c:168:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrdatout, "S\tVertex load\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tsum=" SCOTCH_NUMSTRING "\tavg=%g\tdlt=%g\n",
                                ^
gtst.c:168:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gtst.c:168:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
gtst.c:170:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrdatout, "S\tVertex degree\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tsum=" SCOTCH_NUMSTRING "\tavg=%g\tdlt=%g\n",
                                ^
gtst.c:170:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gtst.c:170:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
gtst.c:172:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrdatout, "S\tEdge\tnbr=" SCOTCH_NUMSTRING "\n",
                                ^
gtst.c:174:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrdatout, "S\tEdge load\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tsum=" SCOTCH_NUMSTRING "\tavg=%g\tdlt=%g\n",
                                ^
gtst.c:174:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
gtst.c:174:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch mcv.c -o mcv -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch mmk_m2.c -o mmk_m2 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
mmk_m2.c: In function ‘main’:
mmk_m2.c:164:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrmshout, "1\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n0\t" SCOTCH_NUMSTRING "\t000\n", /* Print mesh file header */
                              ^
mmk_m2.c:164:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mmk_m2.c:164:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mmk_m2.c:164:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
mmk_m2.c:172:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (C_filepntrmshout, "4\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n", /* Output neighbors of element */
                                  ^
mmk_m2.c:172:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mmk_m2.c:172:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mmk_m2.c:172:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
mmk_m2.c:186:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                      ^
mmk_m2.c:189:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                      ^
mmk_m2.c:194:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                      ^
mmk_m2.c:197:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
           fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                      ^
mmk_m2.c:205:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrgeoout, "2\n" SCOTCH_NUMSTRING "\n", /* Output geometry file header */
                                ^
In file included from mmk_m2.c:66:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m2.c:210:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\n",
                                    ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m2.c:210:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\n",
                                    ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m2.c:210:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\n",
                                    ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m2.c:217:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                    ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m2.c:217:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                    ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m2.c:217:36: note: in expansion of macro ‘SCOTCH_NUMSTRING’
         fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                    ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch mmk_m3.c -o mmk_m3 -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
mmk_m3.c: In function ‘main’:
mmk_m3.c:166:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrmshout, "1\n" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n0\t" SCOTCH_NUMSTRING "\t000\n", /* Print mesh file header */
                              ^
mmk_m3.c:166:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mmk_m3.c:166:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mmk_m3.c:166:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
         fprintf (C_filepntrmshout, "8\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n", /* Output neighbors of element */
                                    ^
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘long int’ [-Wformat=]
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 9 has type ‘long int’ [-Wformat=]
mmk_m3.c:177:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 10 has type ‘long int’ [-Wformat=]
mmk_m3.c:198:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:201:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:206:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:209:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:216:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:219:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:224:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:227:42: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
               fprintf (C_filepntrmshout, "\t" SCOTCH_NUMSTRING,
                                          ^
mmk_m3.c:237:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (C_filepntrgeoout, "3\n" SCOTCH_NUMSTRING "\n", /* Output geometry file header */
                                ^
In file included from mmk_m3.c:67:0:
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:243:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:243:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:243:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:243:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\t" SCOTCH_NUMSTRING ".5\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:253:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:253:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:253:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
../../include/scotch.h:81:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
 #define SCOTCH_NUMSTRING            "%lld"
                                     ^
mmk_m3.c:253:38: note: in expansion of macro ‘SCOTCH_NUMSTRING’
           fprintf (C_filepntrgeoout, SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\t" SCOTCH_NUMSTRING "\n",
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch mord.c -o mord -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch mtst.c -o mtst -L../../lib -lscotch -lscotch -lscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
mtst.c: In function ‘main’:
mtst.c:155:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrdatout, "S\tElements\tnbr=" SCOTCH_NUMSTRING "\n",
                              ^
mtst.c:157:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrdatout, "S\tNodes\tnbr=" SCOTCH_NUMSTRING "\n",
                              ^
mtst.c:159:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrdatout, "S\tNode load\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tsum=" SCOTCH_NUMSTRING "\tavg=%g\tdlt=%g\n",
                              ^
mtst.c:159:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mtst.c:159:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mtst.c:161:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrdatout, "S\tElement degree\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tsum=" SCOTCH_NUMSTRING "\tavg=%g\tdlt=%g\n",
                              ^
mtst.c:161:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mtst.c:161:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mtst.c:163:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrdatout, "S\tNode degree\tmin=" SCOTCH_NUMSTRING "\tmax=" SCOTCH_NUMSTRING "\tsum=" SCOTCH_NUMSTRING "\tavg=%g\tdlt=%g\n",
                              ^
mtst.c:163:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mtst.c:163:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mtst.c:165:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   fprintf (C_filepntrdatout, "S\tEdge\tnbr=" SCOTCH_NUMSTRING "\n",
                              ^
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
make CC="/usr/bin/cc" SCOTCHLIB=scotch	\
				acpl				\
				amk_ccc				\
				amk_fft2				\
				amk_grf				\
				amk_hy				\
				amk_m2				\
				amk_p2				\
				atst				\
				gbase				\
				gcv				\
				gmap				\
				gmk_hy				\
				gmk_m2				\
				gmk_m3				\
				gmk_msh				\
				gmk_ub2				\
				gmtst				\
				gord				\
				gotst				\
				gout				\
				gpart				\
				gscat				\
				gtst				\
				mcv				\
				mmk_m2				\
				mmk_m3				\
				mord				\
				mtst
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
make[2]: 'acpl' is up to date.
make[2]: 'amk_ccc' is up to date.
make[2]: 'amk_fft2' is up to date.
make[2]: 'amk_grf' is up to date.
make[2]: 'amk_hy' is up to date.
make[2]: 'amk_m2' is up to date.
make[2]: 'amk_p2' is up to date.
make[2]: 'atst' is up to date.
make[2]: 'gbase' is up to date.
make[2]: 'gcv' is up to date.
make[2]: 'gmap' is up to date.
make[2]: 'gmk_hy' is up to date.
make[2]: 'gmk_m2' is up to date.
make[2]: 'gmk_m3' is up to date.
make[2]: 'gmk_msh' is up to date.
make[2]: 'gmk_ub2' is up to date.
make[2]: 'gmtst' is up to date.
make[2]: 'gord' is up to date.
make[2]: 'gotst' is up to date.
make[2]: 'gout' is up to date.
make[2]: 'gpart' is up to date.
make[2]: 'gscat' is up to date.
make[2]: 'gtst' is up to date.
make[2]: 'mcv' is up to date.
make[2]: 'mmk_m2' is up to date.
make[2]: 'mmk_m3' is up to date.
make[2]: 'mord' is up to date.
make[2]: 'mtst' is up to date.
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
cp acpl amk_ccc amk_fft2 amk_grf amk_hy amk_m2 amk_p2 atst gbase gcv gmap gmk_hy gmk_m2 gmk_m3 gmk_msh gmk_ub2 gmtst gord gotst gout gpart *gtst gscat mcv mmk_m2 mmk_m3 mord mtst ../../bin
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
(cd libscotchmetis ; make                                                                scotch && make install)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
make CC="/usr/bin/cc" SCOTCHLIB=ptscotch						\
				libscotchmetis.so
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -I../../include -I../libscotch -c metis_graph_order.c -o metis_graph_order.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -I../../include -I../libscotch -c metis_graph_order_f.c -o metis_graph_order_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -I../../include -I../libscotch -c metis_graph_part.c -o metis_graph_part.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -I../../include -I../libscotch -c metis_graph_part_f.c -o metis_graph_part_f.o
gcc -shared -o libscotchmetis.so metis_graph_order.o metis_graph_order_f.o metis_graph_part.o metis_graph_part_f.o
echo libscotchmetis.so
libscotchmetis.so
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
make CC="/usr/bin/cc" SCOTCHLIB=ptscotch						\
				libscotchmetis.so
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
make[2]: 'libscotchmetis.so' is up to date.
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
cp metis.h ../../include
cp libscotchmetis.so ../../lib
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
cp -f ../bin/[agm]* /home/liu/Code_Saturne/4.2.3/scotch-6.0.4/arch/Linux_x86_64/bin
cp -f ../bin/d[agm]* /home/liu/Code_Saturne/4.2.3/scotch-6.0.4/arch/Linux_x86_64/bin
cp: cannot stat '../bin/d[agm]*': No such file or directory
Makefile:115: recipe for target 'install' failed
make: [install] Error 1 (ignored)
cp -f ../include/*scotch*.h /home/liu/Code_Saturne/4.2.3/scotch-6.0.4/arch/Linux_x86_64/include
cp -f ../lib/*scotch*.so /home/liu/Code_Saturne/4.2.3/scotch-6.0.4/arch/Linux_x86_64/lib
cp -Rf ../man/* /home/liu/Code_Saturne/4.2.3/scotch-6.0.4/arch/Linux_x86_64/share/man
(cd libscotch ;      make clean)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
rm -f *~ *.o lib*.so parser_yy.c parser_ly.h parser_ll.c *scotch.h *scotchf.h y.output *dummysizes
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
(cd scotch ;         make clean)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
rm -f *~ *.o acpl amk_ccc amk_fft2 amk_grf amk_hy amk_m2 amk_p2 atst gbase gcv *ggath *gmap gmk_hy gmk_m2 gmk_m3 gmk_msh gmk_ub2 gmtst *gord gotst gout *gpart *gscat *gtst mcv mmk_m2 mmk_m3 mord mtst
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
(cd libscotchmetis ; make clean)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
rm -f *~ *.o lib*.so
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotchmetis'
(cd check ;          make clean)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/check'
rm -f *~ *.o
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/check'
(cd esmumps ;        make clean)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/esmumps'
rm -f *~ common.h *.o lib*.so main_esmumps
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/esmumps'
(cd libscotch ;      make VERSION=6 RELEASE=0 PATCHLEVEL=3 ptscotch && make ptinstall)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
make CC="/usr/bin/cc" CCD="/usr/bin/cc"	\
				scotch.h				\
				scotchf.h				\
				libscotch.so				\
				libscotcherr.so			\
				libscotcherrexit.so
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch.c -o arch.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_VERSION=6 -DSCOTCH_RELEASE=0 -DSCOTCH_PATCHLEVEL=3 dummysizes.c -o dummysizes -lz -lm -lrt -pthread -Wl,--no-as-needed
./dummysizes library.h scotch.h
./dummysizes library_f.h scotchf.h
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_build.c -o arch_build.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_cmplt.c -o arch_cmplt.o
In file included from arch_cmplt.c:76:0:
arch_cmplt.c: In function ‘_SCOTCHarchCmpltArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmplt.c:138:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ", (Anum) archptr->numnbr) == EOF) {
                        ^
arch_cmplt.c: In function ‘_SCOTCHarchCmpltDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmplt.c:272:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmplt.c:272:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_cmpltw.c -o arch_cmpltw.o
In file included from arch_cmpltw.c:56:0:
arch_cmpltw.c: In function ‘_SCOTCHarchCmpltwArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmpltw.c:274:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING, (Anum) archptr->vertnbr) == EOF) {
                        ^
arch_cmpltw.c:284:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
         if (fprintf (stream, " " ANUMSTRING, (Anum) archptr->velotab[verttmp].veloval) == EOF) {
                              ^
In file included from arch_cmpltw.c:56:0:
arch_cmpltw.c: In function ‘_SCOTCHarchCmpltwDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmpltw.c:490:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_cmpltw.c:490:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_deco.c -o arch_deco.o
arch_deco.c: In function ‘_SCOTCHarchDecoArchSave’:
arch_deco.c:384:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "1\n" ANUMSTRING "\t" ANUMSTRING "\n", /* Write number of domains */
                        ^
arch_deco.c:384:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
In file included from arch_deco.c:78:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:392:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "\t" ANUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:392:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "\t" ANUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:392:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "\t" ANUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:403:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING "%c",
                          ^
arch_deco.c: In function ‘_SCOTCHarchDecoDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_deco.c:549:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_dist.c -o arch_dist.o
In file included from arch_dist.c:58:0:
arch_dist.c: In function ‘_SCOTCHarchDistArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_dist.c:119:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING "\t",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_hcub.c -o arch_hcub.o
In file included from arch_hcub.c:74:0:
arch_hcub.c: In function ‘_SCOTCHarchHcubArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_hcub.c:134:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ", (Anum) archptr->dimmax) == EOF) {
                        ^
arch_hcub.c: In function ‘_SCOTCHarchHcubDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_hcub.c:276:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_hcub.c:276:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_mesh.c -o arch_mesh.o
In file included from arch_mesh.c:82:0:
arch_mesh.c: In function ‘_SCOTCHarchMesh2ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:142:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:142:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_mesh.c: In function ‘_SCOTCHarchMesh2DomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:279:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_mesh.c: In function ‘_SCOTCHarchMesh3ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:500:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:500:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:500:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_mesh.c: In function ‘_SCOTCHarchMesh3DomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_mesh.c:647:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_tleaf.c -o arch_tleaf.o
In file included from arch_tleaf.c:82:0:
arch_tleaf.c: In function ‘_SCOTCHarchTleafArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:197:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING,
                        ^
arch_tleaf.c:204:26: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     if (fprintf (stream, " " ANUMSTRING " " ANUMSTRING,
                          ^
arch_tleaf.c:204:26: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
In file included from arch_tleaf.c:82:0:
arch_tleaf.c: In function ‘_SCOTCHarchTleafDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:395:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:395:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:395:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_tleaf.c: In function ‘_SCOTCHarchLtleafArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_tleaf.c:607:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING,
                        ^
arch_tleaf.c:614:26: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     if (fprintf (stream, " " ANUMSTRING,
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_torus.c -o arch_torus.o
In file included from arch_torus.c:76:0:
arch_torus.c: In function ‘_SCOTCHarchTorus2ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:140:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:140:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_torus.c: In function ‘_SCOTCHarchTorus3ArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:361:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:361:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:361:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " " ANUMSTRING " " ANUMSTRING " ",
                        ^
arch_torus.c: In function ‘_SCOTCHarchTorusXArchSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:621:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:628:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING " ",
                          ^
arch_torus.c: In function ‘_SCOTCHarchTorusXDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:795:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_torus.c:795:26: note: in expansion of macro ‘ANUMSTRING’
     if (fprintf (stream, ANUMSTRING " " ANUMSTRING " ",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_vcmplt.c -o arch_vcmplt.o
In file included from arch_vcmplt.c:78:0:
arch_vcmplt.c: In function ‘_SCOTCHarchVcmpltDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_vcmplt.c:218:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch_vhcub.c -o arch_vhcub.o
In file included from arch_vhcub.c:60:0:
arch_vhcub.c: In function ‘_SCOTCHarchVhcubDomSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
arch.h:91:37: note: in expansion of macro ‘INTSTRING’
 #define ANUMSTRING                  INTSTRING
                                     ^
arch_vhcub.c:218:24: note: in expansion of macro ‘ANUMSTRING’
   if (fprintf (stream, ANUMSTRING " ",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph.c -o bgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_bd.c -o bgraph_bipart_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_df.c -o bgraph_bipart_df.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_ex.c -o bgraph_bipart_ex.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_fm.c -o bgraph_bipart_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_gg.c -o bgraph_bipart_gg.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_gp.c -o bgraph_bipart_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_ml.c -o bgraph_bipart_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_st.c -o bgraph_bipart_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_bipart_zr.c -o bgraph_bipart_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_check.c -o bgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c bgraph_store.c -o bgraph_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common.c -DSCOTCH_COMMON_RENAME -o common.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_file.c -DSCOTCH_COMMON_RENAME -o common_file.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_file_compress.c -DSCOTCH_COMMON_RENAME -o common_file_compress.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_file_uncompress.c -DSCOTCH_COMMON_RENAME -o common_file_uncompress.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_integer.c -DSCOTCH_COMMON_RENAME -o common_integer.o
In file included from common_integer.c:66:0:
common_integer.c: In function ‘_SCOTCHintSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
common_integer.c:134:29: note: in expansion of macro ‘INTSTRING’
   return ((fprintf (stream, INTSTRING, (INT) val) == EOF) ? 0 : 1);
                             ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_memory.c -DSCOTCH_COMMON_RENAME -o common_memory.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_string.c -DSCOTCH_COMMON_RENAME -o common_string.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_stub.c -DSCOTCH_COMMON_RENAME -o common_stub.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c common_thread.c -DSCOTCH_COMMON_RENAME -o common_thread.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c fibo.c -o fibo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c gain.c -o gain.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c geom.c -o geom.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph.c -o graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_base.c -o graph_base.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_band.c -o graph_band.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_check.c -o graph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_coarsen.c -o graph_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_induce.c -o graph_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io.c -o graph_io.o
graph_io.c: In function ‘_SCOTCHgraphSave’:
graph_io.c:343:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "0\n" GNUMSTRING "\t" GNUMSTRING "\n" GNUMSTRING "\t%3s\n", /* Write file header */
                        ^
graph_io.c:343:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
graph_io.c:343:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
In file included from graph_io.c:69:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:357:30: note: in expansion of macro ‘GNUMSTRING’
       o  = (fprintf (stream, GNUMSTRING "\t", (Gnum) grafptr->vlbltax[vertnum]) == EOF);
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:359:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING "\t", (Gnum) grafptr->velotax[vertnum]) == EOF);
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:361:28: note: in expansion of macro ‘GNUMSTRING’
     o |= (fprintf (stream, GNUMSTRING, (Gnum) (grafptr->vendtax[vertnum] - grafptr->verttax[vertnum])) == EOF); /* Write vertex degree */
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:369:32: note: in expansion of macro ‘GNUMSTRING’
         o |= (fprintf (stream, GNUMSTRING "\t", (Gnum) grafptr->edlotax[edgenum]) == EOF);
                                ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io.c:371:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING, (Gnum) ((grafptr->vlbltax != NULL) ? grafptr->vlbltax[vertend] : vertend)) == EOF); /* Write edge end */
                              ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_chac.c -o graph_io_chac.o
In file included from graph_io_chac.c:65:0:
graph_io_chac.c: In function ‘_SCOTCHgraphGeomSaveChac’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_chac.c:286:29: note: in expansion of macro ‘GNUMSTRING’
   o = (fprintf (filesrcptr, GNUMSTRING "\t" GNUMSTRING "\t%c%c%c\n", /* Write graph header */
                             ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_chac.c:286:29: note: in expansion of macro ‘GNUMSTRING’
   o = (fprintf (filesrcptr, GNUMSTRING "\t" GNUMSTRING "\t%c%c%c\n", /* Write graph header */
                             ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_chac.c:297:34: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (filesrcptr, GNUMSTRING, (Gnum) (grafptr->vlbltax[vertnum] + baseadj)) < 0);
                                  ^
graph_io_chac.c:301:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
       o |= (fprintf (filesrcptr, "%s" GNUMSTRING,
                                  ^
graph_io_chac.c:310:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
         o |= (fprintf (filesrcptr, "%s" GNUMSTRING,
                                    ^
graph_io_chac.c:314:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
         o |= (fprintf (filesrcptr, "%s" GNUMSTRING,
                                    ^
graph_io_chac.c:319:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
         o |= (fprintf (filesrcptr, " " GNUMSTRING, (Gnum) grafptr->edlotax[edgenum]) < 0);
                                    ^
graph_io_chac.c: In function ‘_SCOTCHgraphGeomLoadChac’:
graph_io_chac.c:101:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (filesrcptr, "%*[^\n]");             /* Purge line           */
       ^
graph_io_chac.c:178:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
         fscanf (filesrcptr, "%*[^\n]");           /* Purge line           */
         ^
graph_io_chac.c:207:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (filesrcptr, "%*[ \t\r]");           /* Skip white spaces except '\n' */
       ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_habo.c -o graph_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_mmkt.c -o graph_io_mmkt.o
graph_io_mmkt.c: In function ‘_SCOTCHgraphGeomSaveMmkt’:
graph_io_mmkt.c:272:29: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   o = (fprintf (filesrcptr, "%%%%MatrixMarket matrix coordinate pattern symmetric\n%% Produced by Scotch graphGeomSaveMmkt\n" GNUMSTRING " " GNUMSTRING " " GNUMSTRING "\n", /* Write graph header */
                             ^
graph_io_mmkt.c:272:29: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
graph_io_mmkt.c:272:29: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
In file included from graph_io_mmkt.c:57:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:282:30: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n", /* Write diagonal term */
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:282:30: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n", /* Write diagonal term */
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:298:34: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n",
                                  ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_mmkt.c:298:34: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (filesrcptr, GNUMSTRING " " GNUMSTRING "\n",
                                  ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_io_scot.c -o graph_io_scot.o
In file included from graph_io_scot.c:61:0:
graph_io_scot.c: In function ‘_SCOTCHgraphGeomSaveScot’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:233:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:233:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:240:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:246:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
graph_io_scot.c:253:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\t%lf\n",
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_list.c -o graph_list.o
graph_list.c: In function ‘_SCOTCHlistSave’:
graph_list.c:230:27: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     o = (fprintf (stream, "%c" GNUMSTRING,
                           ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c graph_match.c -o graph_match.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hall_order_hd.c -o hall_order_hd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hall_order_hf.c -o hall_order_hf.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hall_order_hx.c -o hall_order_hx.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph.c -o hgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_check.c -o hgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_induce.c -o hgraph_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_bl.c -o hgraph_order_bl.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_cp.c -o hgraph_order_cp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_gp.c -o hgraph_order_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_hd.c -o hgraph_order_hd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_hf.c -o hgraph_order_hf.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_hx.c -o hgraph_order_hx.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_kp.c -o hgraph_order_kp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_nd.c -o hgraph_order_nd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_si.c -o hgraph_order_si.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hgraph_order_st.c -o hgraph_order_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh.c -o hmesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_check.c -o hmesh_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_hgraph.c -o hmesh_hgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_induce.c -o hmesh_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_mesh.c -o hmesh_mesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_bl.c -o hmesh_order_bl.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_cp.c -o hmesh_order_cp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_gr.c -o hmesh_order_gr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_gp.c -o hmesh_order_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_hd.c -o hmesh_order_hd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_hf.c -o hmesh_order_hf.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_hx.c -o hmesh_order_hx.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_nd.c -o hmesh_order_nd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_si.c -o hmesh_order_si.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c hmesh_order_st.c -o hmesh_order_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph.c -o kgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_band.c -o kgraph_band.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_check.c -o kgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_bd.c -o kgraph_map_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_cp.c -o kgraph_map_cp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_df.c -o kgraph_map_df.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_ex.c -o kgraph_map_ex.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_fm.c -o kgraph_map_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_ml.c -o kgraph_map_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_rb.c -o kgraph_map_rb.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_rb_map.c -o kgraph_map_rb_map.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_rb_part.c -o kgraph_map_rb_part.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_map_st.c -o kgraph_map_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c kgraph_store.c -o kgraph_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch.c -o library_arch.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch_f.c -o library_arch_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch_build.c -o library_arch_build.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_arch_build_f.c -o library_arch_build_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_common_f.c -o library_common_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_geom.c -o library_geom.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_geom_f.c -o library_geom_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph.c -o library_graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_f.c -o library_graph_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_base.c -o library_graph_base.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_base_f.c -o library_graph_base_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_check.c -o library_graph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_check_f.c -o library_graph_check_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_coarsen.c -o library_graph_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_coarsen_f.c -o library_graph_coarsen_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_color.c -o library_graph_color.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_color_f.c -o library_graph_color_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_chac.c -o library_graph_io_chac.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_chac_f.c -o library_graph_io_chac_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_habo.c -o library_graph_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_habo_f.c -o library_graph_io_habo_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_mmkt.c -o library_graph_io_mmkt.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_mmkt_f.c -o library_graph_io_mmkt_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_scot.c -o library_graph_io_scot.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_io_scot_f.c -o library_graph_io_scot_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map.c -o library_graph_map.o
In file included from library_graph_map.c:64:0:
library_graph_map.c: In function ‘SCOTCH_stratGraphMapBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map.c:654:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (kmovtab, GNUMSTRING, ((flagval & SCOTCH_STRATQUALITY) != 0) ? 200 : 80);
                     ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map.c:655:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (mvrttab, GNUMSTRING, MAX ((20 * partnbr), 10000));
                     ^
library_graph_map.c: In function ‘SCOTCH_stratGraphClusterBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘SCOTCH_Num {aka const long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map.c:720:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (pwgttab, GNUMSTRING, pwgtval);
                     ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_f.c -o library_graph_map_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_io.c -o library_graph_map_io.o
In file included from library_graph_map_io.c:54:0:
library_graph_map_io.c: In function ‘SCOTCH_graphTabLoad’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘Gnum * {aka long int *}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:98:24: note: in expansion of macro ‘GNUMSTRING’
   if ((fscanf (stream, GNUMSTRING,&mappfileval) != 1) || /* Read number of mapping pairs */
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘Gnum * {aka long int *}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:115:25: note: in expansion of macro ‘GNUMSTRING’
     if (fscanf (stream, GNUMSTRING GNUMSTRING,
                         ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 4 has type ‘Gnum * {aka long int *}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:115:25: note: in expansion of macro ‘GNUMSTRING’
     if (fscanf (stream, GNUMSTRING GNUMSTRING,
                         ^
library_graph_map_io.c: In function ‘SCOTCH_graphMapSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:240:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:248:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_map_io.c:248:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_io_f.c -o library_graph_map_io_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_view.c -o library_graph_map_view.o
library_graph_map_view.c: In function ‘graphMapView2’:
library_graph_map_view.c:263:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tProcessors " GNUMSTRING "/" GNUMSTRING " (%g)\n",
                      ^
library_graph_map_view.c:263:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:267:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tTarget min=" GNUMSTRING "\tmax=" GNUMSTRING "\tavg=%g\tdlt=%g\tmaxavg=%g\n",
                      ^
library_graph_map_view.c:267:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:337:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tNeighbors min=" GNUMSTRING "\tmax=" GNUMSTRING "\tsum=" GNUMSTRING "\n",
                      ^
library_graph_map_view.c:337:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:337:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:395:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommDilat=%f\t(" GNUMSTRING ")\n", /* Print expansion parameters */
                      ^
library_graph_map_view.c:398:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommExpan=%f\t(" GNUMSTRING ")\n",
                      ^
library_graph_map_view.c:402:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommCutSz=%f\t(" GNUMSTRING ")\n",
                      ^
library_graph_map_view.c:418:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "M\tCommLoad[" ANUMSTRING "]=%f\n",
                        ^
library_graph_map_view.c:436:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tPartDiam\tmin=" GNUMSTRING "\tmax=" GNUMSTRING "\tavg=%lf\n",
                      ^
library_graph_map_view.c:436:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:443:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
     fprintf (stream, "M\tMigrNbr=" GNUMSTRING "(%lf %%)\n",
                      ^
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "" GNUMSTRING "\t" GNUMSTRING "\t" GNUMSTRING "\t" GNUMSTRING "\t%g\t%g\t%g\t%lf\t%lf\t%lf\t%lf\t%lf\t%lf", /* Print standard data */
                      ^
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
library_graph_map_view.c:454:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_map_view_f.c -o library_graph_map_view_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_order.c -o library_graph_order.o
In file included from library_graph_order.c:64:0:
library_graph_order.c: In function ‘SCOTCH_stratGraphOrderBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘SCOTCH_Num {aka const long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
library_graph_order.c:508:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (levltab, GNUMSTRING, levlnbr);
                     ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_order_f.c -o library_graph_order_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_part_ovl.c -o library_graph_part_ovl.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_graph_part_ovl_f.c -o library_graph_part_ovl_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mapping.c -o library_mapping.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_memory.c -o library_memory.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_memory_f.c -o library_memory_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh.c -o library_mesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_f.c -o library_mesh_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_graph.c -o library_mesh_graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_graph_f.c -o library_mesh_graph_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_habo.c -o library_mesh_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_habo_f.c -o library_mesh_io_habo_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_scot.c -o library_mesh_io_scot.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_io_scot_f.c -o library_mesh_io_scot_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_order.c -o library_mesh_order.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_mesh_order_f.c -o library_mesh_order_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_order.c -o library_order.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_parser.c -o library_parser.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_parser_f.c -o library_parser_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_random.c -o library_random.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_random_f.c -o library_random_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_strat.c -o library_strat.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_version.c -o library_version.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_version_f.c -o library_version_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mapping.c -o mapping.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mapping_io.c -o mapping_io.o
In file included from mapping_io.c:81:0:
mapping_io.c: In function ‘_SCOTCHmapSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mapping_io.c:223:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mapping_io.c:230:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" ANUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘ArchDomNum {aka long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mapping_io.c:230:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" ANUMSTRING "\n",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh.c -o mesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_check.c -o mesh_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_coarsen.c -o mesh_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_graph.c -o mesh_graph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_induce_sepa.c -o mesh_induce_sepa.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_io.c -o mesh_io.o
mesh_io.c: In function ‘_SCOTCHmeshSave’:
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "1\n" GNUMSTRING "\t" GNUMSTRING "\t" GNUMSTRING "\n" GNUMSTRING "\t" GNUMSTRING "\t%3s\n", /* Write file header */
                        ^
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
mesh_io.c:338:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
In file included from mesh_io.c:57:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io.c:383:32: note: in expansion of macro ‘GNUMSTRING’
         o  = (fprintf (stream, GNUMSTRING "\t", (Gnum) meshptr->vlbltax[vertnum]) == EOF);
                                ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io.c:385:32: note: in expansion of macro ‘GNUMSTRING’
         o |= (fprintf (stream, GNUMSTRING "\t", (Gnum) ((velotax != NULL) ? velotax[vertnum] : 1)) == EOF);
                                ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io.c:386:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING, (Gnum) (meshptr->vendtax[vertnum] - meshptr->verttax[vertnum])) == EOF); /* Write vertex degree */
                              ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_io_habo.c -o mesh_io_habo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c mesh_io_scot.c -o mesh_io_scot.o
In file included from mesh_io_scot.c:57:0:
mesh_io_scot.c: In function ‘_SCOTCHmeshGeomSaveScot’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:228:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:228:31: note: in expansion of macro ‘GNUMSTRING’
     o = (fprintf (filegeoptr, GNUMSTRING "\n" GNUMSTRING "\n", /* Output file header */
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:235:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:241:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\n",
                                      ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
mesh_io_scot.c:248:38: note: in expansion of macro ‘GNUMSTRING’
           o |= (fprintf (filegeoptr, GNUMSTRING "\t%lf\t%lf\t%lf\n",
                                      ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c order.c -o order.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c order_check.c -o order_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c order_io.c -o order_io.o
In file included from order_io.c:58:0:
order_io.c: In function ‘_SCOTCHorderSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:146:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:157:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:157:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:168:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:168:28: note: in expansion of macro ‘GNUMSTRING’
       if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                            ^
order_io.c: In function ‘_SCOTCHorderSaveMap’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:204:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:229:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:229:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
order_io.c: In function ‘_SCOTCHorderSaveTree’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:265:24: note: in expansion of macro ‘GNUMSTRING’
   if (fprintf (stream, GNUMSTRING "\n",
                        ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:292:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
order_io.c:292:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                          ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c parser.c -o parser.o
In file included from parser.c:66:0:
parser.c: In function ‘_SCOTCHstratSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int64_t {aka long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
parser.c:245:37: note: in expansion of macro ‘INTSTRING’
               o = (fprintf (stream, INTSTRING, *((INT *) paraofft)) == EOF);
                                     ^
parser.c: In function ‘_SCOTCHstratTestSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
parser.c:613:33: note: in expansion of macro ‘INTSTRING’
           o = (fprintf (stream, INTSTRING, (INT) test->data.val.valint) == EOF);
                                 ^
(bison -pscotchyy -y -b y -d -v parser_yy.y &&		\
				 mv y.tab.c parser_yy.c &&		\
				 mv y.tab.h parser_ly.h) ||		\
				cp last_resort/parser_ly.h last_resort/parser_yy.c .
/bin/sh: 1: bison: not found
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c parser_yy.c -o parser_yy.o
(flex -Pscotchyy -olex.yy.c parser_ll.l &&			\
				 mv lex.yy.c parser_ll.c) ||		\
				cp last_resort/parser_ll.c . 
/bin/sh: 1: flex: not found
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c parser_ll.c -o parser_ll.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph.c -o vgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_check.c -o vgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_bd.c -o vgraph_separate_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_df.c -o vgraph_separate_df.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_es.c -o vgraph_separate_es.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_fm.c -o vgraph_separate_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_gg.c -o vgraph_separate_gg.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_gp.c -o vgraph_separate_gp.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_ml.c -o vgraph_separate_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_st.c -o vgraph_separate_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_th.c -o vgraph_separate_th.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_vw.c -o vgraph_separate_vw.o
In file included from vgraph_separate_vw.c:58:0:
vgraph_separate_vw.c: In function ‘_SCOTCHvgraphSeparateVw’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
vgraph_separate_vw.c:96:21: note: in expansion of macro ‘GNUMSTRING’
   fprintf (fileptr, GNUMSTRING "\n",              /* Output size of mapping; test if failure later, in main loop */
                     ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
graph.h:101:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
vgraph_separate_vw.c:100:27: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (fileptr, GNUMSTRING "\t%d\n",
                           ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_separate_zr.c -o vgraph_separate_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vgraph_store.c -o vgraph_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh.c -o vmesh.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_check.c -o vmesh_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_fm.c -o vmesh_separate_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_gg.c -o vmesh_separate_gg.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_gr.c -o vmesh_separate_gr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_ml.c -o vmesh_separate_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_zr.c -o vmesh_separate_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_separate_st.c -o vmesh_separate_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c vmesh_store.c -o vmesh_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph.c -o wgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_check.c -o wgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_fm.c -o wgraph_part_fm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_gg.c -o wgraph_part_gg.o
wgraph_part_gg.c: In function ‘_SCOTCHwgraphPartGg’:
wgraph_part_gg.c:114:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
   printf("GG (%d)\n", wgrafptr->s.vertnbr);
          ^
wgraph_part_gg.c:325:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
     printf("\033[0;33mcompload[%d] %d %d\033[0m\n", partval, wgrafptr->compload[partval], wgrafptr->compsize[partval]);
            ^
wgraph_part_gg.c:325:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
wgraph_part_gg.c:325:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘Gnum {aka long int}’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_gp.c -o wgraph_part_gp.o
wgraph_part_gp.c: In function ‘_SCOTCHwgraphPartGp’:
wgraph_part_gp.c:301:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
     printf("\033[0;33mcompload[%d] %d %d\033[0m\n", partval, wgrafptr->compload[partval], wgrafptr->compsize[partval]);
            ^
wgraph_part_gp.c:301:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
wgraph_part_gp.c:301:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘Gnum {aka long int}’ [-Wformat=]
wgraph_part_gp.c:302:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘Gnum {aka long int}’ [-Wformat=]
   printf("\033[0;33mfronload %d %d\033[0m\n", wgrafptr->fronload, wgrafptr->fronnbr);
          ^
wgraph_part_gp.c:302:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_ml.c -o wgraph_part_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_rb.c -o wgraph_part_rb.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_st.c -o wgraph_part_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_part_zr.c -o wgraph_part_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c wgraph_store.c -o wgraph_store.o
gcc -shared -o libscotch.so arch.o arch_build.o arch_cmplt.o arch_cmpltw.o arch_deco.o arch_dist.o arch_hcub.o arch_mesh.o arch_tleaf.o arch_torus.o arch_vcmplt.o arch_vhcub.o bgraph.o bgraph_bipart_bd.o bgraph_bipart_df.o bgraph_bipart_ex.o bgraph_bipart_fm.o bgraph_bipart_gg.o bgraph_bipart_gp.o bgraph_bipart_ml.o bgraph_bipart_st.o bgraph_bipart_zr.o bgraph_check.o bgraph_store.o common.o common_file.o common_file_compress.o common_file_uncompress.o common_integer.o common_memory.o common_string.o common_stub.o common_thread.o fibo.o gain.o geom.o graph.o graph_base.o graph_band.o graph_check.o graph_coarsen.o graph_induce.o graph_io.o graph_io_chac.o graph_io_habo.o graph_io_mmkt.o graph_io_scot.o graph_list.o graph_match.o hall_order_hd.o hall_order_hf.o hall_order_hx.o hgraph.o hgraph_check.o hgraph_induce.o hgraph_order_bl.o hgraph_order_cp.o hgraph_order_gp.o hgraph_order_hd.o hgraph_order_hf.o hgraph_order_hx.o hgraph_order_kp.o hgraph_order_nd.o hgraph_order_si.o hgraph_order_st.o hmesh.o hmesh_check.o hmesh_hgraph.o hmesh_induce.o hmesh_mesh.o hmesh_order_bl.o hmesh_order_cp.o hmesh_order_gr.o hmesh_order_gp.o hmesh_order_hd.o hmesh_order_hf.o hmesh_order_hx.o hmesh_order_nd.o hmesh_order_si.o hmesh_order_st.o kgraph.o kgraph_band.o kgraph_check.o kgraph_map_bd.o kgraph_map_cp.o kgraph_map_df.o kgraph_map_ex.o kgraph_map_fm.o kgraph_map_ml.o kgraph_map_rb.o kgraph_map_rb_map.o kgraph_map_rb_part.o kgraph_map_st.o kgraph_store.o library_arch.o library_arch_f.o library_arch_build.o library_arch_build_f.o library_common_f.o library_geom.o library_geom_f.o library_graph.o library_graph_f.o library_graph_base.o library_graph_base_f.o library_graph_check.o library_graph_check_f.o library_graph_coarsen.o library_graph_coarsen_f.o library_graph_color.o library_graph_color_f.o library_graph_io_chac.o library_graph_io_chac_f.o library_graph_io_habo.o library_graph_io_habo_f.o library_graph_io_mmkt.o library_graph_io_mmkt_f.o library_graph_io_scot.o library_graph_io_scot_f.o library_graph_map.o library_graph_map_f.o library_graph_map_io.o library_graph_map_io_f.o library_graph_map_view.o library_graph_map_view_f.o library_graph_order.o library_graph_order_f.o library_graph_part_ovl.o library_graph_part_ovl_f.o library_mapping.o library_memory.o library_memory_f.o library_mesh.o library_mesh_f.o library_mesh_graph.o library_mesh_graph_f.o library_mesh_io_habo.o library_mesh_io_habo_f.o library_mesh_io_scot.o library_mesh_io_scot_f.o library_mesh_order.o library_mesh_order_f.o library_order.o library_parser.o library_parser_f.o library_random.o library_random_f.o library_strat.o library_version.o library_version_f.o mapping.o mapping_io.o mesh.o mesh_check.o mesh_coarsen.o mesh_graph.o mesh_induce_sepa.o mesh_io.o mesh_io_habo.o mesh_io_scot.o order.o order_check.o order_io.o parser.o parser_ll.o parser_yy.o vgraph.o vgraph_check.o vgraph_separate_bd.o vgraph_separate_df.o vgraph_separate_es.o vgraph_separate_fm.o vgraph_separate_gg.o vgraph_separate_gp.o vgraph_separate_ml.o vgraph_separate_st.o vgraph_separate_th.o vgraph_separate_vw.o vgraph_separate_zr.o vgraph_store.o vmesh.o vmesh_check.o vmesh_separate_fm.o vmesh_separate_gg.o vmesh_separate_gr.o vmesh_separate_ml.o vmesh_separate_zr.o vmesh_separate_st.o vmesh_store.o wgraph.o wgraph_check.o wgraph_part_fm.o wgraph_part_gg.o wgraph_part_gp.o wgraph_part_ml.o wgraph_part_rb.o wgraph_part_st.o wgraph_part_zr.o wgraph_store.o
echo libscotch.so
libscotch.so
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_error.c -o library_error.o
gcc -shared -o libscotcherr.so library_error.o
echo libscotcherr.so
libscotcherr.so
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c library_error_exit.c -o library_error_exit.o
gcc -shared -o libscotcherrexit.so library_error_exit.o
echo libscotcherrexit.so
libscotcherrexit.so
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
make CFLAGS="-O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH" CC="/usr/bin/cc"	\
				ptscotch.h							\
				ptscotchf.h							\
				libptscotch.so						\
				libptscotcherr.so						\
				libptscotcherrexit.so
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -DSCOTCH_VERSION=6 -DSCOTCH_RELEASE=0 -DSCOTCH_PATCHLEVEL=3 dummysizes.c -o ptdummysizes -lz -lm -lrt -pthread -Wl,--no-as-needed
./ptdummysizes library_pt.h ptscotch.h
./ptdummysizes library_pt_f.h ptscotchf.h
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph.c -o bdgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_bipart_bd.c -o bdgraph_bipart_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_bipart_df.c -o bdgraph_bipart_df.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_bipart_ex.c -o bdgraph_bipart_ex.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_bipart_ml.c -o bdgraph_bipart_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_bipart_sq.c -o bdgraph_bipart_sq.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_bipart_st.c -o bdgraph_bipart_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_bipart_zr.c -o bdgraph_bipart_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_check.c -o bdgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_gather_all.c -o bdgraph_gather_all.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c bdgraph_store.c -o bdgraph_store.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c comm.c -o comm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph.c -o dgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_allreduce.c -o dgraph_allreduce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_band.c -o dgraph_band.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_build.c -o dgraph_build.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_build_grid3d.c -o dgraph_build_grid3d.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_build_hcub.c -o dgraph_build_hcub.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_check.c -o dgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_coarsen.c -o dgraph_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_fold.c -o dgraph_fold.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_fold_comm.c -o dgraph_fold_comm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_fold_dup.c -o dgraph_fold_dup.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_gather.c -o dgraph_gather.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_gather_all.c -o dgraph_gather_all.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_ghst.c -o dgraph_ghst.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_halo.c -o dgraph_halo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_induce.c -o dgraph_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_io_load.c -o dgraph_io_load.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_io_save.c -o dgraph_io_save.o
dgraph_io_save.c: In function ‘_SCOTCHdgraphSave’:
dgraph_io_save.c:121:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "2\n" GNUMSTRING "\t" GNUMSTRING "\n" GNUMSTRING "\t" GNUMSTRING "\n" GNUMSTRING "\t" GNUMSTRING "\n" GNUMSTRING "\t%3s\n", /* Write file header */
                        ^
dgraph_io_save.c:121:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
dgraph_io_save.c:121:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
dgraph_io_save.c:121:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
dgraph_io_save.c:121:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
dgraph_io_save.c:121:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘long int’ [-Wformat=]
dgraph_io_save.c:121:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 9 has type ‘long int’ [-Wformat=]
In file included from dgraph_io_save.c:61:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
dgraph_io_save.c:139:30: note: in expansion of macro ‘GNUMSTRING’
       o  = (fprintf (stream, GNUMSTRING "\t", (Gnum) vlblgsttax[vertlocnum]) == EOF);
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
dgraph_io_save.c:141:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING "\t", (Gnum) grafptr->veloloctax[vertlocnum]) == EOF);
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
dgraph_io_save.c:143:28: note: in expansion of macro ‘GNUMSTRING’
     o |= (fprintf (stream, GNUMSTRING, (Gnum) (grafptr->vendloctax[vertlocnum] - grafptr->vertloctax[vertlocnum])) == EOF); /* Write vertex degree */
                            ^
dgraph_io_save.c:149:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
         o |= (fprintf (stream, "\t" GNUMSTRING " ", (Gnum) grafptr->edloloctax[edgelocnum]) == EOF);
                                ^
In file included from dgraph_io_save.c:61:0:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
dgraph_io_save.c:150:30: note: in expansion of macro ‘GNUMSTRING’
       o |= (fprintf (stream, GNUMSTRING, (Gnum) ((vlblgsttax != NULL) /* Write edge end */
                              ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_match.c -o dgraph_match.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_match_sync_coll.c -o dgraph_match_sync_coll.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_match_sync_ptop.c -o dgraph_match_sync_ptop.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_match_check.c -o dgraph_match_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_redist.c -o dgraph_redist.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_scatter.c -o dgraph_scatter.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dgraph_view.c -o dgraph_view.o
dgraph_view.c: In function ‘_SCOTCHdgraphView’:
dgraph_view.c:101:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "  vertglbnbr: " GNUMSTRING "\n  vertgstnbr: " GNUMSTRING "\n vertgstnnd: " GNUMSTRING "\n  vertlocnbr: " GNUMSTRING "\n vertlocnnd: " GNUMSTRING "\n",
                        ^
dgraph_view.c:101:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
dgraph_view.c:101:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
dgraph_view.c:101:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
dgraph_view.c:101:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 7 has type ‘long int’ [-Wformat=]
dgraph_view.c:110:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
    fprintf (stream, " " GNUMSTRING,
                     ^
dgraph_view.c:116:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
    fprintf (stream, " " GNUMSTRING,
                     ^
dgraph_view.c:120:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
    fprintf (stream, " " GNUMSTRING,
                     ^
dgraph_view.c:123:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "\n  edgeglbnbr: " GNUMSTRING "\n  edgelocnbr: " GNUMSTRING "\n",
                        ^
dgraph_view.c:123:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
dgraph_view.c:130:19: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
  fprintf (stream, " " GNUMSTRING,
                   ^
dgraph_view.c:137:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
    fprintf (stream, " " GNUMSTRING,
                     ^
dgraph_view.c:142:19: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
  fprintf (stream, " " GNUMSTRING,
                   ^
dgraph_view.c:160:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "\n  degrglbmax: " GNUMSTRING,
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dmapping.c -o dmapping.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dmapping_io.c -o dmapping_io.o
In file included from dmapping_io.c:53:0:
dmapping_io.c: In function ‘_SCOTCHdmapSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dmapping_io.c:139:31: note: in expansion of macro ‘GNUMSTRING’
     else if (fprintf (stream, GNUMSTRING "\n", (Gnum) vertglbnbr) == EOF) {
                               ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dmapping_io.c:195:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dmapping_io.c:195:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dmapping_io.c:223:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dmapping_io.c:223:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dorder.c -o dorder.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dorder_gather.c -o dorder_gather.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dorder_io.c -o dorder_io.o
In file included from dorder_io.c:55:0:
dorder_io.c: In function ‘_SCOTCHdorderSave’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dorder_io.c:194:26: note: in expansion of macro ‘GNUMSTRING’
     if (fprintf (stream, GNUMSTRING "\n", (Gnum) ordeptr->vnodglbnbr) == EOF) {
                          ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dorder_io.c:206:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dorder_io.c:206:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dorder_io.c:217:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
comm.h:56:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum     */
                                     ^
dorder_io.c:217:30: note: in expansion of macro ‘GNUMSTRING’
         if (fprintf (stream, GNUMSTRING "\t" GNUMSTRING "\n",
                              ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dorder_io_block.c -o dorder_io_block.o
dorder_io_block.c: In function ‘dorderSaveBlock2’:
dorder_io_block.c:94:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
   if (fprintf (stream, "0\n" GNUMSTRING "\t" GNUMSTRING "\n",
                        ^
dorder_io_block.c:94:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dorder_io_tree.c -o dorder_io_tree.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dorder_perm.c -o dorder_perm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c dorder_tree_dist.c -o dorder_tree_dist.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph.c -o hdgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_check.c -o hdgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_fold.c -o hdgraph_fold.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_gather.c -o hdgraph_gather.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_induce.c -o hdgraph_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_order_nd.c -o hdgraph_order_nd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_order_si.c -o hdgraph_order_si.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_order_sq.c -o hdgraph_order_sq.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c hdgraph_order_st.c -o hdgraph_order_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c kdgraph.c -o kdgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c kdgraph_gather.c -o kdgraph_gather.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c kdgraph_map_rb.c -o kdgraph_map_rb.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c kdgraph_map_rb_map.c -o kdgraph_map_rb_map.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c kdgraph_map_rb_part.c -o kdgraph_map_rb_part.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c kdgraph_map_st.c -o kdgraph_map_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph.c -o library_dgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_f.c -o library_dgraph_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_band.c -o library_dgraph_band.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_band_f.c -o library_dgraph_band_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_build.c -o library_dgraph_build.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_build_f.c -o library_dgraph_build_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_build_grid3d.c -o library_dgraph_build_grid3d.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_build_grid3d_f.c -o library_dgraph_build_grid3d_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_check.c -o library_dgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_check_f.c -o library_dgraph_check_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_coarsen.c -o library_dgraph_coarsen.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_coarsen_f.c -o library_dgraph_coarsen_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_gather.c -o library_dgraph_gather.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_gather_f.c -o library_dgraph_gather_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_grow.c -o library_dgraph_grow.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_halo.c -o library_dgraph_halo.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_halo_f.c -o library_dgraph_halo_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_induce.c -o library_dgraph_induce.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_induce_f.c -o library_dgraph_induce_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_io_load.c -o library_dgraph_io_load.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_io_load_f.c -o library_dgraph_io_load_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_io_save.c -o library_dgraph_io_save.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_io_save_f.c -o library_dgraph_io_save_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_map.c -o library_dgraph_map.o
In file included from library_dgraph_map.c:56:0:
library_dgraph_map.c: In function ‘SCOTCH_stratDgraphMapBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
library_dgraph_map.c:297:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (verttab, GNUMSTRING, vertnbr);
                     ^
library_dgraph_map.c: In function ‘SCOTCH_stratDgraphClusterBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘SCOTCH_Num {aka const long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
library_dgraph_map.c:373:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (pwgttab, GNUMSTRING, pwgtval);
                     ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
library_dgraph_map.c:377:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (verttab, GNUMSTRING, vertnbr);
                     ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_map_f.c -o library_dgraph_map_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_map_view.c -o library_dgraph_map_view.o
library_dgraph_map_view.c: In function ‘SCOTCH_dgraphMapView’:
library_dgraph_map_view.c:221:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tProcessors " GNUMSTRING "/" GNUMSTRING "(%g)\n",
                      ^
library_dgraph_map_view.c:221:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_dgraph_map_view.c:225:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tTarget min=" GNUMSTRING "\tmax=" GNUMSTRING "\tavg=%g\tdlt=%g\tmaxavg=%g\n",
                      ^
library_dgraph_map_view.c:225:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_dgraph_map_view.c:295:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tNeighbors min=" GNUMSTRING "\tmax=" GNUMSTRING "\tsum=" GNUMSTRING "\n",
                      ^
library_dgraph_map_view.c:295:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
library_dgraph_map_view.c:295:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
library_dgraph_map_view.c:356:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommDilat=%f\t(" GNUMSTRING ")\n", /* Print expansion parameters */
                      ^
library_dgraph_map_view.c:359:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommExpan=%f\t(" GNUMSTRING ")\n",
                      ^
library_dgraph_map_view.c:363:22: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
     fprintf (stream, "M\tCommCutSz=%f\t(" GNUMSTRING ")\n",
                      ^
library_dgraph_map_view.c:377:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
       fprintf (stream, "M\tCommLoad[" ANUMSTRING "]=%f\n",
                        ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_map_view_f.c -o library_dgraph_map_view_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order.c -o library_dgraph_order.o
In file included from library_dgraph_order.c:58:0:
library_dgraph_order.c: In function ‘SCOTCH_stratDgraphOrderBuild’:
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘SCOTCH_Num {aka const long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
library_dgraph_order.c:275:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (levltab, GNUMSTRING, levlnbr);
                     ^
common.h:161:37: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘Gnum {aka long int}’ [-Wformat=]
 #define INTSTRING                   "%lld"
                                     ^
dgraph.h:108:37: note: in expansion of macro ‘INTSTRING’
 #define GNUMSTRING                  INTSTRING     /* String to printf a Gnum */
                                     ^
library_dgraph_order.c:276:21: note: in expansion of macro ‘GNUMSTRING’
   sprintf (verttab, GNUMSTRING, vertnbr);
                     ^
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_f.c -o library_dgraph_order_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_gather.c -o library_dgraph_order_gather.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_gather_f.c -o library_dgraph_order_gather_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_io.c -o library_dgraph_order_io.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_io_f.c -o library_dgraph_order_io_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_io_block.c -o library_dgraph_order_io_block.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_io_block_f.c -o library_dgraph_order_io_block_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_perm.c -o library_dgraph_order_perm.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_perm_f.c -o library_dgraph_order_perm_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_tree_dist.c -o library_dgraph_order_tree_dist.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_order_tree_dist_f.c -o library_dgraph_order_tree_dist_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_redist.c -o library_dgraph_redist.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_redist_f.c -o library_dgraph_redist_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_scatter.c -o library_dgraph_scatter.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_scatter_f.c -o library_dgraph_scatter_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_stat.c -o library_dgraph_stat.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dgraph_stat_f.c -o library_dgraph_stat_f.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dmapping.c -o library_dmapping.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_dorder.c -o library_dorder.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph.c -o vdgraph.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_check.c -o vdgraph_check.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_gather_all.c -o vdgraph_gather_all.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_separate_bd.c -o vdgraph_separate_bd.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_separate_df.c -o vdgraph_separate_df.o
vdgraph_separate_df.c: In function ‘_SCOTCHvdgraphSeparateDf’:
vdgraph_separate_df.c:365:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long int’ [-Wformat=]
 fprintf (stderr, "BROL " GNUMSTRING "," GNUMSTRING "," GNUMSTRING "(" GNUMSTRING ")\n",
                  ^
vdgraph_separate_df.c:365:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
vdgraph_separate_df.c:365:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
vdgraph_separate_df.c:365:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_separate_ml.c -o vdgraph_separate_ml.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_separate_sq.c -o vdgraph_separate_sq.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_separate_st.c -o vdgraph_separate_st.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_separate_zr.c -o vdgraph_separate_zr.o
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c vdgraph_store.c -o vdgraph_store.o
gcc -shared -o libptscotch.so bdgraph.o bdgraph_bipart_bd.o bdgraph_bipart_df.o bdgraph_bipart_ex.o bdgraph_bipart_ml.o bdgraph_bipart_sq.o bdgraph_bipart_st.o bdgraph_bipart_zr.o bdgraph_check.o bdgraph_gather_all.o bdgraph_store.o comm.o dgraph.o dgraph_allreduce.o dgraph_band.o dgraph_build.o dgraph_build_grid3d.o dgraph_build_hcub.o dgraph_check.o dgraph_coarsen.o dgraph_fold.o dgraph_fold_comm.o dgraph_fold_dup.o dgraph_gather.o dgraph_gather_all.o dgraph_ghst.o dgraph_halo.o dgraph_induce.o dgraph_io_load.o dgraph_io_save.o dgraph_match.o dgraph_match_sync_coll.o dgraph_match_sync_ptop.o dgraph_match_check.o dgraph_redist.o dgraph_scatter.o dgraph_view.o dmapping.o dmapping_io.o dorder.o dorder_gather.o dorder_io.o dorder_io_block.o dorder_io_tree.o dorder_perm.o dorder_tree_dist.o hdgraph.o hdgraph_check.o hdgraph_fold.o hdgraph_gather.o hdgraph_induce.o hdgraph_order_nd.o hdgraph_order_si.o hdgraph_order_sq.o hdgraph_order_st.o kdgraph.o kdgraph_gather.o kdgraph_map_rb.o kdgraph_map_rb_map.o kdgraph_map_rb_part.o kdgraph_map_st.o library_dgraph.o library_dgraph_f.o library_dgraph_band.o library_dgraph_band_f.o library_dgraph_build.o library_dgraph_build_f.o library_dgraph_build_grid3d.o library_dgraph_build_grid3d_f.o library_dgraph_check.o library_dgraph_check_f.o library_dgraph_coarsen.o library_dgraph_coarsen_f.o library_dgraph_gather.o library_dgraph_gather_f.o library_dgraph_grow.o library_dgraph_halo.o library_dgraph_halo_f.o library_dgraph_induce.o library_dgraph_induce_f.o library_dgraph_io_load.o library_dgraph_io_load_f.o library_dgraph_io_save.o library_dgraph_io_save_f.o library_dgraph_map.o library_dgraph_map_f.o library_dgraph_map_view.o library_dgraph_map_view_f.o library_dgraph_order.o library_dgraph_order_f.o library_dgraph_order_gather.o library_dgraph_order_gather_f.o library_dgraph_order_io.o library_dgraph_order_io_f.o library_dgraph_order_io_block.o library_dgraph_order_io_block_f.o library_dgraph_order_perm.o library_dgraph_order_perm_f.o library_dgraph_order_tree_dist.o library_dgraph_order_tree_dist_f.o library_dgraph_redist.o library_dgraph_redist_f.o library_dgraph_scatter.o library_dgraph_scatter_f.o library_dgraph_stat.o library_dgraph_stat_f.o library_dmapping.o library_dorder.o vdgraph.o vdgraph_check.o vdgraph_gather_all.o vdgraph_separate_bd.o vdgraph_separate_df.o vdgraph_separate_ml.o vdgraph_separate_sq.o vdgraph_separate_st.o vdgraph_separate_zr.o vdgraph_store.o
echo libptscotch.so
libptscotch.so
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_error.c -o library_error_pt.o
gcc -shared -o libptscotcherr.so library_error_pt.o
echo libptscotcherr.so
libptscotcherr.so
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -c library_error_exit.c -o library_error_exit_pt.o
gcc -shared -o libptscotcherrexit.so library_error_exit_pt.o
echo libptscotcherrexit.so
libptscotcherrexit.so
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
cp scotch.h ../../include
cp scotchf.h ../../include
cp libscotch.so libscotcherr*.so ../../lib
cp ptscotch.h ../../include
cp ptscotchf.h ../../include
cp libptscotch.so libptscotcherr*.so ../../lib
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/libscotch'
(cd scotch ;         make VERSION=6 RELEASE=0 PATCHLEVEL=3 ptscotch && make ptinstall)
make[1]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
make CC="/usr/bin/cc" SCOTCHLIB=ptscotch	\
				dggath				\
				dgmap				\
				dgord				\
				dgpart				\
				dgscat				\
				dgtst
make[2]: Entering directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
/usr/bin/cc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch dggath.c -o dggath -L../../lib -lptscotch -lscotch -lptscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/tmp/ccd977Ut.o: In function `main':
dggath.c:(.text.startup+0x3b): undefined reference to `MPI_Init'
dggath.c:(.text.startup+0x52): undefined reference to `MPI_Comm_size'
dggath.c:(.text.startup+0x61): undefined reference to `MPI_Comm_rank'
dggath.c:(.text.startup+0x2bc): undefined reference to `MPI_Allreduce'
dggath.c:(.text.startup+0x370): undefined reference to `MPI_Finalize'
../../lib/libptscotch.so: undefined reference to `MPI_Gather'
../../lib/libptscotch.so: undefined reference to `MPI_Type_extent'
../../lib/libptscotch.so: undefined reference to `MPI_Type_hindexed'
../../lib/libptscotch.so: undefined reference to `MPI_Waitany'
../../lib/libptscotch.so: undefined reference to `MPI_Gatherv'
../../lib/libptscotch.so: undefined reference to `MPI_Alltoallv'
../../lib/libptscotch.so: undefined reference to `MPI_Type_contiguous'
../../lib/libptscotch.so: undefined reference to `MPI_Comm_dup'
../../lib/libptscotch.so: undefined reference to `MPI_Irecv'
../../lib/libptscotch.so: undefined reference to `MPI_Address'
../../lib/libptscotch.so: undefined reference to `MPI_Isend'
../../lib/libptscotch.so: undefined reference to `MPI_Wait'
../../lib/libptscotch.so: undefined reference to `MPI_Recv'
../../lib/libptscotch.so: undefined reference to `MPI_Comm_split'
../../lib/libptscotch.so: undefined reference to `MPI_Send'
../../lib/libptscotch.so: undefined reference to `MPI_Get_count'
../../lib/libptscotch.so: undefined reference to `MPI_Allgather'
../../lib/libptscotcherrexit.so: undefined reference to `MPI_Initialized'
../../lib/libptscotch.so: undefined reference to `MPI_Scatterv'
../../lib/libptscotch.so: undefined reference to `MPI_Alltoall'
../../lib/libptscotch.so: undefined reference to `MPI_Op_free'
../../lib/libptscotch.so: undefined reference to `MPI_Cancel'
../../lib/libptscotch.so: undefined reference to `MPI_Comm_free'
../../lib/libptscotch.so: undefined reference to `MPI_Allgatherv'
../../lib/libptscotch.so: undefined reference to `MPI_Scatter'
../../lib/libptscotch.so: undefined reference to `MPI_Op_create'
../../lib/libptscotch.so: undefined reference to `MPI_Request_free'
../../lib/libptscotch.so: undefined reference to `MPI_Type_struct'
../../lib/libptscotch.so: undefined reference to `MPI_Recv_init'
../../lib/libptscotch.so: undefined reference to `MPI_Bcast'
../../lib/libptscotch.so: undefined reference to `MPI_Type_free'
../../lib/libptscotch.so: undefined reference to `MPI_Waitall'
../../lib/libptscotch.so: undefined reference to `MPI_Startall'
../../lib/libptscotch.so: undefined reference to `MPI_Type_commit'
../../lib/libptscotch.so: undefined reference to `MPI_Type_size'
../../lib/libptscotch.so: undefined reference to `MPI_Scan'
../../lib/libptscotch.so: undefined reference to `MPI_Sendrecv'
../../lib/libptscotch.so: undefined reference to `MPI_Barrier'
collect2: error: ld returned 1 exit status
Makefile:50: recipe for target 'dggath' failed
make[2]: *** [dggath] Error 1
make[2]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
Makefile:90: recipe for target 'ptscotch' failed
make[1]: *** [ptscotch] Error 2
make[1]: Leaving directory '/home/liu/Desktop/code_saturne_4.2.3_build/scotch_6.0.3.build/src/scotch'
Makefile:98: recipe for target 'ptscotch' failed
make: *** [ptscotch] Error 2
