(cd libscotch ;      make VERSION=6 RELEASE=0 PATCHLEVEL=3 scotch && make install)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" CCD="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc"	\
				scotch.h				\
				scotchf.h				\
				libscotch.so				\
				libscotcherr.so			\
				libscotcherrexit.so
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                             ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 */
                              ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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' */
       ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                  ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                           ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                     ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                     ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 */
                              ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 . 
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                           ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
make[1]: Entering directory '/home/jbl/CS4.2.1/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/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
(cd scotch ;         make VERSION=6 RELEASE=0 PATCHLEVEL=3 scotch && make install)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" 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/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                                                ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 */
                                  ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                    ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                                  ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                    ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" 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/jbl/CS4.2.1/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/jbl/CS4.2.1/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/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
(cd libscotchmetis ; make                                                                scotch && make install)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" SCOTCHLIB=ptscotch						\
				libscotchmetis.so
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" SCOTCHLIB=ptscotch						\
				libscotchmetis.so
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make[2]: 'libscotchmetis.so' is up to date.
make[2]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
cp metis.h ../../include
cp libscotchmetis.so ../../lib
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
mkdir /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/bin
mkdir /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/share
mkdir /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/share/man
mkdir /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/share/man/man1
cp -f ../bin/[agm]* /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/bin
cp -f ../bin/d[agm]* /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/bin
cp: impossible d'évaluer «../bin/d[agm]*»: Aucun fichier ou dossier de ce type
Makefile:115: recipe for target 'install' failed
make: [install] Error 1 (ignorée)
cp -f ../include/*scotch*.h /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/include
cp -f ../lib/*scotch*.so /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib
cp -Rf ../man/* /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/share/man
(cd libscotch ;      make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/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/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
(cd scotch ;         make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/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/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
(cd libscotchmetis ; make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
rm -f *~ *.o lib*.so
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
(cd check ;          make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/check'
rm -f *~ *.o
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/check'
(cd esmumps ;        make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/esmumps'
rm -f *~ common.h *.o lib*.so main_esmumps
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/esmumps'
(cd libscotch ;      make VERSION=6 RELEASE=0 PATCHLEVEL=3 ptscotch && make ptinstall)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" CCD="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc"	\
				scotch.h				\
				scotchf.h				\
				libscotch.so				\
				libscotcherr.so			\
				libscotcherrexit.so
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 " ",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                             ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 */
                              ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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' */
       ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                  ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                           ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                     ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                     ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 */
                              ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                                      ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                          ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 . 
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                           ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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/jbl/CS4.2.1/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="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc"	\
				ptscotch.h							\
				ptscotchf.h							\
				libptscotch.so						\
				libptscotcherr.so						\
				libptscotcherrexit.so
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
dgraph_halo.c: In function ‘dgraphHaloSync2’:
dgraph_halo.c:209:3: warning: ‘MPI_Type_extent’ is deprecated: MPI_Type_extent is superseded by MPI_Type_get_extent in MPI-2.0 [-Wdeprecated-declarations]
   MPI_Type_extent (attrglbtype, &attrglbsiz);     /* Get type extent */
   ^
In file included from common.h:106:0,
                 from dgraph_halo.c:64:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1744:20: note: declared here
 OMPI_DECLSPEC  int MPI_Type_extent(MPI_Datatype type, MPI_Aint *extent)
                    ^
dgraph_halo.c: In function ‘_SCOTCHdgraphHaloSync’:
dgraph_halo.c:267:5: warning: ‘MPI_Type_extent’ is deprecated: MPI_Type_extent is superseded by MPI_Type_get_extent in MPI-2.0 [-Wdeprecated-declarations]
     MPI_Type_extent (attrglbtype, &attrglbsiz);   /* Get type extent */
     ^
In file included from common.h:106:0,
                 from dgraph_halo.c:64:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1744:20: note: declared here
 OMPI_DECLSPEC  int MPI_Type_extent(MPI_Datatype type, MPI_Aint *extent)
                    ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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 */
                              ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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,
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                              ^
dmapping_io.c:254:7: warning: ‘MPI_Address’ is deprecated: MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
       MPI_Address (termloctab, &typedsptab[0]);
       ^
In file included from common.h:106:0,
                 from dmapping_io.c:53:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1178:20: note: declared here
 OMPI_DECLSPEC  int MPI_Address(void *location, MPI_Aint *address)
                    ^
dmapping_io.c:255:7: warning: ‘MPI_Address’ is deprecated: MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
       MPI_Address (fragptr->vnumtab, &typedsptab[1]);
       ^
In file included from common.h:106:0,
                 from dmapping_io.c:53:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1178:20: note: declared here
 OMPI_DECLSPEC  int MPI_Address(void *location, MPI_Aint *address)
                    ^
dmapping_io.c:260:7: warning: ‘MPI_Type_hindexed’ is deprecated: MPI_Type_hindexed is superseded by MPI_Type_create_hindexed in MPI-2.0 [-Wdeprecated-declarations]
       MPI_Type_hindexed (2, typecnttab, typedsptab, GNUM_MPI, &typedat);
       ^
In file included from common.h:106:0,
                 from dmapping_io.c:53:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1769:20: note: declared here
 OMPI_DECLSPEC  int MPI_Type_hindexed(int count, int array_of_blocklengths[],
                    ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                              ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                     ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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",
                        ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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);
                     ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
library_dgraph_stat.c: In function ‘SCOTCH_dgraphStat’:
library_dgraph_stat.c:271:3: warning: ‘MPI_Address’ is deprecated: MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
   MPI_Address (&srclstadat.velomin, &srcdisptab[0]);
   ^
In file included from common.h:106:0,
                 from library_dgraph_stat.c:56:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1178:20: note: declared here
 OMPI_DECLSPEC  int MPI_Address(void *location, MPI_Aint *address)
                    ^
library_dgraph_stat.c:272:3: warning: ‘MPI_Address’ is deprecated: MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
   MPI_Address (&srclstadat.velodlt, &srcdisptab[1]);
   ^
In file included from common.h:106:0,
                 from library_dgraph_stat.c:56:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1178:20: note: declared here
 OMPI_DECLSPEC  int MPI_Address(void *location, MPI_Aint *address)
                    ^
library_dgraph_stat.c:277:3: warning: ‘MPI_Type_struct’ is deprecated: MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
   if ((MPI_Type_struct (2, dgraphstatblentab, srcdisptab, dgraphstattypetab, &srctypedat) == MPI_SUCCESS) &&
   ^
In file included from common.h:106:0,
                 from library_dgraph_stat.c:56:
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/include/mpi.h:1787:20: note: declared here
 OMPI_DECLSPEC  int MPI_Type_struct(int count, int array_of_blocklengths[],
                    ^
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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=]
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
make[1]: Entering directory '/home/jbl/CS4.2.1/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/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
(cd scotch ;         make VERSION=6 RELEASE=0 PATCHLEVEL=3 ptscotch && make ptinstall)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" SCOTCHLIB=ptscotch	\
				dggath				\
				dgmap				\
				dgord				\
				dgpart				\
				dgscat				\
				dgtst
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -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
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch dgmap.c -o dgmap -L../../lib -lptscotch -lscotch -lptscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch dgord.c -o dgord -L../../lib -lptscotch -lscotch -lptscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch dgmap.c -DSCOTCH_COMPILE_PART -o dgpart -L../../lib -lptscotch -lscotch -lptscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch dgscat.c -o dgscat -L../../lib -lptscotch -lscotch -lptscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -I../../include -I../libscotch dgtst.c -o dgtst -L../../lib -lptscotch -lscotch -lptscotcherrexit -lz -lm -lrt -pthread -Wl,--no-as-needed
dgtst.c: In function ‘main’:
dgtst.c:208: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",
                                ^
dgtst.c:210: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",
                                ^
dgtst.c:210:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
dgtst.c:210:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
dgtst.c:212: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",
                                ^
dgtst.c:212:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
dgtst.c:212:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
dgtst.c:214: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",
                                ^
dgtst.c:216: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",
                                ^
dgtst.c:216:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
dgtst.c:216:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
make[2]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" SCOTCHLIB=ptscotch	\
				dggath				\
				dgmap				\
				dgord				\
				dgpart				\
				dgscat				\
				dgtst
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
make[2]: 'dggath' is up to date.
make[2]: 'dgmap' is up to date.
make[2]: 'dgord' is up to date.
make[2]: 'dgpart' is up to date.
make[2]: 'dgscat' is up to date.
make[2]: 'dgtst' is up to date.
make[2]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
cp dggath dgmap dgord dgpart dgscat dgtst ../../bin
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
(cd libscotchmetis ; make                                                                ptscotch && make ptinstall)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make CFLAGS="-O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH" CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" SCOTCHLIB=ptscotch	\
				libptscotchparmetis.so
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -I../../include -I../libscotch -c parmetis_dgraph_order.c -o parmetis_dgraph_order.o
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -I../../include -I../libscotch -c parmetis_dgraph_order_f.c -o parmetis_dgraph_order_f.o
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -I../../include -I../libscotch -c parmetis_dgraph_part.c -o parmetis_dgraph_part.o
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -shared -fPIC -I../../include -I../libscotch -c parmetis_dgraph_part_f.c -o parmetis_dgraph_part_f.o
gcc -shared -o libptscotchparmetis.so parmetis_dgraph_order.o parmetis_dgraph_order_f.o parmetis_dgraph_part.o parmetis_dgraph_part_f.o
echo libptscotchparmetis.so
libptscotchparmetis.so
make[2]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make CFLAGS="-O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME  -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH" CC="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc" SCOTCHLIB=ptscotch	\
				libptscotchparmetis.so
make[2]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
make[2]: 'libptscotchparmetis.so' is up to date.
make[2]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
cp parmetis.h ../../include
cp libptscotchparmetis.so ../../lib
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
cp -f ../bin/[agm]* /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/bin
cp -f ../bin/d[agm]* /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/bin
cp -f ../include/*scotch*.h /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/include
cp -f ../lib/*scotch*.so /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib
cp -Rf ../man/* /home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/share/man
(cd libscotch ;      make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/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/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotch'
(cd scotch ;         make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/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/jbl/CS4.2.1/scotch_6.0.3.build/src/scotch'
(cd libscotchmetis ; make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
rm -f *~ *.o lib*.so
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/libscotchmetis'
(cd check ;          make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/check'
rm -f *~ *.o
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/check'
(cd esmumps ;        make clean)
make[1]: Entering directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/esmumps'
rm -f *~ common.h *.o lib*.so main_esmumps
make[1]: Leaving directory '/home/jbl/CS4.2.1/scotch_6.0.3.build/src/esmumps'
rm -rf build/Linux-x86_64
mkdir -p build/Linux-x86_64
cd build/Linux-x86_64 && cmake /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis -DCMAKE_VERBOSE_MAKEFILE=1 -DGKLIB_PATH=/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -DCMAKE_INSTALL_PREFIX=/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64 -DSHARED=1 -DCMAKE_C_COMPILER=/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc
-- The C compiler identification is GNU 5.2.1
-- The CXX compiler identification is GNU 5.2.1
-- Check for working C compiler: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc
-- Check for working C compiler: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for execinfo.h
-- Looking for execinfo.h - found
-- Looking for getline
-- Looking for getline - found
-- checking for thread-local storage - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64
make[1]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -H/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis -B/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color=
Scanning dependencies of target metis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 13
[  1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/htable.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/htable.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 14
[  2%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/omp.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/omp.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 15
[  3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/blas.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/blas.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 16
[  4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/timers.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/timers.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 17
[  6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/sort.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/sort.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 18
[  7%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/fkvkselect.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 19
[  8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/csr.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/csr.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 20
[  9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/pdb.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/pdb.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 21
[ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/fs.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/fs.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 22
[ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/pqueue.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 23
[ 13%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/getopt.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/getopt.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 24
[ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/util.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/util.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 25
[ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 26
[ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/string.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/string.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 27
[ 18%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/graph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/graph.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 28
[ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/b64.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/b64.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 29
[ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/rw.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/rw.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 30
[ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/tokenizer.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 31
[ 23%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/seq.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/seq.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 32
[ 24%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/random.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/random.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 33
[ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/itemsets.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 34
[ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/error.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/error.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 35
[ 28%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/gkregex.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 36
[ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/evaluate.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 37
[ 30%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/mcore.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/mcore.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 38
[ 32%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/memory.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/memory.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 39
[ 33%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/auxapi.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/auxapi.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 40
[ 34%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/compress.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/compress.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 41
[ 35%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/timing.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/timing.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 42
[ 37%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/minconn.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/minconn.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 43
[ 38%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/fortran.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/fortran.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 44
[ 39%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/stat.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/stat.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 45
[ 40%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/parmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/parmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 46
[ 41%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/initpart.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/initpart.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 47
[ 43%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/refine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/refine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 48
[ 44%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mcutil.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mcutil.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 49
[ 45%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/kmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/kmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 50
[ 46%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/wspace.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/wspace.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 51
[ 48%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mesh.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mesh.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 52
[ 49%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/balance.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/balance.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 53
[ 50%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/meshpart.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/meshpart.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 54
[ 51%] Building C object libmetis/CMakeFiles/metis.dir/util.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/util.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/util.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 55
[ 53%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/sfm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/sfm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 56
[ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/debug.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/debug.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 57
[ 55%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/coarsen.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/coarsen.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 58
[ 56%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mmd.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mmd.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 59
[ 58%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/checkgraph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/checkgraph.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 60
[ 59%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/graph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/graph.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 61
[ 60%] Building C object libmetis/CMakeFiles/metis.dir/options.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/options.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/options.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 62
[ 61%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/ometis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/ometis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 63
[ 62%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/gklib.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/gklib.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 64
[ 64%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/separator.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/separator.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 65
[ 65%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/contig.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/contig.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 66
[ 66%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mincover.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mincover.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 67
[ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/kwayrefine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/kwayrefine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 68
[ 69%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/srefine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/srefine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 69
[ 70%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/bucketsort.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/bucketsort.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 70
[ 71%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/pmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/pmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 71
[ 72%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/kwayfm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/kwayfm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 72
[ 74%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/fm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/fm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 73
[ 75%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/frename.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/frename.c
Linking C shared library libmetis.so
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /usr/bin/cmake -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -fPIC  -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3  -shared -Wl,-soname,libmetis.so -o libmetis.so CMakeFiles/metis.dir/__/GKlib/htable.c.o CMakeFiles/metis.dir/__/GKlib/omp.c.o CMakeFiles/metis.dir/__/GKlib/blas.c.o CMakeFiles/metis.dir/__/GKlib/timers.c.o CMakeFiles/metis.dir/__/GKlib/sort.c.o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o CMakeFiles/metis.dir/__/GKlib/csr.c.o CMakeFiles/metis.dir/__/GKlib/pdb.c.o CMakeFiles/metis.dir/__/GKlib/fs.c.o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o CMakeFiles/metis.dir/__/GKlib/getopt.c.o CMakeFiles/metis.dir/__/GKlib/util.c.o CMakeFiles/metis.dir/__/GKlib/io.c.o CMakeFiles/metis.dir/__/GKlib/string.c.o CMakeFiles/metis.dir/__/GKlib/graph.c.o CMakeFiles/metis.dir/__/GKlib/b64.c.o CMakeFiles/metis.dir/__/GKlib/rw.c.o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o CMakeFiles/metis.dir/__/GKlib/seq.c.o CMakeFiles/metis.dir/__/GKlib/random.c.o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o CMakeFiles/metis.dir/__/GKlib/error.c.o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o CMakeFiles/metis.dir/__/GKlib/mcore.c.o CMakeFiles/metis.dir/__/GKlib/memory.c.o CMakeFiles/metis.dir/auxapi.c.o CMakeFiles/metis.dir/compress.c.o CMakeFiles/metis.dir/timing.c.o CMakeFiles/metis.dir/minconn.c.o CMakeFiles/metis.dir/fortran.c.o CMakeFiles/metis.dir/stat.c.o CMakeFiles/metis.dir/parmetis.c.o CMakeFiles/metis.dir/initpart.c.o CMakeFiles/metis.dir/refine.c.o CMakeFiles/metis.dir/mcutil.c.o CMakeFiles/metis.dir/kmetis.c.o CMakeFiles/metis.dir/wspace.c.o CMakeFiles/metis.dir/mesh.c.o CMakeFiles/metis.dir/balance.c.o CMakeFiles/metis.dir/meshpart.c.o CMakeFiles/metis.dir/util.c.o CMakeFiles/metis.dir/sfm.c.o CMakeFiles/metis.dir/debug.c.o CMakeFiles/metis.dir/coarsen.c.o CMakeFiles/metis.dir/mmd.c.o CMakeFiles/metis.dir/checkgraph.c.o CMakeFiles/metis.dir/graph.c.o CMakeFiles/metis.dir/options.c.o CMakeFiles/metis.dir/ometis.c.o CMakeFiles/metis.dir/gklib.c.o CMakeFiles/metis.dir/separator.c.o CMakeFiles/metis.dir/contig.c.o CMakeFiles/metis.dir/mincover.c.o CMakeFiles/metis.dir/kwayrefine.c.o CMakeFiles/metis.dir/srefine.c.o CMakeFiles/metis.dir/bucketsort.c.o CMakeFiles/metis.dir/pmetis.c.o CMakeFiles/metis.dir/kwayfm.c.o CMakeFiles/metis.dir/fm.c.o CMakeFiles/metis.dir/frename.c.o -lm 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
[ 75%] Built target metis
make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/cmpfillin.dir/DependInfo.cmake --color=
Scanning dependencies of target cmpfillin
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 1
[ 76%] Building C object programs/CMakeFiles/cmpfillin.dir/cmpfillin.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/cmpfillin.dir/cmpfillin.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/cmpfillin.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 2
[ 77%] Building C object programs/CMakeFiles/cmpfillin.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/cmpfillin.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 3
[ 79%] Building C object programs/CMakeFiles/cmpfillin.dir/smbfactor.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/cmpfillin.dir/smbfactor.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/smbfactor.c
Linking C executable cmpfillin
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/cmpfillin.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/cmpfillin.dir/cmpfillin.c.o CMakeFiles/cmpfillin.dir/io.c.o CMakeFiles/cmpfillin.dir/smbfactor.c.o  -o cmpfillin  -L/home/karypis/local/lib -rdynamic ../libmetis/libmetis.so -lm -Wl,-rpath,/home/karypis/local/lib:/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  1 2 3
[ 79%] Built target cmpfillin
make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/gpmetis.dir/DependInfo.cmake --color=
Scanning dependencies of target gpmetis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 4
[ 80%] Building C object programs/CMakeFiles/gpmetis.dir/gpmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/gpmetis.dir/gpmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/gpmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 5
[ 81%] Building C object programs/CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/cmdline_gpmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 6
[ 82%] Building C object programs/CMakeFiles/gpmetis.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/gpmetis.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 7
[ 83%] Building C object programs/CMakeFiles/gpmetis.dir/stat.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/gpmetis.dir/stat.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/stat.c
Linking C executable gpmetis
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/gpmetis.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/gpmetis.dir/gpmetis.c.o CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.o CMakeFiles/gpmetis.dir/io.c.o CMakeFiles/gpmetis.dir/stat.c.o  -o gpmetis  -L/home/karypis/local/lib -rdynamic ../libmetis/libmetis.so -lm -Wl,-rpath,/home/karypis/local/lib:/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  4 5 6 7
[ 83%] Built target gpmetis
make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/graphchk.dir/DependInfo.cmake --color=
Scanning dependencies of target graphchk
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 8
[ 85%] Building C object programs/CMakeFiles/graphchk.dir/graphchk.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/graphchk.dir/graphchk.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/graphchk.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 9
[ 86%] Building C object programs/CMakeFiles/graphchk.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/graphchk.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/io.c
Linking C executable graphchk
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/graphchk.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/graphchk.dir/graphchk.c.o CMakeFiles/graphchk.dir/io.c.o  -o graphchk  -L/home/karypis/local/lib -rdynamic ../libmetis/libmetis.so -lm -Wl,-rpath,/home/karypis/local/lib:/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  8 9
[ 86%] Built target graphchk
make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/m2gmetis.dir/DependInfo.cmake --color=
Scanning dependencies of target m2gmetis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 10
[ 87%] Building C object programs/CMakeFiles/m2gmetis.dir/m2gmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/m2gmetis.dir/m2gmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/m2gmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 11
[ 88%] Building C object programs/CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/cmdline_m2gmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 12
[ 90%] Building C object programs/CMakeFiles/m2gmetis.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/m2gmetis.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/io.c
Linking C executable m2gmetis
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/m2gmetis.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/m2gmetis.dir/m2gmetis.c.o CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.o CMakeFiles/m2gmetis.dir/io.c.o  -o m2gmetis  -L/home/karypis/local/lib -rdynamic ../libmetis/libmetis.so -lm -Wl,-rpath,/home/karypis/local/lib:/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  10 11 12
[ 90%] Built target m2gmetis
make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/mpmetis.dir/DependInfo.cmake --color=
Scanning dependencies of target mpmetis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 74
[ 91%] Building C object programs/CMakeFiles/mpmetis.dir/mpmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/mpmetis.dir/mpmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/mpmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 75
[ 92%] Building C object programs/CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/cmdline_mpmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 76
[ 93%] Building C object programs/CMakeFiles/mpmetis.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/mpmetis.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 77
[ 95%] Building C object programs/CMakeFiles/mpmetis.dir/stat.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/mpmetis.dir/stat.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/stat.c
Linking C executable mpmetis
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/mpmetis.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/mpmetis.dir/mpmetis.c.o CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.o CMakeFiles/mpmetis.dir/io.c.o CMakeFiles/mpmetis.dir/stat.c.o  -o mpmetis  -L/home/karypis/local/lib -rdynamic ../libmetis/libmetis.so -lm -Wl,-rpath,/home/karypis/local/lib:/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  74 75 76 77
[ 95%] Built target mpmetis
make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/ndmetis.dir/DependInfo.cmake --color=
Scanning dependencies of target ndmetis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 78
[ 96%] Building C object programs/CMakeFiles/ndmetis.dir/ndmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/ndmetis.dir/ndmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/ndmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 79
[ 97%] Building C object programs/CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/cmdline_ndmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 80
[ 98%] Building C object programs/CMakeFiles/ndmetis.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/ndmetis.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 81
[100%] Building C object programs/CMakeFiles/ndmetis.dir/smbfactor.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -DSVNINFO=\"\" -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/../libmetis    -o CMakeFiles/ndmetis.dir/smbfactor.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs/smbfactor.c
Linking C executable ndmetis
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/ndmetis.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/ndmetis.dir/ndmetis.c.o CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.o CMakeFiles/ndmetis.dir/io.c.o CMakeFiles/ndmetis.dir/smbfactor.c.o  -o ndmetis  -L/home/karypis/local/lib -rdynamic ../libmetis/libmetis.so -lm -Wl,-rpath,/home/karypis/local/lib:/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  78 79 80 81
[100%] Built target ndmetis
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 0
make[1]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[1]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -H/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis -B/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[3]: Nothing to be done for 'libmetis/CMakeFiles/metis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
[ 75%] Built target metis
make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/cmpfillin.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/cmpfillin.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  1 2 3
[ 79%] Built target cmpfillin
make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/gpmetis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/gpmetis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  4 5 6 7
[ 83%] Built target gpmetis
make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/graphchk.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/graphchk.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  8 9
[ 86%] Built target graphchk
make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/m2gmetis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/m2gmetis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  10 11 12
[ 90%] Built target m2gmetis
make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/mpmetis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/mpmetis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  74 75 76 77
[ 95%] Built target mpmetis
make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs/CMakeFiles/ndmetis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/ndmetis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles  78 79 80 81
[100%] Built target ndmetis
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/include/metis.h
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib/libmetis.so
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/gpmetis
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/gpmetis"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/ndmetis
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/ndmetis"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/mpmetis
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/mpmetis"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/m2gmetis
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/m2gmetis"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/graphchk
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/graphchk"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/cmpfillin
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/cmpfillin"
make[1]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[1]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f CMakeFiles/Makefile2 clean
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/libmetis && /usr/bin/cmake -P CMakeFiles/metis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/cmpfillin.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/gpmetis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/graphchk.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/m2gmetis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/mpmetis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/ndmetis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
make[1]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/build/Linux-x86_64'
rm -rf build/Linux-x86_64
mkdir -p build/Linux-x86_64
cd build/Linux-x86_64 && cmake /home/jbl/CS4.2.1/parmetis-4.0.3.build -DCMAKE_VERBOSE_MAKEFILE=1 -DGKLIB_PATH=/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -DMETIS_PATH=/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis -DCMAKE_INSTALL_PREFIX=/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64 -DSHARED=1 -DCMAKE_C_COMPILER=/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DCMAKE_CXX_COMPILER=/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx
-- The C compiler identification is GNU 5.2.1
-- The CXX compiler identification is GNU 5.2.1
-- Check for working C compiler: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc
-- Check for working C compiler: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx
-- Check for working CXX compiler: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for execinfo.h
-- Looking for execinfo.h - found
-- Looking for getline
-- Looking for getline - found
-- checking for thread-local storage - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64
make[1]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -H/home/jbl/CS4.2.1/parmetis-4.0.3.build -B/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color=
Scanning dependencies of target metis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[  0%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/htable.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/htable.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 1
[  1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/omp.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/omp.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 2
[  2%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/blas.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/blas.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 3
[  3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/timers.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/timers.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 4
[  4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/sort.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/sort.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 5
[  5%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/fkvkselect.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 6
[  6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/csr.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/csr.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 7
[  7%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/pdb.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/pdb.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 8
[  8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/fs.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/fs.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 9
[  9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/pqueue.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 10
[ 10%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/getopt.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/getopt.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 10%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/util.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/util.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 11
[ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 12
[ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/string.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/string.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 13
[ 13%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/graph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/graph.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 14
[ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/b64.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/b64.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 15
[ 15%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/rw.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/rw.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 16
[ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/tokenizer.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 17
[ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/seq.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/seq.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 18
[ 18%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/random.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/random.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 19
[ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/itemsets.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 20
[ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/error.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/error.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/gkregex.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 21
[ 21%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/evaluate.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 22
[ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/mcore.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/mcore.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 23
[ 23%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/__/GKlib/memory.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib/memory.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 24
[ 24%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/auxapi.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/auxapi.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 25
[ 25%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/compress.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/compress.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 26
[ 26%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/timing.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/timing.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 27
[ 27%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/minconn.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/minconn.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 28
[ 28%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/fortran.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/fortran.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 29
[ 29%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/stat.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/stat.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 30
[ 30%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/parmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/parmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 30%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/initpart.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/initpart.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 31
[ 31%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/refine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/refine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 32
[ 32%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mcutil.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mcutil.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 33
[ 33%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/kmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/kmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 34
[ 34%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/wspace.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/wspace.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 35
[ 35%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mesh.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mesh.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 36
[ 36%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/balance.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/balance.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 37
[ 37%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/meshpart.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/meshpart.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 38
[ 38%] Building C object libmetis/CMakeFiles/metis.dir/util.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/util.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/util.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 39
[ 39%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/sfm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/sfm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 40
[ 40%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/debug.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/debug.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 40%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/coarsen.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/coarsen.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 41
[ 41%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mmd.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mmd.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 42
[ 42%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/checkgraph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/checkgraph.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 43
[ 43%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/graph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/graph.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 44
[ 44%] Building C object libmetis/CMakeFiles/metis.dir/options.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/options.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/options.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 45
[ 45%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/ometis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/ometis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 46
[ 46%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/gklib.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/gklib.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 47
[ 47%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/separator.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/separator.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 48
[ 48%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/contig.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/contig.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 49
[ 49%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/mincover.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/mincover.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 50
[ 50%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/kwayrefine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/kwayrefine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 50%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/srefine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/srefine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 51
[ 51%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/bucketsort.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/bucketsort.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 52
[ 52%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/pmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/pmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 53
[ 53%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/kwayfm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/kwayfm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 54
[ 54%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/fm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/fm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 55
[ 55%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/.    -o CMakeFiles/metis.dir/frename.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis/frename.c
Linking C static library libmetis.a
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /usr/bin/cmake -P CMakeFiles/metis.dir/cmake_clean_target.cmake
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /usr/bin/cmake -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1
/usr/bin/ar cq libmetis.a  CMakeFiles/metis.dir/__/GKlib/htable.c.o CMakeFiles/metis.dir/__/GKlib/omp.c.o CMakeFiles/metis.dir/__/GKlib/blas.c.o CMakeFiles/metis.dir/__/GKlib/timers.c.o CMakeFiles/metis.dir/__/GKlib/sort.c.o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o CMakeFiles/metis.dir/__/GKlib/csr.c.o CMakeFiles/metis.dir/__/GKlib/pdb.c.o CMakeFiles/metis.dir/__/GKlib/fs.c.o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o CMakeFiles/metis.dir/__/GKlib/getopt.c.o CMakeFiles/metis.dir/__/GKlib/util.c.o CMakeFiles/metis.dir/__/GKlib/io.c.o CMakeFiles/metis.dir/__/GKlib/string.c.o CMakeFiles/metis.dir/__/GKlib/graph.c.o CMakeFiles/metis.dir/__/GKlib/b64.c.o CMakeFiles/metis.dir/__/GKlib/rw.c.o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o CMakeFiles/metis.dir/__/GKlib/seq.c.o CMakeFiles/metis.dir/__/GKlib/random.c.o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o CMakeFiles/metis.dir/__/GKlib/error.c.o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o CMakeFiles/metis.dir/__/GKlib/mcore.c.o CMakeFiles/metis.dir/__/GKlib/memory.c.o CMakeFiles/metis.dir/auxapi.c.o CMakeFiles/metis.dir/compress.c.o CMakeFiles/metis.dir/timing.c.o CMakeFiles/metis.dir/minconn.c.o CMakeFiles/metis.dir/fortran.c.o CMakeFiles/metis.dir/stat.c.o CMakeFiles/metis.dir/parmetis.c.o CMakeFiles/metis.dir/initpart.c.o CMakeFiles/metis.dir/refine.c.o CMakeFiles/metis.dir/mcutil.c.o CMakeFiles/metis.dir/kmetis.c.o CMakeFiles/metis.dir/wspace.c.o CMakeFiles/metis.dir/mesh.c.o CMakeFiles/metis.dir/balance.c.o CMakeFiles/metis.dir/meshpart.c.o CMakeFiles/metis.dir/util.c.o CMakeFiles/metis.dir/sfm.c.o CMakeFiles/metis.dir/debug.c.o CMakeFiles/metis.dir/coarsen.c.o CMakeFiles/metis.dir/mmd.c.o CMakeFiles/metis.dir/checkgraph.c.o CMakeFiles/metis.dir/graph.c.o CMakeFiles/metis.dir/options.c.o CMakeFiles/metis.dir/ometis.c.o CMakeFiles/metis.dir/gklib.c.o CMakeFiles/metis.dir/separator.c.o CMakeFiles/metis.dir/contig.c.o CMakeFiles/metis.dir/mincover.c.o CMakeFiles/metis.dir/kwayrefine.c.o CMakeFiles/metis.dir/srefine.c.o CMakeFiles/metis.dir/bucketsort.c.o CMakeFiles/metis.dir/pmetis.c.o CMakeFiles/metis.dir/kwayfm.c.o CMakeFiles/metis.dir/fm.c.o CMakeFiles/metis.dir/frename.c.o
/usr/bin/ranlib libmetis.a
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
[ 55%] Built target metis
make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis/CMakeFiles/parmetis.dir/DependInfo.cmake --color=
Scanning dependencies of target parmetis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 58
[ 56%] Building C object libparmetis/CMakeFiles/parmetis.dir/remap.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/remap.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/remap.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 59
[ 57%] Building C object libparmetis/CMakeFiles/parmetis.dir/pspases.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/pspases.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/pspases.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 60
[ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/move.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/move.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/move.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/match.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/match.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/match.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 61
[ 59%] Building C object libparmetis/CMakeFiles/parmetis.dir/stat.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/stat.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/stat.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 62
[ 60%] Building C object libparmetis/CMakeFiles/parmetis.dir/xyzpart.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/xyzpart.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/xyzpart.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 63
[ 61%] Building C object libparmetis/CMakeFiles/parmetis.dir/gkmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/gkmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/gkmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 64
[ 62%] Building C object libparmetis/CMakeFiles/parmetis.dir/initpart.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/initpart.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/initpart.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 65
[ 63%] Building C object libparmetis/CMakeFiles/parmetis.dir/diffutil.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/diffutil.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/diffutil.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 66
[ 64%] Building C object libparmetis/CMakeFiles/parmetis.dir/comm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/comm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/comm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 67
[ 65%] Building C object libparmetis/CMakeFiles/parmetis.dir/csrmatch.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/csrmatch.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/csrmatch.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 68
[ 66%] Building C object libparmetis/CMakeFiles/parmetis.dir/kmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/kmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/kmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 69
[ 67%] Building C object libparmetis/CMakeFiles/parmetis.dir/akwayfm.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/akwayfm.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/akwayfm.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 70
[ 68%] Building C object libparmetis/CMakeFiles/parmetis.dir/wspace.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/wspace.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/wspace.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 68%] Building C object libparmetis/CMakeFiles/parmetis.dir/node_refine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/node_refine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/node_refine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 71
[ 69%] Building C object libparmetis/CMakeFiles/parmetis.dir/mesh.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/mesh.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/mesh.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 72
[ 70%] Building C object libparmetis/CMakeFiles/parmetis.dir/util.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/util.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/util.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 73
[ 71%] Building C object libparmetis/CMakeFiles/parmetis.dir/initbalance.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/initbalance.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/initbalance.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 74
[ 72%] Building C object libparmetis/CMakeFiles/parmetis.dir/gkmpi.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/gkmpi.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/gkmpi.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 75
[ 73%] Building C object libparmetis/CMakeFiles/parmetis.dir/debug.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/debug.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/debug.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 76
[ 74%] Building C object libparmetis/CMakeFiles/parmetis.dir/mdiffusion.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/mdiffusion.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/mdiffusion.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 77
[ 75%] Building C object libparmetis/CMakeFiles/parmetis.dir/timer.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/timer.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/timer.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 78
[ 76%] Building C object libparmetis/CMakeFiles/parmetis.dir/initmsection.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/initmsection.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/initmsection.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 79
[ 77%] Building C object libparmetis/CMakeFiles/parmetis.dir/graph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/graph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/graph.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 80
[ 78%] Building C object libparmetis/CMakeFiles/parmetis.dir/balancemylink.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/balancemylink.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/balancemylink.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 78%] Building C object libparmetis/CMakeFiles/parmetis.dir/ometis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/ometis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/ometis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 81
[ 79%] Building C object libparmetis/CMakeFiles/parmetis.dir/mmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/mmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/mmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 82
[ 80%] Building C object libparmetis/CMakeFiles/parmetis.dir/msetup.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/msetup.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/msetup.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 83
[ 81%] Building C object libparmetis/CMakeFiles/parmetis.dir/ametis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/ametis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/ametis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 84
[ 82%] Building C object libparmetis/CMakeFiles/parmetis.dir/serial.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/serial.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/serial.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 85
[ 83%] Building C object libparmetis/CMakeFiles/parmetis.dir/rmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/rmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/rmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 86
[ 84%] Building C object libparmetis/CMakeFiles/parmetis.dir/weird.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/weird.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/weird.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 87
[ 85%] Building C object libparmetis/CMakeFiles/parmetis.dir/wave.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/wave.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/wave.c
/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/wave.c: In function ‘libparmetis__WavefrontDiffusion’:
/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/wave.c:253:1: warning: label ‘CleanUpAndExit’ defined but not used [-Wunused-label]
 CleanUpAndExit:
 ^
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 88
[ 86%] Building C object libparmetis/CMakeFiles/parmetis.dir/redomylink.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/redomylink.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/redomylink.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 89
[ 87%] Building C object libparmetis/CMakeFiles/parmetis.dir/renumber.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/renumber.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/renumber.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 90
[ 88%] Building C object libparmetis/CMakeFiles/parmetis.dir/kwayrefine.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/kwayrefine.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/kwayrefine.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 
[ 88%] Building C object libparmetis/CMakeFiles/parmetis.dir/ctrl.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/ctrl.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/ctrl.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 91
[ 89%] Building C object libparmetis/CMakeFiles/parmetis.dir/selectq.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/selectq.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/selectq.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 92
[ 90%] Building C object libparmetis/CMakeFiles/parmetis.dir/frename.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -Dparmetis_EXPORTS -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -fPIC -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/.    -o CMakeFiles/parmetis.dir/frename.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis/frename.c
Linking C shared library libparmetis.so
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /usr/bin/cmake -E cmake_link_script CMakeFiles/parmetis.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -fPIC  -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3  -shared -Wl,-soname,libparmetis.so -o libparmetis.so CMakeFiles/parmetis.dir/remap.c.o CMakeFiles/parmetis.dir/pspases.c.o CMakeFiles/parmetis.dir/move.c.o CMakeFiles/parmetis.dir/match.c.o CMakeFiles/parmetis.dir/stat.c.o CMakeFiles/parmetis.dir/xyzpart.c.o CMakeFiles/parmetis.dir/gkmetis.c.o CMakeFiles/parmetis.dir/initpart.c.o CMakeFiles/parmetis.dir/diffutil.c.o CMakeFiles/parmetis.dir/comm.c.o CMakeFiles/parmetis.dir/csrmatch.c.o CMakeFiles/parmetis.dir/kmetis.c.o CMakeFiles/parmetis.dir/akwayfm.c.o CMakeFiles/parmetis.dir/wspace.c.o CMakeFiles/parmetis.dir/node_refine.c.o CMakeFiles/parmetis.dir/mesh.c.o CMakeFiles/parmetis.dir/util.c.o CMakeFiles/parmetis.dir/initbalance.c.o CMakeFiles/parmetis.dir/gkmpi.c.o CMakeFiles/parmetis.dir/debug.c.o CMakeFiles/parmetis.dir/mdiffusion.c.o CMakeFiles/parmetis.dir/timer.c.o CMakeFiles/parmetis.dir/initmsection.c.o CMakeFiles/parmetis.dir/graph.c.o CMakeFiles/parmetis.dir/balancemylink.c.o CMakeFiles/parmetis.dir/ometis.c.o CMakeFiles/parmetis.dir/mmetis.c.o CMakeFiles/parmetis.dir/msetup.c.o CMakeFiles/parmetis.dir/ametis.c.o CMakeFiles/parmetis.dir/serial.c.o CMakeFiles/parmetis.dir/rmetis.c.o CMakeFiles/parmetis.dir/weird.c.o CMakeFiles/parmetis.dir/wave.c.o CMakeFiles/parmetis.dir/redomylink.c.o CMakeFiles/parmetis.dir/renumber.c.o CMakeFiles/parmetis.dir/kwayrefine.c.o CMakeFiles/parmetis.dir/ctrl.c.o CMakeFiles/parmetis.dir/selectq.c.o CMakeFiles/parmetis.dir/frename.c.o ../libmetis/libmetis.a -lm 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
[ 90%] Built target parmetis
make -f programs/CMakeFiles/mtest.dir/build.make programs/CMakeFiles/mtest.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/mtest.dir/DependInfo.cmake --color=
Scanning dependencies of target mtest
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/mtest.dir/build.make programs/CMakeFiles/mtest.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 56
[ 91%] Building C object programs/CMakeFiles/mtest.dir/mtest.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/mtest.dir/mtest.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/mtest.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 57
[ 92%] Building C object programs/CMakeFiles/mtest.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/mtest.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/io.c
Linking C executable mtest
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/mtest.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/mtest.dir/mtest.c.o CMakeFiles/mtest.dir/io.c.o  -o mtest -rdynamic ../libparmetis/libparmetis.so ../libmetis/libmetis.a -lm -Wl,-rpath,/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  56 57
[ 92%] Built target mtest
make -f programs/CMakeFiles/parmetis_prog.dir/build.make programs/CMakeFiles/parmetis_prog.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/parmetis_prog.dir/DependInfo.cmake --color=
Scanning dependencies of target parmetis_prog
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/parmetis_prog.dir/build.make programs/CMakeFiles/parmetis_prog.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 93
[ 93%] Building C object programs/CMakeFiles/parmetis_prog.dir/parmetis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/parmetis_prog.dir/parmetis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/parmetis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 94
[ 94%] Building C object programs/CMakeFiles/parmetis_prog.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/parmetis_prog.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 95
[ 95%] Building C object programs/CMakeFiles/parmetis_prog.dir/adaptgraph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/parmetis_prog.dir/adaptgraph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/adaptgraph.c
Linking C executable parmetis
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/parmetis_prog.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/parmetis_prog.dir/parmetis.c.o CMakeFiles/parmetis_prog.dir/io.c.o CMakeFiles/parmetis_prog.dir/adaptgraph.c.o  -o parmetis -rdynamic ../libparmetis/libparmetis.so ../libmetis/libmetis.a -lm -Wl,-rpath,/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  93 94 95
[ 95%] Built target parmetis_prog
make -f programs/CMakeFiles/pometis.dir/build.make programs/CMakeFiles/pometis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/pometis.dir/DependInfo.cmake --color=
Scanning dependencies of target pometis
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/pometis.dir/build.make programs/CMakeFiles/pometis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 96
[ 96%] Building C object programs/CMakeFiles/pometis.dir/pometis.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/pometis.dir/pometis.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/pometis.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 97
[ 97%] Building C object programs/CMakeFiles/pometis.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/pometis.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/io.c
Linking C executable pometis
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/pometis.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/pometis.dir/pometis.c.o CMakeFiles/pometis.dir/io.c.o  -o pometis -rdynamic ../libparmetis/libparmetis.so ../libmetis/libmetis.a -lm -Wl,-rpath,/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  96 97
[ 97%] Built target pometis
make -f programs/CMakeFiles/ptest.dir/build.make programs/CMakeFiles/ptest.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/ptest.dir/DependInfo.cmake --color=
Scanning dependencies of target ptest
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/ptest.dir/build.make programs/CMakeFiles/ptest.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 98
[ 98%] Building C object programs/CMakeFiles/ptest.dir/ptest.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/ptest.dir/ptest.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/ptest.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 99
[ 99%] Building C object programs/CMakeFiles/ptest.dir/io.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/ptest.dir/io.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/io.c
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 100
[100%] Building C object programs/CMakeFiles/ptest.dir/adaptgraph.c.o
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/GKlib -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/include -I/home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/.    -o CMakeFiles/ptest.dir/adaptgraph.c.o   -c /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs/adaptgraph.c
Linking C executable ptest
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -E cmake_link_script CMakeFiles/ptest.dir/link.txt --verbose=1
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc   -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3   CMakeFiles/ptest.dir/ptest.c.o CMakeFiles/ptest.dir/io.c.o CMakeFiles/ptest.dir/adaptgraph.c.o  -o ptest -rdynamic ../libparmetis/libparmetis.so ../libmetis/libmetis.a -lm -Wl,-rpath,/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis: 
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  98 99 100
[100%] Built target ptest
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 0
make[1]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[1]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -H/home/jbl/CS4.2.1/parmetis-4.0.3.build -B/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/metis/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[3]: Nothing to be done for 'libmetis/CMakeFiles/metis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
[ 55%] Built target metis
make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/libparmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis/CMakeFiles/parmetis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[3]: Nothing to be done for 'libparmetis/CMakeFiles/parmetis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
[ 90%] Built target parmetis
make -f programs/CMakeFiles/mtest.dir/build.make programs/CMakeFiles/mtest.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/mtest.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/mtest.dir/build.make programs/CMakeFiles/mtest.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/mtest.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  56 57
[ 92%] Built target mtest
make -f programs/CMakeFiles/parmetis_prog.dir/build.make programs/CMakeFiles/parmetis_prog.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/parmetis_prog.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/parmetis_prog.dir/build.make programs/CMakeFiles/parmetis_prog.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/parmetis_prog.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  93 94 95
[ 95%] Built target parmetis_prog
make -f programs/CMakeFiles/pometis.dir/build.make programs/CMakeFiles/pometis.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/pometis.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/pometis.dir/build.make programs/CMakeFiles/pometis.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/pometis.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  96 97
[ 97%] Built target pometis
make -f programs/CMakeFiles/ptest.dir/build.make programs/CMakeFiles/ptest.dir/depend
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jbl/CS4.2.1/parmetis-4.0.3.build /home/jbl/CS4.2.1/parmetis-4.0.3.build/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64 /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs/CMakeFiles/ptest.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/ptest.dir/build.make programs/CMakeFiles/ptest.dir/build
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[3]: Nothing to be done for 'programs/CMakeFiles/ptest.dir/build'.
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_report /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles  98 99 100
[100%] Built target ptest
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
/usr/bin/cmake -E cmake_progress_start /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/include/parmetis.h
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib/libparmetis.so
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/ptest
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/ptest"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/mtest
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/mtest"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/parmetis
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/parmetis"
-- Installing: /home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/pometis
-- Removed runtime path from "/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/bin/pometis"
make[1]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[1]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f CMakeFiles/Makefile2 clean
make[2]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libmetis && /usr/bin/cmake -P CMakeFiles/metis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/libparmetis && /usr/bin/cmake -P CMakeFiles/parmetis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/mtest.dir/build.make programs/CMakeFiles/mtest.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/mtest.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/parmetis_prog.dir/build.make programs/CMakeFiles/parmetis_prog.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/parmetis_prog.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/pometis.dir/build.make programs/CMakeFiles/pometis.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/pometis.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make -f programs/CMakeFiles/ptest.dir/build.make programs/CMakeFiles/ptest.dir/clean
make[3]: Entering directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
cd /home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64/programs && /usr/bin/cmake -P CMakeFiles/ptest.dir/cmake_clean.cmake
make[3]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[2]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
make[1]: Leaving directory '/home/jbl/CS4.2.1/parmetis-4.0.3.build/build/Linux-x86_64'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for modulecmd... no
checking for gcc... /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc accepts -g... yes
checking for /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ accepts -g... yes
checking dependency style of /usr/bin/c++... gcc3
checking whether we are using the GNU Fortran compiler... yes
checking whether /usr/bin/f95 accepts -g... yes
checking whether ln -s works... yes
checking whether /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... no
checking for byacc... no
configure: sourcing config/cs_auto_flags.sh (test for known compilers)
compiler '/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc' is GNU gcc-5.2.1
compiler '/usr/bin/c++' is GNU g++-5.2.1
compiler '/usr/bin/f95' is GNU gfortran-5.2.1
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc object... ok
checking how to run the C preprocessor... /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/c++ accepts -g... (cached) yes
checking dependency style of /usr/bin/c++... (cached) gcc3
checking how to run the C++ preprocessor... /usr/bin/c++ -E
checking whether we are using the GNU Fortran compiler... (cached) yes
checking whether /usr/bin/f95 accepts -g... (cached) yes
checking for objdir... .libs
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc supports -fno-rtti -fno-exceptions... no
checking for /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc option to produce PIC... -fPIC -DPIC
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc PIC flag -fPIC -DPIC works... yes
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc static flag -static works... no
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc supports -c -o file.o... yes
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc supports -c -o file.o... (cached) yes
checking whether the /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by /usr/bin/c++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/c++ option to produce PIC... -fPIC -DPIC
checking if /usr/bin/c++ PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/c++ static flag -static works... yes
checking if /usr/bin/c++ supports -c -o file.o... yes
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for /usr/bin/f95 option to produce PIC... -fPIC
checking if /usr/bin/f95 PIC flag -fPIC works... yes
checking if /usr/bin/f95 static flag -static works... yes
checking if /usr/bin/f95 supports -c -o file.o... yes
checking if /usr/bin/f95 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for long long... yes
checking for unsigned long long... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... yes
checking size of void *... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking how to get verbose linking output from /usr/bin/f95... -v
checking for Fortran libraries of /usr/bin/f95...  -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath
checking for OpenMP (C)... yes
checking for OpenMP simd... yes
checking for OpenMP (Fortran)... yes
/home/jbl/code_saturne-4.2.1/configure: line 20799: xyes: command not found
checking whether /usr/bin/python version >= "2.6"... yes
checking for /usr/bin/python version... 2.7
checking for /usr/bin/python platform... linux2
checking for /usr/bin/python script directory... ${prefix}/lib/python2.7/site-packages
checking for /usr/bin/python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlInitParser in -lxml2... yes
checking for MPI (MPI compiler wrapper test)... yes
checking for MPI I/O... yes
checking for MPI2 one-sided communication... yes
checking for MPI in place... yes
checking for MPI Neighborhood collectives... yes
checking for ptscotch.h... yes
/home/jbl/code_saturne-4.2.1/configure: line 23349: /bin: Is a directory
/home/jbl/code_saturne-4.2.1/configure: line 23350: ------------------------: command not found
checking for PT-SCOTCH... yes
checking hdf5.h usability... yes
checking hdf5.h presence... yes
checking for hdf5.h... yes
checking for H5Fopen in -lhdf5... yes
CGNS >= 3.1.0 headers found
checking for cg_coord_partial_write in -lcgns... yes
MED >= 3.0 headers found
configure: WARNING: no MED file MPI support
CCMIO headers not found
checking freesteam/steam.h usability... no
checking freesteam/steam.h presence... no
checking for freesteam/steam.h... no
checking for Zlib... yes
checking size of z_off_t... 8
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
CALCIUM support
configure: checking for omniORB...
checking for omniidl... /home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/bin/omniidl
checking CORBA.h usability... yes
checking CORBA.h presence... yes
checking for CORBA.h... yes
checking whether we can link with omnithreads... yes
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking whether we can link with omniORB... yes
checking omniORBpy... no
for omniORBpy: no
for omniORB: yes
checking whether we have double and CORBA::Double compatibility... no
checking whether we have int and CORBA::Long compatibility... no
 unknown orb
configure: WARNING: no ParaMEDMEM support
checking for pdflatex... no
configure: WARNING: pdflatex not found
checking for bibtex... no
configure: WARNING: bibtex not found
checking for makeindex... no
configure: WARNING: makeindex not found
checking for fig2dev... no
configure: WARNING: fig2dev not found
checking for doxygen... no
configure: WARNING: doxygen not found
checking for dot... no
configure: WARNING: dot not found
checking for sphinx-build... no
configure: WARNING: sphinx-build not found
checking for PyQt4 version >= 4.5... yes
checking for pyuic4... /usr/bin/pyuic4
checking for pyrcc4... /usr/bin/pyrcc4
checking for lrelease... /usr/bin/lrelease
checking for moc... /usr/bin/moc
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/types.h... (cached) yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for mkdir... yes
checking for chdir... yes
checking for stat... yes
checking for dup2... yes
checking for access... yes
checking for snprintf... yes
checking for getcwd... yes
checking for sleep... yes
checking for getpwuid... yes
checking for geteuid... yes
checking for uname... yes
checking for clock_gettime... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for sbrk... yes
checking for sysinfo... yes
checking for posix_memalign... yes
checking for memset... yes
checking for strtok_r... yes
checking for pow... yes
checking for modf... yes
checking for tgamma... yes
checking for erf... yes
checking for working strtod... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... 1
checking size of off_t... 8
checking for glibc backtrace... yes
checking for glibc cplus_demangle... no
checking for dlopen... dlopen
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating preprocessor/Makefile
config.status: creating preprocessor/appli/Makefile
config.status: creating preprocessor/base/Makefile
config.status: creating preprocessor/pre-post/Makefile
config.status: creating preprocessor/util/Makefile
config.status: creating salome/Makefile
config.status: creating src/Makefile
config.status: creating src/apps/Makefile
config.status: creating src/gui/Makefile
config.status: creating src/bft/Makefile
config.status: creating src/fvm/Makefile
config.status: creating src/mei/Makefile
config.status: creating src/base/Makefile
config.status: creating src/atmo/Makefile
config.status: creating src/cdo/Makefile
config.status: creating src/cfbl/Makefile
config.status: creating src/cogz/Makefile
config.status: creating src/ctwr/Makefile
config.status: creating src/darc/Makefile
config.status: creating src/elec/Makefile
config.status: creating src/comb/Makefile
config.status: creating src/pprt/Makefile
config.status: creating src/lagr/Makefile
config.status: creating src/rayt/Makefile
config.status: creating src/turb/Makefile
config.status: creating src/alge/Makefile
config.status: creating src/mesh/Makefile
config.status: creating src/user/Makefile
config.status: creating src/user_examples/Makefile
config.status: creating gui/Makefile
config.status: creating gui/Base/Makefile
config.status: creating gui/Pages/Makefile
config.status: creating salome/fsi_coupling/Makefile
config.status: creating salome/fsi_coupling/idl/Makefile
config.status: creating salome/fsi_coupling/libmilieu/Makefile
config.status: creating salome/fsi_coupling/resources/Makefile
config.status: creating salome/fsi_coupling/src/Makefile
config.status: creating salome/fsi_coupling/src/FSI_ASTER/Makefile
config.status: creating salome/fsi_coupling/src/FSI_MILIEU/Makefile
config.status: creating salome/fsi_coupling/src/FSI_SATURNE/Makefile
config.status: creating salome/cfd_study/Makefile
config.status: creating salome/cfd_study/doc/Makefile
config.status: creating salome/cfd_study/idl/Makefile
config.status: creating salome/cfd_study/resources/Makefile
config.status: creating salome/cfd_study/src/Makefile
config.status: creating salome/cfd_study/src/CFDSTUDY/Makefile
config.status: creating salome/cfd_study/src/CFDSTUDYGUI/Makefile
config.status: creating docs/Makefile
config.status: creating docs/doxygen/Makefile
config.status: creating docs/style/csvers.tex
config.status: creating docs/autovnv/Makefile
config.status: creating docs/autovnv/graphics/Makefile
config.status: creating docs/developer/Makefile
config.status: creating docs/developer/graphics/Makefile
config.status: creating docs/install/Makefile
config.status: creating docs/refcard/Makefile
config.status: creating docs/refcard/graphics/Makefile
config.status: creating docs/theory/Makefile
config.status: creating docs/theory/graphics/Makefile
config.status: creating docs/user/Makefile
config.status: creating docs/user/graphics/Makefile
config.status: creating tests/Makefile
config.status: creating extras/salome/fsi_appli_config.xml
config.status: creating extras/windows/innosetup/setup_mingw.iss
config.status: creating extras/windows/innosetup/setup_cygwin32.iss
config.status: creating extras/windows/innosetup/setup_cygwin64.iss
config.status: creating bin/cs_config.py
config.status: creating cs_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in libple (/home/jbl/code_saturne-4.2.1.build/libple)
configure: running /bin/bash /home/jbl/code_saturne-4.2.1/libple/configure --disable-option-checking '--prefix=/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64'  '--with-hdf5=/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64' '--with-cgns=/usr' '--with-metis=/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64' '--with-scotch=/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64' 'PYTHON=/usr/bin/python' '--with-salome=/home/jbl/salome/Salome-V7_7_1-x86_64' '--disable-static' 'CXX=/usr/bin/c++' 'CC=/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc' 'FC=/usr/bin/f95' --cache-file=/dev/null --srcdir=/home/jbl/code_saturne-4.2.1/libple
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
configure: initializing ple_config.h
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc accepts -g... yes
checking for /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc... gcc3
checking whether ln -s works... yes
checking whether /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc and cc understand -c and -o together... yes
configure: sourcing config/ple_auto_flags.sh (test for known compilers)
compiler '/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc' is GNU gcc-5.2.1
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc object... ok
checking how to run the C preprocessor... /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc supports -fno-rtti -fno-exceptions... no
checking for /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc option to produce PIC... -fPIC -DPIC
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc PIC flag -fPIC -DPIC works... yes
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc static flag -static works... no
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc supports -c -o file.o... yes
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc supports -c -o file.o... (cached) yes
checking whether the /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for long long... yes
checking for unsigned long long... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... yes
checking size of void *... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking for snprintf... yes
checking for gettimeofday... yes
checking for MPI (MPI compiler wrapper test)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for doxygen... no
configure: WARNING: doxygen not found
checking for dot... no
configure: WARNING: dot not found; Doxygen documentation will not be built
configure: initializing ple-config
configure: closing ple-config
configure: closing ple_config.h
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen/Makefile
config.status: creating po/Makefile.in
config.status: creating ple_config_priv.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

Configuration options:
 use debugging code: no
 MPI (Message Passing Interface) support: yes
 OpenMP support: no

The package has been configured. Type:
 make
 make install

To generate and install the PLE package


Configuration options:
 use debugging code: no
 use malloc hooks: no
 use graphical user interface: yes
 use long global numbers: yes
 Zlib (gzipped file) support: yes
 MPI (Message Passing Interface) support: yes
   MPI I/O support: yes
   MPI2 one-sided communication support: yes
   MPI3 neighborhood collectives support: yes
 OpenMP support: yes
 OpenMP Fortran support: yes
 BLAS (Basic Linear Algebra Subprograms) support: no
 Libxml2 (XML Reader) support: yes
 ParMETIS (Parallel Graph Partitioning) support: yes
 PT-SCOTCH (Parallel Graph Partitioning) support: yes
 CCM support: no
 HDF (Hierarchical Data Format) support: yes
 CGNS (CFD General Notation System) support: yes
 MED (Model for Exchange of Data) support: yes
   MED MPI I/O support: no
 MEDCoupling support: yes
 ParaMEDMEM support: no
 Catalyst (ParaView co-processing) support: no
 EOS support: no
 freesteam support: no
 CoolProp support: no
 PETSc support: no
 SALOME GUI support: yes
 SALOME Kernel support: yes
 Dynamic loader support (for YACS): dlopen

The package has been configured. Type:
 make
 make install

To generate and install the Code_Saturne kernel

make  all-recursive
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build'
Making all in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build'
rm -f bin/code_saturne bin/code_saturne.tmp
/bin/mkdir -p bin
srcdir=''; \
test -f ./bin/code_saturne.in || srcdir=/home/jbl/code_saturne-4.2.1/; \
sed -e 's|@PYTHON[@]|/usr/bin/python|g' -e 's|@pkgpythondir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne|g' -e 's|@relocatable[@]|no|g' ${srcdir}bin/code_saturne.in >bin/code_saturne.tmp
mv bin/code_saturne.tmp bin/code_saturne
rm -f bin/cs_package.py bin/cs_package.py.tmp
/bin/mkdir -p bin
srcdir=''; \
test -f ./bin/cs_package.py.in || srcdir=/home/jbl/code_saturne-4.2.1/; \
sed -e 's|@prefix[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64|g' -e 's|@exec_prefix[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64|g' -e 's|@bindir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin|g' -e 's|@includedir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include|g' -e 's|@pkgincludedir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne|g' -e 's|@libdir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib|g' -e 's|@libexecdir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec|g' -e 's|@pkglibexecdir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne|g' -e 's|@pythondir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages|g' -e 's|@pkgpythondir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne|g' -e 's|@localedir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale|g' -e 's|@datarootdir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share|g' -e 's|@datadir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share|g' -e 's|@pkgdatadir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne|g' -e 's|@docdir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne|g' -e 's|@pdfdir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne|g' -e 's|@sysconfdir[@]|/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc|g' -e 's|@PACKAGE_NAME[@]|code_saturne|g' -e 's|@PACKAGE_TARNAME[@]|code_saturne|g' -e 's|@PACKAGE_VERSION[@]|4.2.1|g' -e 's|@PACKAGE_STRING[@]|code_saturne 4.2.1|g' -e 's|@PACKAGE_BUGREPORT[@]|saturne-support@edf.fr|g' -e 's|@PACKAGE_URL[@]|http://code-saturne.org|g' -e 's|@cs_src_revision[@]|4.2.1|g' -e 's|@cs_version[@]|4.2|g' -e 's|@cs_version_full[@]|4.2.1|g' -e 's|@cs_version_short[@]|4.2|g' -e 's|@SALOME_KERNEL[@]|/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1|g' -e 's|@SALOMEENVCMD[@]|. /home/jbl/salome/Salome-V7_7_1-x86_64/salome_prerequisites.sh; export ROOT_SALOME=/home/jbl/salome/Salome-V7_7_1-x86_64; . /home/jbl/salome/Salome-V7_7_1-x86_64/salome_modules.sh|g' ${srcdir}bin/cs_package.py.in >bin/cs_package.py.tmp
mv bin/cs_package.py.tmp bin/cs_package.py
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build'
Making all in libple
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
make  all-recursive
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
Making all in src
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
/bin/bash ../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/libple/src -I..   -DNDEBUG  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -fdiagnostics-color=auto  -MT ple_defs.lo -MD -MP -MF .deps/ple_defs.Tpo -c -o ple_defs.lo /home/jbl/code_saturne-4.2.1/libple/src/ple_defs.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/libple/src -I.. -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -fdiagnostics-color=auto -MT ple_defs.lo -MD -MP -MF .deps/ple_defs.Tpo -c /home/jbl/code_saturne-4.2.1/libple/src/ple_defs.c  -fPIC -DPIC -o .libs/ple_defs.o
/home/jbl/code_saturne-4.2.1/libple/src/ple_defs.c: In function ‘_ple_mem_free_default’:
/home/jbl/code_saturne-4.2.1/libple/src/ple_defs.c:277:36: warning: unused parameter ‘var_name’ [-Wunused-parameter]
                       const char  *var_name,
                                    ^
/home/jbl/code_saturne-4.2.1/libple/src/ple_defs.c:278:36: warning: unused parameter ‘file_name’ [-Wunused-parameter]
                       const char  *file_name,
                                    ^
/home/jbl/code_saturne-4.2.1/libple/src/ple_defs.c:279:36: warning: unused parameter ‘line_num’ [-Wunused-parameter]
                       int          line_num)
                                    ^
mv -f .deps/ple_defs.Tpo .deps/ple_defs.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/libple/src -I..   -DNDEBUG  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -fdiagnostics-color=auto  -MT ple_locator.lo -MD -MP -MF .deps/ple_locator.Tpo -c -o ple_locator.lo /home/jbl/code_saturne-4.2.1/libple/src/ple_locator.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/libple/src -I.. -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -fdiagnostics-color=auto -MT ple_locator.lo -MD -MP -MF .deps/ple_locator.Tpo -c /home/jbl/code_saturne-4.2.1/libple/src/ple_locator.c  -fPIC -DPIC -o .libs/ple_locator.o
mv -f .deps/ple_locator.Tpo .deps/ple_locator.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/libple/src -I..   -DNDEBUG  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -fdiagnostics-color=auto  -MT ple_coupling.lo -MD -MP -MF .deps/ple_coupling.Tpo -c -o ple_coupling.lo /home/jbl/code_saturne-4.2.1/libple/src/ple_coupling.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/libple/src -I.. -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -fdiagnostics-color=auto -MT ple_coupling.lo -MD -MP -MF .deps/ple_coupling.Tpo -c /home/jbl/code_saturne-4.2.1/libple/src/ple_coupling.c  -fPIC -DPIC -o .libs/ple_coupling.o
/home/jbl/code_saturne-4.2.1/libple/src/ple_coupling.c: In function ‘ple_coupling_mpi_name_to_id’:
/home/jbl/code_saturne-4.2.1/libple/src/ple_coupling.c:435:18: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
     _order_names((const char **)names_ptr, order, n_ranks);
                  ^
mv -f .deps/ple_coupling.Tpo .deps/ple_coupling.Plo
/bin/bash ../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -fdiagnostics-color=auto   -no-undefined -version-info 1:0:0 -O -o libple.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib ple_defs.lo ple_locator.lo ple_coupling.lo  -lm -lm
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -shared  .libs/ple_defs.o .libs/ple_locator.o .libs/ple_coupling.o   -lm    -Wl,-soname -Wl,libple.so.1 -o .libs/libple.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libple.so.1" && ln -s "libple.so.1.0.0" "libple.so.1")
libtool: link: (cd ".libs" && rm -f "libple.so" && ln -s "libple.so.1.0.0" "libple.so")
libtool: link: ( cd ".libs" && rm -f "libple.la" && ln -s "../libple.la" "libple.la" )
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
Making all in tests
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
Making all in doc
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
Making all in doxygen
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
Making all in po
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/po'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/po'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple'
Making all in preprocessor
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
Making all in base
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_table.lo -MD -MP -MF .deps/ecs_table.Tpo -c -o ecs_table.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_table.lo -MD -MP -MF .deps/ecs_table.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table.c  -fPIC -DPIC -o .libs/ecs_table.o
mv -f .deps/ecs_table.Tpo .deps/ecs_table.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_table_att.lo -MD -MP -MF .deps/ecs_table_att.Tpo -c -o ecs_table_att.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table_att.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_table_att.lo -MD -MP -MF .deps/ecs_table_att.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table_att.c  -fPIC -DPIC -o .libs/ecs_table_att.o
/home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table_att.c: In function ‘ecs_table_att__cree_att_fam’:
/home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table_att.c:342:60: warning: ‘nbr_pos_def’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     nbr_val_rep_new = ECS_MAX(nbr_val_rep_new, cpt_val_rep + nbr_pos_def);
                                                            ^
/home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table_att.c:309:17: note: ‘nbr_pos_def’ was declared here
   size_t        nbr_pos_def;
                 ^
mv -f .deps/ecs_table_att.Tpo .deps/ecs_table_att.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_table_def.lo -MD -MP -MF .deps/ecs_table_def.Tpo -c -o ecs_table_def.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table_def.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_table_def.lo -MD -MP -MF .deps/ecs_table_def.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_table_def.c  -fPIC -DPIC -o .libs/ecs_table_def.o
mv -f .deps/ecs_table_def.Tpo .deps/ecs_table_def.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_descr.lo -MD -MP -MF .deps/ecs_descr.Tpo -c -o ecs_descr.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_descr.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_descr.lo -MD -MP -MF .deps/ecs_descr.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_descr.c  -fPIC -DPIC -o .libs/ecs_descr.o
mv -f .deps/ecs_descr.Tpo .deps/ecs_descr.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_descr_chaine.lo -MD -MP -MF .deps/ecs_descr_chaine.Tpo -c -o ecs_descr_chaine.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_descr_chaine.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_descr_chaine.lo -MD -MP -MF .deps/ecs_descr_chaine.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_descr_chaine.c  -fPIC -DPIC -o .libs/ecs_descr_chaine.o
mv -f .deps/ecs_descr_chaine.Tpo .deps/ecs_descr_chaine.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_famille.lo -MD -MP -MF .deps/ecs_famille.Tpo -c -o ecs_famille.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_famille.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_famille.lo -MD -MP -MF .deps/ecs_famille.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_famille.c  -fPIC -DPIC -o .libs/ecs_famille.o
mv -f .deps/ecs_famille.Tpo .deps/ecs_famille.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_famille_chaine.lo -MD -MP -MF .deps/ecs_famille_chaine.Tpo -c -o ecs_famille_chaine.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_famille_chaine.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_famille_chaine.lo -MD -MP -MF .deps/ecs_famille_chaine.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_famille_chaine.c  -fPIC -DPIC -o .libs/ecs_famille_chaine.o
mv -f .deps/ecs_famille_chaine.Tpo .deps/ecs_famille_chaine.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../..  -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_maillage.lo -MD -MP -MF .deps/ecs_maillage.Tpo -c -o ecs_maillage.lo /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_maillage.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I../.. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_maillage.lo -MD -MP -MF .deps/ecs_maillage.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/base/ecs_maillage.c  -fPIC -DPIC -o .libs/ecs_maillage.o
mv -f .deps/ecs_maillage.Tpo .deps/ecs_maillage.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libbaseecs.la  ecs_table.lo ecs_table_att.lo ecs_table_def.lo ecs_descr.lo ecs_descr_chaine.lo ecs_famille.lo ecs_famille_chaine.lo ecs_maillage.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libbaseecs.a .libs/ecs_table.o .libs/ecs_table_att.o .libs/ecs_table_def.o .libs/ecs_descr.o .libs/ecs_descr_chaine.o .libs/ecs_famille.o .libs/ecs_famille_chaine.o .libs/ecs_maillage.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libbaseecs.a
libtool: link: ( cd ".libs" && rm -f "libbaseecs.la" && ln -s "../libbaseecs.la" "libbaseecs.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
Making all in pre-post
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_table_comm.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_comm.Tpo -c -o libprepostecs_la-ecs_table_comm.lo `test -f 'ecs_table_comm.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_table_comm.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_table_comm.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_comm.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_table_comm.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_comm.o
mv -f .deps/libprepostecs_la-ecs_table_comm.Tpo .deps/libprepostecs_la-ecs_table_comm.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_table_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post.Tpo -c -o libprepostecs_la-ecs_table_post.lo `test -f 'ecs_table_post.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_table_post.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_table_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_table_post.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post.o
mv -f .deps/libprepostecs_la-ecs_table_post.Tpo .deps/libprepostecs_la-ecs_table_post.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_table_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_cgns.Tpo -c -o libprepostecs_la-ecs_table_post_cgns.lo `test -f 'ecs_table_post_cgns.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_table_post_cgns.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_table_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_cgns.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_table_post_cgns.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post_cgns.o
mv -f .deps/libprepostecs_la-ecs_table_post_cgns.Tpo .deps/libprepostecs_la-ecs_table_post_cgns.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_table_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_ens.Tpo -c -o libprepostecs_la-ecs_table_post_ens.lo `test -f 'ecs_table_post_ens.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_table_post_ens.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_table_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_ens.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_table_post_ens.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post_ens.o
mv -f .deps/libprepostecs_la-ecs_table_post_ens.Tpo .deps/libprepostecs_la-ecs_table_post_ens.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_table_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_med.Tpo -c -o libprepostecs_la-ecs_table_post_med.lo `test -f 'ecs_table_post_med.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_table_post_med.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_table_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_table_post_med.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_table_post_med.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_table_post_med.o
mv -f .deps/libprepostecs_la-ecs_table_post_med.Tpo .deps/libprepostecs_la-ecs_table_post_med.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_maillage_ncs.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_ncs.Tpo -c -o libprepostecs_la-ecs_maillage_ncs.lo `test -f 'ecs_maillage_ncs.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_maillage_ncs.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_maillage_ncs.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_ncs.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_maillage_ncs.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_maillage_ncs.o
mv -f .deps/libprepostecs_la-ecs_maillage_ncs.Tpo .deps/libprepostecs_la-ecs_maillage_ncs.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_maillage_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_post.Tpo -c -o libprepostecs_la-ecs_maillage_post.lo `test -f 'ecs_maillage_post.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_maillage_post.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_maillage_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_post.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_maillage_post.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_maillage_post.o
mv -f .deps/libprepostecs_la-ecs_maillage_post.Tpo .deps/libprepostecs_la-ecs_maillage_post.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_maillage_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_pre.Tpo -c -o libprepostecs_la-ecs_maillage_pre.lo `test -f 'ecs_maillage_pre.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_maillage_pre.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_maillage_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_maillage_pre.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_maillage_pre.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_maillage_pre.o
mv -f .deps/libprepostecs_la-ecs_maillage_pre.Tpo .deps/libprepostecs_la-ecs_maillage_pre.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_med.Tpo -c -o libprepostecs_la-ecs_med.lo `test -f 'ecs_med.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_med.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_med.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_med.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_med.o
mv -f .deps/libprepostecs_la-ecs_med.Tpo .deps/libprepostecs_la-ecs_med.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post.Tpo -c -o libprepostecs_la-ecs_post.lo `test -f 'ecs_post.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_post.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_post.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_post.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post.o
mv -f .deps/libprepostecs_la-ecs_post.Tpo .deps/libprepostecs_la-ecs_post.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_cgns.Tpo -c -o libprepostecs_la-ecs_post_cgns.lo `test -f 'ecs_post_cgns.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_post_cgns.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_post_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_cgns.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_post_cgns.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post_cgns.o
mv -f .deps/libprepostecs_la-ecs_post_cgns.Tpo .deps/libprepostecs_la-ecs_post_cgns.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_ens.Tpo -c -o libprepostecs_la-ecs_post_ens.lo `test -f 'ecs_post_ens.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_post_ens.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_post_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_ens.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_post_ens.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post_ens.o
mv -f .deps/libprepostecs_la-ecs_post_ens.Tpo .deps/libprepostecs_la-ecs_post_ens.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_med.Tpo -c -o libprepostecs_la-ecs_post_med.lo `test -f 'ecs_post_med.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_post_med.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_post_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_post_med.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_post_med.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_post_med.o
mv -f .deps/libprepostecs_la-ecs_post_med.Tpo .deps/libprepostecs_la-ecs_post_med.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre.Tpo -c -o libprepostecs_la-ecs_pre.lo `test -f 'ecs_pre.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre.o
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre.c: In function ‘_get_path’:
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre.c:229:25: warning: unused parameter ‘dir_path’ [-Wunused-parameter]
 _get_path(const char   *dir_path,
                         ^
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre.c:231:25: warning: unused parameter ‘env_path’ [-Wunused-parameter]
           char        **env_path)
                         ^
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre.c: At top level:
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre.c:307:1: warning: ‘_load_plugin_reader’ defined but not used [-Wunused-function]
 _load_plugin_reader(const char  *dl_name,
 ^
mv -f .deps/libprepostecs_la-ecs_pre.Tpo .deps/libprepostecs_la-ecs_pre.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_cgns.Tpo -c -o libprepostecs_la-ecs_pre_cgns.lo `test -f 'ecs_pre_cgns.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre_cgns.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre_cgns.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_cgns.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_cgns.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_cgns.o
mv -f .deps/libprepostecs_la-ecs_pre_cgns.Tpo .deps/libprepostecs_la-ecs_pre_cgns.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ens.Tpo -c -o libprepostecs_la-ecs_pre_ens.lo `test -f 'ecs_pre_ens.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre_ens.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre_ens.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ens.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_ens.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_ens.o
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_ens.c: In function ‘ecs_loc_pre_ens__ouverture_fic_geo’:
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_ens.c:169:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     test_endian = *((int32_t *)chaine);
     ^
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_ens.c: In function ‘ecs_pre_ens__lit_maillage’:
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_ens.c:1013:19: warning: ‘nbr_som_elt_lin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
       connect_loc = ecs_loc_pre_ens__ele_lin(connect_loc,
                   ^
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_ens.c:897:18: note: ‘nbr_som_elt_lin’ was declared here
   ecs_int_t      nbr_som_elt_lin;
                  ^
mv -f .deps/libprepostecs_la-ecs_pre_ens.Tpo .deps/libprepostecs_la-ecs_pre_ens.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre_gambit.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gambit.Tpo -c -o libprepostecs_la-ecs_pre_gambit.lo `test -f 'ecs_pre_gambit.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre_gambit.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre_gambit.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gambit.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_gambit.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_gambit.o
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_gambit.c: In function ‘ecs_pre_gambit__lit_maillage’:
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_gambit.c:511:8: warning: ‘retour’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (retour != (int)(dim_e + 1))
        ^
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_gambit.c:478:16: note: ‘retour’ was declared here
   ecs_int_t    retour;
                ^
mv -f .deps/libprepostecs_la-ecs_pre_gambit.Tpo .deps/libprepostecs_la-ecs_pre_gambit.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre_gmsh.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gmsh.Tpo -c -o libprepostecs_la-ecs_pre_gmsh.lo `test -f 'ecs_pre_gmsh.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre_gmsh.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre_gmsh.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_gmsh.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_gmsh.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_gmsh.o
mv -f .deps/libprepostecs_la-ecs_pre_gmsh.Tpo .deps/libprepostecs_la-ecs_pre_gmsh.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre_ideas.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ideas.Tpo -c -o libprepostecs_la-ecs_pre_ideas.lo `test -f 'ecs_pre_ideas.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre_ideas.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre_ideas.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_ideas.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_ideas.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_ideas.o
mv -f .deps/libprepostecs_la-ecs_pre_ideas.Tpo .deps/libprepostecs_la-ecs_pre_ideas.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_med.Tpo -c -o libprepostecs_la-ecs_pre_med.lo `test -f 'ecs_pre_med.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre_med.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre_med.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_med.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_med.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_med.o
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_med.c: In function ‘ecs_pre_med__lit_maillage’:
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_med.c:935:53: warning: ‘taille_med’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     taille + (ecs_int_t)(taille_med + n_index_f_med - 1),
                                                     ^
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_med.c:465:22: note: ‘taille_med’ was declared here
   med_int            taille_med;
                      ^
mv -f .deps/libprepostecs_la-ecs_pre_med.Tpo .deps/libprepostecs_la-ecs_pre_med.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../..  -DPKGLIBDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include   -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libprepostecs_la-ecs_pre_nopo.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_nopo.Tpo -c -o libprepostecs_la-ecs_pre_nopo.lo `test -f 'ecs_pre_nopo.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/'`ecs_pre_nopo.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I../.. -DPKGLIBDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -I/usr/include -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libprepostecs_la-ecs_pre_nopo.lo -MD -MP -MF .deps/libprepostecs_la-ecs_pre_nopo.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_nopo.c  -fPIC -DPIC -o .libs/libprepostecs_la-ecs_pre_nopo.o
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_nopo.c: In function ‘ecs_pre_nopo__lit_maillage’:
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_nopo.c:978:17: warning: variable ‘ndsd’ set but not used [-Wunused-but-set-variable]
   ecs_int_t     ndsd;    /* maximum sub-domain number */
                 ^
/home/jbl/code_saturne-4.2.1/preprocessor/pre-post/ecs_pre_nopo.c:977:17: warning: variable ‘ndsr’ set but not used [-Wunused-but-set-variable]
   ecs_int_t     ndsr;    /* maximum reference number */
                 ^
mv -f .deps/libprepostecs_la-ecs_pre_nopo.Tpo .deps/libprepostecs_la-ecs_pre_nopo.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libprepostecs.la  libprepostecs_la-ecs_table_comm.lo libprepostecs_la-ecs_table_post.lo libprepostecs_la-ecs_table_post_cgns.lo libprepostecs_la-ecs_table_post_ens.lo libprepostecs_la-ecs_table_post_med.lo libprepostecs_la-ecs_maillage_ncs.lo libprepostecs_la-ecs_maillage_post.lo libprepostecs_la-ecs_maillage_pre.lo libprepostecs_la-ecs_med.lo libprepostecs_la-ecs_post.lo libprepostecs_la-ecs_post_cgns.lo libprepostecs_la-ecs_post_ens.lo libprepostecs_la-ecs_post_med.lo libprepostecs_la-ecs_pre.lo libprepostecs_la-ecs_pre_cgns.lo libprepostecs_la-ecs_pre_ens.lo libprepostecs_la-ecs_pre_gambit.lo libprepostecs_la-ecs_pre_gmsh.lo libprepostecs_la-ecs_pre_ideas.lo libprepostecs_la-ecs_pre_med.lo libprepostecs_la-ecs_pre_nopo.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libprepostecs.a .libs/libprepostecs_la-ecs_table_comm.o .libs/libprepostecs_la-ecs_table_post.o .libs/libprepostecs_la-ecs_table_post_cgns.o .libs/libprepostecs_la-ecs_table_post_ens.o .libs/libprepostecs_la-ecs_table_post_med.o .libs/libprepostecs_la-ecs_maillage_ncs.o .libs/libprepostecs_la-ecs_maillage_post.o .libs/libprepostecs_la-ecs_maillage_pre.o .libs/libprepostecs_la-ecs_med.o .libs/libprepostecs_la-ecs_post.o .libs/libprepostecs_la-ecs_post_cgns.o .libs/libprepostecs_la-ecs_post_ens.o .libs/libprepostecs_la-ecs_post_med.o .libs/libprepostecs_la-ecs_pre.o .libs/libprepostecs_la-ecs_pre_cgns.o .libs/libprepostecs_la-ecs_pre_ens.o .libs/libprepostecs_la-ecs_pre_gambit.o .libs/libprepostecs_la-ecs_pre_gmsh.o .libs/libprepostecs_la-ecs_pre_ideas.o .libs/libprepostecs_la-ecs_pre_med.o .libs/libprepostecs_la-ecs_pre_nopo.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libprepostecs.a
libtool: link: ( cd ".libs" && rm -f "libprepostecs.la" && ln -s "../libprepostecs.la" "libprepostecs.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
Making all in util
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_backtrace.lo -MD -MP -MF .deps/ecs_backtrace.Tpo -c -o ecs_backtrace.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_backtrace.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_backtrace.lo -MD -MP -MF .deps/ecs_backtrace.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_backtrace.c  -fPIC -DPIC -o .libs/ecs_backtrace.o
mv -f .deps/ecs_backtrace.Tpo .deps/ecs_backtrace.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_comm.lo -MD -MP -MF .deps/ecs_comm.Tpo -c -o ecs_comm.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_comm.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_comm.lo -MD -MP -MF .deps/ecs_comm.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_comm.c  -fPIC -DPIC -o .libs/ecs_comm.o
mv -f .deps/ecs_comm.Tpo .deps/ecs_comm.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_def.lo -MD -MP -MF .deps/ecs_def.Tpo -c -o ecs_def.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_def.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_def.lo -MD -MP -MF .deps/ecs_def.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_def.c  -fPIC -DPIC -o .libs/ecs_def.o
mv -f .deps/ecs_def.Tpo .deps/ecs_def.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_fic.lo -MD -MP -MF .deps/ecs_fic.Tpo -c -o ecs_fic.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_fic.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_fic.lo -MD -MP -MF .deps/ecs_fic.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_fic.c  -fPIC -DPIC -o .libs/ecs_fic.o
mv -f .deps/ecs_fic.Tpo .deps/ecs_fic.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_file.lo -MD -MP -MF .deps/ecs_file.Tpo -c -o ecs_file.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_file.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_file.lo -MD -MP -MF .deps/ecs_file.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_file.c  -fPIC -DPIC -o .libs/ecs_file.o
mv -f .deps/ecs_file.Tpo .deps/ecs_file.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_mem.lo -MD -MP -MF .deps/ecs_mem.Tpo -c -o ecs_mem.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_mem.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_mem.lo -MD -MP -MF .deps/ecs_mem.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_mem.c  -fPIC -DPIC -o .libs/ecs_mem.o
mv -f .deps/ecs_mem.Tpo .deps/ecs_mem.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_mem_usage.lo -MD -MP -MF .deps/ecs_mem_usage.Tpo -c -o ecs_mem_usage.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_mem_usage.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_mem_usage.lo -MD -MP -MF .deps/ecs_mem_usage.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_mem_usage.c  -fPIC -DPIC -o .libs/ecs_mem_usage.o
mv -f .deps/ecs_mem_usage.Tpo .deps/ecs_mem_usage.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_tab.lo -MD -MP -MF .deps/ecs_tab.Tpo -c -o ecs_tab.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_tab.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_tab.lo -MD -MP -MF .deps/ecs_tab.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_tab.c  -fPIC -DPIC -o .libs/ecs_tab.o
mv -f .deps/ecs_tab.Tpo .deps/ecs_tab.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../..   -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT ecs_timer.lo -MD -MP -MF .deps/ecs_timer.Tpo -c -o ecs_timer.lo /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_timer.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I../.. -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT ecs_timer.lo -MD -MP -MF .deps/ecs_timer.Tpo -c /home/jbl/code_saturne-4.2.1/preprocessor/util/ecs_timer.c  -fPIC -DPIC -o .libs/ecs_timer.o
mv -f .deps/ecs_timer.Tpo .deps/ecs_timer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libutilecs.la  ecs_backtrace.lo ecs_comm.lo ecs_def.lo ecs_fic.lo ecs_file.lo ecs_mem.lo ecs_mem_usage.lo ecs_tab.lo ecs_timer.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libutilecs.a .libs/ecs_backtrace.o .libs/ecs_comm.o .libs/ecs_def.o .libs/ecs_fic.o .libs/ecs_file.o .libs/ecs_mem.o .libs/ecs_mem_usage.o .libs/ecs_tab.o .libs/ecs_timer.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libutilecs.a
libtool: link: ( cd ".libs" && rm -f "libutilecs.la" && ln -s "../libutilecs.la" "libutilecs.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
Making all in appli
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/appli -I../..  -DLOCALEDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale'\" -DLOCALEDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include  -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT cs_preprocess-ecs_cmd.o -MD -MP -MF .deps/cs_preprocess-ecs_cmd.Tpo -c -o cs_preprocess-ecs_cmd.o `test -f 'ecs_cmd.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/appli/'`ecs_cmd.c
mv -f .deps/cs_preprocess-ecs_cmd.Tpo .deps/cs_preprocess-ecs_cmd.Po
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/preprocessor/appli -I../..  -DLOCALEDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale'\" -DLOCALEDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale'\" -I/home/jbl/code_saturne-4.2.1/preprocessor/base -I/home/jbl/code_saturne-4.2.1/preprocessor/pre-post -I/home/jbl/code_saturne-4.2.1/preprocessor/util -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include  -I/usr/include -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT cs_preprocess-ecs_main.o -MD -MP -MF .deps/cs_preprocess-ecs_main.Tpo -c -o cs_preprocess-ecs_main.o `test -f 'ecs_main.c' || echo '/home/jbl/code_saturne-4.2.1/preprocessor/appli/'`ecs_main.c
mv -f .deps/cs_preprocess-ecs_main.Tpo .deps/cs_preprocess-ecs_main.Po
/bin/bash ../../libtool  --tag=CXX   --mode=link /usr/bin/c++  -ansi -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wunused -Wno-long-long -Wfloat-equal -fdiagnostics-color=auto  -pthread   -O -Wl,-export-dynamic -fopenmp  -o cs_preprocess cs_preprocess-ecs_cmd.o cs_preprocess-ecs_main.o ../../preprocessor/pre-post/libprepostecs.la ../../preprocessor/base/libbaseecs.la ../../preprocessor/util/libutilecs.la     -lmedC -L/usr/lib -R/usr/lib -lcgns -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -R/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -lhdf5   -lm -lnsl -lz    -ldl
libtool: link: /usr/bin/c++ -ansi -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wunused -Wno-long-long -Wfloat-equal -fdiagnostics-color=auto -pthread -O -Wl,-export-dynamic -fopenmp -o cs_preprocess cs_preprocess-ecs_cmd.o cs_preprocess-ecs_main.o  ../../preprocessor/pre-post/.libs/libprepostecs.a ../../preprocessor/base/.libs/libbaseecs.a ../../preprocessor/util/.libs/libutilecs.a -lmedC -L/usr/lib -lcgns -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib /home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib/libhdf5.so -lm -lnsl -lz -ldl -pthread -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/usr/lib
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
Making all in src
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src'
Making all in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src'
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o paramx.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/paramx.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/paramx.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/paramx.f90  -fPIC -o .libs/paramx.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o mesh.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/mesh.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/mesh.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/mesh.f90  -fPIC -o .libs/mesh.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o field.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/field.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/field.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/field.f90  -fPIC -o .libs/field.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o field_operator.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/field_operator.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/field_operator.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/field_operator.f90  -fPIC -o .libs/field_operator.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o alaste.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/alaste.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/alaste.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/alaste.f90  -fPIC -o .libs/alaste.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplsat.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cplsat.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cplsat.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cplsat.f90  -fPIC -o .libs/cplsat.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o numvar.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/numvar.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/numvar.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/numvar.f90  -fPIC -o .libs/numvar.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cstphy.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cstphy.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cstphy.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cstphy.f90  -fPIC -o .libs/cstphy.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o optcal.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/optcal.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/optcal.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/optcal.f90  -fPIC -o .libs/optcal.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o albase.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/albase.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/albase.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/albase.f90  -fPIC -o .libs/albase.o
/home/jbl/code_saturne-4.2.1/src/base/albase.f90:78:16:

     integer inod
                1
Warning: Unused variable ‘inod’ declared at (1) [-Wunused-variable]
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o alstru.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/alstru.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/alstru.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/alstru.f90  -fPIC -o .libs/alstru.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o parall.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/parall.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/parall.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/parall.f90  -fPIC -o .libs/parall.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o period.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/period.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/period.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/period.f90  -fPIC -o .libs/period.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o entsor.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/entsor.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/entsor.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/entsor.f90  -fPIC -o .libs/entsor.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagpar.lo `test -f '/home/jbl/code_saturne-4.2.1/src/lagr/lagpar.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/lagr/lagpar.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagpar.f90  -fPIC -o .libs/lagpar.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cstnum.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cstnum.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cstnum.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cstnum.f90  -fPIC -o .libs/cstnum.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagran.lo `test -f '/home/jbl/code_saturne-4.2.1/src/lagr/lagran.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/lagr/lagran.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagran.f90  -fPIC -o .libs/lagran.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppppar.lo `test -f '/home/jbl/code_saturne-4.2.1/src/pprt/ppppar.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/pprt/ppppar.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppppar.f90  -fPIC -o .libs/ppppar.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o radiat.lo `test -f '/home/jbl/code_saturne-4.2.1/src/rayt/radiat.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/rayt/radiat.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/radiat.f90  -fPIC -o .libs/radiat.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppthch.lo `test -f '/home/jbl/code_saturne-4.2.1/src/pprt/ppthch.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/pprt/ppthch.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppthch.f90  -fPIC -o .libs/ppthch.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppincl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/pprt/ppincl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/pprt/ppincl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppincl.f90  -fPIC -o .libs/ppincl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ihmpre.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/ihmpre.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/ihmpre.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/ihmpre.f90  -fPIC -o .libs/ihmpre.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pointe.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/pointe.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/pointe.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/pointe.f90  -fPIC -o .libs/pointe.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rotation.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/rotation.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/rotation.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/rotation.f90  -fPIC -o .libs/rotation.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o turbomachinery.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/turbomachinery.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/turbomachinery.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/turbomachinery.f90  -fPIC -o .libs/turbomachinery.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cavitation.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cavitation.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cavitation.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cavitation.f90  -fPIC -o .libs/cavitation.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o dimens.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/dimens.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/dimens.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/dimens.f90  -fPIC -o .libs/dimens.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_c_bindings.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cs_c_bindings.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cs_c_bindings.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_c_bindings.f90  -fPIC -o .libs/cs_c_bindings.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagdim.lo `test -f '/home/jbl/code_saturne-4.2.1/src/lagr/lagdim.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/lagr/lagdim.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagdim.f90  -fPIC -o .libs/lagdim.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_f_interfaces.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cs_f_interfaces.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cs_f_interfaces.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_f_interfaces.f90  -fPIC -o .libs/cs_f_interfaces.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_nz_condensation.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cs_nz_condensation.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cs_nz_condensation.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_nz_condensation.f90  -fPIC -o .libs/cs_nz_condensation.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_tagmr.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cs_tagmr.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cs_tagmr.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_tagmr.f90  -fPIC -o .libs/cs_tagmr.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_nz_tagmr.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cs_nz_tagmr.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cs_nz_tagmr.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_nz_tagmr.f90  -fPIC -o .libs/cs_nz_tagmr.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_tagms.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/cs_tagms.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/cs_tagms.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_tagms.f90  -fPIC -o .libs/cs_tagms.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o post.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/post.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/post.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/post.f90  -fPIC -o .libs/post.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atsoil.lo `test -f '/home/jbl/code_saturne-4.2.1/src/atmo/atsoil.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/atmo/atsoil.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atsoil.f90  -fPIC -o .libs/atsoil.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atincl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/atmo/atincl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/atmo/atincl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atincl.f90  -fPIC -o .libs/atincl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atchem.lo `test -f '/home/jbl/code_saturne-4.2.1/src/atmo/atchem.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/atmo/atchem.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atchem.f90  -fPIC -o .libs/atchem.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atimbr.lo `test -f '/home/jbl/code_saturne-4.2.1/src/atmo/atimbr.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/atmo/atimbr.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atimbr.f90  -fPIC -o .libs/atimbr.o
/home/jbl/code_saturne-4.2.1/src/atmo/atimbr.f90:1294:0:

 integer i,j,k
 ^
Warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o siream.lo `test -f '/home/jbl/code_saturne-4.2.1/src/atmo/siream.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/atmo/siream.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/siream.f90  -fPIC -o .libs/siream.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o spefun.lo `test -f '/home/jbl/code_saturne-4.2.1/src/atmo/spefun.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/atmo/spefun.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/spefun.f90  -fPIC -o .libs/spefun.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfpoin.lo `test -f '/home/jbl/code_saturne-4.2.1/src/cfbl/cfpoin.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/cfbl/cfpoin.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfpoin.f90  -fPIC -o .libs/cfpoin.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_cf_bindings.lo `test -f '/home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_bindings.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_bindings.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_bindings.f90  -fPIC -o .libs/cs_cf_bindings.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_incl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_incl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_incl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_incl.f90  -fPIC -o .libs/cs_coal_incl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_incl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_incl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_incl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_incl.f90  -fPIC -o .libs/cs_fuel_incl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cpincl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/comb/cpincl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/comb/cpincl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cpincl.f90  -fPIC -o .libs/cpincl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ctincl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/ctwr/ctincl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/ctwr/ctincl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/ctwr/ctincl.f90  -fPIC -o .libs/ctincl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elincl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/elec/elincl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/elec/elincl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elincl.f90  -fPIC -o .libs/elincl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppcpfu.lo `test -f '/home/jbl/code_saturne-4.2.1/src/pprt/ppcpfu.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/pprt/ppcpfu.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppcpfu.f90  -fPIC -o .libs/ppcpfu.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o coincl.lo `test -f '/home/jbl/code_saturne-4.2.1/src/cogz/coincl.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/cogz/coincl.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/coincl.f90  -fPIC -o .libs/coincl.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorinc.lo `test -f '/home/jbl/code_saturne-4.2.1/src/turb/vorinc.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/turb/vorinc.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorinc.f90  -fPIC -o .libs/vorinc.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ptrglo.lo `test -f '/home/jbl/code_saturne-4.2.1/src/base/ptrglo.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/base/ptrglo.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/ptrglo.f90  -fPIC -o .libs/ptrglo.o
\
/bin/bash ../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o darcy_module.lo `test -f '/home/jbl/code_saturne-4.2.1/src/darc/darcy_module.f90' || echo '/home/jbl/code_saturne-4.2.1/src/'`/home/jbl/code_saturne-4.2.1/src/darc/darcy_module.f90
libtool: compile:  /usr/bin/f95 -I../src -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/darc/darcy_module.f90  -fPIC -o .libs/darcy_module.o
/bin/bash ../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../src  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsmodules.la  paramx.lo mesh.lo field.lo field_operator.lo alaste.lo albase.lo alstru.lo cavitation.lo cplsat.lo cstphy.lo cstnum.lo dimens.lo entsor.lo ihmpre.lo cs_c_bindings.lo cs_f_interfaces.lo cs_nz_condensation.lo cs_nz_tagmr.lo cs_tagmr.lo cs_tagms.lo numvar.lo optcal.lo parall.lo period.lo pointe.lo post.lo rotation.lo atincl.lo atsoil.lo atchem.lo atimbr.lo siream.lo spefun.lo cfpoin.lo cs_cf_bindings.lo cs_coal_incl.lo cs_fuel_incl.lo cpincl.lo ctincl.lo elincl.lo lagdim.lo lagpar.lo lagran.lo ppcpfu.lo ppincl.lo ppppar.lo ppthch.lo coincl.lo radiat.lo vorinc.lo ptrglo.lo darcy_module.lo turbomachinery.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsmodules.a .libs/paramx.o .libs/mesh.o .libs/field.o .libs/field_operator.o .libs/alaste.o .libs/albase.o .libs/alstru.o .libs/cavitation.o .libs/cplsat.o .libs/cstphy.o .libs/cstnum.o .libs/dimens.o .libs/entsor.o .libs/ihmpre.o .libs/cs_c_bindings.o .libs/cs_f_interfaces.o .libs/cs_nz_condensation.o .libs/cs_nz_tagmr.o .libs/cs_tagmr.o .libs/cs_tagms.o .libs/numvar.o .libs/optcal.o .libs/parall.o .libs/period.o .libs/pointe.o .libs/post.o .libs/rotation.o .libs/atincl.o .libs/atsoil.o .libs/atchem.o .libs/atimbr.o .libs/siream.o .libs/spefun.o .libs/cfpoin.o .libs/cs_cf_bindings.o .libs/cs_coal_incl.o .libs/cs_fuel_incl.o .libs/cpincl.o .libs/ctincl.o .libs/elincl.o .libs/lagdim.o .libs/lagpar.o .libs/lagran.o .libs/ppcpfu.o .libs/ppincl.o .libs/ppppar.o .libs/ppthch.o .libs/coincl.o .libs/radiat.o .libs/vorinc.o .libs/ptrglo.o .libs/darcy_module.o .libs/turbomachinery.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsmodules.a
libtool: link: ( cd ".libs" && rm -f "libcsmodules.la" && ln -s "../libcsmodules.la" "libcsmodules.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
Making all in bft
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT bft_backtrace.lo -MD -MP -MF .deps/bft_backtrace.Tpo -c -o bft_backtrace.lo /home/jbl/code_saturne-4.2.1/src/bft/bft_backtrace.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT bft_backtrace.lo -MD -MP -MF .deps/bft_backtrace.Tpo -c /home/jbl/code_saturne-4.2.1/src/bft/bft_backtrace.c  -fPIC -DPIC -o .libs/bft_backtrace.o
/home/jbl/code_saturne-4.2.1/src/bft/bft_backtrace.c: In function ‘bft_backtrace_demangle’:
/home/jbl/code_saturne-4.2.1/src/bft/bft_backtrace.c:305:42: warning: unused parameter ‘bt’ [-Wunused-parameter]
 bft_backtrace_demangle(bft_backtrace_t  *bt)
                                          ^
mv -f .deps/bft_backtrace.Tpo .deps/bft_backtrace.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT bft_error.lo -MD -MP -MF .deps/bft_error.Tpo -c -o bft_error.lo /home/jbl/code_saturne-4.2.1/src/bft/bft_error.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT bft_error.lo -MD -MP -MF .deps/bft_error.Tpo -c /home/jbl/code_saturne-4.2.1/src/bft/bft_error.c  -fPIC -DPIC -o .libs/bft_error.o
mv -f .deps/bft_error.Tpo .deps/bft_error.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT bft_mem.lo -MD -MP -MF .deps/bft_mem.Tpo -c -o bft_mem.lo /home/jbl/code_saturne-4.2.1/src/bft/bft_mem.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT bft_mem.lo -MD -MP -MF .deps/bft_mem.Tpo -c /home/jbl/code_saturne-4.2.1/src/bft/bft_mem.c  -fPIC -DPIC -o .libs/bft_mem.o
mv -f .deps/bft_mem.Tpo .deps/bft_mem.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT bft_mem_usage.lo -MD -MP -MF .deps/bft_mem_usage.Tpo -c -o bft_mem_usage.lo /home/jbl/code_saturne-4.2.1/src/bft/bft_mem_usage.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT bft_mem_usage.lo -MD -MP -MF .deps/bft_mem_usage.Tpo -c /home/jbl/code_saturne-4.2.1/src/bft/bft_mem_usage.c  -fPIC -DPIC -o .libs/bft_mem_usage.o
/home/jbl/code_saturne-4.2.1/src/bft/bft_mem_usage.c: In function ‘bft_mem_usage_n_calls’:
/home/jbl/code_saturne-4.2.1/src/bft/bft_mem_usage.c:738:30: warning: unused parameter ‘count’ [-Wunused-parameter]
 bft_mem_usage_n_calls(size_t count[3])
                              ^
mv -f .deps/bft_mem_usage.Tpo .deps/bft_mem_usage.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT bft_printf.lo -MD -MP -MF .deps/bft_printf.Tpo -c -o bft_printf.lo /home/jbl/code_saturne-4.2.1/src/bft/bft_printf.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/bft -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT bft_printf.lo -MD -MP -MF .deps/bft_printf.Tpo -c /home/jbl/code_saturne-4.2.1/src/bft/bft_printf.c  -fPIC -DPIC -o .libs/bft_printf.o
mv -f .deps/bft_printf.Tpo .deps/bft_printf.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libbft.la  bft_backtrace.lo bft_error.lo bft_mem.lo bft_mem_usage.lo bft_printf.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libbft.a .libs/bft_backtrace.o .libs/bft_error.o .libs/bft_mem.o .libs/bft_mem_usage.o .libs/bft_printf.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libbft.a
libtool: link: ( cd ".libs" && rm -f "libbft.la" && ln -s "../libbft.la" "libbft.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
Making all in fvm
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_box.lo -MD -MP -MF .deps/fvm_box.Tpo -c -o fvm_box.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_box.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_box.lo -MD -MP -MF .deps/fvm_box.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_box.c  -fPIC -DPIC -o .libs/fvm_box.o
mv -f .deps/fvm_box.Tpo .deps/fvm_box.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_box_tree.lo -MD -MP -MF .deps/fvm_box_tree.Tpo -c -o fvm_box_tree.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_box_tree.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_box_tree.lo -MD -MP -MF .deps/fvm_box_tree.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_box_tree.c  -fPIC -DPIC -o .libs/fvm_box_tree.o
mv -f .deps/fvm_box_tree.Tpo .deps/fvm_box_tree.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_convert_array.lo -MD -MP -MF .deps/fvm_convert_array.Tpo -c -o fvm_convert_array.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_convert_array.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_convert_array.lo -MD -MP -MF .deps/fvm_convert_array.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_convert_array.c  -fPIC -DPIC -o .libs/fvm_convert_array.o
mv -f .deps/fvm_convert_array.Tpo .deps/fvm_convert_array.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_defs.lo -MD -MP -MF .deps/fvm_defs.Tpo -c -o fvm_defs.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_defs.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_defs.lo -MD -MP -MF .deps/fvm_defs.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_defs.c  -fPIC -DPIC -o .libs/fvm_defs.o
mv -f .deps/fvm_defs.Tpo .deps/fvm_defs.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_group.lo -MD -MP -MF .deps/fvm_group.Tpo -c -o fvm_group.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_group.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_group.lo -MD -MP -MF .deps/fvm_group.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_group.c  -fPIC -DPIC -o .libs/fvm_group.o
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_group.c: In function ‘fvm_group_class_get_group_names’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_group.c:355:14: warning: to be safe all intermediate pointers in cast from ‘char ** const’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
     retval = (const char **)(this_group_class->group_name);
              ^
mv -f .deps/fvm_group.Tpo .deps/fvm_group.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_hilbert.lo -MD -MP -MF .deps/fvm_hilbert.Tpo -c -o fvm_hilbert.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_hilbert.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_hilbert.lo -MD -MP -MF .deps/fvm_hilbert.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_hilbert.c  -fPIC -DPIC -o .libs/fvm_hilbert.o
mv -f .deps/fvm_hilbert.Tpo .deps/fvm_hilbert.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_io_num.lo -MD -MP -MF .deps/fvm_io_num.Tpo -c -o fvm_io_num.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_io_num.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_io_num.lo -MD -MP -MF .deps/fvm_io_num.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_io_num.c  -fPIC -DPIC -o .libs/fvm_io_num.o
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_io_num.c:1855:1: warning: ‘_is_gnum_ordered_s’ defined but not used [-Wunused-function]
 _is_gnum_ordered_s(const cs_lnum_t  parent_entity_id[],
 ^
mv -f .deps/fvm_io_num.Tpo .deps/fvm_io_num.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_morton.lo -MD -MP -MF .deps/fvm_morton.Tpo -c -o fvm_morton.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_morton.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_morton.lo -MD -MP -MF .deps/fvm_morton.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_morton.c  -fPIC -DPIC -o .libs/fvm_morton.o
mv -f .deps/fvm_morton.Tpo .deps/fvm_morton.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_neighborhood.lo -MD -MP -MF .deps/fvm_neighborhood.Tpo -c -o fvm_neighborhood.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_neighborhood.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_neighborhood.lo -MD -MP -MF .deps/fvm_neighborhood.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_neighborhood.c  -fPIC -DPIC -o .libs/fvm_neighborhood.o
mv -f .deps/fvm_neighborhood.Tpo .deps/fvm_neighborhood.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal.lo -MD -MP -MF .deps/fvm_nodal.Tpo -c -o fvm_nodal.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal.lo -MD -MP -MF .deps/fvm_nodal.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal.c  -fPIC -DPIC -o .libs/fvm_nodal.o
mv -f .deps/fvm_nodal.Tpo .deps/fvm_nodal.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal_append.lo -MD -MP -MF .deps/fvm_nodal_append.Tpo -c -o fvm_nodal_append.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_append.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal_append.lo -MD -MP -MF .deps/fvm_nodal_append.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_append.c  -fPIC -DPIC -o .libs/fvm_nodal_append.o
mv -f .deps/fvm_nodal_append.Tpo .deps/fvm_nodal_append.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal_extrude.lo -MD -MP -MF .deps/fvm_nodal_extrude.Tpo -c -o fvm_nodal_extrude.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_extrude.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal_extrude.lo -MD -MP -MF .deps/fvm_nodal_extrude.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_extrude.c  -fPIC -DPIC -o .libs/fvm_nodal_extrude.o
mv -f .deps/fvm_nodal_extrude.Tpo .deps/fvm_nodal_extrude.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal_from_desc.lo -MD -MP -MF .deps/fvm_nodal_from_desc.Tpo -c -o fvm_nodal_from_desc.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_from_desc.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal_from_desc.lo -MD -MP -MF .deps/fvm_nodal_from_desc.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_from_desc.c  -fPIC -DPIC -o .libs/fvm_nodal_from_desc.o
mv -f .deps/fvm_nodal_from_desc.Tpo .deps/fvm_nodal_from_desc.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal_order.lo -MD -MP -MF .deps/fvm_nodal_order.Tpo -c -o fvm_nodal_order.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_order.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal_order.lo -MD -MP -MF .deps/fvm_nodal_order.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_order.c  -fPIC -DPIC -o .libs/fvm_nodal_order.o
mv -f .deps/fvm_nodal_order.Tpo .deps/fvm_nodal_order.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal_project.lo -MD -MP -MF .deps/fvm_nodal_project.Tpo -c -o fvm_nodal_project.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_project.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal_project.lo -MD -MP -MF .deps/fvm_nodal_project.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_project.c  -fPIC -DPIC -o .libs/fvm_nodal_project.o
mv -f .deps/fvm_nodal_project.Tpo .deps/fvm_nodal_project.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal_triangulate.lo -MD -MP -MF .deps/fvm_nodal_triangulate.Tpo -c -o fvm_nodal_triangulate.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_triangulate.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal_triangulate.lo -MD -MP -MF .deps/fvm_nodal_triangulate.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_triangulate.c  -fPIC -DPIC -o .libs/fvm_nodal_triangulate.o
mv -f .deps/fvm_nodal_triangulate.Tpo .deps/fvm_nodal_triangulate.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_nodal_extract.lo -MD -MP -MF .deps/fvm_nodal_extract.Tpo -c -o fvm_nodal_extract.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_extract.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_nodal_extract.lo -MD -MP -MF .deps/fvm_nodal_extract.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_extract.c  -fPIC -DPIC -o .libs/fvm_nodal_extract.o
mv -f .deps/fvm_nodal_extract.Tpo .deps/fvm_nodal_extract.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_periodicity.lo -MD -MP -MF .deps/fvm_periodicity.Tpo -c -o fvm_periodicity.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_periodicity.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_periodicity.lo -MD -MP -MF .deps/fvm_periodicity.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_periodicity.c  -fPIC -DPIC -o .libs/fvm_periodicity.o
mv -f .deps/fvm_periodicity.Tpo .deps/fvm_periodicity.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_point_location.lo -MD -MP -MF .deps/fvm_point_location.Tpo -c -o fvm_point_location.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_point_location.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_point_location.lo -MD -MP -MF .deps/fvm_point_location.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_point_location.c  -fPIC -DPIC -o .libs/fvm_point_location.o
mv -f .deps/fvm_point_location.Tpo .deps/fvm_point_location.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_selector.lo -MD -MP -MF .deps/fvm_selector.Tpo -c -o fvm_selector.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_selector.lo -MD -MP -MF .deps/fvm_selector.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c  -fPIC -DPIC -o .libs/fvm_selector.o
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c: In function ‘_assign_groups’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c:219:21: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
   set_group_names = (const char **)_set_group_names;
                     ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c: In function ‘_add_new_operation’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c:679:36: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
                                    (const char **)selector->group_name,
                                    ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c: In function ‘fvm_selector_dump’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.c:1292:33: warning: to be safe all intermediate pointers in cast from ‘char ** const’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
                                 (const char **)ts->group_name,
                                 ^
mv -f .deps/fvm_selector.Tpo .deps/fvm_selector.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_selector_postfix.lo -MD -MP -MF .deps/fvm_selector_postfix.Tpo -c -o fvm_selector_postfix.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector_postfix.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_selector_postfix.lo -MD -MP -MF .deps/fvm_selector_postfix.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector_postfix.c  -fPIC -DPIC -o .libs/fvm_selector_postfix.o
mv -f .deps/fvm_selector_postfix.Tpo .deps/fvm_selector_postfix.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_tesselation.lo -MD -MP -MF .deps/fvm_tesselation.Tpo -c -o fvm_tesselation.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_tesselation.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_tesselation.lo -MD -MP -MF .deps/fvm_tesselation.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_tesselation.c  -fPIC -DPIC -o .libs/fvm_tesselation.o
mv -f .deps/fvm_tesselation.Tpo .deps/fvm_tesselation.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_trace.lo -MD -MP -MF .deps/fvm_trace.Tpo -c -o fvm_trace.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_trace.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_trace.lo -MD -MP -MF .deps/fvm_trace.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_trace.c  -fPIC -DPIC -o .libs/fvm_trace.o
mv -f .deps/fvm_trace.Tpo .deps/fvm_trace.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_triangulate.lo -MD -MP -MF .deps/fvm_triangulate.Tpo -c -o fvm_triangulate.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_triangulate.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_triangulate.lo -MD -MP -MF .deps/fvm_triangulate.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_triangulate.c  -fPIC -DPIC -o .libs/fvm_triangulate.o
mv -f .deps/fvm_triangulate.Tpo .deps/fvm_triangulate.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libfvm.la  fvm_box.lo fvm_box_tree.lo fvm_convert_array.lo fvm_defs.lo fvm_group.lo fvm_hilbert.lo fvm_io_num.lo fvm_morton.lo fvm_neighborhood.lo fvm_nodal.lo fvm_nodal_append.lo fvm_nodal_extrude.lo fvm_nodal_from_desc.lo fvm_nodal_order.lo fvm_nodal_project.lo fvm_nodal_triangulate.lo fvm_nodal_extract.lo fvm_periodicity.lo fvm_point_location.lo fvm_selector.lo fvm_selector_postfix.lo fvm_tesselation.lo fvm_trace.lo fvm_triangulate.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libfvm.a .libs/fvm_box.o .libs/fvm_box_tree.o .libs/fvm_convert_array.o .libs/fvm_defs.o .libs/fvm_group.o .libs/fvm_hilbert.o .libs/fvm_io_num.o .libs/fvm_morton.o .libs/fvm_neighborhood.o .libs/fvm_nodal.o .libs/fvm_nodal_append.o .libs/fvm_nodal_extrude.o .libs/fvm_nodal_from_desc.o .libs/fvm_nodal_order.o .libs/fvm_nodal_project.o .libs/fvm_nodal_triangulate.o .libs/fvm_nodal_extract.o .libs/fvm_periodicity.o .libs/fvm_point_location.o .libs/fvm_selector.o .libs/fvm_selector_postfix.o .libs/fvm_tesselation.o .libs/fvm_trace.o .libs/fvm_triangulate.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfvm.a
libtool: link: ( cd ".libs" && rm -f "libfvm.la" && ln -s "../libfvm.la" "libfvm.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_to_ensight.lo -MD -MP -MF .deps/fvm_to_ensight.Tpo -c -o fvm_to_ensight.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_to_ensight.lo -MD -MP -MF .deps/fvm_to_ensight.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight.c  -fPIC -DPIC -o .libs/fvm_to_ensight.o
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight.c: In function ‘_field_output_g’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight.c:907:33: warning: unused parameter ‘datatype’ [-Wunused-parameter]
                 cs_datatype_t   datatype,
                                 ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight.c:908:33: warning: unused parameter ‘dimension’ [-Wunused-parameter]
                 int             dimension,
                                 ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight.c:909:33: warning: unused parameter ‘component_id’ [-Wunused-parameter]
                 int             component_id,
                                 ^
mv -f .deps/fvm_to_ensight.Tpo .deps/fvm_to_ensight.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_to_ensight_case.lo -MD -MP -MF .deps/fvm_to_ensight_case.Tpo -c -o fvm_to_ensight_case.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight_case.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_to_ensight_case.lo -MD -MP -MF .deps/fvm_to_ensight_case.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_ensight_case.c  -fPIC -DPIC -o .libs/fvm_to_ensight_case.o
mv -f .deps/fvm_to_ensight_case.Tpo .deps/fvm_to_ensight_case.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_writer.lo -MD -MP -MF .deps/fvm_writer.Tpo -c -o fvm_writer.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_writer.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_writer.lo -MD -MP -MF .deps/fvm_writer.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_writer.c  -fPIC -DPIC -o .libs/fvm_writer.o
mv -f .deps/fvm_writer.Tpo .deps/fvm_writer.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT fvm_writer_helper.lo -MD -MP -MF .deps/fvm_writer_helper.Tpo -c -o fvm_writer_helper.lo /home/jbl/code_saturne-4.2.1/src/fvm/fvm_writer_helper.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT fvm_writer_helper.lo -MD -MP -MF .deps/fvm_writer_helper.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_writer_helper.c  -fPIC -DPIC -o .libs/fvm_writer_helper.o
mv -f .deps/fvm_writer_helper.Tpo .deps/fvm_writer_helper.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -I/usr/include -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libfvm_cgns_la-fvm_to_cgns.lo -MD -MP -MF .deps/libfvm_cgns_la-fvm_to_cgns.Tpo -c -o libfvm_cgns_la-fvm_to_cgns.lo `test -f 'fvm_to_cgns.c' || echo '/home/jbl/code_saturne-4.2.1/src/fvm/'`fvm_to_cgns.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -I/usr/include -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libfvm_cgns_la-fvm_to_cgns.lo -MD -MP -MF .deps/libfvm_cgns_la-fvm_to_cgns.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c  -fPIC -DPIC -o .libs/libfvm_cgns_la-fvm_to_cgns.o
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c: In function ‘_field_output’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c:890:31: warning: unused parameter ‘dimension’ [-Wunused-parameter]
               int             dimension,
                               ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c: In function ‘_write_block_connect_i_g’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c:1943:55: warning: unused parameter ‘num_start’ [-Wunused-parameter]
                          cs_gnum_t                    num_start,
                                                       ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c:1944:55: warning: unused parameter ‘num_end’ [-Wunused-parameter]
                          cs_gnum_t                    num_end,
                                                       ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c: In function ‘_export_field_e’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c:2307:32: warning: variable ‘next_section’ set but not used [-Wunused-but-set-variable]
   const fvm_writer_section_t  *next_section = NULL;
                                ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c: In function ‘fvm_to_cgns_version_string’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c:2595:32: warning: unused parameter ‘compile_time_version’ [-Wunused-parameter]
                            int compile_time_version)
                                ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c: In function ‘fvm_to_cgns_export_field’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_cgns.c:3228:27: warning: variable ‘solution’ set but not used [-Wunused-but-set-variable]
   fvm_to_cgns_solution_t *solution;
                           ^
mv -f .deps/libfvm_cgns_la-fvm_to_cgns.Tpo .deps/libfvm_cgns_la-fvm_to_cgns.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread  -L/usr/lib  -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib  -O -Wl,-export-dynamic -fopenmp  -o libfvm_cgns.la  libfvm_cgns_la-fvm_to_cgns.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libfvm_cgns.a .libs/libfvm_cgns_la-fvm_to_cgns.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfvm_cgns.a
libtool: link: ( cd ".libs" && rm -f "libfvm_cgns.la" && ln -s "../libfvm_cgns.la" "libfvm_cgns.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include  -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -MT libfvm_med_la-fvm_to_med.lo -MD -MP -MF .deps/libfvm_med_la-fvm_to_med.Tpo -c -o libfvm_med_la-fvm_to_med.lo `test -f 'fvm_to_med.c' || echo '/home/jbl/code_saturne-4.2.1/src/fvm/'`fvm_to_med.c
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/include -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto -fopenmp -pthread -MT libfvm_med_la-fvm_to_med.lo -MD -MP -MF .deps/libfvm_med_la-fvm_to_med.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c  -fPIC -DPIC -o .libs/libfvm_med_la-fvm_to_med.o
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c: In function ‘_export_connect_g’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c:2176:24: warning: unused variable ‘sub_elt_index’ [-Wunused-variable]
       const cs_lnum_t *sub_elt_index
                        ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c:2153:22: warning: unused variable ‘n_elts_section’ [-Wunused-variable]
     const cs_lnum_t  n_elts_section = section->n_elements;
                      ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c: In function ‘_field_output’:
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c:3463:31: warning: unused parameter ‘datatype’ [-Wunused-parameter]
               cs_datatype_t   datatype,
                               ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c:3464:31: warning: unused parameter ‘dimension’ [-Wunused-parameter]
               int             dimension,
                               ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_med.c:3465:31: warning: unused parameter ‘component_id’ [-Wunused-parameter]
               int             component_id,
                               ^
mv -f .deps/libfvm_med_la-fvm_to_med.Tpo .deps/libfvm_med_la-fvm_to_med.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread  -L/usr/lib  -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib  -O -Wl,-export-dynamic -fopenmp  -o libfvm_med.la  libfvm_med_la-fvm_to_med.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libfvm_med.a .libs/libfvm_med_la-fvm_to_med.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfvm_med.a
libtool: link: ( cd ".libs" && rm -f "libfvm_med.la" && ln -s "../libfvm_med.la" "libfvm_med.la" )
/bin/bash ../../libtool  --tag=CC   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc  -funroll-loops -O2 -Wuninitialized -fexcess-precision=fast -std=c99 -fms-extensions -funsigned-char -pedantic -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -fdiagnostics-color=auto  -fopenmp -pthread -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libfvm_filters.la  fvm_to_ensight.lo fvm_to_ensight_case.lo fvm_writer.lo fvm_writer_helper.lo  libfvm_cgns.la libfvm_med.la  -lnsl -lz    -ldl
libtool: link: (cd .libs/libfvm_filters.lax/libfvm_cgns.a && ar x "/home/jbl/code_saturne-4.2.1.build/src/fvm/./.libs/libfvm_cgns.a")
libtool: link: (cd .libs/libfvm_filters.lax/libfvm_med.a && ar x "/home/jbl/code_saturne-4.2.1.build/src/fvm/./.libs/libfvm_med.a")
libtool: link: ar cru .libs/libfvm_filters.a .libs/fvm_to_ensight.o .libs/fvm_to_ensight_case.o .libs/fvm_writer.o .libs/fvm_writer_helper.o   .libs/libfvm_filters.lax/libfvm_cgns.a/libfvm_cgns_la-fvm_to_cgns.o  .libs/libfvm_filters.lax/libfvm_med.a/libfvm_med_la-fvm_to_med.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfvm_filters.a
libtool: link: rm -fr .libs/libfvm_filters.lax
libtool: link: ( cd ".libs" && rm -f "libfvm_filters.la" && ln -s "../libfvm_filters.la" "libfvm_filters.la" )
/bin/bash ../../libtool  --tag=CXX   --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft  -funroll-loops -O2 -Wuninitialized -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG   -funroll-loops -O2 -Wuninitialized -ansi -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wunused -Wno-long-long -Wfloat-equal -fdiagnostics-color=auto  -pthread -MT fvm_medcoupling_la-fvm_to_medcoupling.lo -MD -MP -MF .deps/fvm_medcoupling_la-fvm_to_medcoupling.Tpo -c -o fvm_medcoupling_la-fvm_to_medcoupling.lo `test -f 'fvm_to_medcoupling.cxx' || echo '/home/jbl/code_saturne-4.2.1/src/fvm/'`fvm_to_medcoupling.cxx
libtool: compile:  /usr/bin/c++ -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/src/fvm -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -funroll-loops -O2 -Wuninitialized -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -funroll-loops -O2 -Wuninitialized -ansi -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wunused -Wno-long-long -Wfloat-equal -fdiagnostics-color=auto -pthread -MT fvm_medcoupling_la-fvm_to_medcoupling.lo -MD -MP -MF .deps/fvm_medcoupling_la-fvm_to_medcoupling.Tpo -c /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_medcoupling.cxx  -fPIC -DPIC -o .libs/fvm_medcoupling_la-fvm_to_medcoupling.o
In file included from /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_medcoupling.cxx:28:0:
/home/jbl/code_saturne-4.2.1/src/base/cs_defs.h:81:19: fatal error: mpi.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:1025: recipe for target 'fvm_medcoupling_la-fvm_to_medcoupling.lo' failed
make[3]: *** [fvm_medcoupling_la-fvm_to_medcoupling.lo] Error 1
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
Makefile:895: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
Makefile:1286: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build'
Makefile:820: recipe for target 'all' failed
make: *** [all] Error 2
