(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 /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx accepts -g... yes
checking dependency style of /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx... 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 '/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx' 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 /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx accepts -g... (cached) yes
checking dependency style of /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx... (cached) gcc3
checking how to run the C++ preprocessor... /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -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 /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx... /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 /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx 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/mpicxx 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/mpicxx static flag -static works... no
checking if /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx 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/mpicxx 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/mpicxx 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=/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx' '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 /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx  -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: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -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 /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -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:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -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
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_medcoupling.cxx:1798:56: warning: unused parameter ‘path’ [-Wunused-parameter]
                                const char             *path,
                                                        ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_medcoupling.cxx:1799:56: warning: unused parameter ‘options’ [-Wunused-parameter]
                                const char             *options,
                                                        ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_medcoupling.cxx:1918:49: warning: unused parameter ‘time_step’ [-Wunused-parameter]
                                  const int      time_step,
                                                 ^
/home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_medcoupling.cxx:1919:49: warning: unused parameter ‘time_value’ [-Wunused-parameter]
                                  const double   time_value)
                                                 ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.hxx:193:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingUMesh.hxx:26,
                 from /home/jbl/code_saturne-4.2.1/src/fvm/fvm_to_medcoupling.cxx:47:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx: In instantiation of ‘static void ParaMEDMEM::MemArray<T>::CDeallocator(void*, void*) [with T = double]’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx:412:13:   required from ‘void ParaMEDMEM::MemArray<T>::reserve(std::size_t) [with T = double; std::size_t = long unsigned int]’
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx:90:14:   required from ‘void ParaMEDMEM::MemArray<T>::writeOnPlace(std::size_t, T, const T*, std::size_t) [with T = double; std::size_t = long unsigned int]’
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.hxx:301:166:   required from here
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx:447:50: warning: unused parameter ‘param’ [-Wunused-parameter]
   void MemArray<T>::CDeallocator(void *pt, void *param)
                                                  ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx: In instantiation of ‘static void ParaMEDMEM::MemArray<T>::CDeallocator(void*, void*) [with T = int]’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx:412:13:   required from ‘void ParaMEDMEM::MemArray<T>::reserve(std::size_t) [with T = int; std::size_t = long unsigned int]’
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx:90:14:   required from ‘void ParaMEDMEM::MemArray<T>::writeOnPlace(std::size_t, T, const T*, std::size_t) [with T = int; std::size_t = long unsigned int]’
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.hxx:619:160:   required from here
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/include/salome/MEDCouplingMemArray.txx:447:50: warning: unused parameter ‘param’ [-Wunused-parameter]
mv -f .deps/fvm_medcoupling_la-fvm_to_medcoupling.Tpo .deps/fvm_medcoupling_la-fvm_to_medcoupling.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx  -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 -module -avoid-version -O -Wl,-export-dynamic -fopenmp  -o fvm_medcoupling.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne fvm_medcoupling_la-fvm_to_medcoupling.lo -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/lib/salome -lmedcoupling -linterpkernel -R/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/lib/salome -lnsl -lz    -ldl
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/fvm_medcoupling_la-fvm_to_medcoupling.o   -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/lib/salome -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/MED_V7_7_1/lib/salome -lmedcoupling -linterpkernel -lnsl -lz -ldl -L/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -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/../../.. /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi_cxx.so /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi.so -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,fvm_medcoupling.so -o .libs/fvm_medcoupling.so
libtool: link: ( cd ".libs" && rm -f "fvm_medcoupling.la" && ln -s "../fvm_medcoupling.la" "fvm_medcoupling.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
Making all in mei
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make[4]: '/home/jbl/code_saturne-4.2.1/src/mei/mei_parser.c' is up to date.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make  all-am
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
/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/mei -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_evaluate.lo -MD -MP -MF .deps/mei_evaluate.Tpo -c -o mei_evaluate.lo /home/jbl/code_saturne-4.2.1/src/mei/mei_evaluate.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/mei -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_evaluate.lo -MD -MP -MF .deps/mei_evaluate.Tpo -c /home/jbl/code_saturne-4.2.1/src/mei/mei_evaluate.c  -fPIC -DPIC -o .libs/mei_evaluate.o
mv -f .deps/mei_evaluate.Tpo .deps/mei_evaluate.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/mei -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_hash_table.lo -MD -MP -MF .deps/mei_hash_table.Tpo -c -o mei_hash_table.lo /home/jbl/code_saturne-4.2.1/src/mei/mei_hash_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/src/mei -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_hash_table.lo -MD -MP -MF .deps/mei_hash_table.Tpo -c /home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.c  -fPIC -DPIC -o .libs/mei_hash_table.o
/home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.c: In function ‘mei_hash_table_insert’:
/home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.c:203:37: warning: unused parameter ‘f3’ [-Wunused-parameter]
                       const func3_t f3,
                                     ^
/home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.c:204:37: warning: unused parameter ‘f4’ [-Wunused-parameter]
                       const func4_t f4,
                                     ^
/home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.c: In function ‘mei_hash_table_init’:
/home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.c:363:61: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
   static double (*interp1d[]) (char*, int, int, double) = { mei_interp1d };
                                                             ^
/home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.c:363:61: note: (near initialization for ‘interp1d[0]’)
mv -f .deps/mei_hash_table.Tpo .deps/mei_hash_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/src/mei -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_math_util.lo -MD -MP -MF .deps/mei_math_util.Tpo -c -o mei_math_util.lo /home/jbl/code_saturne-4.2.1/src/mei/mei_math_util.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/mei -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_math_util.lo -MD -MP -MF .deps/mei_math_util.Tpo -c /home/jbl/code_saturne-4.2.1/src/mei/mei_math_util.c  -fPIC -DPIC -o .libs/mei_math_util.o
/home/jbl/code_saturne-4.2.1/src/mei/mei_math_util.c: In function ‘_user_data_reader’:
/home/jbl/code_saturne-4.2.1/src/mei/mei_math_util.c:248:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
   fgets(line, SIZE_MAX ,fr);
   ^
/home/jbl/code_saturne-4.2.1/src/mei/mei_math_util.c:251:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
     fgets(line, SIZE_MAX ,fr);
     ^
/home/jbl/code_saturne-4.2.1/src/mei/mei_math_util.c:284:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
     fgets(line, SIZE_MAX, fr);
     ^
mv -f .deps/mei_math_util.Tpo .deps/mei_math_util.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/mei -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_node.lo -MD -MP -MF .deps/mei_node.Tpo -c -o mei_node.lo /home/jbl/code_saturne-4.2.1/src/mei/mei_node.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/mei -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_node.lo -MD -MP -MF .deps/mei_node.Tpo -c /home/jbl/code_saturne-4.2.1/src/mei/mei_node.c  -fPIC -DPIC -o .libs/mei_node.o
/home/jbl/code_saturne-4.2.1/src/mei/mei_node.c: In function ‘mei_interp1d_node’:
/home/jbl/code_saturne-4.2.1/src/mei/mei_node.c:264:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   node->type->interp1d.op = expr;
                           ^
mv -f .deps/mei_node.Tpo .deps/mei_node.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/mei -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_parser_glob.lo -MD -MP -MF .deps/mei_parser_glob.Tpo -c -o mei_parser_glob.lo /home/jbl/code_saturne-4.2.1/src/mei/mei_parser_glob.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/mei -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_parser_glob.lo -MD -MP -MF .deps/mei_parser_glob.Tpo -c /home/jbl/code_saturne-4.2.1/src/mei/mei_parser_glob.c  -fPIC -DPIC -o .libs/mei_parser_glob.o
mv -f .deps/mei_parser_glob.Tpo .deps/mei_parser_glob.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/mei -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_parser.lo -MD -MP -MF .deps/mei_parser.Tpo -c -o mei_parser.lo /home/jbl/code_saturne-4.2.1/src/mei/mei_parser.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/mei -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_parser.lo -MD -MP -MF .deps/mei_parser.Tpo -c /home/jbl/code_saturne-4.2.1/src/mei/mei_parser.c  -fPIC -DPIC -o .libs/mei_parser.o
mei_parser.c: In function ‘yyparse’:
mei_parser.c:989:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration]
mei_parser.c:1634:16: note: in expansion of macro ‘YYLEX’
mei_parser.c:1634:7: warning: nested extern declaration of ‘yylex’ [-Wnested-externs]
mv -f .deps/mei_parser.Tpo .deps/mei_parser.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/mei -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_scanner.lo -MD -MP -MF .deps/mei_scanner.Tpo -c -o mei_scanner.lo /home/jbl/code_saturne-4.2.1/src/mei/mei_scanner.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/mei -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -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 mei_scanner.lo -MD -MP -MF .deps/mei_scanner.Tpo -c /home/jbl/code_saturne-4.2.1/src/mei/mei_scanner.c  -fPIC -DPIC -o .libs/mei_scanner.o
mei_scanner.c: In function ‘yylex’:
mei_scanner.c:899:1: warning: label ‘find_rule’ defined but not used [-Wunused-label]
mei_scanner.l: At top level:
mei_scanner.c:1383:17: warning: ‘yyunput’ defined but not used [-Wunused-function]
mei_scanner.c:2038:12: warning: ‘yy_flex_strlen’ defined but not used [-Wunused-function]
mei_scanner.c:1428:16: warning: ‘input’ defined but not used [-Wunused-function]
mv -f .deps/mei_scanner.Tpo .deps/mei_scanner.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 libmei.la  mei_evaluate.lo mei_hash_table.lo mei_math_util.lo mei_node.lo mei_parser_glob.lo mei_parser.lo mei_scanner.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libmei.a .libs/mei_evaluate.o .libs/mei_hash_table.o .libs/mei_math_util.o .libs/mei_node.o .libs/mei_parser_glob.o .libs/mei_parser.o .libs/mei_scanner.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libmei.a
libtool: link: ( cd ".libs" && rm -f "libmei.la" && ln -s "../libmei.la" "libmei.la" )
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
Making all in gui
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
/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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui.lo -MD -MP -MF .deps/cs_gui.Tpo -c -o cs_gui.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui.lo -MD -MP -MF .deps/cs_gui.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c  -fPIC -DPIC -o .libs/cs_gui.o
In file included from /home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c:93:0:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h: In function ‘cs_wall_functions_2scales_scalable’:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:391:48: warning: unused parameter ‘iuntur’ [-Wunused-parameter]
                                    int        *iuntur,
                                                ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h: In function ‘cs_wall_functions_2scales_smooth_rough’:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:670:52: warning: unused parameter ‘iuntur’ [-Wunused-parameter]
                                        int        *iuntur,
                                                    ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h: In function ‘cs_wall_functions_disabled’:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:763:40: warning: unused parameter ‘t_visc’ [-Wunused-parameter]
                            cs_real_t   t_visc,
                                        ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:768:40: warning: unused parameter ‘nlogla’ [-Wunused-parameter]
                            cs_lnum_t  *nlogla,
                                        ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:772:40: warning: unused parameter ‘dplus’ [-Wunused-parameter]
                            cs_real_t  *dplus,
                                        ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c: In function ‘_compressible_physical_property’:
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c:585:17: warning: unused variable ‘itherm’ [-Wunused-variable]
       const int itherm = cs_glob_thermal_model->itherm;
                 ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c: In function ‘uiporo_’:
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c:3168:51: warning: unused parameter ‘iporos’ [-Wunused-parameter]
 void CS_PROCF (uiporo, UIPORO) (const int        *iporos)
                                                   ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c: In function ‘_physical_property’:
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c:484:11: warning: ‘c_prop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
           cs_phys_prop_compute(property,
           ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c:484:11: warning: ‘property’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c: In function ‘uiprof_’:
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui.c:4860:12: warning: ‘output_frequency’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         if (output_frequency > 0 || time_output > 0.) {
            ^
mv -f .deps/cs_gui.Tpo .deps/cs_gui.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_boundary_conditions.lo -MD -MP -MF .deps/cs_gui_boundary_conditions.Tpo -c -o cs_gui_boundary_conditions.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_boundary_conditions.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_boundary_conditions.lo -MD -MP -MF .deps/cs_gui_boundary_conditions.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_boundary_conditions.c  -fPIC -DPIC -o .libs/cs_gui_boundary_conditions.o
mv -f .deps/cs_gui_boundary_conditions.Tpo .deps/cs_gui_boundary_conditions.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_conjugate_heat_transfer.lo -MD -MP -MF .deps/cs_gui_conjugate_heat_transfer.Tpo -c -o cs_gui_conjugate_heat_transfer.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_conjugate_heat_transfer.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_conjugate_heat_transfer.lo -MD -MP -MF .deps/cs_gui_conjugate_heat_transfer.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_conjugate_heat_transfer.c  -fPIC -DPIC -o .libs/cs_gui_conjugate_heat_transfer.o
mv -f .deps/cs_gui_conjugate_heat_transfer.Tpo .deps/cs_gui_conjugate_heat_transfer.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_mesh.lo -MD -MP -MF .deps/cs_gui_mesh.Tpo -c -o cs_gui_mesh.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mesh.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_mesh.lo -MD -MP -MF .deps/cs_gui_mesh.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mesh.c  -fPIC -DPIC -o .libs/cs_gui_mesh.o
mv -f .deps/cs_gui_mesh.Tpo .deps/cs_gui_mesh.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_mobile_mesh.lo -MD -MP -MF .deps/cs_gui_mobile_mesh.Tpo -c -o cs_gui_mobile_mesh.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mobile_mesh.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_mobile_mesh.lo -MD -MP -MF .deps/cs_gui_mobile_mesh.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mobile_mesh.c  -fPIC -DPIC -o .libs/cs_gui_mobile_mesh.o
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mobile_mesh.c: In function ‘uistr1_’:
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mobile_mesh.c:1050:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (istruct+1 > *mbstru) { /* Do not overwrite restart data */
                     ^
mv -f .deps/cs_gui_mobile_mesh.Tpo .deps/cs_gui_mobile_mesh.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_output.lo -MD -MP -MF .deps/cs_gui_output.Tpo -c -o cs_gui_output.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_output.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_output.lo -MD -MP -MF .deps/cs_gui_output.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_output.c  -fPIC -DPIC -o .libs/cs_gui_output.o
mv -f .deps/cs_gui_output.Tpo .deps/cs_gui_output.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_particles.lo -MD -MP -MF .deps/cs_gui_particles.Tpo -c -o cs_gui_particles.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_particles.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_particles.lo -MD -MP -MF .deps/cs_gui_particles.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_particles.c  -fPIC -DPIC -o .libs/cs_gui_particles.o
mv -f .deps/cs_gui_particles.Tpo .deps/cs_gui_particles.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_radiative_transfer.lo -MD -MP -MF .deps/cs_gui_radiative_transfer.Tpo -c -o cs_gui_radiative_transfer.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_radiative_transfer.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_radiative_transfer.lo -MD -MP -MF .deps/cs_gui_radiative_transfer.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_radiative_transfer.c  -fPIC -DPIC -o .libs/cs_gui_radiative_transfer.o
mv -f .deps/cs_gui_radiative_transfer.Tpo .deps/cs_gui_radiative_transfer.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_specific_physics.lo -MD -MP -MF .deps/cs_gui_specific_physics.Tpo -c -o cs_gui_specific_physics.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_specific_physics.lo -MD -MP -MF .deps/cs_gui_specific_physics.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c  -fPIC -DPIC -o .libs/cs_gui_specific_physics.o
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c: In function ‘uisofu_’:
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c:2211:10: warning: variable ‘volatile_matter’ set but not used [-Wunused-but-set-variable]
   double volatile_matter = 0.;
          ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c:2125:53: warning: unused parameter ‘ippmod’ [-Wunused-parameter]
 void CS_PROCF (uisofu, UISOFU) (const int    *const ippmod,
                                                     ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c:2126:53: warning: unused parameter ‘iccoal’ [-Wunused-parameter]
                                 const int    *const iccoal,
                                                     ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c:2127:53: warning: unused parameter ‘icpl3c’ [-Wunused-parameter]
                                 const int    *const icpl3c,
                                                     ^
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c: In function ‘uidai1_’:
/home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.c:2570:53: warning: unused parameter ‘idarcy’ [-Wunused-parameter]
 void CS_PROCF (uidai1, UIDAI1) (const int    *const idarcy,
                                                     ^
mv -f .deps/cs_gui_specific_physics.Tpo .deps/cs_gui_specific_physics.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/gui -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_util.lo -MD -MP -MF .deps/cs_gui_util.Tpo -c -o cs_gui_util.lo /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_util.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/gui -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/turb -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_gui_util.lo -MD -MP -MF .deps/cs_gui_util.Tpo -c /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_util.c  -fPIC -DPIC -o .libs/cs_gui_util.o
mv -f .deps/cs_gui_util.Tpo .deps/cs_gui_util.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  -O -Wl,-export-dynamic -fopenmp  -o libcsgui.la  cs_gui.lo cs_gui_boundary_conditions.lo cs_gui_conjugate_heat_transfer.lo cs_gui_mesh.lo cs_gui_mobile_mesh.lo cs_gui_output.lo cs_gui_particles.lo cs_gui_radiative_transfer.lo cs_gui_specific_physics.lo cs_gui_util.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsgui.a .libs/cs_gui.o .libs/cs_gui_boundary_conditions.o .libs/cs_gui_conjugate_heat_transfer.o .libs/cs_gui_mesh.o .libs/cs_gui_mobile_mesh.o .libs/cs_gui_output.o .libs/cs_gui_particles.o .libs/cs_gui_radiative_transfer.o .libs/cs_gui_specific_physics.o .libs/cs_gui_util.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsgui.a
libtool: link: ( cd ".libs" && rm -f "libcsgui.la" && ln -s "../libcsgui.la" "libcsgui.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
Making all in base
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/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/src/base -I../..  -DLOCALEDIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale'\" -DPKGDATADIR=\"'/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne'\" -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/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 libcscorep_la-cs_base.lo -MD -MP -MF .deps/libcscorep_la-cs_base.Tpo -c -o libcscorep_la-cs_base.lo `test -f 'cs_base.c' || echo '/home/jbl/code_saturne-4.2.1/src/base/'`cs_base.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/base -I../.. -DLOCALEDIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale\" -DPKGDATADIR=\"/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne\" -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/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 libcscorep_la-cs_base.lo -MD -MP -MF .deps/libcscorep_la-cs_base.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_base.c  -fPIC -DPIC -o .libs/libcscorep_la-cs_base.o
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c: In function ‘_cs_base_bft_printf_null’:
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c:178:39: warning: unused parameter ‘format’ [-Wunused-parameter]
 _cs_base_bft_printf_null(const char  *format,
                                       ^
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c:179:39: warning: unused parameter ‘arg_ptr’ [-Wunused-parameter]
                          va_list      arg_ptr)
                                       ^
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c: In function ‘_get_path’:
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c:594:25: warning: unused parameter ‘dir_path’ [-Wunused-parameter]
 _get_path(const char   *dir_path,
                         ^
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c:596:25: warning: unused parameter ‘env_path’ [-Wunused-parameter]
           char        **env_path)
                         ^
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c: In function ‘cs_base_mpi_init’:
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c:1250:50: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
     char *app_name = cs_base_get_app_name(*argc, (const char **)(*argv));
                                                  ^
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c: In function ‘_cs_base_err_vprintf’:
/home/jbl/code_saturne-4.2.1/src/base/cs_base.c:268:5: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
     freopen(err_file_name, "w", stderr);
     ^
mv -f .deps/libcscorep_la-cs_base.Tpo .deps/libcscorep_la-cs_base.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 libcscorep.la  libcscorep_la-cs_base.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcscorep.a .libs/libcscorep_la-cs_base.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcscorep.a
libtool: link: ( cd ".libs" && rm -f "libcscorep.la" && ln -s "../libcscorep.la" "libcscorep.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_all_to_all.lo -MD -MP -MF .deps/cs_all_to_all.Tpo -c -o cs_all_to_all.lo /home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_all_to_all.lo -MD -MP -MF .deps/cs_all_to_all.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c  -fPIC -DPIC -o .libs/cs_all_to_all.o
/home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c: In function ‘cs_all_to_all_copy_indexed’:
/home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c:1323:46: warning: unused parameter ‘datatype’ [-Wunused-parameter]
                            cs_datatype_t     datatype,
                                              ^
/home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c:1324:46: warning: unused parameter ‘reverse’ [-Wunused-parameter]
                            bool              reverse,
                                              ^
/home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c:1325:46: warning: unused parameter ‘src_index’ [-Wunused-parameter]
                            const cs_lnum_t  *src_index,
                                              ^
/home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c:1326:46: warning: unused parameter ‘src_data’ [-Wunused-parameter]
                            const void       *src_data,
                                              ^
/home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c:1327:46: warning: unused parameter ‘dest_index’ [-Wunused-parameter]
                            const cs_lnum_t  *dest_index,
                                              ^
/home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.c:1328:46: warning: unused parameter ‘dest_data’ [-Wunused-parameter]
                            void             *dest_data)
                                              ^
mv -f .deps/cs_all_to_all.Tpo .deps/cs_all_to_all.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_block_dist.lo -MD -MP -MF .deps/cs_block_dist.Tpo -c -o cs_block_dist.lo /home/jbl/code_saturne-4.2.1/src/base/cs_block_dist.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_block_dist.lo -MD -MP -MF .deps/cs_block_dist.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_block_dist.c  -fPIC -DPIC -o .libs/cs_block_dist.o
mv -f .deps/cs_block_dist.Tpo .deps/cs_block_dist.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_block_to_part.lo -MD -MP -MF .deps/cs_block_to_part.Tpo -c -o cs_block_to_part.lo /home/jbl/code_saturne-4.2.1/src/base/cs_block_to_part.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_block_to_part.lo -MD -MP -MF .deps/cs_block_to_part.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_block_to_part.c  -fPIC -DPIC -o .libs/cs_block_to_part.o
mv -f .deps/cs_block_to_part.Tpo .deps/cs_block_to_part.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_crystal_router.lo -MD -MP -MF .deps/cs_crystal_router.Tpo -c -o cs_crystal_router.lo /home/jbl/code_saturne-4.2.1/src/base/cs_crystal_router.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_crystal_router.lo -MD -MP -MF .deps/cs_crystal_router.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_crystal_router.c  -fPIC -DPIC -o .libs/cs_crystal_router.o
mv -f .deps/cs_crystal_router.Tpo .deps/cs_crystal_router.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_defs.lo -MD -MP -MF .deps/cs_defs.Tpo -c -o cs_defs.lo /home/jbl/code_saturne-4.2.1/src/base/cs_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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_defs.lo -MD -MP -MF .deps/cs_defs.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_defs.c  -fPIC -DPIC -o .libs/cs_defs.o
mv -f .deps/cs_defs.Tpo .deps/cs_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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_file.lo -MD -MP -MF .deps/cs_file.Tpo -c -o cs_file.lo /home/jbl/code_saturne-4.2.1/src/base/cs_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_file.lo -MD -MP -MF .deps/cs_file.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_file.c  -fPIC -DPIC -o .libs/cs_file.o
mv -f .deps/cs_file.Tpo .deps/cs_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/src/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_fp_exception.lo -MD -MP -MF .deps/cs_fp_exception.Tpo -c -o cs_fp_exception.lo /home/jbl/code_saturne-4.2.1/src/base/cs_fp_exception.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_fp_exception.lo -MD -MP -MF .deps/cs_fp_exception.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_fp_exception.c  -fPIC -DPIC -o .libs/cs_fp_exception.o
mv -f .deps/cs_fp_exception.Tpo .deps/cs_fp_exception.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_interface.lo -MD -MP -MF .deps/cs_interface.Tpo -c -o cs_interface.lo /home/jbl/code_saturne-4.2.1/src/base/cs_interface.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_interface.lo -MD -MP -MF .deps/cs_interface.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_interface.c  -fPIC -DPIC -o .libs/cs_interface.o
mv -f .deps/cs_interface.Tpo .deps/cs_interface.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_io.lo -MD -MP -MF .deps/cs_io.Tpo -c -o cs_io.lo /home/jbl/code_saturne-4.2.1/src/base/cs_io.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_io.lo -MD -MP -MF .deps/cs_io.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_io.c  -fPIC -DPIC -o .libs/cs_io.o
mv -f .deps/cs_io.Tpo .deps/cs_io.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_log.lo -MD -MP -MF .deps/cs_log.Tpo -c -o cs_log.lo /home/jbl/code_saturne-4.2.1/src/base/cs_log.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_log.lo -MD -MP -MF .deps/cs_log.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_log.c  -fPIC -DPIC -o .libs/cs_log.o
mv -f .deps/cs_log.Tpo .deps/cs_log.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_math.lo -MD -MP -MF .deps/cs_math.Tpo -c -o cs_math.lo /home/jbl/code_saturne-4.2.1/src/base/cs_math.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_math.lo -MD -MP -MF .deps/cs_math.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_math.c  -fPIC -DPIC -o .libs/cs_math.o
mv -f .deps/cs_math.Tpo .deps/cs_math.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_map.lo -MD -MP -MF .deps/cs_map.Tpo -c -o cs_map.lo /home/jbl/code_saturne-4.2.1/src/base/cs_map.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_map.lo -MD -MP -MF .deps/cs_map.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_map.c  -fPIC -DPIC -o .libs/cs_map.o
mv -f .deps/cs_map.Tpo .deps/cs_map.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_order.lo -MD -MP -MF .deps/cs_order.Tpo -c -o cs_order.lo /home/jbl/code_saturne-4.2.1/src/base/cs_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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_order.lo -MD -MP -MF .deps/cs_order.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_order.c  -fPIC -DPIC -o .libs/cs_order.o
mv -f .deps/cs_order.Tpo .deps/cs_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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_part_to_block.lo -MD -MP -MF .deps/cs_part_to_block.Tpo -c -o cs_part_to_block.lo /home/jbl/code_saturne-4.2.1/src/base/cs_part_to_block.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_part_to_block.lo -MD -MP -MF .deps/cs_part_to_block.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_part_to_block.c  -fPIC -DPIC -o .libs/cs_part_to_block.o
mv -f .deps/cs_part_to_block.Tpo .deps/cs_part_to_block.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_system_info.lo -MD -MP -MF .deps/cs_system_info.Tpo -c -o cs_system_info.lo /home/jbl/code_saturne-4.2.1/src/base/cs_system_info.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_system_info.lo -MD -MP -MF .deps/cs_system_info.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_system_info.c  -fPIC -DPIC -o .libs/cs_system_info.o
mv -f .deps/cs_system_info.Tpo .deps/cs_system_info.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_timer.lo -MD -MP -MF .deps/cs_timer.Tpo -c -o cs_timer.lo /home/jbl/code_saturne-4.2.1/src/base/cs_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_timer.lo -MD -MP -MF .deps/cs_timer.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_timer.c  -fPIC -DPIC -o .libs/cs_timer.o
/home/jbl/code_saturne-4.2.1/src/base/cs_timer.c: In function ‘_cs_timer_wall_null’:
/home/jbl/code_saturne-4.2.1/src/base/cs_timer.c:216:34: warning: unused parameter ‘timer’ [-Wunused-parameter]
 _cs_timer_wall_null(cs_timer_t  *timer)
                                  ^
/home/jbl/code_saturne-4.2.1/src/base/cs_timer.c: In function ‘_cs_timer_cpu_null’:
/home/jbl/code_saturne-4.2.1/src/base/cs_timer.c:286:33: warning: unused parameter ‘timer’ [-Wunused-parameter]
 _cs_timer_cpu_null(cs_timer_t  *timer)
                                 ^
mv -f .deps/cs_timer.Tpo .deps/cs_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 libcscore.la  cs_all_to_all.lo cs_block_dist.lo cs_block_to_part.lo cs_crystal_router.lo cs_defs.lo cs_file.lo cs_fp_exception.lo cs_interface.lo cs_io.lo cs_log.lo cs_math.lo cs_map.lo cs_order.lo cs_part_to_block.lo cs_system_info.lo cs_timer.lo libcscorep.la ../../src/fvm/libfvm.la -lnsl -lz    -ldl
libtool: link: (cd .libs/libcscore.lax/libcscorep.a && ar x "/home/jbl/code_saturne-4.2.1.build/src/base/./.libs/libcscorep.a")
libtool: link: (cd .libs/libcscore.lax/libfvm.a && ar x "/home/jbl/code_saturne-4.2.1.build/src/base/../../src/fvm/.libs/libfvm.a")
libtool: link: ar cru .libs/libcscore.a .libs/cs_all_to_all.o .libs/cs_block_dist.o .libs/cs_block_to_part.o .libs/cs_crystal_router.o .libs/cs_defs.o .libs/cs_file.o .libs/cs_fp_exception.o .libs/cs_interface.o .libs/cs_io.o .libs/cs_log.o .libs/cs_math.o .libs/cs_map.o .libs/cs_order.o .libs/cs_part_to_block.o .libs/cs_system_info.o .libs/cs_timer.o   .libs/libcscore.lax/libcscorep.a/libcscorep_la-cs_base.o  .libs/libcscore.lax/libfvm.a/fvm_selector_postfix.o .libs/libcscore.lax/libfvm.a/fvm_box_tree.o .libs/libcscore.lax/libfvm.a/fvm_triangulate.o .libs/libcscore.lax/libfvm.a/fvm_group.o .libs/libcscore.lax/libfvm.a/fvm_defs.o .libs/libcscore.lax/libfvm.a/fvm_nodal.o .libs/libcscore.lax/libfvm.a/fvm_periodicity.o .libs/libcscore.lax/libfvm.a/fvm_hilbert.o .libs/libcscore.lax/libfvm.a/fvm_morton.o .libs/libcscore.lax/libfvm.a/fvm_nodal_append.o .libs/libcscore.lax/libfvm.a/fvm_tesselation.o .libs/libcscore.lax/libfvm.a/fvm_point_location.o .libs/libcscore.lax/libfvm.a/fvm_nodal_order.o .libs/libcscore.lax/libfvm.a/fvm_box.o .libs/libcscore.lax/libfvm.a/fvm_neighborhood.o .libs/libcscore.lax/libfvm.a/fvm_io_num.o .libs/libcscore.lax/libfvm.a/fvm_selector.o .libs/libcscore.lax/libfvm.a/fvm_nodal_from_desc.o .libs/libcscore.lax/libfvm.a/fvm_convert_array.o .libs/libcscore.lax/libfvm.a/fvm_nodal_triangulate.o .libs/libcscore.lax/libfvm.a/fvm_nodal_extract.o .libs/libcscore.lax/libfvm.a/fvm_nodal_extrude.o .libs/libcscore.lax/libfvm.a/fvm_nodal_project.o .libs/libcscore.lax/libfvm.a/fvm_trace.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcscore.a
libtool: link: rm -fr .libs/libcscore.lax
libtool: link: ( cd ".libs" && rm -f "libcscore.la" && ln -s "../libcscore.la" "libcscore.la" )
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o addfld.lo /home/jbl/code_saturne-4.2.1/src/base/addfld.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/addfld.f90  -fPIC -o .libs/addfld.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o alelav.lo /home/jbl/code_saturne-4.2.1/src/base/alelav.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/alelav.f90  -fPIC -o .libs/alelav.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o alemav.lo /home/jbl/code_saturne-4.2.1/src/base/alemav.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/alemav.f90  -fPIC -o .libs/alemav.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o altycl.lo /home/jbl/code_saturne-4.2.1/src/base/altycl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/altycl.f90  -fPIC -o .libs/altycl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o b_t_to_h.lo /home/jbl/code_saturne-4.2.1/src/base/b_t_to_h.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/b_t_to_h.f90  -fPIC -o .libs/b_t_to_h.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o b_h_to_t.lo /home/jbl/code_saturne-4.2.1/src/base/b_h_to_t.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/b_h_to_t.f90  -fPIC -o .libs/b_h_to_t.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o c_h_to_t.lo /home/jbl/code_saturne-4.2.1/src/base/c_h_to_t.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/c_h_to_t.f90  -fPIC -o .libs/c_h_to_t.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o calhyd.lo /home/jbl/code_saturne-4.2.1/src/base/calhyd.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/calhyd.f90  -fPIC -o .libs/calhyd.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o caltri.lo /home/jbl/code_saturne-4.2.1/src/base/caltri.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/caltri.f90  -fPIC -o .libs/caltri.o
/home/jbl/code_saturne-4.2.1/src/base/caltri.f90:919:0:

   call timer_stats_stop(lagr_stats_id)
 ^
Warning: ‘lagr_stats_id’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o catsma.lo /home/jbl/code_saturne-4.2.1/src/base/catsma.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/catsma.f90  -fPIC -o .libs/catsma.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o catsmv.lo /home/jbl/code_saturne-4.2.1/src/base/catsmv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/catsmv.f90  -fPIC -o .libs/catsmv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o catsmt.lo /home/jbl/code_saturne-4.2.1/src/base/catsmt.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/catsmt.f90  -fPIC -o .libs/catsmt.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clca66.lo /home/jbl/code_saturne-4.2.1/src/base/clca66.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/clca66.f90  -fPIC -o .libs/clca66.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clpsca.lo /home/jbl/code_saturne-4.2.1/src/base/clpsca.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/clpsca.f90  -fPIC -o .libs/clpsca.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clptrg.lo /home/jbl/code_saturne-4.2.1/src/base/clptrg.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/clptrg.f90  -fPIC -o .libs/clptrg.o
/home/jbl/code_saturne-4.2.1/src/base/clptrg.f90:1817:0:

       tplus = romc*cpp*max(buet(ifac)*bcfnns(ifac),epzero)/hint
 ^
Warning: ‘hint’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/clptrg.f90:855:0:

     uiptmn = min(uiptn*iuntur,uiptmn)
 ^
Warning: ‘iuntur’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/clptrg.f90:900:0:

     cofbfu(3,3,ifac) = hflui*(1.d0-rnz**2) + hint*rnz**2
 ^
Warning: ‘hflui’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/clptrg.f90:871:0:

     coefau(1,ifac) = (1.d0-cofimp)*(rcodcx - rcodcn*rnx) + rcodcn*rnx
 ^
Warning: ‘cofimp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clptur.lo /home/jbl/code_saturne-4.2.1/src/base/clptur.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/clptur.f90  -fPIC -o .libs/clptur.o
/home/jbl/code_saturne-4.2.1/src/base/clptur.f90:2287:0:

         cofimp = 1.d0 - heq/hint
 ^
Warning: ‘hint’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clsyvt.lo /home/jbl/code_saturne-4.2.1/src/base/clsyvt.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/clsyvt.f90  -fPIC -o .libs/clsyvt.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o copain_model.lo /home/jbl/code_saturne-4.2.1/src/base/copain_model.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/copain_model.f90  -fPIC -o .libs/copain_model.o
/home/jbl/code_saturne-4.2.1/src/base/copain_model.f90:83:4:

 use cs_nz_condensation, only: nzones, izcophc, izcophg, iztag1d, ztpar
    1
Warning: Unused module variable ‘nzones’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/base/copain_model.f90:61:7:

    tpar   ,                              &
       1
Warning: Unused dummy argument ‘tpar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/base/copain_model.f90:488:0:

               *((y_ncond_int-y_ncond)/y_ncond_int)
 ^
Warning: ‘hcond’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o condensation_source_terms.lo /home/jbl/code_saturne-4.2.1/src/base/condensation_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/condensation_source_terms.f90  -fPIC -o .libs/condensation_source_terms.o
/home/jbl/code_saturne-4.2.1/src/base/condensation_source_terms.f90:60:17:

   (ncelet  , ncel    ,                                   &
                 1
Warning: Unused dummy argument ‘ncel’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o condli.lo /home/jbl/code_saturne-4.2.1/src/base/condli.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/condli.f90  -fPIC -o .libs/condli.o
/home/jbl/code_saturne-4.2.1/src/base/condli.f90:2790:18:

     call b_h_to_t(btemp_s, btemp_s)
                  1
Warning: Same actual argument associated with INTENT(IN) argument ‘h_b’ and INTENT(OUT) argument ‘t_b’ at (1)
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cou1di.lo /home/jbl/code_saturne-4.2.1/src/base/cou1di.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cou1di.f90  -fPIC -o .libs/cou1di.o
/home/jbl/code_saturne-4.2.1/src/base/cou1di.f90:157:32:

   call b_t_to_h(nfpt1d, ifpt1d, h_b, h_b)
                                1
Warning: Same actual argument associated with INTENT(IN) argument ‘t_b’ and INTENT(OUT) argument ‘h_b’ at (1)
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cou1do.lo /home/jbl/code_saturne-4.2.1/src/base/cou1do.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cou1do.f90  -fPIC -o .libs/cou1do.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o coupbi.lo /home/jbl/code_saturne-4.2.1/src/base/coupbi.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/coupbi.f90  -fPIC -o .libs/coupbi.o
/home/jbl/code_saturne-4.2.1/src/base/coupbi.f90:222:39:

           call b_t_to_h(nbfcou, lfcou, h_b, h_b)
                                       1
Warning: Same actual argument associated with INTENT(IN) argument ‘t_b’ and INTENT(OUT) argument ‘h_b’ at (1)
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o coupbo.lo /home/jbl/code_saturne-4.2.1/src/base/coupbo.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/coupbo.f90  -fPIC -o .libs/coupbo.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o codits.lo /home/jbl/code_saturne-4.2.1/src/base/codits.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/codits.f90  -fPIC -o .libs/codits.o
/home/jbl/code_saturne-4.2.1/src/base/codits.f90:186:27:

    viscfm , viscbm , visccm , viscfs , viscbs , visccs ,          &
                           1
Warning: Unused dummy argument ‘visccm’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o coditv.lo /home/jbl/code_saturne-4.2.1/src/base/coditv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/coditv.f90  -fPIC -o .libs/coditv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o coditts.lo /home/jbl/code_saturne-4.2.1/src/base/coditts.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/coditts.f90  -fPIC -o .libs/coditts.o
/home/jbl/code_saturne-4.2.1/src/base/coditts.f90:245:23:

 integer          idtva0
                       1
Warning: Unused variable ‘idtva0’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o covofi.lo /home/jbl/code_saturne-4.2.1/src/base/covofi.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/covofi.f90  -fPIC -o .libs/covofi.o
/home/jbl/code_saturne-4.2.1/src/base/covofi.f90:193:49:

 double precision, dimension(:), pointer :: porosi
                                                 1
Warning: Unused variable ‘porosi’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/base/covofi.f90:672:0:

     call field_get_val_prev_s(ivarfl(iii), cvara_varsca)
 ^
Warning: ‘iii’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cptssy.lo /home/jbl/code_saturne-4.2.1/src/base/cptssy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cptssy.f90  -fPIC -o .libs/cptssy.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cpvosy.lo /home/jbl/code_saturne-4.2.1/src/base/cpvosy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cpvosy.f90  -fPIC -o .libs/cpvosy.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cregeo.lo /home/jbl/code_saturne-4.2.1/src/base/cregeo.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cregeo.f90  -fPIC -o .libs/cregeo.o
/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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_ale.lo -MD -MP -MF .deps/cs_ale.Tpo -c -o cs_ale.lo /home/jbl/code_saturne-4.2.1/src/base/cs_ale.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ale.lo -MD -MP -MF .deps/cs_ale.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_ale.c  -fPIC -DPIC -o .libs/cs_ale.o
mv -f .deps/cs_ale.Tpo .deps/cs_ale.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_array_reduce.lo -MD -MP -MF .deps/cs_array_reduce.Tpo -c -o cs_array_reduce.lo /home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_array_reduce.lo -MD -MP -MF .deps/cs_array_reduce.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c  -fPIC -DPIC -o .libs/cs_array_reduce.o
/home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c: In function ‘cs_array_reduce_simple_stats_l’:
/home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c:1765:34: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       _cs_real_sstats_3d(n_elts, (const cs_real_3_t *)v,
                                  ^
/home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c:1777:48: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       _cs_real_sstats_3d_l(n_elts, v_elt_list, (const cs_real_3_t *)v,
                                                ^
/home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c: In function ‘cs_array_reduce_simple_stats_l_w’:
/home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c:1835:36: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       _cs_real_sstats_3d_w(n_elts, (const cs_real_3_t *)v, w,
                                    ^
/home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c:1848:50: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       _cs_real_sstats_3d_w_l(n_elts, w_elt_list, (const cs_real_3_t *)v, w,
                                                  ^
/home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.c:1861:50: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       _cs_real_sstats_3d_l_w(n_elts, v_elt_list, (const cs_real_3_t *)v, w,
                                                  ^
mv -f .deps/cs_array_reduce.Tpo .deps/cs_array_reduce.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_ast_coupling.lo -MD -MP -MF .deps/cs_ast_coupling.Tpo -c -o cs_ast_coupling.lo /home/jbl/code_saturne-4.2.1/src/base/cs_ast_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ast_coupling.lo -MD -MP -MF .deps/cs_ast_coupling.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_ast_coupling.c  -fPIC -DPIC -o .libs/cs_ast_coupling.o
/home/jbl/code_saturne-4.2.1/src/base/cs_ast_coupling.c: In function ‘astgeo_’:
/home/jbl/code_saturne-4.2.1/src/base/cs_ast_coupling.c:133:15: warning: unused parameter ‘nbnast’ [-Wunused-parameter]
   cs_int_t   *nbnast,
               ^
mv -f .deps/cs_ast_coupling.Tpo .deps/cs_ast_coupling.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_base_fortran.lo -MD -MP -MF .deps/cs_base_fortran.Tpo -c -o cs_base_fortran.lo /home/jbl/code_saturne-4.2.1/src/base/cs_base_fortran.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_base_fortran.lo -MD -MP -MF .deps/cs_base_fortran.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_base_fortran.c  -fPIC -DPIC -o .libs/cs_base_fortran.o
mv -f .deps/cs_base_fortran.Tpo .deps/cs_base_fortran.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_boundary_conditions.lo -MD -MP -MF .deps/cs_boundary_conditions.Tpo -c -o cs_boundary_conditions.lo /home/jbl/code_saturne-4.2.1/src/base/cs_boundary_conditions.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_boundary_conditions.lo -MD -MP -MF .deps/cs_boundary_conditions.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_boundary_conditions.c  -fPIC -DPIC -o .libs/cs_boundary_conditions.o
/home/jbl/code_saturne-4.2.1/src/base/cs_boundary_conditions.c: In function ‘_inlet_sum’:
/home/jbl/code_saturne-4.2.1/src/base/cs_boundary_conditions.c:315:41: warning: unused parameter ‘nvarcl’ [-Wunused-parameter]
            int                          nvarcl,
                                         ^
/home/jbl/code_saturne-4.2.1/src/base/cs_boundary_conditions.c: In function ‘cs_boundary_conditions_mapped_set’:
/home/jbl/code_saturne-4.2.1/src/base/cs_boundary_conditions.c:884:26: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
                          (const cs_real_3_t *)dist_coords,
                          ^
mv -f .deps/cs_boundary_conditions.Tpo .deps/cs_boundary_conditions.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_calcium.lo -MD -MP -MF .deps/cs_calcium.Tpo -c -o cs_calcium.lo /home/jbl/code_saturne-4.2.1/src/base/cs_calcium.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_calcium.lo -MD -MP -MF .deps/cs_calcium.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_calcium.c  -fPIC -DPIC -o .libs/cs_calcium.o
mv -f .deps/cs_calcium.Tpo .deps/cs_calcium.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o csc2cl.lo /home/jbl/code_saturne-4.2.1/src/base/csc2cl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/csc2cl.f90  -fPIC -o .libs/csc2cl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o csc2ts.lo /home/jbl/code_saturne-4.2.1/src/base/csc2ts.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/csc2ts.f90  -fPIC -o .libs/csc2ts.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o csccel.lo /home/jbl/code_saturne-4.2.1/src/base/csccel.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/csccel.f90  -fPIC -o .libs/csccel.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cscfbr.lo /home/jbl/code_saturne-4.2.1/src/base/cscfbr.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cscfbr.f90  -fPIC -o .libs/cscfbr.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cscini.lo /home/jbl/code_saturne-4.2.1/src/base/cscini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cscini.f90  -fPIC -o .libs/cscini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o csclli.lo /home/jbl/code_saturne-4.2.1/src/base/csclli.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/csclli.f90  -fPIC -o .libs/csclli.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cscloc.lo /home/jbl/code_saturne-4.2.1/src/base/cscloc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cscloc.f90  -fPIC -o .libs/cscloc.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cscpce.lo /home/jbl/code_saturne-4.2.1/src/base/cscpce.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cscpce.f90  -fPIC -o .libs/cscpce.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cscpfb.lo /home/jbl/code_saturne-4.2.1/src/base/cscpfb.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cscpfb.f90  -fPIC -o .libs/cscpfb.o
/home/jbl/code_saturne-4.2.1/src/base/cscpfb.f90:61:4:

 use dimens, only: nvar
    1
Warning: Unused module variable ‘nvar’ which has been explicitly imported at (1) [-Wunused-variable]
/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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_control.lo -MD -MP -MF .deps/cs_control.Tpo -c -o cs_control.lo /home/jbl/code_saturne-4.2.1/src/base/cs_control.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_control.lo -MD -MP -MF .deps/cs_control.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_control.c  -fPIC -DPIC -o .libs/cs_control.o
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c: In function ‘_parse_control_file’:
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c:402:36: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
       if (_read_next_int(cur_line, (const char **)&s, &nt_max) > 0)
                                    ^
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c:406:36: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
       if (_read_next_int(cur_line, (const char **)&s, &nt_max) > 0)
                                    ^
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c:419:39: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
       if (_read_next_double(cur_line, (const char **)&s, &t_max) > 0)
                                       ^
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c:430:39: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
       if (_read_next_double(cur_line, (const char **)&s, &wt) > 0)
                                       ^
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c:437:37: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
       _control_checkpoint(cur_line, (const char **)&s);
                                     ^
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c:442:42: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
       _control_postprocess(ts, cur_line, (const char **)&s);
                                          ^
/home/jbl/code_saturne-4.2.1/src/base/cs_control.c:448:36: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
       if (_read_next_int(cur_line, (const char **)&s, &nt) > 0) {
                                    ^
mv -f .deps/cs_control.Tpo .deps/cs_control.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_coupling.lo -MD -MP -MF .deps/cs_coupling.Tpo -c -o cs_coupling.lo /home/jbl/code_saturne-4.2.1/src/base/cs_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_coupling.lo -MD -MP -MF .deps/cs_coupling.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_coupling.c  -fPIC -DPIC -o .libs/cs_coupling.o
mv -f .deps/cs_coupling.Tpo .deps/cs_coupling.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_ext_neighborhood.lo -MD -MP -MF .deps/cs_ext_neighborhood.Tpo -c -o cs_ext_neighborhood.lo /home/jbl/code_saturne-4.2.1/src/base/cs_ext_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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ext_neighborhood.lo -MD -MP -MF .deps/cs_ext_neighborhood.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_ext_neighborhood.c  -fPIC -DPIC -o .libs/cs_ext_neighborhood.o
mv -f .deps/cs_ext_neighborhood.Tpo .deps/cs_ext_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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_fan.lo -MD -MP -MF .deps/cs_fan.Tpo -c -o cs_fan.lo /home/jbl/code_saturne-4.2.1/src/base/cs_fan.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_fan.lo -MD -MP -MF .deps/cs_fan.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_fan.c  -fPIC -DPIC -o .libs/cs_fan.o
/home/jbl/code_saturne-4.2.1/src/base/cs_fan.c: In function ‘cs_fan_cells_select’:
/home/jbl/code_saturne-4.2.1/src/base/cs_fan.c:957:35: warning: unused parameter ‘input’ [-Wunused-parameter]
 cs_fan_cells_select(void         *input,
                                   ^
mv -f .deps/cs_fan.Tpo .deps/cs_fan.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_field.lo -MD -MP -MF .deps/cs_field.Tpo -c -o cs_field.lo /home/jbl/code_saturne-4.2.1/src/base/cs_field.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_field.lo -MD -MP -MF .deps/cs_field.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_field.c  -fPIC -DPIC -o .libs/cs_field.o
mv -f .deps/cs_field.Tpo .deps/cs_field.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_field_pointer.lo -MD -MP -MF .deps/cs_field_pointer.Tpo -c -o cs_field_pointer.lo /home/jbl/code_saturne-4.2.1/src/base/cs_field_pointer.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_field_pointer.lo -MD -MP -MF .deps/cs_field_pointer.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_field_pointer.c  -fPIC -DPIC -o .libs/cs_field_pointer.o
mv -f .deps/cs_field_pointer.Tpo .deps/cs_field_pointer.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_field_operator.lo -MD -MP -MF .deps/cs_field_operator.Tpo -c -o cs_field_operator.lo /home/jbl/code_saturne-4.2.1/src/base/cs_field_operator.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_field_operator.lo -MD -MP -MF .deps/cs_field_operator.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_field_operator.c  -fPIC -DPIC -o .libs/cs_field_operator.o
mv -f .deps/cs_field_operator.Tpo .deps/cs_field_operator.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_halo.lo -MD -MP -MF .deps/cs_halo.Tpo -c -o cs_halo.lo /home/jbl/code_saturne-4.2.1/src/base/cs_halo.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_halo.lo -MD -MP -MF .deps/cs_halo.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_halo.c  -fPIC -DPIC -o .libs/cs_halo.o
mv -f .deps/cs_halo.Tpo .deps/cs_halo.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_halo_perio.lo -MD -MP -MF .deps/cs_halo_perio.Tpo -c -o cs_halo_perio.lo /home/jbl/code_saturne-4.2.1/src/base/cs_halo_perio.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_halo_perio.lo -MD -MP -MF .deps/cs_halo_perio.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_halo_perio.c  -fPIC -DPIC -o .libs/cs_halo_perio.o
mv -f .deps/cs_halo_perio.Tpo .deps/cs_halo_perio.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o csinit.lo /home/jbl/code_saturne-4.2.1/src/base/csinit.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/csinit.f90  -fPIC -o .libs/csinit.o
/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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_log_iteration.lo -MD -MP -MF .deps/cs_log_iteration.Tpo -c -o cs_log_iteration.lo /home/jbl/code_saturne-4.2.1/src/base/cs_log_iteration.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_log_iteration.lo -MD -MP -MF .deps/cs_log_iteration.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_log_iteration.c  -fPIC -DPIC -o .libs/cs_log_iteration.o
mv -f .deps/cs_log_iteration.Tpo .deps/cs_log_iteration.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_log_setup.lo -MD -MP -MF .deps/cs_log_setup.Tpo -c -o cs_log_setup.lo /home/jbl/code_saturne-4.2.1/src/base/cs_log_setup.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_log_setup.lo -MD -MP -MF .deps/cs_log_setup.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_log_setup.c  -fPIC -DPIC -o .libs/cs_log_setup.o
mv -f .deps/cs_log_setup.Tpo .deps/cs_log_setup.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_numbering.lo -MD -MP -MF .deps/cs_numbering.Tpo -c -o cs_numbering.lo /home/jbl/code_saturne-4.2.1/src/base/cs_numbering.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_numbering.lo -MD -MP -MF .deps/cs_numbering.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_numbering.c  -fPIC -DPIC -o .libs/cs_numbering.o
mv -f .deps/cs_numbering.Tpo .deps/cs_numbering.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_measures_util.lo -MD -MP -MF .deps/cs_measures_util.Tpo -c -o cs_measures_util.lo /home/jbl/code_saturne-4.2.1/src/base/cs_measures_util.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_measures_util.lo -MD -MP -MF .deps/cs_measures_util.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_measures_util.c  -fPIC -DPIC -o .libs/cs_measures_util.o
mv -f .deps/cs_measures_util.Tpo .deps/cs_measures_util.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_mesh_tagmr.lo /home/jbl/code_saturne-4.2.1/src/base/cs_mesh_tagmr.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_mesh_tagmr.f90  -fPIC -o .libs/cs_mesh_tagmr.o
/home/jbl/code_saturne-4.2.1/src/base/cs_mesh_tagmr.f90:79:33:

 integer          ii, kk, iz, ifac
                                 1
Warning: Unused variable ‘ifac’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/base/cs_mesh_tagmr.f90:46:18:

  ( nfbpcd , ifbpcd, izzftcd )
                  1
Warning: Unused dummy argument ‘ifbpcd’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_metal_structures_tag.lo /home/jbl/code_saturne-4.2.1/src/base/cs_metal_structures_tag.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_metal_structures_tag.f90  -fPIC -o .libs/cs_metal_structures_tag.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_gas_mix_initialization.lo /home/jbl/code_saturne-4.2.1/src/base/cs_gas_mix_initialization.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_gas_mix_initialization.f90  -fPIC -o .libs/cs_gas_mix_initialization.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_gas_mix_physical_properties.lo /home/jbl/code_saturne-4.2.1/src/base/cs_gas_mix_physical_properties.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_gas_mix_physical_properties.f90  -fPIC -o .libs/cs_gas_mix_physical_properties.o
/home/jbl/code_saturne-4.2.1/src/base/cs_gas_mix_physical_properties.f90:570:21:

 integer          f_id
                     1
Warning: Unused variable ‘f_id’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o csopli.lo /home/jbl/code_saturne-4.2.1/src/base/csopli.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/csopli.f90  -fPIC -o .libs/csopli.o
/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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_opts.lo -MD -MP -MF .deps/cs_opts.Tpo -c -o cs_opts.lo /home/jbl/code_saturne-4.2.1/src/base/cs_opts.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_opts.lo -MD -MP -MF .deps/cs_opts.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_opts.c  -fPIC -DPIC -o .libs/cs_opts.o
mv -f .deps/cs_opts.Tpo .deps/cs_opts.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_parall.lo -MD -MP -MF .deps/cs_parall.Tpo -c -o cs_parall.lo /home/jbl/code_saturne-4.2.1/src/base/cs_parall.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_parall.lo -MD -MP -MF .deps/cs_parall.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_parall.c  -fPIC -DPIC -o .libs/cs_parall.o
mv -f .deps/cs_parall.Tpo .deps/cs_parall.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_parameters.lo -MD -MP -MF .deps/cs_parameters.Tpo -c -o cs_parameters.lo /home/jbl/code_saturne-4.2.1/src/base/cs_parameters.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_parameters.lo -MD -MP -MF .deps/cs_parameters.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_parameters.c  -fPIC -DPIC -o .libs/cs_parameters.o
mv -f .deps/cs_parameters.Tpo .deps/cs_parameters.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_physical_constants.lo -MD -MP -MF .deps/cs_physical_constants.Tpo -c -o cs_physical_constants.lo /home/jbl/code_saturne-4.2.1/src/base/cs_physical_constants.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_physical_constants.lo -MD -MP -MF .deps/cs_physical_constants.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_physical_constants.c  -fPIC -DPIC -o .libs/cs_physical_constants.o
mv -f .deps/cs_physical_constants.Tpo .deps/cs_physical_constants.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_physical_properties.lo -MD -MP -MF .deps/cs_physical_properties.Tpo -c -o cs_physical_properties.lo /home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_physical_properties.lo -MD -MP -MF .deps/cs_physical_properties.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c  -fPIC -DPIC -o .libs/cs_physical_properties.o
/home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c: In function ‘cs_phys_prop_freesteam’:
/home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c:496:59: warning: unused parameter ‘thermo_plane’ [-Wunused-parameter]
 cs_phys_prop_freesteam(cs_phys_prop_thermo_plane_type_t   thermo_plane,
                                                           ^
/home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c:497:59: warning: unused parameter ‘property’ [-Wunused-parameter]
                        cs_phys_prop_type_t                property,
                                                           ^
/home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c:498:59: warning: unused parameter ‘n_vals’ [-Wunused-parameter]
                        const cs_lnum_t                    n_vals,
                                                           ^
/home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c:499:59: warning: unused parameter ‘var1’ [-Wunused-parameter]
                        const cs_real_t                    var1[],
                                                           ^
/home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c:500:59: warning: unused parameter ‘var2’ [-Wunused-parameter]
                        const cs_real_t                    var2[],
                                                           ^
/home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.c:501:59: warning: unused parameter ‘val’ [-Wunused-parameter]
                        cs_real_t                          val[])
                                                           ^
mv -f .deps/cs_physical_properties.Tpo .deps/cs_physical_properties.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_post.lo -MD -MP -MF .deps/cs_post.Tpo -c -o cs_post.lo /home/jbl/code_saturne-4.2.1/src/base/cs_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_post.lo -MD -MP -MF .deps/cs_post.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_post.c  -fPIC -DPIC -o .libs/cs_post.o
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c: In function ‘_cs_post_assmb_var_faces’:
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c:2057:46: warning: unused parameter ‘exp_mesh’ [-Wunused-parameter]
 _cs_post_assmb_var_faces(const fvm_nodal_t  *exp_mesh,
                                              ^
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c: In function ‘_cs_post_output_fields’:
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c:2666:47: warning: unused parameter ‘n_cells’ [-Wunused-parameter]
                        cs_lnum_t              n_cells,
                                               ^
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c:2667:47: warning: unused parameter ‘n_b_faces’ [-Wunused-parameter]
                        cs_lnum_t              n_b_faces,
                                               ^
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c:2668:47: warning: unused parameter ‘cell_list’ [-Wunused-parameter]
                        const cs_lnum_t        cell_list[],
                                               ^
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c:2669:47: warning: unused parameter ‘b_face_list’ [-Wunused-parameter]
                        const cs_lnum_t        b_face_list[],
                                               ^
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c: In function ‘cs_f_post_write_var’:
/home/jbl/code_saturne-4.2.1/src/base/cs_post.c:2774:39: warning: unused parameter ‘t_cur_abs’ [-Wunused-parameter]
                     double            t_cur_abs,
                                       ^
mv -f .deps/cs_post.Tpo .deps/cs_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/src/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_post_default.lo -MD -MP -MF .deps/cs_post_default.Tpo -c -o cs_post_default.lo /home/jbl/code_saturne-4.2.1/src/base/cs_post_default.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_post_default.lo -MD -MP -MF .deps/cs_post_default.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_post_default.c  -fPIC -DPIC -o .libs/cs_post_default.o
mv -f .deps/cs_post_default.Tpo .deps/cs_post_default.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_preprocess.lo -MD -MP -MF .deps/cs_preprocess.Tpo -c -o cs_preprocess.lo /home/jbl/code_saturne-4.2.1/src/base/cs_preprocess.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_preprocess.lo -MD -MP -MF .deps/cs_preprocess.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_preprocess.c  -fPIC -DPIC -o .libs/cs_preprocess.o
mv -f .deps/cs_preprocess.Tpo .deps/cs_preprocess.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_preprocessor_data.lo -MD -MP -MF .deps/cs_preprocessor_data.Tpo -c -o cs_preprocessor_data.lo /home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_preprocessor_data.lo -MD -MP -MF .deps/cs_preprocessor_data.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.c  -fPIC -DPIC -o .libs/cs_preprocessor_data.o
/home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.c: In function ‘cs_preprocessor_check_perio’:
/home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.c:2186:19: warning: variable ‘mr’ set but not used [-Wunused-but-set-variable]
   _mesh_reader_t *mr = NULL;
                   ^
/home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.c: In function ‘_inverse_transf_matrix’:
/home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.c:1202:20: warning: iteration 3u invokes undefined behavior [-Waggressive-loop-optimizations]
         _a_swap[j] = _a[i][j];
                    ^
/home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.c:1201:7: note: containing loop
       for (j = 0; j < 4; j++) {
       ^
mv -f .deps/cs_preprocessor_data.Tpo .deps/cs_preprocessor_data.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_resource.lo -MD -MP -MF .deps/cs_resource.Tpo -c -o cs_resource.lo /home/jbl/code_saturne-4.2.1/src/base/cs_resource.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_resource.lo -MD -MP -MF .deps/cs_resource.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_resource.c  -fPIC -DPIC -o .libs/cs_resource.o
mv -f .deps/cs_resource.Tpo .deps/cs_resource.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_restart.lo -MD -MP -MF .deps/cs_restart.Tpo -c -o cs_restart.lo /home/jbl/code_saturne-4.2.1/src/base/cs_restart.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_restart.lo -MD -MP -MF .deps/cs_restart.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_restart.c  -fPIC -DPIC -o .libs/cs_restart.o
/home/jbl/code_saturne-4.2.1/src/base/cs_restart.c: In function ‘cs_restart_read_section’:
/home/jbl/code_saturne-4.2.1/src/base/cs_restart.c:392:54: warning: ‘nbr_byte_ent’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                                    r->min_block_size / nbr_byte_ent,
                                                      ^
/home/jbl/code_saturne-4.2.1/src/base/cs_restart.c:362:11: note: ‘nbr_byte_ent’ was declared here
   size_t  nbr_byte_ent;
           ^
/home/jbl/code_saturne-4.2.1/src/base/cs_restart.c: In function ‘cs_restart_write_section’:
/home/jbl/code_saturne-4.2.1/src/base/cs_restart.c:501:18: warning: ‘nbr_byte_ent’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   block_buf_size = (bi.gnum_range[1] - bi.gnum_range[0]) * nbr_byte_ent;
                  ^
/home/jbl/code_saturne-4.2.1/src/base/cs_restart.c:457:15: note: ‘nbr_byte_ent’ was declared here
   size_t      nbr_byte_ent;
               ^
mv -f .deps/cs_restart.Tpo .deps/cs_restart.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_restart_default.lo -MD -MP -MF .deps/cs_restart_default.Tpo -c -o cs_restart_default.lo /home/jbl/code_saturne-4.2.1/src/base/cs_restart_default.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_restart_default.lo -MD -MP -MF .deps/cs_restart_default.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_restart_default.c  -fPIC -DPIC -o .libs/cs_restart_default.o
mv -f .deps/cs_restart_default.Tpo .deps/cs_restart_default.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_rotation.lo -MD -MP -MF .deps/cs_rotation.Tpo -c -o cs_rotation.lo /home/jbl/code_saturne-4.2.1/src/base/cs_rotation.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_rotation.lo -MD -MP -MF .deps/cs_rotation.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_rotation.c  -fPIC -DPIC -o .libs/cs_rotation.o
mv -f .deps/cs_rotation.Tpo .deps/cs_rotation.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_sat_coupling.lo -MD -MP -MF .deps/cs_sat_coupling.Tpo -c -o cs_sat_coupling.lo /home/jbl/code_saturne-4.2.1/src/base/cs_sat_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_sat_coupling.lo -MD -MP -MF .deps/cs_sat_coupling.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_sat_coupling.c  -fPIC -DPIC -o .libs/cs_sat_coupling.o
mv -f .deps/cs_sat_coupling.Tpo .deps/cs_sat_coupling.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_search.lo -MD -MP -MF .deps/cs_search.Tpo -c -o cs_search.lo /home/jbl/code_saturne-4.2.1/src/base/cs_search.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_search.lo -MD -MP -MF .deps/cs_search.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_search.c  -fPIC -DPIC -o .libs/cs_search.o
mv -f .deps/cs_search.Tpo .deps/cs_search.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_selector.lo -MD -MP -MF .deps/cs_selector.Tpo -c -o cs_selector.lo /home/jbl/code_saturne-4.2.1/src/base/cs_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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_selector.lo -MD -MP -MF .deps/cs_selector.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_selector.c  -fPIC -DPIC -o .libs/cs_selector.o
mv -f .deps/cs_selector.Tpo .deps/cs_selector.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_selector_f2c.lo /home/jbl/code_saturne-4.2.1/src/base/cs_selector_f2c.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_selector_f2c.f90  -fPIC -o .libs/cs_selector_f2c.o
/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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_sort.lo -MD -MP -MF .deps/cs_sort.Tpo -c -o cs_sort.lo /home/jbl/code_saturne-4.2.1/src/base/cs_sort.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_sort.lo -MD -MP -MF .deps/cs_sort.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_sort.c  -fPIC -DPIC -o .libs/cs_sort.o
mv -f .deps/cs_sort.Tpo .deps/cs_sort.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_stokes_model.lo -MD -MP -MF .deps/cs_stokes_model.Tpo -c -o cs_stokes_model.lo /home/jbl/code_saturne-4.2.1/src/base/cs_stokes_model.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_stokes_model.lo -MD -MP -MF .deps/cs_stokes_model.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_stokes_model.c  -fPIC -DPIC -o .libs/cs_stokes_model.o
mv -f .deps/cs_stokes_model.Tpo .deps/cs_stokes_model.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_syr4_coupling.lo -MD -MP -MF .deps/cs_syr4_coupling.Tpo -c -o cs_syr4_coupling.lo /home/jbl/code_saturne-4.2.1/src/base/cs_syr4_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_syr4_coupling.lo -MD -MP -MF .deps/cs_syr4_coupling.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_syr4_coupling.c  -fPIC -DPIC -o .libs/cs_syr4_coupling.o
mv -f .deps/cs_syr4_coupling.Tpo .deps/cs_syr4_coupling.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_syr_coupling.lo -MD -MP -MF .deps/cs_syr_coupling.Tpo -c -o cs_syr_coupling.lo /home/jbl/code_saturne-4.2.1/src/base/cs_syr_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/src/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_syr_coupling.lo -MD -MP -MF .deps/cs_syr_coupling.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_syr_coupling.c  -fPIC -DPIC -o .libs/cs_syr_coupling.o
mv -f .deps/cs_syr_coupling.Tpo .deps/cs_syr_coupling.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_thermal_model.lo -MD -MP -MF .deps/cs_thermal_model.Tpo -c -o cs_thermal_model.lo /home/jbl/code_saturne-4.2.1/src/base/cs_thermal_model.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_thermal_model.lo -MD -MP -MF .deps/cs_thermal_model.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_thermal_model.c  -fPIC -DPIC -o .libs/cs_thermal_model.o
mv -f .deps/cs_thermal_model.Tpo .deps/cs_thermal_model.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_tagmri.lo /home/jbl/code_saturne-4.2.1/src/base/cs_tagmri.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_tagmri.f90  -fPIC -o .libs/cs_tagmri.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_tagmro.lo /home/jbl/code_saturne-4.2.1/src/base/cs_tagmro.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/cs_tagmro.f90  -fPIC -o .libs/cs_tagmro.o
/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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_time_moment.lo -MD -MP -MF .deps/cs_time_moment.Tpo -c -o cs_time_moment.lo /home/jbl/code_saturne-4.2.1/src/base/cs_time_moment.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_time_moment.lo -MD -MP -MF .deps/cs_time_moment.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_time_moment.c  -fPIC -DPIC -o .libs/cs_time_moment.o
mv -f .deps/cs_time_moment.Tpo .deps/cs_time_moment.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_time_plot.lo -MD -MP -MF .deps/cs_time_plot.Tpo -c -o cs_time_plot.lo /home/jbl/code_saturne-4.2.1/src/base/cs_time_plot.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_time_plot.lo -MD -MP -MF .deps/cs_time_plot.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_time_plot.c  -fPIC -DPIC -o .libs/cs_time_plot.o
mv -f .deps/cs_time_plot.Tpo .deps/cs_time_plot.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_time_step.lo -MD -MP -MF .deps/cs_time_step.Tpo -c -o cs_time_step.lo /home/jbl/code_saturne-4.2.1/src/base/cs_time_step.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_time_step.lo -MD -MP -MF .deps/cs_time_step.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_time_step.c  -fPIC -DPIC -o .libs/cs_time_step.o
mv -f .deps/cs_time_step.Tpo .deps/cs_time_step.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_timer_stats.lo -MD -MP -MF .deps/cs_timer_stats.Tpo -c -o cs_timer_stats.lo /home/jbl/code_saturne-4.2.1/src/base/cs_timer_stats.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_timer_stats.lo -MD -MP -MF .deps/cs_timer_stats.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_timer_stats.c  -fPIC -DPIC -o .libs/cs_timer_stats.o
mv -f .deps/cs_timer_stats.Tpo .deps/cs_timer_stats.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_tpar1d.lo -MD -MP -MF .deps/cs_tpar1d.Tpo -c -o cs_tpar1d.lo /home/jbl/code_saturne-4.2.1/src/base/cs_tpar1d.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_tpar1d.lo -MD -MP -MF .deps/cs_tpar1d.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_tpar1d.c  -fPIC -DPIC -o .libs/cs_tpar1d.o
mv -f .deps/cs_tpar1d.Tpo .deps/cs_tpar1d.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_turbomachinery.lo -MD -MP -MF .deps/cs_turbomachinery.Tpo -c -o cs_turbomachinery.lo /home/jbl/code_saturne-4.2.1/src/base/cs_turbomachinery.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_turbomachinery.lo -MD -MP -MF .deps/cs_turbomachinery.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_turbomachinery.c  -fPIC -DPIC -o .libs/cs_turbomachinery.o
mv -f .deps/cs_turbomachinery.Tpo .deps/cs_turbomachinery.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_wall_functions.lo -MD -MP -MF .deps/cs_wall_functions.Tpo -c -o cs_wall_functions.lo /home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_wall_functions.lo -MD -MP -MF .deps/cs_wall_functions.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.c  -fPIC -DPIC -o .libs/cs_wall_functions.o
In file included from /home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.c:67:0:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h: In function ‘cs_wall_functions_2scales_scalable’:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:391:48: warning: unused parameter ‘iuntur’ [-Wunused-parameter]
                                    int        *iuntur,
                                                ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h: In function ‘cs_wall_functions_2scales_smooth_rough’:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:670:52: warning: unused parameter ‘iuntur’ [-Wunused-parameter]
                                        int        *iuntur,
                                                    ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h: In function ‘cs_wall_functions_disabled’:
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:763:40: warning: unused parameter ‘t_visc’ [-Wunused-parameter]
                            cs_real_t   t_visc,
                                        ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:768:40: warning: unused parameter ‘nlogla’ [-Wunused-parameter]
                            cs_lnum_t  *nlogla,
                                        ^
/home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h:772:40: warning: unused parameter ‘dplus’ [-Wunused-parameter]
                            cs_real_t  *dplus,
                                        ^
mv -f .deps/cs_wall_functions.Tpo .deps/cs_wall_functions.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o csprnt.lo /home/jbl/code_saturne-4.2.1/src/base/csprnt.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/csprnt.f90  -fPIC -o .libs/csprnt.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o diffst.lo /home/jbl/code_saturne-4.2.1/src/base/diffst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/diffst.f90  -fPIC -o .libs/diffst.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o distpr.lo /home/jbl/code_saturne-4.2.1/src/base/distpr.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/distpr.f90  -fPIC -o .libs/distpr.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o distpr2.lo /home/jbl/code_saturne-4.2.1/src/base/distpr2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/distpr2.f90  -fPIC -o .libs/distpr2.o
/home/jbl/code_saturne-4.2.1/src/base/distpr2.f90:77:26:

 character(len=80) :: fname
                          1
Warning: Unused variable ‘fname’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o distyp.lo /home/jbl/code_saturne-4.2.1/src/base/distyp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/distyp.f90  -fPIC -o .libs/distyp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o driflu.lo /home/jbl/code_saturne-4.2.1/src/base/driflu.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/driflu.f90  -fPIC -o .libs/driflu.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o dttvar.lo /home/jbl/code_saturne-4.2.1/src/base/dttvar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/dttvar.f90  -fPIC -o .libs/dttvar.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o dvvpst.lo /home/jbl/code_saturne-4.2.1/src/base/dvvpst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/dvvpst.f90  -fPIC -o .libs/dvvpst.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ecrava.lo /home/jbl/code_saturne-4.2.1/src/base/ecrava.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/ecrava.f90  -fPIC -o .libs/ecrava.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ecrhis.lo /home/jbl/code_saturne-4.2.1/src/base/ecrhis.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/ecrhis.f90  -fPIC -o .libs/ecrhis.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ecrlis.lo /home/jbl/code_saturne-4.2.1/src/base/ecrlis.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/ecrlis.f90  -fPIC -o .libs/ecrlis.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o findpt.lo /home/jbl/code_saturne-4.2.1/src/base/findpt.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/findpt.f90  -fPIC -o .libs/findpt.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o fldini.lo /home/jbl/code_saturne-4.2.1/src/base/fldini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/fldini.f90  -fPIC -o .libs/fldini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o fldtri.lo /home/jbl/code_saturne-4.2.1/src/base/fldtri.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/fldtri.f90  -fPIC -o .libs/fldtri.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o fldvar.lo /home/jbl/code_saturne-4.2.1/src/base/fldvar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/fldvar.f90  -fPIC -o .libs/fldvar.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o fldprp.lo /home/jbl/code_saturne-4.2.1/src/base/fldprp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/fldprp.f90  -fPIC -o .libs/fldprp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o haltyp.lo /home/jbl/code_saturne-4.2.1/src/base/haltyp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/haltyp.f90  -fPIC -o .libs/haltyp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o idrbla.lo /home/jbl/code_saturne-4.2.1/src/base/idrbla.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/idrbla.f90  -fPIC -o .libs/idrbla.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o impini.lo /home/jbl/code_saturne-4.2.1/src/base/impini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/impini.f90  -fPIC -o .libs/impini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o iniini.lo /home/jbl/code_saturne-4.2.1/src/base/iniini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/iniini.f90  -fPIC -o .libs/iniini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o initi1.lo /home/jbl/code_saturne-4.2.1/src/base/initi1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/initi1.f90  -fPIC -o .libs/initi1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o initi2.lo /home/jbl/code_saturne-4.2.1/src/base/initi2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/initi2.f90  -fPIC -o .libs/initi2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o iniusi.lo /home/jbl/code_saturne-4.2.1/src/base/iniusi.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/iniusi.f90  -fPIC -o .libs/iniusi.o
/home/jbl/code_saturne-4.2.1/src/base/iniusi.f90:88:31:

 integer          nmodpp, ifcvsl
                               1
Warning: Unused variable ‘ifcvsl’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o iniva0.lo /home/jbl/code_saturne-4.2.1/src/base/iniva0.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/iniva0.f90  -fPIC -o .libs/iniva0.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o inivar.lo /home/jbl/code_saturne-4.2.1/src/base/inivar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/inivar.f90  -fPIC -o .libs/inivar.o
/home/jbl/code_saturne-4.2.1/src/base/inivar.f90:158:0:

     if (idimf.eq.6) then
 ^
Warning: ‘idimf’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o iprbla.lo /home/jbl/code_saturne-4.2.1/src/base/iprbla.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/iprbla.f90  -fPIC -o .libs/iprbla.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lecamo.lo /home/jbl/code_saturne-4.2.1/src/base/lecamo.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/lecamo.f90  -fPIC -o .libs/lecamo.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lecamp.lo /home/jbl/code_saturne-4.2.1/src/base/lecamp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/lecamp.f90  -fPIC -o .libs/lecamp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lecamx.lo /home/jbl/code_saturne-4.2.1/src/base/lecamx.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/lecamx.f90  -fPIC -o .libs/lecamx.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o majgeo.lo /home/jbl/code_saturne-4.2.1/src/base/majgeo.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/majgeo.f90  -fPIC -o .libs/majgeo.o
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:26:8:

  ( ncel2  , ncele2 , nfac2  , nfabo2 , nsom2  ,                   &
        1
Warning: Variable ‘ncel2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:26:18:

  ( ncel2  , ncele2 , nfac2  , nfabo2 , nsom2  ,                   &
                  1
Warning: Variable ‘ncele2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:26:26:

  ( ncel2  , ncele2 , nfac2  , nfabo2 , nsom2  ,                   &
                          1
Warning: Variable ‘nfac2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:26:36:

  ( ncel2  , ncele2 , nfac2  , nfabo2 , nsom2  ,                   &
                                    1
Warning: Variable ‘nfabo2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:26:44:

  ( ncel2  , ncele2 , nfac2  , nfabo2 , nsom2  ,                   &
                                            1
Warning: Variable ‘nsom2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:27:9:

    lndfa2 , lndfb2 , ncelg2 , nfacg2 , nfbrg2 , nsomg2 ,          &
         1
Warning: Variable ‘lndfa2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:27:18:

    lndfa2 , lndfb2 , ncelg2 , nfacg2 , nfbrg2 , nsomg2 ,          &
                  1
Warning: Variable ‘lndfb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:27:27:

    lndfa2 , lndfb2 , ncelg2 , nfacg2 , nfbrg2 , nsomg2 ,          &
                           1
Warning: Variable ‘ncelg2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:27:36:

    lndfa2 , lndfb2 , ncelg2 , nfacg2 , nfbrg2 , nsomg2 ,          &
                                    1
Warning: Variable ‘nfacg2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:27:45:

    lndfa2 , lndfb2 , ncelg2 , nfacg2 , nfbrg2 , nsomg2 ,          &
                                             1
Warning: Variable ‘nfbrg2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:27:54:

    lndfa2 , lndfb2 , ncelg2 , nfacg2 , nfbrg2 , nsomg2 ,          &
                                                      1
Warning: Variable ‘nsomg2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:28:8:

    nfml2  , nthdi2 , nthdb2 , ngrpi2 , ngrpb2 , idxfi  , idxfb  , &
        1
Warning: Variable ‘nfml2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:28:18:

    nfml2  , nthdi2 , nthdb2 , ngrpi2 , ngrpb2 , idxfi  , idxfb  , &
                  1
Warning: Variable ‘nthdi2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:28:27:

    nfml2  , nthdi2 , nthdb2 , ngrpi2 , ngrpb2 , idxfi  , idxfb  , &
                           1
Warning: Variable ‘nthdb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:28:36:

    nfml2  , nthdi2 , nthdb2 , ngrpi2 , ngrpb2 , idxfi  , idxfb  , &
                                    1
Warning: Variable ‘ngrpi2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:28:45:

    nfml2  , nthdi2 , nthdb2 , ngrpi2 , ngrpb2 , idxfi  , idxfb  , &
                                             1
Warning: Variable ‘ngrpb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:28:53:

    nfml2  , nthdi2 , nthdb2 , ngrpi2 , ngrpb2 , idxfi  , idxfb  , &
                                                     1
Warning: Variable ‘idxfi’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:28:62:

    nfml2  , nthdi2 , nthdb2 , ngrpi2 , ngrpb2 , idxfi  , idxfb  , &
                                                              1
Warning: Variable ‘idxfb’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:29:9:

    iface2 , ifabo2 , ifmfb2 , ifmce2 ,                            &
         1
Warning: Variable ‘iface2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:29:18:

    iface2 , ifabo2 , ifmfb2 , ifmce2 ,                            &
                  1
Warning: Variable ‘ifabo2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:29:27:

    iface2 , ifabo2 , ifmfb2 , ifmce2 ,                            &
                           1
Warning: Variable ‘ifmfb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:29:36:

    iface2 , ifabo2 , ifmfb2 , ifmce2 ,                            &
                                    1
Warning: Variable ‘ifmce2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:30:9:

    ipnfa2 , nodfa2 , ipnfb2 , nodfb2 , isymp2 , isoli2 ,          &
         1
Warning: Variable ‘ipnfa2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:30:18:

    ipnfa2 , nodfa2 , ipnfb2 , nodfb2 , isymp2 , isoli2 ,          &
                  1
Warning: Variable ‘nodfa2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:30:27:

    ipnfa2 , nodfa2 , ipnfb2 , nodfb2 , isymp2 , isoli2 ,          &
                           1
Warning: Variable ‘ipnfb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:30:36:

    ipnfa2 , nodfa2 , ipnfb2 , nodfb2 , isymp2 , isoli2 ,          &
                                    1
Warning: Variable ‘nodfb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:30:45:

    ipnfa2 , nodfa2 , ipnfb2 , nodfb2 , isymp2 , isoli2 ,          &
                                             1
Warning: Variable ‘isymp2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:30:54:

    ipnfa2 , nodfa2 , ipnfb2 , nodfb2 , isymp2 , isoli2 ,          &
                                                      1
Warning: Variable ‘isoli2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:31:9:

    volmn2 , volmx2 , voltt2 ,                                     &
         1
Warning: Variable ‘volmn2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:31:18:

    volmn2 , volmx2 , voltt2 ,                                     &
                  1
Warning: Variable ‘volmx2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:31:27:

    volmn2 , volmx2 , voltt2 ,                                     &
                           1
Warning: Variable ‘voltt2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:32:9:

    xyzce2 , surfa2 , surfb2 , suffa2 , suffb2 ,                   &
         1
Warning: Variable ‘xyzce2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:32:18:

    xyzce2 , surfa2 , surfb2 , suffa2 , suffb2 ,                   &
                  1
Warning: Variable ‘surfa2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:32:27:

    xyzce2 , surfa2 , surfb2 , suffa2 , suffb2 ,                   &
                           1
Warning: Variable ‘surfb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:32:36:

    xyzce2 , surfa2 , surfb2 , suffa2 , suffb2 ,                   &
                                    1
Warning: Variable ‘suffa2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:32:45:

    xyzce2 , surfa2 , surfb2 , suffa2 , suffb2 ,                   &
                                             1
Warning: Variable ‘suffb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:33:9:

    cdgfa2 , cdgfb2 , xyzno2 ,                                     &
         1
Warning: Variable ‘cdgfa2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:33:18:

    cdgfa2 , cdgfb2 , xyzno2 ,                                     &
                  1
Warning: Variable ‘cdgfb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:33:27:

    cdgfa2 , cdgfb2 , xyzno2 ,                                     &
                           1
Warning: Variable ‘xyzno2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:34:9:

    volum2 , volf2  , srfan2 , srfbn2 , sffan2 , sffbn2 ,          &
         1
Warning: Variable ‘volum2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:34:17:

    volum2 , volf2  , srfan2 , srfbn2 , sffan2 , sffbn2 ,          &
                 1
Warning: Variable ‘volf2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:34:27:

    volum2 , volf2  , srfan2 , srfbn2 , sffan2 , sffbn2 ,          &
                           1
Warning: Variable ‘srfan2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:34:36:

    volum2 , volf2  , srfan2 , srfbn2 , sffan2 , sffbn2 ,          &
                                    1
Warning: Variable ‘srfbn2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:34:45:

    volum2 , volf2  , srfan2 , srfbn2 , sffan2 , sffbn2 ,          &
                                             1
Warning: Variable ‘sffan2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:34:54:

    volum2 , volf2  , srfan2 , srfbn2 , sffan2 , sffbn2 ,          &
                                                      1
Warning: Variable ‘sffbn2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:35:8:

    dist2  , distb2 , pond2  ,                                     &
        1
Warning: Variable ‘dist2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:35:18:

    dist2  , distb2 , pond2  ,                                     &
                  1
Warning: Variable ‘distb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:35:26:

    dist2  , distb2 , pond2  ,                                     &
                          1
Warning: Variable ‘pond2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:36:9:

    dijpf2 , diipb2 , dofij2 )                                     &
         1
Warning: Variable ‘dijpf2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:36:18:

    dijpf2 , diipb2 , dofij2 )                                     &
                  1
Warning: Variable ‘diipb2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
/home/jbl/code_saturne-4.2.1/src/base/majgeo.f90:36:27:

    dijpf2 , diipb2 , dofij2 )                                     &
                           1
Warning: Variable ‘dofij2’ at (1) is a dummy argument of the BIND(C) procedure ‘majgeo’ but may not be C interoperable [-Wc-binding-type]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o memfin.lo /home/jbl/code_saturne-4.2.1/src/base/memfin.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/memfin.f90  -fPIC -o .libs/memfin.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o metal_structures_copain_model.lo /home/jbl/code_saturne-4.2.1/src/base/metal_structures_copain_model.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/metal_structures_copain_model.f90  -fPIC -o .libs/metal_structures_copain_model.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o modini.lo /home/jbl/code_saturne-4.2.1/src/base/modini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/modini.f90  -fPIC -o .libs/modini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o mmtycl.lo /home/jbl/code_saturne-4.2.1/src/base/mmtycl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/mmtycl.f90  -fPIC -o .libs/mmtycl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o navstv.lo /home/jbl/code_saturne-4.2.1/src/base/navstv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/navstv.f90  -fPIC -o .libs/navstv.o
/home/jbl/code_saturne-4.2.1/src/base/navstv.f90:1428:0:

   xyzmax(1) = xyzcen(1,imax)
 ^
Warning: ‘imaxt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/navstv.f90:270:0:

     viscfi => viscf(1:3,1:3,1:nfac)
 ^
Warning: ‘viscf.dim[2].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/navstv.f90:261:0:

     viscfi => viscf(:,:,1:nfac)
 ^
Warning: ‘viscf.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/navstv.f90:270:0:

     viscfi => viscf(1:3,1:3,1:nfac)
 ^
Warning: ‘viscf.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/navstv.f90:261:0:

     viscfi => viscf(:,:,1:nfac)
 ^
Warning: ‘viscf.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o newmrk.lo /home/jbl/code_saturne-4.2.1/src/base/newmrk.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/newmrk.f90  -fPIC -o .libs/newmrk.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o phyvar.lo /home/jbl/code_saturne-4.2.1/src/base/phyvar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/phyvar.f90  -fPIC -o .libs/phyvar.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o post_util.lo /home/jbl/code_saturne-4.2.1/src/base/post_util.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/post_util.f90  -fPIC -o .libs/post_util.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o precli.lo /home/jbl/code_saturne-4.2.1/src/base/precli.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/precli.f90  -fPIC -o .libs/precli.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o predfl.lo /home/jbl/code_saturne-4.2.1/src/base/predfl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/predfl.f90  -fPIC -o .libs/predfl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o predvv.lo /home/jbl/code_saturne-4.2.1/src/base/predvv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/predvv.f90  -fPIC -o .libs/predvv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o prehyd.lo /home/jbl/code_saturne-4.2.1/src/base/prehyd.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/prehyd.f90  -fPIC -o .libs/prehyd.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o prmoy0.lo /home/jbl/code_saturne-4.2.1/src/base/prmoy0.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/prmoy0.f90  -fPIC -o .libs/prmoy0.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pthrbm.lo /home/jbl/code_saturne-4.2.1/src/base/pthrbm.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/pthrbm.f90  -fPIC -o .libs/pthrbm.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resopv.lo /home/jbl/code_saturne-4.2.1/src/base/resopv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/resopv.f90  -fPIC -o .libs/resopv.o
/home/jbl/code_saturne-4.2.1/src/base/resopv.f90:361:0:

   viscap => xdtsro(:)
 ^
Warning: ‘xdtsro.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/base/resopv.f90:1263:0:

     viscb(ifac) = viscb(ifac)*unsara
 ^
Warning: ‘unsara’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resvoi.lo /home/jbl/code_saturne-4.2.1/src/base/resvoi.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/resvoi.f90  -fPIC -o .libs/resvoi.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o scalai.lo /home/jbl/code_saturne-4.2.1/src/base/scalai.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/scalai.f90  -fPIC -o .libs/scalai.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o schtmp.lo /home/jbl/code_saturne-4.2.1/src/base/schtmp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/schtmp.f90  -fPIC -o .libs/schtmp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o stdtcl.lo /home/jbl/code_saturne-4.2.1/src/base/stdtcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/stdtcl.f90  -fPIC -o .libs/stdtcl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o strdep.lo /home/jbl/code_saturne-4.2.1/src/base/strdep.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/strdep.f90  -fPIC -o .libs/strdep.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o strhis.lo /home/jbl/code_saturne-4.2.1/src/base/strhis.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/strhis.f90  -fPIC -o .libs/strhis.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o strini.lo /home/jbl/code_saturne-4.2.1/src/base/strini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/strini.f90  -fPIC -o .libs/strini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o strpre.lo /home/jbl/code_saturne-4.2.1/src/base/strpre.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/strpre.f90  -fPIC -o .libs/strpre.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o tdesi1.lo /home/jbl/code_saturne-4.2.1/src/base/tdesi1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/tdesi1.f90  -fPIC -o .libs/tdesi1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o tridim.lo /home/jbl/code_saturne-4.2.1/src/base/tridim.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/tridim.f90  -fPIC -o .libs/tridim.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o tspdcv.lo /home/jbl/code_saturne-4.2.1/src/base/tspdcv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/tspdcv.f90  -fPIC -o .libs/tspdcv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o typecl.lo /home/jbl/code_saturne-4.2.1/src/base/typecl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/typecl.f90  -fPIC -o .libs/typecl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o undscr.lo /home/jbl/code_saturne-4.2.1/src/base/undscr.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/undscr.f90  -fPIC -o .libs/undscr.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o varpos.lo /home/jbl/code_saturne-4.2.1/src/base/varpos.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/varpos.f90  -fPIC -o .libs/varpos.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vericl.lo /home/jbl/code_saturne-4.2.1/src/base/vericl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/vericl.f90  -fPIC -o .libs/vericl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o verini.lo /home/jbl/code_saturne-4.2.1/src/base/verini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/verini.f90  -fPIC -o .libs/verini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o verlon.lo /home/jbl/code_saturne-4.2.1/src/base/verlon.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/verlon.f90  -fPIC -o .libs/verlon.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vert1d.lo /home/jbl/code_saturne-4.2.1/src/base/vert1d.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/vert1d.f90  -fPIC -o .libs/vert1d.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o visecv.lo /home/jbl/code_saturne-4.2.1/src/base/visecv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/visecv.f90  -fPIC -o .libs/visecv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o zufall.lo /home/jbl/code_saturne-4.2.1/src/base/zufall.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/base/zufall.f90  -fPIC -o .libs/zufall.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsbase.la  addfld.lo alelav.lo alemav.lo altycl.lo b_t_to_h.lo b_h_to_t.lo c_h_to_t.lo calhyd.lo caltri.lo catsma.lo catsmv.lo catsmt.lo clca66.lo clpsca.lo clptrg.lo clptur.lo clsyvt.lo copain_model.lo condensation_source_terms.lo condli.lo cou1di.lo cou1do.lo coupbi.lo coupbo.lo codits.lo coditv.lo coditts.lo covofi.lo cptssy.lo cpvosy.lo cregeo.lo cs_ale.lo cs_array_reduce.lo cs_ast_coupling.lo cs_base_fortran.lo cs_boundary_conditions.lo cs_calcium.lo csc2cl.lo csc2ts.lo csccel.lo cscfbr.lo cscini.lo csclli.lo cscloc.lo cscpce.lo cscpfb.lo cs_control.lo cs_coupling.lo cs_ext_neighborhood.lo cs_fan.lo cs_field.lo cs_field_pointer.lo cs_field_operator.lo cs_halo.lo cs_halo_perio.lo csinit.lo cs_log_iteration.lo cs_log_setup.lo cs_numbering.lo cs_measures_util.lo cs_mesh_tagmr.lo cs_metal_structures_tag.lo cs_gas_mix_initialization.lo cs_gas_mix_physical_properties.lo csopli.lo cs_opts.lo cs_parall.lo cs_parameters.lo cs_physical_constants.lo cs_physical_properties.lo cs_post.lo cs_post_default.lo cs_preprocess.lo cs_preprocessor_data.lo cs_resource.lo cs_restart.lo cs_restart_default.lo cs_rotation.lo cs_sat_coupling.lo cs_search.lo cs_selector.lo cs_selector_f2c.lo cs_sort.lo cs_stokes_model.lo cs_syr4_coupling.lo cs_syr_coupling.lo cs_thermal_model.lo cs_tagmri.lo cs_tagmro.lo cs_time_moment.lo cs_time_plot.lo cs_time_step.lo cs_timer_stats.lo cs_tpar1d.lo cs_turbomachinery.lo cs_wall_functions.lo csprnt.lo diffst.lo distpr.lo distpr2.lo distyp.lo driflu.lo dttvar.lo dvvpst.lo ecrava.lo ecrhis.lo ecrlis.lo findpt.lo fldini.lo fldtri.lo fldvar.lo fldprp.lo haltyp.lo idrbla.lo impini.lo iniini.lo initi1.lo initi2.lo iniusi.lo iniva0.lo inivar.lo iprbla.lo lecamo.lo lecamp.lo lecamx.lo majgeo.lo memfin.lo metal_structures_copain_model.lo modini.lo mmtycl.lo navstv.lo newmrk.lo phyvar.lo post_util.lo precli.lo predfl.lo predvv.lo prehyd.lo prmoy0.lo pthrbm.lo resopv.lo resvoi.lo scalai.lo schtmp.lo stdtcl.lo strdep.lo strhis.lo strini.lo strpre.lo tdesi1.lo tridim.lo tspdcv.lo typecl.lo undscr.lo varpos.lo vericl.lo verini.lo verlon.lo vert1d.lo visecv.lo zufall.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsbase.a .libs/addfld.o .libs/alelav.o .libs/alemav.o .libs/altycl.o .libs/b_t_to_h.o .libs/b_h_to_t.o .libs/c_h_to_t.o .libs/calhyd.o .libs/caltri.o .libs/catsma.o .libs/catsmv.o .libs/catsmt.o .libs/clca66.o .libs/clpsca.o .libs/clptrg.o .libs/clptur.o .libs/clsyvt.o .libs/copain_model.o .libs/condensation_source_terms.o .libs/condli.o .libs/cou1di.o .libs/cou1do.o .libs/coupbi.o .libs/coupbo.o .libs/codits.o .libs/coditv.o .libs/coditts.o .libs/covofi.o .libs/cptssy.o .libs/cpvosy.o .libs/cregeo.o .libs/cs_ale.o .libs/cs_array_reduce.o .libs/cs_ast_coupling.o .libs/cs_base_fortran.o .libs/cs_boundary_conditions.o .libs/cs_calcium.o .libs/csc2cl.o .libs/csc2ts.o .libs/csccel.o .libs/cscfbr.o .libs/cscini.o .libs/csclli.o .libs/cscloc.o .libs/cscpce.o .libs/cscpfb.o .libs/cs_control.o .libs/cs_coupling.o .libs/cs_ext_neighborhood.o .libs/cs_fan.o .libs/cs_field.o .libs/cs_field_pointer.o .libs/cs_field_operator.o .libs/cs_halo.o .libs/cs_halo_perio.o .libs/csinit.o .libs/cs_log_iteration.o .libs/cs_log_setup.o .libs/cs_numbering.o .libs/cs_measures_util.o .libs/cs_mesh_tagmr.o .libs/cs_metal_structures_tag.o .libs/cs_gas_mix_initialization.o .libs/cs_gas_mix_physical_properties.o .libs/csopli.o .libs/cs_opts.o .libs/cs_parall.o .libs/cs_parameters.o .libs/cs_physical_constants.o .libs/cs_physical_properties.o .libs/cs_post.o .libs/cs_post_default.o .libs/cs_preprocess.o .libs/cs_preprocessor_data.o .libs/cs_resource.o .libs/cs_restart.o .libs/cs_restart_default.o .libs/cs_rotation.o .libs/cs_sat_coupling.o .libs/cs_search.o .libs/cs_selector.o .libs/cs_selector_f2c.o .libs/cs_sort.o .libs/cs_stokes_model.o .libs/cs_syr4_coupling.o .libs/cs_syr_coupling.o .libs/cs_thermal_model.o .libs/cs_tagmri.o .libs/cs_tagmro.o .libs/cs_time_moment.o .libs/cs_time_plot.o .libs/cs_time_step.o .libs/cs_timer_stats.o .libs/cs_tpar1d.o .libs/cs_turbomachinery.o .libs/cs_wall_functions.o .libs/csprnt.o .libs/diffst.o .libs/distpr.o .libs/distpr2.o .libs/distyp.o .libs/driflu.o .libs/dttvar.o .libs/dvvpst.o .libs/ecrava.o .libs/ecrhis.o .libs/ecrlis.o .libs/findpt.o .libs/fldini.o .libs/fldtri.o .libs/fldvar.o .libs/fldprp.o .libs/haltyp.o .libs/idrbla.o .libs/impini.o .libs/iniini.o .libs/initi1.o .libs/initi2.o .libs/iniusi.o .libs/iniva0.o .libs/inivar.o .libs/iprbla.o .libs/lecamo.o .libs/lecamp.o .libs/lecamx.o .libs/majgeo.o .libs/memfin.o .libs/metal_structures_copain_model.o .libs/modini.o .libs/mmtycl.o .libs/navstv.o .libs/newmrk.o .libs/phyvar.o .libs/post_util.o .libs/precli.o .libs/predfl.o .libs/predvv.o .libs/prehyd.o .libs/prmoy0.o .libs/pthrbm.o .libs/resopv.o .libs/resvoi.o .libs/scalai.o .libs/schtmp.o .libs/stdtcl.o .libs/strdep.o .libs/strhis.o .libs/strini.o .libs/strpre.o .libs/tdesi1.o .libs/tridim.o .libs/tspdcv.o .libs/typecl.o .libs/undscr.o .libs/varpos.o .libs/vericl.o .libs/verini.o .libs/verlon.o .libs/vert1d.o .libs/visecv.o .libs/zufall.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsbase.a
libtool: link: ( cd ".libs" && rm -f "libcsbase.la" && ln -s "../libcsbase.la" "libcsbase.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/base -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -DOMPI_SKIP_MPICXX -I/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/include -I/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/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 libcsrenumber_la-cs_renumber.lo -MD -MP -MF .deps/libcsrenumber_la-cs_renumber.Tpo -c -o libcsrenumber_la-cs_renumber.lo `test -f 'cs_renumber.c' || echo '/home/jbl/code_saturne-4.2.1/src/base/'`cs_renumber.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/base -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -DOMPI_SKIP_MPICXX -I/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/include -I/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/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 libcsrenumber_la-cs_renumber.lo -MD -MP -MF .deps/libcsrenumber_la-cs_renumber.Tpo -c /home/jbl/code_saturne-4.2.1/src/base/cs_renumber.c  -fPIC -DPIC -o .libs/libcsrenumber_la-cs_renumber.o
/home/jbl/code_saturne-4.2.1/src/base/cs_renumber.c:1129:1: warning: ‘_csr_graph_create’ defined but not used [-Wunused-function]
 _csr_graph_create(cs_lnum_t         n_cells_ext,
 ^
mv -f .deps/libcsrenumber_la-cs_renumber.Tpo .deps/libcsrenumber_la-cs_renumber.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 libcsrenumber.la  libcsrenumber_la-cs_renumber.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsrenumber.a .libs/libcsrenumber_la-cs_renumber.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsrenumber.a
libtool: link: ( cd ".libs" && rm -f "libcsrenumber.la" && ln -s "../libcsrenumber.la" "libcsrenumber.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/base'
Making all in cdo
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
/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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_advection_field.lo -MD -MP -MF .deps/cs_advection_field.Tpo -c -o cs_advection_field.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_advection_field.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_advection_field.lo -MD -MP -MF .deps/cs_advection_field.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_advection_field.c  -fPIC -DPIC -o .libs/cs_advection_field.o
mv -f .deps/cs_advection_field.Tpo .deps/cs_advection_field.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdo.lo -MD -MP -MF .deps/cs_cdo.Tpo -c -o cs_cdo.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdo.lo -MD -MP -MF .deps/cs_cdo.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo.c  -fPIC -DPIC -o .libs/cs_cdo.o
mv -f .deps/cs_cdo.Tpo .deps/cs_cdo.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdo_bc.lo -MD -MP -MF .deps/cs_cdo_bc.Tpo -c -o cs_cdo_bc.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_bc.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdo_bc.lo -MD -MP -MF .deps/cs_cdo_bc.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_bc.c  -fPIC -DPIC -o .libs/cs_cdo_bc.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_bc.c: In function ‘cs_cdo_bc_dirichlet_set’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_bc.c:509:20: warning: variable ‘stride’ set but not used [-Wunused-but-set-variable]
   cs_lnum_t  i, k, stride;
                    ^
mv -f .deps/cs_cdo_bc.Tpo .deps/cs_cdo_bc.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdo_connect.lo -MD -MP -MF .deps/cs_cdo_connect.Tpo -c -o cs_cdo_connect.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_connect.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdo_connect.lo -MD -MP -MF .deps/cs_cdo_connect.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_connect.c  -fPIC -DPIC -o .libs/cs_cdo_connect.o
mv -f .deps/cs_cdo_connect.Tpo .deps/cs_cdo_connect.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdo_main.lo -MD -MP -MF .deps/cs_cdo_main.Tpo -c -o cs_cdo_main.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_main.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdo_main.lo -MD -MP -MF .deps/cs_cdo_main.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_main.c  -fPIC -DPIC -o .libs/cs_cdo_main.o
mv -f .deps/cs_cdo_main.Tpo .deps/cs_cdo_main.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdo_quantities.lo -MD -MP -MF .deps/cs_cdo_quantities.Tpo -c -o cs_cdo_quantities.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_quantities.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdo_quantities.lo -MD -MP -MF .deps/cs_cdo_quantities.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_quantities.c  -fPIC -DPIC -o .libs/cs_cdo_quantities.o
mv -f .deps/cs_cdo_quantities.Tpo .deps/cs_cdo_quantities.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdo_toolbox.lo -MD -MP -MF .deps/cs_cdo_toolbox.Tpo -c -o cs_cdo_toolbox.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_toolbox.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdo_toolbox.lo -MD -MP -MF .deps/cs_cdo_toolbox.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_toolbox.c  -fPIC -DPIC -o .libs/cs_cdo_toolbox.o
mv -f .deps/cs_cdo_toolbox.Tpo .deps/cs_cdo_toolbox.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdofb_scaleq.lo -MD -MP -MF .deps/cs_cdofb_scaleq.Tpo -c -o cs_cdofb_scaleq.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdofb_scaleq.lo -MD -MP -MF .deps/cs_cdofb_scaleq.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c  -fPIC -DPIC -o .libs/cs_cdofb_scaleq.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c: In function ‘cs_cdofb_scaleq_build_system’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c:703:54: warning: unused parameter ‘field_val’ [-Wunused-parameter]
                              const cs_real_t        *field_val,
                                                      ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c:704:54: warning: unused parameter ‘dt_cur’ [-Wunused-parameter]
                              double                  dt_cur,
                                                      ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c: In function ‘cs_cdofb_scaleq_post’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c:820:50: warning: unused parameter ‘eqname’ [-Wunused-parameter]
 cs_cdofb_scaleq_post(const char                 *eqname,
                                                  ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c: In function ‘cs_cdofb_scaleq_get_face_values’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.c:877:53: warning: unused parameter ‘field’ [-Wunused-parameter]
                                 const cs_field_t   *field)
                                                     ^
mv -f .deps/cs_cdofb_scaleq.Tpo .deps/cs_cdofb_scaleq.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdovb_advection.lo -MD -MP -MF .deps/cs_cdovb_advection.Tpo -c -o cs_cdovb_advection.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_advection.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdovb_advection.lo -MD -MP -MF .deps/cs_cdovb_advection.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_advection.c  -fPIC -DPIC -o .libs/cs_cdovb_advection.o
mv -f .deps/cs_cdovb_advection.Tpo .deps/cs_cdovb_advection.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdovb_diffusion.lo -MD -MP -MF .deps/cs_cdovb_diffusion.Tpo -c -o cs_cdovb_diffusion.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_diffusion.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdovb_diffusion.lo -MD -MP -MF .deps/cs_cdovb_diffusion.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_diffusion.c  -fPIC -DPIC -o .libs/cs_cdovb_diffusion.o
mv -f .deps/cs_cdovb_diffusion.Tpo .deps/cs_cdovb_diffusion.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_cdovb_scaleq.lo -MD -MP -MF .deps/cs_cdovb_scaleq.Tpo -c -o cs_cdovb_scaleq.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_scaleq.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_cdovb_scaleq.lo -MD -MP -MF .deps/cs_cdovb_scaleq.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_scaleq.c  -fPIC -DPIC -o .libs/cs_cdovb_scaleq.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_scaleq.c: In function ‘cs_cdovb_scaleq_init’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_scaleq.c:934:20: warning: unused variable ‘n_cells’ [-Wunused-variable]
   const cs_lnum_t  n_cells = connect->c_info->n_ent;
                    ^
mv -f .deps/cs_cdovb_scaleq.Tpo .deps/cs_cdovb_scaleq.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_domain.lo -MD -MP -MF .deps/cs_domain.Tpo -c -o cs_domain.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_domain.lo -MD -MP -MF .deps/cs_domain.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.c  -fPIC -DPIC -o .libs/cs_domain.o
mv -f .deps/cs_domain.Tpo .deps/cs_domain.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_equation.lo -MD -MP -MF .deps/cs_equation.Tpo -c -o cs_equation.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_equation.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_equation.lo -MD -MP -MF .deps/cs_equation.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_equation.c  -fPIC -DPIC -o .libs/cs_equation.o
mv -f .deps/cs_equation.Tpo .deps/cs_equation.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_evaluate.lo -MD -MP -MF .deps/cs_evaluate.Tpo -c -o cs_evaluate.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_evaluate.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_evaluate.lo -MD -MP -MF .deps/cs_evaluate.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_evaluate.c  -fPIC -DPIC -o .libs/cs_evaluate.o
mv -f .deps/cs_evaluate.Tpo .deps/cs_evaluate.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_groundwater.lo -MD -MP -MF .deps/cs_groundwater.Tpo -c -o cs_groundwater.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_groundwater.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_groundwater.lo -MD -MP -MF .deps/cs_groundwater.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_groundwater.c  -fPIC -DPIC -o .libs/cs_groundwater.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_groundwater.c: In function ‘_update_moisture_content’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_groundwater.c:508:21: warning: unused variable ‘n_elts’ [-Wunused-variable]
   const cs_lnum_t  *n_elts = cs_mesh_location_get_n_elts(moisture->location_id);
                     ^
mv -f .deps/cs_groundwater.Tpo .deps/cs_groundwater.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_hodge.lo -MD -MP -MF .deps/cs_hodge.Tpo -c -o cs_hodge.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_hodge.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_hodge.lo -MD -MP -MF .deps/cs_hodge.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_hodge.c  -fPIC -DPIC -o .libs/cs_hodge.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_hodge.c: In function ‘_compute_cost_quant’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_hodge.c:516:26: warning: variable ‘jj’ set but not used [-Wunused-but-set-variable]
   int  i, j, ii, ij, ji, jj;
                          ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_hodge.c: In function ‘cs_hodge_build_local’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_hodge.c:1320:7: warning: ‘n_ent’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   int n_ent;
       ^
mv -f .deps/cs_hodge.Tpo .deps/cs_hodge.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_param.lo -MD -MP -MF .deps/cs_param.Tpo -c -o cs_param.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_param.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_param.lo -MD -MP -MF .deps/cs_param.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c  -fPIC -DPIC -o .libs/cs_param.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c: In function ‘cs_param_set_def’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c:237:23: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       def->analytic = (cs_analytic_func_t *)val;
                       ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c:237:23: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
/home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c:244:24: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       def->time_func = (cs_timestep_func_t *)val;
                        ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c:244:24: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
/home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c:251:24: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
       def->law1_func = (cs_onevar_law_func_t *)val;
                        ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_param.c:251:24: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
mv -f .deps/cs_param.Tpo .deps/cs_param.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_property.lo -MD -MP -MF .deps/cs_property.Tpo -c -o cs_property.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_property.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_property.lo -MD -MP -MF .deps/cs_property.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_property.c  -fPIC -DPIC -o .libs/cs_property.o
mv -f .deps/cs_property.Tpo .deps/cs_property.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_quadrature.lo -MD -MP -MF .deps/cs_quadrature.Tpo -c -o cs_quadrature.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_quadrature.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_quadrature.lo -MD -MP -MF .deps/cs_quadrature.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_quadrature.c  -fPIC -DPIC -o .libs/cs_quadrature.o
mv -f .deps/cs_quadrature.Tpo .deps/cs_quadrature.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_reco.lo -MD -MP -MF .deps/cs_reco.Tpo -c -o cs_reco.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_reco.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_reco.lo -MD -MP -MF .deps/cs_reco.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_reco.c  -fPIC -DPIC -o .libs/cs_reco.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_reco.c: In function ‘cs_reco_dfbyc_in_pec’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_reco.c:423:34: warning: ‘ecoef’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   const double  e_contrib = ecoef*peq.meas * (val_fd - _dp3(dfq.vect,val_c));
                                  ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_reco.c:423:54: warning: ‘val_fd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   const double  e_contrib = ecoef*peq.meas * (val_fd - _dp3(dfq.vect,val_c));
                                                      ^
mv -f .deps/cs_reco.Tpo .deps/cs_reco.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_sla_matrix.lo -MD -MP -MF .deps/cs_sla_matrix.Tpo -c -o cs_sla_matrix.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_sla_matrix.lo -MD -MP -MF .deps/cs_sla_matrix.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c  -fPIC -DPIC -o .libs/cs_sla_matrix.o
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c: In function ‘cs_sla_bread’:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3234:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(&n, sizeof(int), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3237:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(rhs, n*sizeof(double), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3238:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(sol, n*sizeof(double), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3241:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(&flag, sizeof(int), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3244:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(&n_rows, sizeof(int), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3245:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(&n_cols, sizeof(int), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3246:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(&nnz, sizeof(int), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3256:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread(m->diag, n_rows*sizeof(double), 1, f);
     ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3260:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread(m->idx, (n_rows + 1)*sizeof(int), 1, f);
   ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3268:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread(m->col_id, nnz*sizeof(int), 1, f);
     ^
/home/jbl/code_saturne-4.2.1/src/cdo/cs_sla_matrix.c:3269:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
     fread(m->val, nnz*sizeof(double), 1, f);
     ^
mv -f .deps/cs_sla_matrix.Tpo .deps/cs_sla_matrix.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/cdo -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh  -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 cs_walldistance.lo -MD -MP -MF .deps/cs_walldistance.Tpo -c -o cs_walldistance.lo /home/jbl/code_saturne-4.2.1/src/cdo/cs_walldistance.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/cdo -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_walldistance.lo -MD -MP -MF .deps/cs_walldistance.Tpo -c /home/jbl/code_saturne-4.2.1/src/cdo/cs_walldistance.c  -fPIC -DPIC -o .libs/cs_walldistance.o
mv -f .deps/cs_walldistance.Tpo .deps/cs_walldistance.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 libcscdo.la  cs_advection_field.lo cs_cdo.lo cs_cdo_bc.lo cs_cdo_connect.lo cs_cdo_main.lo cs_cdo_quantities.lo cs_cdo_toolbox.lo cs_cdofb_scaleq.lo cs_cdovb_advection.lo cs_cdovb_diffusion.lo cs_cdovb_scaleq.lo cs_domain.lo cs_equation.lo cs_evaluate.lo cs_groundwater.lo cs_hodge.lo cs_param.lo cs_property.lo cs_quadrature.lo cs_reco.lo cs_sla_matrix.lo cs_walldistance.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcscdo.a .libs/cs_advection_field.o .libs/cs_cdo.o .libs/cs_cdo_bc.o .libs/cs_cdo_connect.o .libs/cs_cdo_main.o .libs/cs_cdo_quantities.o .libs/cs_cdo_toolbox.o .libs/cs_cdofb_scaleq.o .libs/cs_cdovb_advection.o .libs/cs_cdovb_diffusion.o .libs/cs_cdovb_scaleq.o .libs/cs_domain.o .libs/cs_equation.o .libs/cs_evaluate.o .libs/cs_groundwater.o .libs/cs_hodge.o .libs/cs_param.o .libs/cs_property.o .libs/cs_quadrature.o .libs/cs_reco.o .libs/cs_sla_matrix.o .libs/cs_walldistance.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcscdo.a
libtool: link: ( cd ".libs" && rm -f "libcscdo.la" && ln -s "../libcscdo.la" "libcscdo.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
Making all in pprt
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppcabs.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppcabs.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppcabs.f90  -fPIC -o .libs/ppcabs.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppini1.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppini1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppini1.f90  -fPIC -o .libs/ppini1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppinii.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppinii.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppinii.f90  -fPIC -o .libs/ppinii.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppiniv.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppiniv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppiniv.f90  -fPIC -o .libs/ppiniv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppinv2.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppinv2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppinv2.f90  -fPIC -o .libs/ppinv2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pplecd.lo /home/jbl/code_saturne-4.2.1/src/pprt/pplecd.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/pplecd.f90  -fPIC -o .libs/pplecd.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pppdfr.lo /home/jbl/code_saturne-4.2.1/src/pprt/pppdfr.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/pppdfr.f90  -fPIC -o .libs/pppdfr.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppphyv.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppphyv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppphyv.f90  -fPIC -o .libs/ppphyv.o
/home/jbl/code_saturne-4.2.1/src/pprt/ppphyv.f90:223:8:

  ( mbrom, propce )
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/pprt/ppphyv.f90:223:16:

  ( mbrom, propce )
                1
Warning: Unused dummy argument ‘propce’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppprcl.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppprcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppprcl.f90  -fPIC -o .libs/ppprcl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppprop.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppprop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppprop.f90  -fPIC -o .libs/ppprop.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pptbht.lo /home/jbl/code_saturne-4.2.1/src/pprt/pptbht.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/pptbht.f90  -fPIC -o .libs/pptbht.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pptssc.lo /home/jbl/code_saturne-4.2.1/src/pprt/pptssc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/pptssc.f90  -fPIC -o .libs/pptssc.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pptycl.lo /home/jbl/code_saturne-4.2.1/src/pprt/pptycl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/pptycl.f90  -fPIC -o .libs/pptycl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ppvarp.lo /home/jbl/code_saturne-4.2.1/src/pprt/ppvarp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/pprt/ppvarp.f90  -fPIC -o .libs/ppvarp.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcspprt.la  ppcabs.lo ppini1.lo ppinii.lo ppiniv.lo ppinv2.lo pplecd.lo pppdfr.lo ppphyv.lo ppprcl.lo ppprop.lo pptbht.lo pptssc.lo pptycl.lo ppvarp.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcspprt.a .libs/ppcabs.o .libs/ppini1.o .libs/ppinii.o .libs/ppiniv.o .libs/ppinv2.o .libs/pplecd.o .libs/pppdfr.o .libs/ppphyv.o .libs/ppprcl.o .libs/ppprop.o .libs/pptbht.o .libs/pptssc.o .libs/pptycl.o .libs/ppvarp.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcspprt.a
libtool: link: ( cd ".libs" && rm -f "libcspprt.la" && ln -s "../libcspprt.la" "libcspprt.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
Making all in alge
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
/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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_benchmark.lo -MD -MP -MF .deps/libcsalge_la-cs_benchmark.Tpo -c -o libcsalge_la-cs_benchmark.lo `test -f 'cs_benchmark.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_benchmark.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_benchmark.lo -MD -MP -MF .deps/libcsalge_la-cs_benchmark.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_benchmark.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_benchmark.o
mv -f .deps/libcsalge_la-cs_benchmark.Tpo .deps/libcsalge_la-cs_benchmark.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_blas.lo -MD -MP -MF .deps/libcsalge_la-cs_blas.Tpo -c -o libcsalge_la-cs_blas.lo `test -f 'cs_blas.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_blas.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_blas.lo -MD -MP -MF .deps/libcsalge_la-cs_blas.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_blas.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_blas.o
mv -f .deps/libcsalge_la-cs_blas.Tpo .deps/libcsalge_la-cs_blas.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_bw_time_diff.lo -MD -MP -MF .deps/libcsalge_la-cs_bw_time_diff.Tpo -c -o libcsalge_la-cs_bw_time_diff.lo `test -f 'cs_bw_time_diff.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_bw_time_diff.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_bw_time_diff.lo -MD -MP -MF .deps/libcsalge_la-cs_bw_time_diff.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_bw_time_diff.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_bw_time_diff.o
mv -f .deps/libcsalge_la-cs_bw_time_diff.Tpo .deps/libcsalge_la-cs_bw_time_diff.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_balance_by_zone.lo -MD -MP -MF .deps/libcsalge_la-cs_balance_by_zone.Tpo -c -o libcsalge_la-cs_balance_by_zone.lo `test -f 'cs_balance_by_zone.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_balance_by_zone.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_balance_by_zone.lo -MD -MP -MF .deps/libcsalge_la-cs_balance_by_zone.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_balance_by_zone.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_balance_by_zone.o
In file included from /home/jbl/code_saturne-4.2.1/src/alge/cs_balance_by_zone.c:73:0:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.h: In function ‘cs_slope_test_gradient_tensor’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.h:3425:60: warning: unused parameter ‘f_id’ [-Wunused-parameter]
 cs_slope_test_gradient_tensor(const int                    f_id,
                                                            ^
mv -f .deps/libcsalge_la-cs_balance_by_zone.Tpo .deps/libcsalge_la-cs_balance_by_zone.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_convection_diffusion.lo -MD -MP -MF .deps/libcsalge_la-cs_convection_diffusion.Tpo -c -o libcsalge_la-cs_convection_diffusion.lo `test -f 'cs_convection_diffusion.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_convection_diffusion.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_convection_diffusion.lo -MD -MP -MF .deps/libcsalge_la-cs_convection_diffusion.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_convection_diffusion.o
In file included from /home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:74:0:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.h: In function ‘cs_slope_test_gradient_tensor’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.h:3425:60: warning: unused parameter ‘f_id’ [-Wunused-parameter]
 cs_slope_test_gradient_tensor(const int                    f_id,
                                                            ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_convection_diffusion_tensor’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:3453:31: warning: unused variable ‘b_f_face_normal’ [-Wunused-variable]
   const cs_real_3_t *restrict b_f_face_normal
                               ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:3451:31: warning: unused variable ‘i_f_face_normal’ [-Wunused-variable]
   const cs_real_3_t *restrict i_f_face_normal
                               ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:3427:21: warning: unused variable ‘halo’ [-Wunused-variable]
   const cs_halo_t  *halo = m->halo;
                     ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:3400:60: warning: unused parameter ‘icvfli’ [-Wunused-parameter]
                                const cs_int_t              icvfli[],
                                                            ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_anisotropic_diffusion_tensor’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:6629:61: warning: unused parameter ‘bc_type’ [-Wunused-parameter]
                                 const cs_int_t              bc_type[],
                                                             ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_face_diffusion_potential’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:7398:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       gweight = viselx;
               ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_face_anisotropic_diffusion_potential’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:7790:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
       gweight = viscce;
               ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_diffusion_potential’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:8208:24: warning: passing argument 19 of ‘cs_gradient_scalar’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                        gweight, /* Weighted gradient */
                        ^
In file included from /home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:60:0:
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.h:198:1: note: expected ‘cs_real_t * restrict {aka double * restrict}’ but argument is of type ‘const cs_real_t * {aka const double *}’
 cs_gradient_scalar(const char                *var_name,
 ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_anisotropic_diffusion_potential’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:8658:24: warning: passing argument 19 of ‘cs_gradient_scalar’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                        gweight, /* Weighted gradient */
                        ^
In file included from /home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:60:0:
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.h:198:1: note: expected ‘cs_real_t * restrict {aka double * restrict}’ but argument is of type ‘const cs_real_t * {aka const double *}’
 cs_gradient_scalar(const char                *var_name,
 ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_convection_diffusion_vector._omp_fn.25’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2395:38: warning: ‘djfv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                             + djfv[2]*gradv[jj][isou][2];
                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[2]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2394:38: warning: ‘djfv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                             + djfv[1]*gradv[jj][isou][1]
                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[1]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2393:38: warning: ‘djfv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                 pjfrj = pjr + djfv[0]*gradv[jj][isou][0]
                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[0]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2388:38: warning: ‘difv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                             + difv[2]*gradv[ii][isou][2];
                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[2]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2387:38: warning: ‘difv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                             + difv[1]*gradv[ii][isou][1]
                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[1]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2386:38: warning: ‘difv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                 pifri = pir + difv[0]*gradv[ii][isou][0]
                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[0]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_convection_diffusion_vector._omp_fn.26’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2512:52: warning: ‘djfv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pjf = pjf + gradv[jj][isou][jsou]*djfv[jsou];
                                                    ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[2]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2512:52: warning: ‘djfv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pjf = pjf + gradv[jj][isou][jsou]*djfv[jsou];
                                                    ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[1]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2512:52: warning: ‘djfv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pjf = pjf + gradv[jj][isou][jsou]*djfv[jsou];
                                                    ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[0]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2511:52: warning: ‘difv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pif = pif + gradv[ii][isou][jsou]*difv[jsou];
                                                    ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[2]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2511:52: warning: ‘difv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pif = pif + gradv[ii][isou][jsou]*difv[jsou];
                                                    ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[1]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2511:52: warning: ‘difv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pif = pif + gradv[ii][isou][jsou]*difv[jsou];
                                                    ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[0]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_convection_diffusion_vector._omp_fn.27’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2708:40: warning: ‘djfv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                               + djfv[2]*gradv[jj][isou][2];
                                        ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[2]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2707:40: warning: ‘djfv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                               + djfv[1]*gradv[jj][isou][1]
                                        ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[1]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2706:40: warning: ‘djfv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pjfrj = pjr + djfv[0]*gradv[jj][isou][0]
                                        ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[0]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2701:40: warning: ‘difv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                               + difv[2]*gradv[ii][isou][2];
                                        ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[2]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2700:40: warning: ‘difv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                               + difv[1]*gradv[ii][isou][1]
                                        ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[1]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2699:40: warning: ‘difv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                   pifri = pir + difv[0]*gradv[ii][isou][0]
                                        ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[0]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c: In function ‘cs_convection_diffusion_vector._omp_fn.28’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2875:54: warning: ‘djfv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     pjf = pjf + gradv[jj][isou][jsou]*djfv[jsou];
                                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[2]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2875:54: warning: ‘djfv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     pjf = pjf + gradv[jj][isou][jsou]*djfv[jsou];
                                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[1]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2875:54: warning: ‘djfv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     pjf = pjf + gradv[jj][isou][jsou]*djfv[jsou];
                                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:19: note: ‘djfv[0]’ was declared here
   double difv[3], djfv[3];
                   ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2874:54: warning: ‘difv[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     pif = pif + gradv[ii][isou][jsou]*difv[jsou];
                                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[2]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2874:54: warning: ‘difv[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     pif = pif + gradv[ii][isou][jsou]*difv[jsou];
                                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[1]’ was declared here
   double difv[3], djfv[3];
          ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:2874:54: warning: ‘difv[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                     pif = pif + gradv[ii][isou][jsou]*difv[jsou];
                                                      ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.c:1894:10: note: ‘difv[0]’ was declared here
   double difv[3], djfv[3];
          ^
mv -f .deps/libcsalge_la-cs_convection_diffusion.Tpo .deps/libcsalge_la-cs_convection_diffusion.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_face_viscosity.lo -MD -MP -MF .deps/libcsalge_la-cs_face_viscosity.Tpo -c -o libcsalge_la-cs_face_viscosity.lo `test -f 'cs_face_viscosity.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_face_viscosity.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_face_viscosity.lo -MD -MP -MF .deps/libcsalge_la-cs_face_viscosity.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_face_viscosity.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_face_viscosity.o
mv -f .deps/libcsalge_la-cs_face_viscosity.Tpo .deps/libcsalge_la-cs_face_viscosity.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_divergence.lo -MD -MP -MF .deps/libcsalge_la-cs_divergence.Tpo -c -o libcsalge_la-cs_divergence.lo `test -f 'cs_divergence.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_divergence.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_divergence.lo -MD -MP -MF .deps/libcsalge_la-cs_divergence.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_divergence.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_divergence.o
mv -f .deps/libcsalge_la-cs_divergence.Tpo .deps/libcsalge_la-cs_divergence.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_gradient.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient.Tpo -c -o libcsalge_la-cs_gradient.lo `test -f 'cs_gradient.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_gradient.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_gradient.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_gradient.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.c: In function ‘_iterative_scalar_gradient’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.c:4476:57: warning: unused parameter ‘extrap’ [-Wunused-parameter]
                            double                       extrap,
                                                         ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.c: In function ‘cs_gradient_tensor’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.c:5518:47: warning: unused parameter ‘clip_mode’ [-Wunused-parameter]
                    int                        clip_mode,
                                               ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.c:5520:47: warning: unused parameter ‘clip_coeff’ [-Wunused-parameter]
                    double                     clip_coeff,
                                               ^
mv -f .deps/libcsalge_la-cs_gradient.Tpo .deps/libcsalge_la-cs_gradient.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_gradient_perio.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient_perio.Tpo -c -o libcsalge_la-cs_gradient_perio.lo `test -f 'cs_gradient_perio.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_gradient_perio.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_gradient_perio.lo -MD -MP -MF .deps/libcsalge_la-cs_gradient_perio.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_gradient_perio.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_gradient_perio.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient_perio.c: In function ‘cs_gradient_perio_init_rij_tensor’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_gradient_perio.c:590:54: warning: unused parameter ‘f’ [-Wunused-parameter]
 cs_gradient_perio_init_rij_tensor(const cs_field_t  *f,
                                                      ^
mv -f .deps/libcsalge_la-cs_gradient_perio.Tpo .deps/libcsalge_la-cs_gradient_perio.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_grid.lo -MD -MP -MF .deps/libcsalge_la-cs_grid.Tpo -c -o libcsalge_la-cs_grid.lo `test -f 'cs_grid.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_grid.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_grid.lo -MD -MP -MF .deps/libcsalge_la-cs_grid.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_grid.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_grid.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_grid.c: In function ‘cs_grid_create_from_shared’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_grid.c:3462:51: warning: unused parameter ‘numbering’ [-Wunused-parameter]
                            const cs_numbering_t  *numbering,
                                                   ^
mv -f .deps/libcsalge_la-cs_grid.Tpo .deps/libcsalge_la-cs_grid.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_matrix.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix.Tpo -c -o libcsalge_la-cs_matrix.lo `test -f 'cs_matrix.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_matrix.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_matrix.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c: In function ‘_set_coeffs_native’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c:880:40: warning: unused parameter ‘n_edges’ [-Wunused-parameter]
                    cs_lnum_t           n_edges,
                                        ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c:881:49: warning: unused parameter ‘edges’ [-Wunused-parameter]
                    const cs_lnum_2_t  *restrict edges,
                                                 ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c: In function ‘_set_coeffs_csr’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c:2356:37: warning: unused parameter ‘copy’ [-Wunused-parameter]
                 bool                copy,
                                     ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c: In function ‘_set_coeffs_csr_sym’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c:3115:41: warning: unused parameter ‘copy’ [-Wunused-parameter]
                     bool                copy,
                                         ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c: In function ‘_set_coeffs_msr_from_msr’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c:3783:45: warning: unused parameter ‘row_index’ [-Wunused-parameter]
                          const cs_lnum_t    row_index[],
                                             ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c:3784:45: warning: unused parameter ‘col_id’ [-Wunused-parameter]
                          const cs_lnum_t    col_id[],
                                             ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c: At top level:
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.c:147:13: warning: ‘_no_exclude_diag_error_str’ defined but not used [-Wunused-variable]
 static char _no_exclude_diag_error_str[]
             ^
mv -f .deps/libcsalge_la-cs_matrix.Tpo .deps/libcsalge_la-cs_matrix.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_matrix_building.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_building.Tpo -c -o libcsalge_la-cs_matrix_building.lo `test -f 'cs_matrix_building.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_matrix_building.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_matrix_building.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_building.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_building.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_building.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_building.c: In function ‘matrvts_’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_building.c:497:48: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
                                                (const cs_real_66_t *)i_visc,
                                                ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_building.c:514:44: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
                                            (const cs_real_66_t *)i_visc,
                                            ^
mv -f .deps/libcsalge_la-cs_matrix_building.Tpo .deps/libcsalge_la-cs_matrix_building.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_matrix_default.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_default.Tpo -c -o libcsalge_la-cs_matrix_default.lo `test -f 'cs_matrix_default.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_matrix_default.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_matrix_default.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_default.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_default.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_default.o
mv -f .deps/libcsalge_la-cs_matrix_default.Tpo .deps/libcsalge_la-cs_matrix_default.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_matrix_tuning.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_tuning.Tpo -c -o libcsalge_la-cs_matrix_tuning.lo `test -f 'cs_matrix_tuning.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_matrix_tuning.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_matrix_tuning.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_tuning.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_tuning.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_tuning.o
mv -f .deps/libcsalge_la-cs_matrix_tuning.Tpo .deps/libcsalge_la-cs_matrix_tuning.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_matrix_util.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_util.Tpo -c -o libcsalge_la-cs_matrix_util.lo `test -f 'cs_matrix_util.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_matrix_util.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_matrix_util.lo -MD -MP -MF .deps/libcsalge_la-cs_matrix_util.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_util.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_matrix_util.o
mv -f .deps/libcsalge_la-cs_matrix_util.Tpo .deps/libcsalge_la-cs_matrix_util.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_multigrid.lo -MD -MP -MF .deps/libcsalge_la-cs_multigrid.Tpo -c -o libcsalge_la-cs_multigrid.lo `test -f 'cs_multigrid.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_multigrid.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_multigrid.lo -MD -MP -MF .deps/libcsalge_la-cs_multigrid.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_multigrid.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_multigrid.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_multigrid.c: In function ‘_level_names_init’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_multigrid.c:1414:27: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
   const char **lv_names = (const char **)_lv_names;
                           ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_multigrid.c: In function ‘_multigrid_pc_get_type’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_multigrid.c:1922:37: warning: unused parameter ‘context’ [-Wunused-parameter]
 _multigrid_pc_get_type(const void  *context,
                                     ^
mv -f .deps/libcsalge_la-cs_multigrid.Tpo .deps/libcsalge_la-cs_multigrid.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_sles.lo -MD -MP -MF .deps/libcsalge_la-cs_sles.Tpo -c -o libcsalge_la-cs_sles.lo `test -f 'cs_sles.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_sles.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_sles.lo -MD -MP -MF .deps/libcsalge_la-cs_sles.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_sles.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_sles.o
mv -f .deps/libcsalge_la-cs_sles.Tpo .deps/libcsalge_la-cs_sles.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_sles_default.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_default.Tpo -c -o libcsalge_la-cs_sles_default.lo `test -f 'cs_sles_default.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_sles_default.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_sles_default.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_default.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_sles_default.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_sles_default.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_default.c: In function ‘cs_sles_default_get_verbosity’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_default.c:303:44: warning: unused parameter ‘name’ [-Wunused-parameter]
                               const char  *name)
                                            ^
mv -f .deps/libcsalge_la-cs_sles_default.Tpo .deps/libcsalge_la-cs_sles_default.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_sles_it.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_it.Tpo -c -o libcsalge_la-cs_sles_it.lo `test -f 'cs_sles_it.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_sles_it.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_sles_it.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_it.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_sles_it.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_sles_it.o
mv -f .deps/libcsalge_la-cs_sles_it.Tpo .deps/libcsalge_la-cs_sles_it.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/alge -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX  -D_POSIX_SOURCE -DNDEBUG   -O3 -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 libcsalge_la-cs_sles_pc.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_pc.Tpo -c -o libcsalge_la-cs_sles_pc.lo `test -f 'cs_sles_pc.c' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`cs_sles_pc.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/alge -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -D_POSIX_SOURCE -DNDEBUG -O3 -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 libcsalge_la-cs_sles_pc.lo -MD -MP -MF .deps/libcsalge_la-cs_sles_pc.Tpo -c /home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c  -fPIC -DPIC -o .libs/libcsalge_la-cs_sles_pc.o
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c: In function ‘_sles_pc_poly_setup’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c:379:41: warning: unused parameter ‘name’ [-Wunused-parameter]
                     const char         *name,
                                         ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c:381:41: warning: unused parameter ‘verbosity’ [-Wunused-parameter]
                     int                 verbosity)
                                         ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c: In function ‘_sles_pc_poly_apply_none’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c:423:47: warning: unused parameter ‘rotation_mode’ [-Wunused-parameter]
                          cs_halo_rotation_t   rotation_mode,
                                               ^
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c: In function ‘_sles_pc_poly_apply_jacobi’:
/home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.c:459:49: warning: unused parameter ‘rotation_mode’ [-Wunused-parameter]
                            cs_halo_rotation_t   rotation_mode,
                                                 ^
mv -f .deps/libcsalge_la-cs_sles_pc.Tpo .deps/libcsalge_la-cs_sles_pc.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src  -O2  -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o libcsalge_la-bilsca.lo `test -f 'bilsca.f90' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`bilsca.f90
libtool: compile:  /usr/bin/f95 -I../../src -O2 -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/alge/bilsca.f90  -fPIC -o .libs/libcsalge_la-bilsca.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src  -O2  -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o libcsalge_la-bilscv.lo `test -f 'bilscv.f90' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`bilscv.f90
libtool: compile:  /usr/bin/f95 -I../../src -O2 -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/alge/bilscv.f90  -fPIC -o .libs/libcsalge_la-bilscv.o
/home/jbl/code_saturne-4.2.1/src/alge/bilscv.f90:150:54:

    flumas , flumab , viscf  , viscb  , secvif , secvib ,          &
                                                      1
Warning: Unused dummy argument ‘secvib’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src  -O2  -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o libcsalge_la-bilscts.lo `test -f 'bilscts.f90' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`bilscts.f90
libtool: compile:  /usr/bin/f95 -I../../src -O2 -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/alge/bilscts.f90  -fPIC -o .libs/libcsalge_la-bilscts.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src  -O2  -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o libcsalge_la-visort.lo `test -f 'visort.f90' || echo '/home/jbl/code_saturne-4.2.1/src/alge/'`visort.f90
libtool: compile:  /usr/bin/f95 -I../../src -O2 -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/alge/visort.f90  -fPIC -o .libs/libcsalge_la-visort.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src  -O2  -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsalge.la  libcsalge_la-cs_benchmark.lo libcsalge_la-cs_blas.lo libcsalge_la-cs_bw_time_diff.lo libcsalge_la-cs_balance_by_zone.lo libcsalge_la-cs_convection_diffusion.lo libcsalge_la-cs_face_viscosity.lo libcsalge_la-cs_divergence.lo libcsalge_la-cs_gradient.lo libcsalge_la-cs_gradient_perio.lo libcsalge_la-cs_grid.lo libcsalge_la-cs_matrix.lo libcsalge_la-cs_matrix_building.lo libcsalge_la-cs_matrix_default.lo libcsalge_la-cs_matrix_tuning.lo libcsalge_la-cs_matrix_util.lo libcsalge_la-cs_multigrid.lo libcsalge_la-cs_sles.lo libcsalge_la-cs_sles_default.lo libcsalge_la-cs_sles_it.lo libcsalge_la-cs_sles_pc.lo libcsalge_la-bilsca.lo libcsalge_la-bilscv.lo libcsalge_la-bilscts.lo libcsalge_la-visort.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsalge.a .libs/libcsalge_la-cs_benchmark.o .libs/libcsalge_la-cs_blas.o .libs/libcsalge_la-cs_bw_time_diff.o .libs/libcsalge_la-cs_balance_by_zone.o .libs/libcsalge_la-cs_convection_diffusion.o .libs/libcsalge_la-cs_face_viscosity.o .libs/libcsalge_la-cs_divergence.o .libs/libcsalge_la-cs_gradient.o .libs/libcsalge_la-cs_gradient_perio.o .libs/libcsalge_la-cs_grid.o .libs/libcsalge_la-cs_matrix.o .libs/libcsalge_la-cs_matrix_building.o .libs/libcsalge_la-cs_matrix_default.o .libs/libcsalge_la-cs_matrix_tuning.o .libs/libcsalge_la-cs_matrix_util.o .libs/libcsalge_la-cs_multigrid.o .libs/libcsalge_la-cs_sles.o .libs/libcsalge_la-cs_sles_default.o .libs/libcsalge_la-cs_sles_it.o .libs/libcsalge_la-cs_sles_pc.o .libs/libcsalge_la-bilsca.o .libs/libcsalge_la-bilscv.o .libs/libcsalge_la-bilscts.o .libs/libcsalge_la-visort.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsalge.a
libtool: link: ( cd ".libs" && rm -f "libcsalge.la" && ln -s "../libcsalge.la" "libcsalge.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
Making all in mesh
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
/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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join.lo -MD -MP -MF .deps/cs_join.Tpo -c -o cs_join.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join.lo -MD -MP -MF .deps/cs_join.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join.c  -fPIC -DPIC -o .libs/cs_join.o
mv -f .deps/cs_join.Tpo .deps/cs_join.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_intersect.lo -MD -MP -MF .deps/cs_join_intersect.Tpo -c -o cs_join_intersect.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_intersect.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_intersect.lo -MD -MP -MF .deps/cs_join_intersect.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_intersect.c  -fPIC -DPIC -o .libs/cs_join_intersect.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_intersect.c: In function ‘_break_equivalence’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_intersect.c:547:16: warning: variable ‘i2_save’ set but not used [-Wunused-but-set-variable]
   int  i1, i2, i2_save;
                ^
mv -f .deps/cs_join_intersect.Tpo .deps/cs_join_intersect.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_merge.lo -MD -MP -MF .deps/cs_join_merge.Tpo -c -o cs_join_merge.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_merge.lo -MD -MP -MF .deps/cs_join_merge.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.c  -fPIC -DPIC -o .libs/cs_join_merge.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.c: In function ‘_spread_tag’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.c:517:36: warning: unused parameter ‘n_vertices’ [-Wunused-parameter]
 _spread_tag(cs_lnum_t              n_vertices,
                                    ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.c: In function ‘_keep_global_vtx_evolution’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.c:2253:52: warning: unused parameter ‘n_vertices’ [-Wunused-parameter]
                            cs_lnum_t               n_vertices,
                                                    ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.c: In function ‘_update_inter_edges_after_merge’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.c:2574:14: warning: unused variable ‘init_list_size’ [-Wunused-variable]
   cs_lnum_t  init_list_size = inter_edges->index[n_edges];
              ^
mv -f .deps/cs_join_merge.Tpo .deps/cs_join_merge.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_mesh.lo -MD -MP -MF .deps/cs_join_mesh.Tpo -c -o cs_join_mesh.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_mesh.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_mesh.lo -MD -MP -MF .deps/cs_join_mesh.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_mesh.c  -fPIC -DPIC -o .libs/cs_join_mesh.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_mesh.c: In function ‘cs_join_mesh_mpi_vertex_min’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_mesh.c:1447:49: warning: unused parameter ‘datatype’ [-Wunused-parameter]
                             MPI_Datatype       *datatype)
                                                 ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_mesh.c: In function ‘cs_join_mesh_mpi_vertex_max’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_mesh.c:1498:49: warning: unused parameter ‘datatype’ [-Wunused-parameter]
                             MPI_Datatype       *datatype)
                                                 ^
mv -f .deps/cs_join_mesh.Tpo .deps/cs_join_mesh.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_perio.lo -MD -MP -MF .deps/cs_join_perio.Tpo -c -o cs_join_perio.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_perio.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_perio.lo -MD -MP -MF .deps/cs_join_perio.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_perio.c  -fPIC -DPIC -o .libs/cs_join_perio.o
mv -f .deps/cs_join_perio.Tpo .deps/cs_join_perio.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_post.lo -MD -MP -MF .deps/cs_join_post.Tpo -c -o cs_join_post.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_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/src/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_post.lo -MD -MP -MF .deps/cs_join_post.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_post.c  -fPIC -DPIC -o .libs/cs_join_post.o
mv -f .deps/cs_join_post.Tpo .deps/cs_join_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/src/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_set.lo -MD -MP -MF .deps/cs_join_set.Tpo -c -o cs_join_set.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_set.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_set.lo -MD -MP -MF .deps/cs_join_set.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_set.c  -fPIC -DPIC -o .libs/cs_join_set.o
mv -f .deps/cs_join_set.Tpo .deps/cs_join_set.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_split.lo -MD -MP -MF .deps/cs_join_split.Tpo -c -o cs_join_split.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_split.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_split.lo -MD -MP -MF .deps/cs_join_split.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_split.c  -fPIC -DPIC -o .libs/cs_join_split.o
mv -f .deps/cs_join_split.Tpo .deps/cs_join_split.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_update.lo -MD -MP -MF .deps/cs_join_update.Tpo -c -o cs_join_update.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_update.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_update.lo -MD -MP -MF .deps/cs_join_update.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_update.c  -fPIC -DPIC -o .libs/cs_join_update.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_update.c: In function ‘_exchange_cell_gnum_and_family’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_update.c:2199:20: warning: unused variable ‘loc_rank_e’ [-Wunused-variable]
   const cs_gnum_t  loc_rank_e = join_select->compact_rank_index[loc_rank+1];
                    ^
mv -f .deps/cs_join_update.Tpo .deps/cs_join_update.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_util.lo -MD -MP -MF .deps/cs_join_util.Tpo -c -o cs_join_util.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_util.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_join_util.lo -MD -MP -MF .deps/cs_join_util.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_util.c  -fPIC -DPIC -o .libs/cs_join_util.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_util.c: In function ‘_add_single_vertices’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_util.c:529:43: warning: unused parameter ‘var_size’ [-Wunused-parameter]
                      cs_lnum_t            var_size,
                                           ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_util.c: In function ‘_add_coupled_vertices’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_join_util.c:697:44: warning: unused parameter ‘var_size’ [-Wunused-parameter]
                       cs_lnum_t            var_size,
                                            ^
mv -f .deps/cs_join_util.Tpo .deps/cs_join_util.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh.lo -MD -MP -MF .deps/cs_mesh.Tpo -c -o cs_mesh.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh.lo -MD -MP -MF .deps/cs_mesh.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh.c  -fPIC -DPIC -o .libs/cs_mesh.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh.c: In function ‘_get_perio_faces_g’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh.c:941:29: warning: unused variable ‘periodicity’ [-Wunused-variable]
   const fvm_periodicity_t  *periodicity = mesh->periodicity;
                             ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh.c: In function ‘cs_mesh_create_group_classes’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh.c:3064:29: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
                             (const char **)group);
                             ^
mv -f .deps/cs_mesh.Tpo .deps/cs_mesh.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_bad_cells.lo -MD -MP -MF .deps/cs_mesh_bad_cells.Tpo -c -o cs_mesh_bad_cells.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_bad_cells.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_bad_cells.lo -MD -MP -MF .deps/cs_mesh_bad_cells.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_bad_cells.c  -fPIC -DPIC -o .libs/cs_mesh_bad_cells.o
mv -f .deps/cs_mesh_bad_cells.Tpo .deps/cs_mesh_bad_cells.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_builder.lo -MD -MP -MF .deps/cs_mesh_builder.Tpo -c -o cs_mesh_builder.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_builder.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_builder.lo -MD -MP -MF .deps/cs_mesh_builder.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_builder.c  -fPIC -DPIC -o .libs/cs_mesh_builder.o
mv -f .deps/cs_mesh_builder.Tpo .deps/cs_mesh_builder.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_coherency.lo -MD -MP -MF .deps/cs_mesh_coherency.Tpo -c -o cs_mesh_coherency.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_coherency.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_coherency.lo -MD -MP -MF .deps/cs_mesh_coherency.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_coherency.c  -fPIC -DPIC -o .libs/cs_mesh_coherency.o
mv -f .deps/cs_mesh_coherency.Tpo .deps/cs_mesh_coherency.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_connect.lo -MD -MP -MF .deps/cs_mesh_connect.Tpo -c -o cs_mesh_connect.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_connect.lo -MD -MP -MF .deps/cs_mesh_connect.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.c  -fPIC -DPIC -o .libs/cs_mesh_connect.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.c: In function ‘_add_faces_to_nodal’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.c:237:33: warning: to be safe all intermediate pointers in cast from ‘cs_lnum_t ** {aka int **}’ to ‘const cs_lnum_t ** {aka const int **}’ must be ‘const’ qualified [-Wcast-qual]
                                 (const cs_lnum_t **)face_vertices_idx,
                                 ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.c:238:33: warning: to be safe all intermediate pointers in cast from ‘cs_lnum_t ** {aka int **}’ to ‘const cs_lnum_t ** {aka const int **}’ must be ‘const’ qualified [-Wcast-qual]
                                 (const cs_lnum_t **)face_vertices_num,
                                 ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.c: In function ‘cs_mesh_connect_cells_to_nodal’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.c:631:33: warning: to be safe all intermediate pointers in cast from ‘cs_lnum_t ** {aka int **}’ to ‘const cs_lnum_t ** {aka const int **}’ must be ‘const’ qualified [-Wcast-qual]
                                 (const cs_lnum_t **)face_vertices_idx,
                                 ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.c:632:33: warning: to be safe all intermediate pointers in cast from ‘cs_lnum_t ** {aka int **}’ to ‘const cs_lnum_t ** {aka const int **}’ must be ‘const’ qualified [-Wcast-qual]
                                 (const cs_lnum_t **)face_vertices_num,
                                 ^
mv -f .deps/cs_mesh_connect.Tpo .deps/cs_mesh_connect.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_from_builder.lo -MD -MP -MF .deps/cs_mesh_from_builder.Tpo -c -o cs_mesh_from_builder.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_from_builder.lo -MD -MP -MF .deps/cs_mesh_from_builder.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.c  -fPIC -DPIC -o .libs/cs_mesh_from_builder.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.c: In function ‘_decompose_data_g’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.c:1413:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _face_type_g(mesh,
   ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.c:1420:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _extract_face_cell(mesh, _n_faces, _face_cells, face_type);
   ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.c: In function ‘_decompose_data_l’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.c:1546:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _face_type_l(mesh,
   ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.c:1554:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _extract_face_cell(mesh, _n_faces, _face_cells, face_type);
   ^
mv -f .deps/cs_mesh_from_builder.Tpo .deps/cs_mesh_from_builder.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_halo.lo -MD -MP -MF .deps/cs_mesh_halo.Tpo -c -o cs_mesh_halo.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_halo.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_halo.lo -MD -MP -MF .deps/cs_mesh_halo.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_halo.c  -fPIC -DPIC -o .libs/cs_mesh_halo.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_halo.c: In function ‘_fill_vtx_lookup_with_perio’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_halo.c:188:22: warning: unused variable ‘tr_index_size’ [-Wunused-variable]
     const cs_lnum_t  tr_index_size = cs_interface_get_tr_index_size(interface);
                      ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_halo.c: In function ‘_create_gcell_faces_connect’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_halo.c:2814:35: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   const cs_lnum_2_t *face_cells = mesh->i_face_cells;
                                   ^
mv -f .deps/cs_mesh_halo.Tpo .deps/cs_mesh_halo.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_location.lo -MD -MP -MF .deps/cs_mesh_location.Tpo -c -o cs_mesh_location.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_location.lo -MD -MP -MF .deps/cs_mesh_location.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_location.c  -fPIC -DPIC -o .libs/cs_mesh_location.o
mv -f .deps/cs_mesh_location.Tpo .deps/cs_mesh_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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_quality.lo -MD -MP -MF .deps/cs_mesh_quality.Tpo -c -o cs_mesh_quality.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quality.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_quality.lo -MD -MP -MF .deps/cs_mesh_quality.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quality.c  -fPIC -DPIC -o .libs/cs_mesh_quality.o
mv -f .deps/cs_mesh_quality.Tpo .deps/cs_mesh_quality.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_quantities.lo -MD -MP -MF .deps/cs_mesh_quantities.Tpo -c -o cs_mesh_quantities.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_quantities.lo -MD -MP -MF .deps/cs_mesh_quantities.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.c  -fPIC -DPIC -o .libs/cs_mesh_quantities.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.c: In function ‘cs_mesh_quantities_compute’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.c:2409:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _compute_face_distances(dim,
   ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.c:2427:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _compute_face_vectors(dim,
   ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.c: In function ‘cs_mesh_quantities_sup_vectors’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.c:2501:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _compute_face_sup_vectors(dim,
   ^
mv -f .deps/cs_mesh_quantities.Tpo .deps/cs_mesh_quantities.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_save.lo -MD -MP -MF .deps/cs_mesh_save.Tpo -c -o cs_mesh_save.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_save.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_save.lo -MD -MP -MF .deps/cs_mesh_save.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_save.c  -fPIC -DPIC -o .libs/cs_mesh_save.o
mv -f .deps/cs_mesh_save.Tpo .deps/cs_mesh_save.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_thinwall.lo -MD -MP -MF .deps/cs_mesh_thinwall.Tpo -c -o cs_mesh_thinwall.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_thinwall.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_thinwall.lo -MD -MP -MF .deps/cs_mesh_thinwall.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_thinwall.c  -fPIC -DPIC -o .libs/cs_mesh_thinwall.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_thinwall.c: In function ‘cs_create_thinwall’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_thinwall.c:556:3: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
   _count_b_faces_to_add(mesh->i_face_cells,
   ^
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_thinwall.c:593:5: warning: pointers to arrays with different qualifiers are incompatible in ISO C [-Wpedantic]
     _refresh_b_glob_num(mesh->i_face_cells,
     ^
mv -f .deps/cs_mesh_thinwall.Tpo .deps/cs_mesh_thinwall.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_to_builder.lo -MD -MP -MF .deps/cs_mesh_to_builder.Tpo -c -o cs_mesh_to_builder.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_to_builder.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_to_builder.lo -MD -MP -MF .deps/cs_mesh_to_builder.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_to_builder.c  -fPIC -DPIC -o .libs/cs_mesh_to_builder.o
mv -f .deps/cs_mesh_to_builder.Tpo .deps/cs_mesh_to_builder.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_warping.lo -MD -MP -MF .deps/cs_mesh_warping.Tpo -c -o cs_mesh_warping.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_warping.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_warping.lo -MD -MP -MF .deps/cs_mesh_warping.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_warping.c  -fPIC -DPIC -o .libs/cs_mesh_warping.o
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_warping.c: In function ‘_cut_warped_i_faces_halo’:
/home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_warping.c:428:31: warning: to be safe all intermediate pointers in cast from ‘cs_gnum_t ** {aka long unsigned int **}’ to ‘const cs_gnum_t ** {aka const long unsigned int **}’ must be ‘const’ qualified [-Wcast-qual]
                               (const cs_gnum_t **const)perio_faces);
                               ^
mv -f .deps/cs_mesh_warping.Tpo .deps/cs_mesh_warping.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_smoother.lo -MD -MP -MF .deps/cs_mesh_smoother.Tpo -c -o cs_mesh_smoother.lo /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_smoother.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_mesh_smoother.lo -MD -MP -MF .deps/cs_mesh_smoother.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_smoother.c  -fPIC -DPIC -o .libs/cs_mesh_smoother.o
mv -f .deps/cs_mesh_smoother.Tpo .deps/cs_mesh_smoother.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 libcsmesh.la  cs_join.lo cs_join_intersect.lo cs_join_merge.lo cs_join_mesh.lo cs_join_perio.lo cs_join_post.lo cs_join_set.lo cs_join_split.lo cs_join_update.lo cs_join_util.lo cs_mesh.lo cs_mesh_bad_cells.lo cs_mesh_builder.lo cs_mesh_coherency.lo cs_mesh_connect.lo cs_mesh_from_builder.lo cs_mesh_halo.lo cs_mesh_location.lo cs_mesh_quality.lo cs_mesh_quantities.lo cs_mesh_save.lo cs_mesh_thinwall.lo cs_mesh_to_builder.lo cs_mesh_warping.lo cs_mesh_smoother.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsmesh.a .libs/cs_join.o .libs/cs_join_intersect.o .libs/cs_join_merge.o .libs/cs_join_mesh.o .libs/cs_join_perio.o .libs/cs_join_post.o .libs/cs_join_set.o .libs/cs_join_split.o .libs/cs_join_update.o .libs/cs_join_util.o .libs/cs_mesh.o .libs/cs_mesh_bad_cells.o .libs/cs_mesh_builder.o .libs/cs_mesh_coherency.o .libs/cs_mesh_connect.o .libs/cs_mesh_from_builder.o .libs/cs_mesh_halo.o .libs/cs_mesh_location.o .libs/cs_mesh_quality.o .libs/cs_mesh_quantities.o .libs/cs_mesh_save.o .libs/cs_mesh_thinwall.o .libs/cs_mesh_to_builder.o .libs/cs_mesh_warping.o .libs/cs_mesh_smoother.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsmesh.a
libtool: link: ( cd ".libs" && rm -f "libcsmesh.la" && ln -s "../libcsmesh.la" "libcsmesh.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/mesh -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -I/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/include -I/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/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 libcspartition_la-cs_partition.lo -MD -MP -MF .deps/libcspartition_la-cs_partition.Tpo -c -o libcspartition_la-cs_partition.lo `test -f 'cs_partition.c' || echo '/home/jbl/code_saturne-4.2.1/src/mesh/'`cs_partition.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/mesh -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -DOMPI_SKIP_MPICXX -I/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/include -I/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/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 libcspartition_la-cs_partition.lo -MD -MP -MF .deps/libcspartition_la-cs_partition.Tpo -c /home/jbl/code_saturne-4.2.1/src/mesh/cs_partition.c  -fPIC -DPIC -o .libs/libcspartition_la-cs_partition.o
mv -f .deps/libcspartition_la-cs_partition.Tpo .deps/libcspartition_la-cs_partition.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 libcspartition.la  libcspartition_la-cs_partition.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcspartition.a .libs/libcspartition_la-cs_partition.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcspartition.a
libtool: link: ( cd ".libs" && rm -f "libcspartition.la" && ln -s "../libcspartition.la" "libcspartition.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
Making all in turb
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
/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/turb -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_les_filter.lo -MD -MP -MF .deps/cs_les_filter.Tpo -c -o cs_les_filter.lo /home/jbl/code_saturne-4.2.1/src/turb/cs_les_filter.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/turb -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_les_filter.lo -MD -MP -MF .deps/cs_les_filter.Tpo -c /home/jbl/code_saturne-4.2.1/src/turb/cs_les_filter.c  -fPIC -DPIC -o .libs/cs_les_filter.o
/home/jbl/code_saturne-4.2.1/src/turb/cs_les_filter.c: In function ‘cfiltr_’:
/home/jbl/code_saturne-4.2.1/src/turb/cs_les_filter.c:110:38: warning: unused parameter ‘wbuf1’ [-Wunused-parameter]
                           cs_real_t  wbuf1[],
                                      ^
/home/jbl/code_saturne-4.2.1/src/turb/cs_les_filter.c:111:38: warning: unused parameter ‘wbuf2’ [-Wunused-parameter]
                           cs_real_t  wbuf2[])
                                      ^
mv -f .deps/cs_les_filter.Tpo .deps/cs_les_filter.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/turb -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_les_inflow.lo -MD -MP -MF .deps/cs_les_inflow.Tpo -c -o cs_les_inflow.lo /home/jbl/code_saturne-4.2.1/src/turb/cs_les_inflow.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/turb -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_les_inflow.lo -MD -MP -MF .deps/cs_les_inflow.Tpo -c /home/jbl/code_saturne-4.2.1/src/turb/cs_les_inflow.c  -fPIC -DPIC -o .libs/cs_les_inflow.o
mv -f .deps/cs_les_inflow.Tpo .deps/cs_les_inflow.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/turb -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_turbulence_bc.lo -MD -MP -MF .deps/cs_turbulence_bc.Tpo -c -o cs_turbulence_bc.lo /home/jbl/code_saturne-4.2.1/src/turb/cs_turbulence_bc.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/turb -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_turbulence_bc.lo -MD -MP -MF .deps/cs_turbulence_bc.Tpo -c /home/jbl/code_saturne-4.2.1/src/turb/cs_turbulence_bc.c  -fPIC -DPIC -o .libs/cs_turbulence_bc.o
mv -f .deps/cs_turbulence_bc.Tpo .deps/cs_turbulence_bc.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/turb -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_turbulence_model.lo -MD -MP -MF .deps/cs_turbulence_model.Tpo -c -o cs_turbulence_model.lo /home/jbl/code_saturne-4.2.1/src/turb/cs_turbulence_model.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/turb -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_turbulence_model.lo -MD -MP -MF .deps/cs_turbulence_model.Tpo -c /home/jbl/code_saturne-4.2.1/src/turb/cs_turbulence_model.c  -fPIC -DPIC -o .libs/cs_turbulence_model.o
mv -f .deps/cs_turbulence_model.Tpo .deps/cs_turbulence_model.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clipke.lo /home/jbl/code_saturne-4.2.1/src/turb/clipke.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/clipke.f90  -fPIC -o .libs/clipke.o
/home/jbl/code_saturne-4.2.1/src/turb/clipke.f90:24:9:

  ( ncelet , ncel   , nvar   ,                                     &
         1
Warning: Unused dummy argument ‘ncelet’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/turb/clipke.f90:24:25:

  ( ncelet , ncel   , nvar   ,                                     &
                         1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/turb/clipke.f90:121:0:

     var = cvar_var(iel)
 ^
Warning: ‘cvar_var.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clipke.f90:121:0: Warning: ‘cvar_var.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clipke.f90:121:0: Warning: ‘cvar_var.data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clipsa.lo /home/jbl/code_saturne-4.2.1/src/turb/clipsa.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/clipsa.f90  -fPIC -o .libs/clipsa.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clpalp.lo /home/jbl/code_saturne-4.2.1/src/turb/clpalp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/clpalp.f90  -fPIC -o .libs/clpalp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clprij.lo /home/jbl/code_saturne-4.2.1/src/turb/clprij.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/clprij.f90  -fPIC -o .libs/clprij.o
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:24:9:

  ( ncelet , ncel   ,                                              &
         1
Warning: Unused dummy argument ‘ncelet’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:290:9:

  ( ncelet , ncel   ,                                              &
         1
Warning: Unused dummy argument ‘ncelet’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:232:0:

     rijmin = sqrt(cvar_var1(iel)*cvar_var2(iel))
 ^
Warning: ‘cvar_var2.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:232:0: Warning: ‘cvar_var2.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:232:0: Warning: ‘cvar_var2.data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:232:0: Warning: ‘cvar_var1.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:232:0: Warning: ‘cvar_var1.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:232:0: Warning: ‘cvar_var1.data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:194:0:

         cvar_var(iel) = min(abs(cvar_var(iel)), varrel*abs(cvara_var(iel)))
 ^
Warning: ‘cvara_var.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:194:0: Warning: ‘cvara_var.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:194:0: Warning: ‘cvara_var.data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:130:0:

     var = cvar_var(iel)
 ^
Warning: ‘cvar_var.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:130:0: Warning: ‘cvar_var.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:130:0: Warning: ‘cvar_var.data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:459:0:

     rijmin = sqrt(cvar_var1*cvar_var2)
 ^
Warning: ‘cvar_var2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/clprij.f90:459:0: Warning: ‘cvar_var1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o clpv2f.lo /home/jbl/code_saturne-4.2.1/src/turb/clpv2f.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/clpv2f.f90  -fPIC -o .libs/clpv2f.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o divrit.lo /home/jbl/code_saturne-4.2.1/src/turb/divrit.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/divrit.f90  -fPIC -o .libs/divrit.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resalp.lo /home/jbl/code_saturne-4.2.1/src/turb/resalp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/resalp.f90  -fPIC -o .libs/resalp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o reseps.lo /home/jbl/code_saturne-4.2.1/src/turb/reseps.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/reseps.f90  -fPIC -o .libs/reseps.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resrij.lo /home/jbl/code_saturne-4.2.1/src/turb/resrij.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/resrij.f90  -fPIC -o .libs/resrij.o
/home/jbl/code_saturne-4.2.1/src/turb/resrij.f90:127:0:

 integer          ii    , jj    , kk    , iiun
 ^
Warning: ‘jj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/turb/resrij.f90:127:0: Warning: ‘ii’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resrij2.lo /home/jbl/code_saturne-4.2.1/src/turb/resrij2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/resrij2.f90  -fPIC -o .libs/resrij2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resrit.lo /home/jbl/code_saturne-4.2.1/src/turb/resrit.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/resrit.f90  -fPIC -o .libs/resrit.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resssg.lo /home/jbl/code_saturne-4.2.1/src/turb/resssg.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/resssg.f90  -fPIC -o .libs/resssg.o
/home/jbl/code_saturne-4.2.1/src/turb/resssg.f90:483:0:

                      + matrot(jj,kk)*cvara_r(ii,kk)%p(iel) )
 ^
Warning: ‘ccorio’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resssg2.lo /home/jbl/code_saturne-4.2.1/src/turb/resssg2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/resssg2.f90  -fPIC -o .libs/resssg2.o
/home/jbl/code_saturne-4.2.1/src/turb/resssg2.f90:462:0:

                      + matrot(jj,kk)*cvara_r(ii,kk) )
 ^
Warning: ‘ccorio’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o resv2f.lo /home/jbl/code_saturne-4.2.1/src/turb/resv2f.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/resv2f.f90  -fPIC -o .libs/resv2f.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rijech.lo /home/jbl/code_saturne-4.2.1/src/turb/rijech.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/rijech.f90  -fPIC -o .libs/rijech.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rijthe.lo /home/jbl/code_saturne-4.2.1/src/turb/rijthe.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/rijthe.f90  -fPIC -o .libs/rijthe.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rijthe2.lo /home/jbl/code_saturne-4.2.1/src/turb/rijthe2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/rijthe2.f90  -fPIC -o .libs/rijthe2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rotcor.lo /home/jbl/code_saturne-4.2.1/src/turb/rotcor.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/rotcor.f90  -fPIC -o .libs/rotcor.o
/home/jbl/code_saturne-4.2.1/src/turb/rotcor.f90:288:0:

     nswrgp = nswrgr(ivar)
 ^
Warning: ‘ivar’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o tsepls.lo /home/jbl/code_saturne-4.2.1/src/turb/tsepls.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/tsepls.f90  -fPIC -o .libs/tsepls.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o turbke.lo /home/jbl/code_saturne-4.2.1/src/turb/turbke.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/turbke.f90  -fPIC -o .libs/turbke.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o turbkw.lo /home/jbl/code_saturne-4.2.1/src/turb/turbkw.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/turbkw.f90  -fPIC -o .libs/turbkw.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o turbsa.lo /home/jbl/code_saturne-4.2.1/src/turb/turbsa.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/turbsa.f90  -fPIC -o .libs/turbsa.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o turent.lo /home/jbl/code_saturne-4.2.1/src/turb/turent.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/turent.f90  -fPIC -o .libs/turent.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o turrij.lo /home/jbl/code_saturne-4.2.1/src/turb/turrij.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/turrij.f90  -fPIC -o .libs/turrij.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vandri.lo /home/jbl/code_saturne-4.2.1/src/turb/vandri.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vandri.f90  -fPIC -o .libs/vandri.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o visdyn.lo /home/jbl/code_saturne-4.2.1/src/turb/visdyn.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/visdyn.f90  -fPIC -o .libs/visdyn.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vislmg.lo /home/jbl/code_saturne-4.2.1/src/turb/vislmg.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vislmg.f90  -fPIC -o .libs/vislmg.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vissma.lo /home/jbl/code_saturne-4.2.1/src/turb/vissma.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vissma.f90  -fPIC -o .libs/vissma.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vissst.lo /home/jbl/code_saturne-4.2.1/src/turb/vissst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vissst.f90  -fPIC -o .libs/vissst.o
/home/jbl/code_saturne-4.2.1/src/turb/vissst.f90:82:23:

 integer          ifacpt, iprev
                       1
Warning: Unused variable ‘ifacpt’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o visv2f.lo /home/jbl/code_saturne-4.2.1/src/turb/visv2f.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/visv2f.f90  -fPIC -o .libs/visv2f.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o viswal.lo /home/jbl/code_saturne-4.2.1/src/turb/viswal.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/viswal.f90  -fPIC -o .libs/viswal.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vor2cl.lo /home/jbl/code_saturne-4.2.1/src/turb/vor2cl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vor2cl.f90  -fPIC -o .libs/vor2cl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vordep.lo /home/jbl/code_saturne-4.2.1/src/turb/vordep.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vordep.f90  -fPIC -o .libs/vordep.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorimp.lo /home/jbl/code_saturne-4.2.1/src/turb/vorimp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorimp.f90  -fPIC -o .libs/vorimp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorin0.lo /home/jbl/code_saturne-4.2.1/src/turb/vorin0.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorin0.f90  -fPIC -o .libs/vorin0.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorini.lo /home/jbl/code_saturne-4.2.1/src/turb/vorini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorini.f90  -fPIC -o .libs/vorini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorlgv.lo /home/jbl/code_saturne-4.2.1/src/turb/vorlgv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorlgv.f90  -fPIC -o .libs/vorlgv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorpre.lo /home/jbl/code_saturne-4.2.1/src/turb/vorpre.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorpre.f90  -fPIC -o .libs/vorpre.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vortex.lo /home/jbl/code_saturne-4.2.1/src/turb/vortex.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vortex.f90  -fPIC -o .libs/vortex.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorver.lo /home/jbl/code_saturne-4.2.1/src/turb/vorver.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorver.f90  -fPIC -o .libs/vorver.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o vorvit.lo /home/jbl/code_saturne-4.2.1/src/turb/vorvit.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/turb/vorvit.f90  -fPIC -o .libs/vorvit.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsturb.la  cs_les_filter.lo cs_les_inflow.lo cs_turbulence_bc.lo cs_turbulence_model.lo clipke.lo clipsa.lo clpalp.lo clprij.lo clpv2f.lo divrit.lo resalp.lo reseps.lo resrij.lo resrij2.lo resrit.lo resssg.lo resssg2.lo resv2f.lo rijech.lo rijthe.lo rijthe2.lo rotcor.lo tsepls.lo turbke.lo turbkw.lo turbsa.lo turent.lo turrij.lo vandri.lo visdyn.lo vislmg.lo vissma.lo vissst.lo visv2f.lo viswal.lo vor2cl.lo vordep.lo vorimp.lo vorin0.lo vorini.lo vorlgv.lo vorpre.lo vortex.lo vorver.lo vorvit.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsturb.a .libs/cs_les_filter.o .libs/cs_les_inflow.o .libs/cs_turbulence_bc.o .libs/cs_turbulence_model.o .libs/clipke.o .libs/clipsa.o .libs/clpalp.o .libs/clprij.o .libs/clpv2f.o .libs/divrit.o .libs/resalp.o .libs/reseps.o .libs/resrij.o .libs/resrij2.o .libs/resrit.o .libs/resssg.o .libs/resssg2.o .libs/resv2f.o .libs/rijech.o .libs/rijthe.o .libs/rijthe2.o .libs/rotcor.o .libs/tsepls.o .libs/turbke.o .libs/turbkw.o .libs/turbsa.o .libs/turent.o .libs/turrij.o .libs/vandri.o .libs/visdyn.o .libs/vislmg.o .libs/vissma.o .libs/vissst.o .libs/visv2f.o .libs/viswal.o .libs/vor2cl.o .libs/vordep.o .libs/vorimp.o .libs/vorin0.o .libs/vorini.o .libs/vorlgv.o .libs/vorpre.o .libs/vortex.o .libs/vorver.o .libs/vorvit.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsturb.a
libtool: link: ( cd ".libs" && rm -f "libcsturb.la" && ln -s "../libcsturb.la" "libcsturb.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
Making all in darc
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o daini1.lo /home/jbl/code_saturne-4.2.1/src/darc/daini1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/darc/daini1.f90  -fPIC -o .libs/daini1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o richards.lo /home/jbl/code_saturne-4.2.1/src/darc/richards.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/darc/richards.f90  -fPIC -o .libs/richards.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/darc -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsdarc.la  daini1.lo richards.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsdarc.a .libs/daini1.o .libs/richards.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsdarc.a
libtool: link: ( cd ".libs" && rm -f "libcsdarc.la" && ln -s "../libcsdarc.la" "libcsdarc.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
Making all in atmo
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atini0.lo /home/jbl/code_saturne-4.2.1/src/atmo/atini0.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atini0.f90  -fPIC -o .libs/atini0.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atini1.lo /home/jbl/code_saturne-4.2.1/src/atmo/atini1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atini1.f90  -fPIC -o .libs/atini1.o
/home/jbl/code_saturne-4.2.1/src/atmo/atini1.f90:225:5:

  1001 format(                                                     &
     1
Warning: Label 1001 at (1) defined but not used
/home/jbl/code_saturne-4.2.1/src/atmo/atini1.f90:207:5:

  1000 format(                                                     &
     1
Warning: Label 1000 at (1) defined but not used
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atiniv.lo /home/jbl/code_saturne-4.2.1/src/atmo/atiniv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atiniv.f90  -fPIC -o .libs/atiniv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atleca.lo /home/jbl/code_saturne-4.2.1/src/atmo/atleca.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atleca.f90  -fPIC -o .libs/atleca.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atlecc.lo /home/jbl/code_saturne-4.2.1/src/atmo/atlecc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atlecc.f90  -fPIC -o .libs/atlecc.o
/home/jbl/code_saturne-4.2.1/src/atmo/atlecc.f90:370:0:

     f_id = ivarfl(isca(isca_chem(k)))
 ^
Warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atlecm.lo /home/jbl/code_saturne-4.2.1/src/atmo/atlecm.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atlecm.f90  -fPIC -o .libs/atlecm.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atmcls.lo /home/jbl/code_saturne-4.2.1/src/atmo/atmcls.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atmcls.f90  -fPIC -o .libs/atmcls.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atmsol.lo /home/jbl/code_saturne-4.2.1/src/atmo/atmsol.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atmsol.f90  -fPIC -o .libs/atmsol.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atmstd.lo /home/jbl/code_saturne-4.2.1/src/atmo/atmstd.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atmstd.f90  -fPIC -o .libs/atmstd.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atphyv.lo /home/jbl/code_saturne-4.2.1/src/atmo/atphyv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atphyv.f90  -fPIC -o .libs/atphyv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atprke.lo /home/jbl/code_saturne-4.2.1/src/atmo/atprke.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atprke.f90  -fPIC -o .libs/atprke.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atprop.lo /home/jbl/code_saturne-4.2.1/src/atmo/atprop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atprop.f90  -fPIC -o .libs/atprop.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atr1vf.lo /home/jbl/code_saturne-4.2.1/src/atmo/atr1vf.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atr1vf.f90  -fPIC -o .libs/atr1vf.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o attssc.lo /home/jbl/code_saturne-4.2.1/src/atmo/attssc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/attssc.f90  -fPIC -o .libs/attssc.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o attycl.lo /home/jbl/code_saturne-4.2.1/src/atmo/attycl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/attycl.f90  -fPIC -o .libs/attycl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o atvarp.lo /home/jbl/code_saturne-4.2.1/src/atmo/atvarp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/atvarp.f90  -fPIC -o .libs/atvarp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o chem_luscheme_siream.lo /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme_siream.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme_siream.f90  -fPIC -o .libs/chem_luscheme_siream.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o chem_luscheme1.lo /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme1.f90  -fPIC -o .libs/chem_luscheme1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o chem_luscheme2.lo /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme2.f90  -fPIC -o .libs/chem_luscheme2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o chem_luscheme3.lo /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme3.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/chem_luscheme3.f90  -fPIC -o .libs/chem_luscheme3.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o chem_solvelu.lo /home/jbl/code_saturne-4.2.1/src/atmo/chem_solvelu.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/chem_solvelu.f90  -fPIC -o .libs/chem_solvelu.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o chem_source_terms.lo /home/jbl/code_saturne-4.2.1/src/atmo/chem_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/chem_source_terms.f90  -fPIC -o .libs/chem_source_terms.o
/home/jbl/code_saturne-4.2.1/src/atmo/chem_source_terms.f90:45:18:

    crvexp , crvimp)
                  1
Warning: Unused dummy argument ‘crvimp’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o compute_gaseous_chemistry.lo /home/jbl/code_saturne-4.2.1/src/atmo/compute_gaseous_chemistry.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/compute_gaseous_chemistry.f90  -fPIC -o .libs/compute_gaseous_chemistry.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o compute_siream.lo /home/jbl/code_saturne-4.2.1/src/atmo/compute_siream.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/compute_siream.f90  -fPIC -o .libs/compute_siream.o
/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/atmo -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -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 cs_at_plugin.lo -MD -MP -MF .deps/cs_at_plugin.Tpo -c -o cs_at_plugin.lo /home/jbl/code_saturne-4.2.1/src/atmo/cs_at_plugin.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/atmo -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -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 cs_at_plugin.lo -MD -MP -MF .deps/cs_at_plugin.Tpo -c /home/jbl/code_saturne-4.2.1/src/atmo/cs_at_plugin.c  -fPIC -DPIC -o .libs/cs_at_plugin.o
/home/jbl/code_saturne-4.2.1/src/atmo/cs_at_plugin.c: In function ‘plug_aerosol_’:
/home/jbl/code_saturne-4.2.1/src/atmo/cs_at_plugin.c:175:23: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
   aerosol_t aerosol = (aerosol_t) _get_dl_function_pointer(handle,
                       ^
/home/jbl/code_saturne-4.2.1/src/atmo/cs_at_plugin.c: In function ‘plug_compute_coagulation_coefficient_’:
/home/jbl/code_saturne-4.2.1/src/atmo/cs_at_plugin.c:220:3: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
   (compute_coagulation_coefficient_t) _get_dl_function_pointer(handle,
   ^
mv -f .deps/cs_at_plugin.Tpo .deps/cs_at_plugin.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o etheq.lo /home/jbl/code_saturne-4.2.1/src/atmo/etheq.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/etheq.f90  -fPIC -o .libs/etheq.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o intprf.lo /home/jbl/code_saturne-4.2.1/src/atmo/intprf.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/intprf.f90  -fPIC -o .libs/intprf.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o kinrates.lo /home/jbl/code_saturne-4.2.1/src/atmo/kinrates.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/kinrates.f90  -fPIC -o .libs/kinrates.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o nuclea.lo /home/jbl/code_saturne-4.2.1/src/atmo/nuclea.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/nuclea.f90  -fPIC -o .libs/nuclea.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rayigc.lo /home/jbl/code_saturne-4.2.1/src/atmo/rayigc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/rayigc.f90  -fPIC -o .libs/rayigc.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rayir.lo /home/jbl/code_saturne-4.2.1/src/atmo/rayir.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/rayir.f90  -fPIC -o .libs/rayir.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rayive.lo /home/jbl/code_saturne-4.2.1/src/atmo/rayive.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/rayive.f90  -fPIC -o .libs/rayive.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rayso.lo /home/jbl/code_saturne-4.2.1/src/atmo/rayso.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/rayso.f90  -fPIC -o .libs/rayso.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raysze.lo /home/jbl/code_saturne-4.2.1/src/atmo/raysze.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/raysze.f90  -fPIC -o .libs/raysze.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o roschem.lo /home/jbl/code_saturne-4.2.1/src/atmo/roschem.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/roschem.f90  -fPIC -o .libs/roschem.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o satfun.lo /home/jbl/code_saturne-4.2.1/src/atmo/satfun.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/satfun.f90  -fPIC -o .libs/satfun.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o solcat.lo /home/jbl/code_saturne-4.2.1/src/atmo/solcat.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/solcat.f90  -fPIC -o .libs/solcat.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o soliva.lo /home/jbl/code_saturne-4.2.1/src/atmo/soliva.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/soliva.f90  -fPIC -o .libs/soliva.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o solmoy.lo /home/jbl/code_saturne-4.2.1/src/atmo/solmoy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/solmoy.f90  -fPIC -o .libs/solmoy.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o solvar.lo /home/jbl/code_saturne-4.2.1/src/atmo/solvar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/base -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/atmo/solvar.f90  -fPIC -o .libs/solvar.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/base -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsatmo.la  atini0.lo atini1.lo atiniv.lo atleca.lo atlecc.lo atlecm.lo atmcls.lo atmsol.lo atmstd.lo atphyv.lo atprke.lo atprop.lo atr1vf.lo attssc.lo attycl.lo atvarp.lo chem_luscheme_siream.lo chem_luscheme1.lo chem_luscheme2.lo chem_luscheme3.lo chem_solvelu.lo chem_source_terms.lo compute_gaseous_chemistry.lo compute_siream.lo cs_at_plugin.lo etheq.lo intprf.lo kinrates.lo nuclea.lo rayigc.lo rayir.lo rayive.lo rayso.lo raysze.lo roschem.lo satfun.lo solcat.lo soliva.lo solmoy.lo solvar.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsatmo.a .libs/atini0.o .libs/atini1.o .libs/atiniv.o .libs/atleca.o .libs/atlecc.o .libs/atlecm.o .libs/atmcls.o .libs/atmsol.o .libs/atmstd.o .libs/atphyv.o .libs/atprke.o .libs/atprop.o .libs/atr1vf.o .libs/attssc.o .libs/attycl.o .libs/atvarp.o .libs/chem_luscheme_siream.o .libs/chem_luscheme1.o .libs/chem_luscheme2.o .libs/chem_luscheme3.o .libs/chem_solvelu.o .libs/chem_source_terms.o .libs/compute_gaseous_chemistry.o .libs/compute_siream.o .libs/cs_at_plugin.o .libs/etheq.o .libs/intprf.o .libs/kinrates.o .libs/nuclea.o .libs/rayigc.o .libs/rayir.o .libs/rayive.o .libs/rayso.o .libs/raysze.o .libs/roschem.o .libs/satfun.o .libs/solcat.o .libs/soliva.o .libs/solmoy.o .libs/solvar.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsatmo.a
libtool: link: ( cd ".libs" && rm -f "libcsatmo.la" && ln -s "../libcsatmo.la" "libcsatmo.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
Making all in cfbl
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfdivs.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfdivs.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfdivs.f90  -fPIC -o .libs/cfdivs.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfdttv.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfdttv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfdttv.f90  -fPIC -o .libs/cfdttv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfener.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfener.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfener.f90  -fPIC -o .libs/cfener.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfini1.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfini1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfini1.f90  -fPIC -o .libs/cfini1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfiniv.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfiniv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfiniv.f90  -fPIC -o .libs/cfiniv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfphyv.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfphyv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfphyv.f90  -fPIC -o .libs/cfphyv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfprop.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfprop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfprop.f90  -fPIC -o .libs/cfprop.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfrusb.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfrusb.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfrusb.f90  -fPIC -o .libs/cfrusb.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cffana.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cffana.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cffana.f90  -fPIC -o .libs/cffana.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfvarp.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfvarp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfvarp.f90  -fPIC -o .libs/cfvarp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfxtcl.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfxtcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfxtcl.f90  -fPIC -o .libs/cfxtcl.o
/home/jbl/code_saturne-4.2.1/src/cfbl/cfxtcl.f90:75:4:

 use dimens, only : nscal
    1
Warning: Unused module variable ‘nscal’ which has been explicitly imported at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfmspr.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfmspr.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfmspr.f90  -fPIC -o .libs/cfmspr.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cfmsfp.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cfmsfp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cfbl/cfmsfp.f90  -fPIC -o .libs/cfmsfp.o
/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/cfbl -I../..  -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -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 cs_cf_thermo.lo -MD -MP -MF .deps/cs_cf_thermo.Tpo -c -o cs_cf_thermo.lo /home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_thermo.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/cfbl -I../.. -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -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 cs_cf_thermo.lo -MD -MP -MF .deps/cs_cf_thermo.Tpo -c /home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_thermo.c  -fPIC -DPIC -o .libs/cs_cf_thermo.o
/home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_thermo.c: In function ‘cs_cf_thermo_default_init’:
/home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_thermo.c:162:22: warning: ‘e0’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     cvar_en[cell_id] = e0;
                      ^
mv -f .deps/cs_cf_thermo.Tpo .deps/cs_cf_thermo.Plo
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcscfbl.la  cfdivs.lo cfdttv.lo cfener.lo cfini1.lo cfiniv.lo cfphyv.lo cfprop.lo cfrusb.lo cffana.lo cfvarp.lo cfxtcl.lo cfmspr.lo cfmsfp.lo cs_cf_thermo.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcscfbl.a .libs/cfdivs.o .libs/cfdttv.o .libs/cfener.o .libs/cfini1.o .libs/cfiniv.o .libs/cfphyv.o .libs/cfprop.o .libs/cfrusb.o .libs/cffana.o .libs/cfvarp.o .libs/cfxtcl.o .libs/cfmspr.o .libs/cfmsfp.o .libs/cs_cf_thermo.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcscfbl.a
libtool: link: ( cd ".libs" && rm -f "libcscfbl.la" && ln -s "../libcscfbl.la" "libcscfbl.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
Making all in cogz
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o coini1.lo /home/jbl/code_saturne-4.2.1/src/cogz/coini1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/coini1.f90  -fPIC -o .libs/coini1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o colecd.lo /home/jbl/code_saturne-4.2.1/src/cogz/colecd.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/colecd.f90  -fPIC -o .libs/colecd.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o coprop.lo /home/jbl/code_saturne-4.2.1/src/cogz/coprop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/coprop.f90  -fPIC -o .libs/coprop.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cothht.lo /home/jbl/code_saturne-4.2.1/src/cogz/cothht.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/cothht.f90  -fPIC -o .libs/cothht.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o covarp.lo /home/jbl/code_saturne-4.2.1/src/cogz/covarp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/covarp.f90  -fPIC -o .libs/covarp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o d3phst.lo /home/jbl/code_saturne-4.2.1/src/cogz/d3phst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/d3phst.f90  -fPIC -o .libs/d3phst.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o d3pini.lo /home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90  -fPIC -o .libs/d3pini.o
/home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90:99:27:

 character(len=80) :: chaine
                           1
Warning: Unused variable ‘chaine’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90:108:52:

 double precision, dimension(:), pointer :: cvar_scal
                                                    1
Warning: Unused variable ‘cvar_scal’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90:101:33:

 integer           iscal, ivar, ii
                                 1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90:101:23:

 integer           iscal, ivar, ii
                       1
Warning: Unused variable ‘iscal’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90:101:29:

 integer           iscal, ivar, ii
                             1
Warning: Unused variable ‘ivar’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90:103:23:

 double precision valmax, valmin
                       1
Warning: Unused variable ‘valmax’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pini.f90:103:31:

 double precision valmax, valmin
                               1
Warning: Unused variable ‘valmin’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o d3pint.lo /home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90  -fPIC -o .libs/d3pint.o
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:433:0:

       + (c * (f2**2-f1**2)/2.d0 + d * (f2**3-f1**3)/3.d0) * dbdhs )
 ^
Warning: ‘dtsmdhs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:444:0:

                                    +    b*d   *(f2**3-f1**3)/3.d0 )
 ^
Warning: ‘dtsmdhrec’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:645:0:

                          *propce(iel,ipproc(iustdy(ifp2m)))
 ^
Warning: ‘dtsmdfp2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:637:0:

                  + dtsmdhrec * dhrecdfp2
 ^
Warning: ‘dtsmdf2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:637:0: Warning: ‘dtsmdf1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:645:0:

                          *propce(iel,ipproc(iustdy(ifp2m)))
 ^
Warning: ‘dtsmdf’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:637:0:

                  + dtsmdhrec * dhrecdfp2
 ^
Warning: ‘dtsmdd2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:637:0: Warning: ‘dtsmdd1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:454:0:

       dtsmdf2 = hrec(iel) * ( a*c +(c*b+a*d)*ffin(iel) + b*d*ffin(iel)**2 )
 ^
Warning: ‘d’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:454:0: Warning: ‘c’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:454:0: Warning: ‘b’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:454:0: Warning: ‘a’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pint.f90:645:0:

                          *propce(iel,ipproc(iustdy(ifp2m)))
 ^
Warning: ‘iptsro’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o d3pphy.lo /home/jbl/code_saturne-4.2.1/src/cogz/d3pphy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/d3pphy.f90  -fPIC -o .libs/d3pphy.o
/home/jbl/code_saturne-4.2.1/src/cogz/d3pphy.f90:45:18:

  ( mbrom  , izfppp , propce )
                  1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/cogz/d3pphy.f90:45:8:

  ( mbrom  , izfppp , propce )
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o d3ptcl.lo /home/jbl/code_saturne-4.2.1/src/cogz/d3ptcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/d3ptcl.f90  -fPIC -o .libs/d3ptcl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o d3pver.lo /home/jbl/code_saturne-4.2.1/src/cogz/d3pver.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/d3pver.f90  -fPIC -o .libs/d3pver.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ebuini.lo /home/jbl/code_saturne-4.2.1/src/cogz/ebuini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/ebuini.f90  -fPIC -o .libs/ebuini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ebuphy.lo /home/jbl/code_saturne-4.2.1/src/cogz/ebuphy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/ebuphy.f90  -fPIC -o .libs/ebuphy.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ebutcl.lo /home/jbl/code_saturne-4.2.1/src/cogz/ebutcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/ebutcl.f90  -fPIC -o .libs/ebutcl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ebutss.lo /home/jbl/code_saturne-4.2.1/src/cogz/ebutss.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/ebutss.f90  -fPIC -o .libs/ebutss.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ebuver.lo /home/jbl/code_saturne-4.2.1/src/cogz/ebuver.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/ebuver.f90  -fPIC -o .libs/ebuver.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lwcgfu.lo /home/jbl/code_saturne-4.2.1/src/cogz/lwcgfu.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/lwcgfu.f90  -fPIC -o .libs/lwcgfu.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lwcini.lo /home/jbl/code_saturne-4.2.1/src/cogz/lwcini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/lwcini.f90  -fPIC -o .libs/lwcini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lwcphy.lo /home/jbl/code_saturne-4.2.1/src/cogz/lwcphy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/lwcphy.f90  -fPIC -o .libs/lwcphy.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lwctcl.lo /home/jbl/code_saturne-4.2.1/src/cogz/lwctcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/lwctcl.f90  -fPIC -o .libs/lwctcl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lwctss.lo /home/jbl/code_saturne-4.2.1/src/cogz/lwctss.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/lwctss.f90  -fPIC -o .libs/lwctss.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lwcurl.lo /home/jbl/code_saturne-4.2.1/src/cogz/lwcurl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/lwcurl.f90  -fPIC -o .libs/lwcurl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lwcver.lo /home/jbl/code_saturne-4.2.1/src/cogz/lwcver.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/lwcver.f90  -fPIC -o .libs/lwcver.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pdflwc.lo /home/jbl/code_saturne-4.2.1/src/cogz/pdflwc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/pdflwc.f90  -fPIC -o .libs/pdflwc.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pdfpp3.lo /home/jbl/code_saturne-4.2.1/src/cogz/pdfpp3.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/pdfpp3.f90  -fPIC -o .libs/pdfpp3.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o pdfpp4.lo /home/jbl/code_saturne-4.2.1/src/cogz/pdfpp4.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/pdfpp4.f90  -fPIC -o .libs/pdfpp4.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o sootsc.lo /home/jbl/code_saturne-4.2.1/src/cogz/sootsc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/sootsc.f90  -fPIC -o .libs/sootsc.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o yg2xye.lo /home/jbl/code_saturne-4.2.1/src/cogz/yg2xye.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/cogz/yg2xye.f90  -fPIC -o .libs/yg2xye.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcscogz.la  coini1.lo colecd.lo coprop.lo cothht.lo covarp.lo d3phst.lo d3pini.lo d3pint.lo d3pphy.lo d3ptcl.lo d3pver.lo ebuini.lo ebuphy.lo ebutcl.lo ebutss.lo ebuver.lo lwcgfu.lo lwcini.lo lwcphy.lo lwctcl.lo lwctss.lo lwcurl.lo lwcver.lo pdflwc.lo pdfpp3.lo pdfpp4.lo sootsc.lo yg2xye.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcscogz.a .libs/coini1.o .libs/colecd.o .libs/coprop.o .libs/cothht.o .libs/covarp.o .libs/d3phst.o .libs/d3pini.o .libs/d3pint.o .libs/d3pphy.o .libs/d3ptcl.o .libs/d3pver.o .libs/ebuini.o .libs/ebuphy.o .libs/ebutcl.o .libs/ebutss.o .libs/ebuver.o .libs/lwcgfu.o .libs/lwcini.o .libs/lwcphy.o .libs/lwctcl.o .libs/lwctss.o .libs/lwcurl.o .libs/lwcver.o .libs/pdflwc.o .libs/pdfpp3.o .libs/pdfpp4.o .libs/sootsc.o .libs/yg2xye.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcscogz.a
libtool: link: ( cd ".libs" && rm -f "libcscogz.la" && ln -s "../libcscogz.la" "libcscogz.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
Making all in comb
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_bcond.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_bcond.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_bcond.f90  -fPIC -o .libs/cs_coal_bcond.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplin1.lo /home/jbl/code_saturne-4.2.1/src/comb/cplin1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplin1.f90  -fPIC -o .libs/cplin1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplini.lo /home/jbl/code_saturne-4.2.1/src/comb/cplini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplini.f90  -fPIC -o .libs/cplini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplph1.lo /home/jbl/code_saturne-4.2.1/src/comb/cplph1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplph1.f90  -fPIC -o .libs/cplph1.o
/home/jbl/code_saturne-4.2.1/src/comb/cplph1.f90:26:44:

    f1m    , f2m    , f3m    , f4m    , f3p2m  , f4p2m  ,          &
                                            1
Warning: Unused dummy argument ‘f3p2m’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplphy.lo /home/jbl/code_saturne-4.2.1/src/comb/cplphy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplphy.f90  -fPIC -o .libs/cplphy.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplpro.lo /home/jbl/code_saturne-4.2.1/src/comb/cplpro.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplpro.f90  -fPIC -o .libs/cplpro.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cpltcl.lo /home/jbl/code_saturne-4.2.1/src/comb/cpltcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cpltcl.f90  -fPIC -o .libs/cpltcl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cpltss.lo /home/jbl/code_saturne-4.2.1/src/comb/cpltss.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cpltss.f90  -fPIC -o .libs/cpltss.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplvar.lo /home/jbl/code_saturne-4.2.1/src/comb/cplvar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplvar.f90  -fPIC -o .libs/cplvar.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cpthp1.lo /home/jbl/code_saturne-4.2.1/src/comb/cpthp1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cpthp1.f90  -fPIC -o .libs/cpthp1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplver.lo /home/jbl/code_saturne-4.2.1/src/comb/cplver.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplver.f90  -fPIC -o .libs/cplver.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cppdf4.lo /home/jbl/code_saturne-4.2.1/src/comb/cppdf4.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cppdf4.f90  -fPIC -o .libs/cppdf4.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cpltsv.lo /home/jbl/code_saturne-4.2.1/src/comb/cpltsv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cpltsv.f90  -fPIC -o .libs/cpltsv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cplym1.lo /home/jbl/code_saturne-4.2.1/src/comb/cplym1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cplym1.f90  -fPIC -o .libs/cplym1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cppdfr.lo /home/jbl/code_saturne-4.2.1/src/comb/cppdfr.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cppdfr.f90  -fPIC -o .libs/cppdfr.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cpteh1.lo /home/jbl/code_saturne-4.2.1/src/comb/cpteh1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cpteh1.f90  -fPIC -o .libs/cpteh1.o
/home/jbl/code_saturne-4.2.1/src/comb/cpteh1.f90:31:8:

    tbmci  , tbmcr  ,                                              &
        1
Warning: Unused dummy argument ‘tbmci’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_fp2st.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_fp2st.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_fp2st.f90  -fPIC -o .libs/cs_coal_fp2st.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_fp2st.f90:242:0:

     rhovst = propce(iel,ipproc(irom1))*xe/(xk*rvarfl(iscal))*volume(iel)
 ^
Warning: ‘xk’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_fp2st.f90:242:0: Warning: ‘xe’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_fp2st.f90:170:0:

   x1( : ) = 1.d0
 ^
Warning: ‘x1.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_fp2st.f90:190:0:

   f1f2( : ) = zero
 ^
Warning: ‘f1f2.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_htconvers1.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_htconvers1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_htconvers1.f90  -fPIC -o .libs/cs_coal_htconvers1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_htconvers2.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_htconvers2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_htconvers2.f90  -fPIC -o .libs/cs_coal_htconvers2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_masstransfer.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_masstransfer.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_masstransfer.f90  -fPIC -o .libs/cs_coal_masstransfer.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_masstransfer.f90:589:0:

                   )**0.5d0
 ^
Warning: ‘ipcdia’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_masstransfer.f90:143:0:

 x2     ( : ) = zero
 ^
Warning: ‘x2.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_masstransfer.f90:144:0:

 x2srho2( : ) = zero
 ^
Warning: ‘x2srho2.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_noxst.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_noxst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_noxst.f90  -fPIC -o .libs/cs_coal_noxst.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_param.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_param.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_param.f90  -fPIC -o .libs/cs_coal_param.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_physprop1.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop1.f90  -fPIC -o .libs/cs_coal_physprop1.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop1.f90:336:0:

       af1(iel,ii)= 0.d0
 ^
Warning: ‘af1.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop1.f90:336:0: Warning: ‘af1.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop1.f90:345:0:

       af2(iel,ii)= 0.d0
 ^
Warning: ‘af2.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop1.f90:345:0: Warning: ‘af2.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_physprop2.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop2.f90  -fPIC -o .libs/cs_coal_physprop2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_physprop.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90  -fPIC -o .libs/cs_coal_physprop.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:226:0:

 f6m( : ) = 0.d0
 ^
Warning: ‘f6m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:229:0:

 f9m( : ) = 0.d0
 ^
Warning: ‘f9m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:228:0:

 f8m( : ) = 0.d0
 ^
Warning: ‘f8m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:227:0:

 f7m( : ) = 0.d0
 ^
Warning: ‘f7m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:224:0:

 f4m( : ) = 0.d0
 ^
Warning: ‘f4m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:225:0:

 f5m( : ) = 0.d0
 ^
Warning: ‘f5m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:221:0:

 f1m( : ) = 0.d0
 ^
Warning: ‘f1m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:223:0:

 f3m( : ) = 0.d0
 ^
Warning: ‘f3m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_physprop.f90:222:0:

 f2m( : ) = 0.d0
 ^
Warning: ‘f2m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_prop.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_prop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_prop.f90  -fPIC -o .libs/cs_coal_prop.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_radst.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_radst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_radst.f90  -fPIC -o .libs/cs_coal_radst.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_readata.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_readata.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_readata.f90  -fPIC -o .libs/cs_coal_readata.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_readata.f90:573:0:

     pcisec = pcssec -226.d0*hch(icha)
 ^
Warning: ‘pcssec’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_scast.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90  -fPIC -o .libs/cs_coal_scast.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90:2502:0:

                        * ( cvar_yno(iel) * crom(iel)/wmno )
 ^
Warning: ‘para2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90:2509:0:

                        * ( cvar_yno(iel) * crom(iel)/wmno )
 ^
Warning: ‘core2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90:2509:0: Warning: ‘core1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90:2509:0: Warning: ‘core3’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90:900:0:

                  /(cvara_xckcl(iel))**(1.d0/3.d0) )
 ^
Warning: ‘ipghh2o’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_scast.f90:826:0:

                  /(cvara_xckcl(iel))**(1.d0/3.d0) )
 ^
Warning: ‘ipghco2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_thfieldconv1.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_thfieldconv1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_thfieldconv1.f90  -fPIC -o .libs/cs_coal_thfieldconv1.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_thfieldconv1.f90:282:0:

   do ielt = 1, nelt
 ^
Warning: ‘nelt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_thfieldconv2.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_thfieldconv2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_thfieldconv2.f90  -fPIC -o .libs/cs_coal_thfieldconv2.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_thfieldconv2.f90:109:0:

 eh1( : ) = zero
 ^
Warning: ‘eh1.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_coal_thfieldconv2.f90:108:0:

 eh0( : ) = zero
 ^
Warning: ‘eh0.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_varini.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_varini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_varini.f90  -fPIC -o .libs/cs_coal_varini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_varpos.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_varpos.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_varpos.f90  -fPIC -o .libs/cs_coal_varpos.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_coal_verify.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_verify.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_coal_verify.f90  -fPIC -o .libs/cs_coal_verify.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_bcond.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_bcond.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_bcond.f90  -fPIC -o .libs/cs_fuel_bcond.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_bcond.f90:115:21:

 integer          f_id
                     1
Warning: Unused variable ‘f_id’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_bcond.f90:109:25:

 character(len=80) :: name
                         1
Warning: Unused variable ‘name’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_fp2st.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_fp2st.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_fp2st.f90  -fPIC -o .libs/cs_fuel_fp2st.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_fp2st.f90:224:0:

     rhovst = propce(iel,ipproc(irom1))*xe/(xk*rvarfl(iscal))*volume(iel)
 ^
Warning: ‘xk’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_fp2st.f90:224:0: Warning: ‘xe’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_fp2st.f90:169:0:

   x1  ( : ) = 1.d0
 ^
Warning: ‘x1.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_fp2st.f90:170:0:

   f1f2( : ) = 0.d0
 ^
Warning: ‘f1f2.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_htconvers1.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_htconvers1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_htconvers1.f90  -fPIC -o .libs/cs_fuel_htconvers1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_htconvers2.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_htconvers2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_htconvers2.f90  -fPIC -o .libs/cs_fuel_htconvers2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_masstransfer.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_masstransfer.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_masstransfer.f90  -fPIC -o .libs/cs_fuel_masstransfer.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_noxst.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_noxst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_noxst.f90  -fPIC -o .libs/cs_fuel_noxst.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_param.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_param.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_param.f90  -fPIC -o .libs/cs_fuel_param.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_physprop1.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop1.f90  -fPIC -o .libs/cs_fuel_physprop1.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop1.f90:258:0:

     af1(iel,ii) = zero
 ^
Warning: ‘af1.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop1.f90:258:0: Warning: ‘af1.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop1.f90:262:0:

   af2(iel,ifov) = chfov/wmole(ifov)
 ^
Warning: ‘af2.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop1.f90:262:0: Warning: ‘af2.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_physprop2.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop2.f90  -fPIC -o .libs/cs_fuel_physprop2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_physprop.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90  -fPIC -o .libs/cs_fuel_physprop.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:339:0:

 enth1(:) = 0.d0
 ^
Warning: ‘enth1.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:235:0:

 f6m( : ) = 0.d0
 ^
Warning: ‘f6m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:240:0:

 f9m( : ) = 0.d0
 ^
Warning: ‘f9m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:239:0:

 f8m( : ) = 0.d0
 ^
Warning: ‘f8m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:237:0:

 f7m( : ) = 0.d0
 ^
Warning: ‘f7m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:232:0:

 f4m( : ) = 0.d0
 ^
Warning: ‘f4m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:233:0:

 f5m( : ) = 0.d0
 ^
Warning: ‘f5m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:227:0:

 f1m( : ) = 0.d0
 ^
Warning: ‘f1m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:231:0:

 f3m( : ) = 0.d0
 ^
Warning: ‘f3m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_physprop.f90:229:0:

 f2m( : ) = 0.d0
 ^
Warning: ‘f2m.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_prop.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_prop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_prop.f90  -fPIC -o .libs/cs_fuel_prop.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_radst.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_radst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_radst.f90  -fPIC -o .libs/cs_fuel_radst.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_readata.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_readata.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_readata.f90  -fPIC -o .libs/cs_fuel_readata.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_scast.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_scast.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_scast.f90  -fPIC -o .libs/cs_fuel_scast.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_thfieldconv1.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_thfieldconv1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_thfieldconv1.f90  -fPIC -o .libs/cs_fuel_thfieldconv1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_thfieldconv2.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_thfieldconv2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_thfieldconv2.f90  -fPIC -o .libs/cs_fuel_thfieldconv2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_varini.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_varini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_varini.f90  -fPIC -o .libs/cs_fuel_varini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_varpos.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_varpos.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_varpos.f90  -fPIC -o .libs/cs_fuel_varpos.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_fuel_verify.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_verify.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_fuel_verify.f90  -fPIC -o .libs/cs_fuel_verify.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_gascomb.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_gascomb.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_gascomb.f90  -fPIC -o .libs/cs_gascomb.o
/home/jbl/code_saturne-4.2.1/src/comb/cs_gascomb.f90:25:9:

  ( ncelet , ncel   , icb1 , icb2 ,                                        &
         1
Warning: Unused dummy argument ‘ncelet’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/comb/cs_gascomb.f90:265:0:

     zz(io2) = zz(io2)    - anu5*reac5
 ^
Warning: ‘reac5’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_physical_properties_combustion_drift.lo /home/jbl/code_saturne-4.2.1/src/comb/cs_physical_properties_combustion_drift.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/comb/cs_physical_properties_combustion_drift.f90  -fPIC -o .libs/cs_physical_properties_combustion_drift.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcscomb.la  cs_coal_bcond.lo cplin1.lo cplini.lo cplph1.lo cplphy.lo cplpro.lo cpltcl.lo cpltss.lo cplvar.lo cpthp1.lo cplver.lo cppdf4.lo cpltsv.lo cplym1.lo cppdfr.lo cpteh1.lo cs_coal_fp2st.lo cs_coal_htconvers1.lo cs_coal_htconvers2.lo cs_coal_masstransfer.lo cs_coal_noxst.lo cs_coal_param.lo cs_coal_physprop1.lo cs_coal_physprop2.lo cs_coal_physprop.lo cs_coal_prop.lo cs_coal_radst.lo cs_coal_readata.lo cs_coal_scast.lo cs_coal_thfieldconv1.lo cs_coal_thfieldconv2.lo cs_coal_varini.lo cs_coal_varpos.lo cs_coal_verify.lo cs_fuel_bcond.lo cs_fuel_fp2st.lo cs_fuel_htconvers1.lo cs_fuel_htconvers2.lo cs_fuel_masstransfer.lo cs_fuel_noxst.lo cs_fuel_param.lo cs_fuel_physprop1.lo cs_fuel_physprop2.lo cs_fuel_physprop.lo cs_fuel_prop.lo cs_fuel_radst.lo cs_fuel_readata.lo cs_fuel_scast.lo cs_fuel_thfieldconv1.lo cs_fuel_thfieldconv2.lo cs_fuel_varini.lo cs_fuel_varpos.lo cs_fuel_verify.lo cs_gascomb.lo cs_physical_properties_combustion_drift.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcscomb.a .libs/cs_coal_bcond.o .libs/cplin1.o .libs/cplini.o .libs/cplph1.o .libs/cplphy.o .libs/cplpro.o .libs/cpltcl.o .libs/cpltss.o .libs/cplvar.o .libs/cpthp1.o .libs/cplver.o .libs/cppdf4.o .libs/cpltsv.o .libs/cplym1.o .libs/cppdfr.o .libs/cpteh1.o .libs/cs_coal_fp2st.o .libs/cs_coal_htconvers1.o .libs/cs_coal_htconvers2.o .libs/cs_coal_masstransfer.o .libs/cs_coal_noxst.o .libs/cs_coal_param.o .libs/cs_coal_physprop1.o .libs/cs_coal_physprop2.o .libs/cs_coal_physprop.o .libs/cs_coal_prop.o .libs/cs_coal_radst.o .libs/cs_coal_readata.o .libs/cs_coal_scast.o .libs/cs_coal_thfieldconv1.o .libs/cs_coal_thfieldconv2.o .libs/cs_coal_varini.o .libs/cs_coal_varpos.o .libs/cs_coal_verify.o .libs/cs_fuel_bcond.o .libs/cs_fuel_fp2st.o .libs/cs_fuel_htconvers1.o .libs/cs_fuel_htconvers2.o .libs/cs_fuel_masstransfer.o .libs/cs_fuel_noxst.o .libs/cs_fuel_param.o .libs/cs_fuel_physprop1.o .libs/cs_fuel_physprop2.o .libs/cs_fuel_physprop.o .libs/cs_fuel_prop.o .libs/cs_fuel_radst.o .libs/cs_fuel_readata.o .libs/cs_fuel_scast.o .libs/cs_fuel_thfieldconv1.o .libs/cs_fuel_thfieldconv2.o .libs/cs_fuel_varini.o .libs/cs_fuel_varpos.o .libs/cs_fuel_verify.o .libs/cs_gascomb.o .libs/cs_physical_properties_combustion_drift.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcscomb.a
libtool: link: ( cd ".libs" && rm -f "libcscomb.la" && ln -s "../libcscomb.la" "libcscomb.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
Making all in ctwr
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
/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/ctwr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr.lo -MD -MP -MF .deps/cs_ctwr.Tpo -c -o cs_ctwr.lo /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr.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/ctwr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr.lo -MD -MP -MF .deps/cs_ctwr.Tpo -c /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr.c  -fPIC -DPIC -o .libs/cs_ctwr.o
mv -f .deps/cs_ctwr.Tpo .deps/cs_ctwr.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/ctwr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr_air_props.lo -MD -MP -MF .deps/cs_ctwr_air_props.Tpo -c -o cs_ctwr_air_props.lo /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_air_props.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/ctwr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr_air_props.lo -MD -MP -MF .deps/cs_ctwr_air_props.Tpo -c /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_air_props.c  -fPIC -DPIC -o .libs/cs_ctwr_air_props.o
mv -f .deps/cs_ctwr_air_props.Tpo .deps/cs_ctwr_air_props.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_ctwr_f2c.lo /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_f2c.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_f2c.f90  -fPIC -o .libs/cs_ctwr_f2c.o
/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/ctwr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr_halo.lo -MD -MP -MF .deps/cs_ctwr_halo.Tpo -c -o cs_ctwr_halo.lo /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_halo.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/ctwr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr_halo.lo -MD -MP -MF .deps/cs_ctwr_halo.Tpo -c /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_halo.c  -fPIC -DPIC -o .libs/cs_ctwr_halo.o
mv -f .deps/cs_ctwr_halo.Tpo .deps/cs_ctwr_halo.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/ctwr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr_mesh.lo -MD -MP -MF .deps/cs_ctwr_mesh.Tpo -c -o cs_ctwr_mesh.lo /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_mesh.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/ctwr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_ctwr_mesh.lo -MD -MP -MF .deps/cs_ctwr_mesh.Tpo -c /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_mesh.c  -fPIC -DPIC -o .libs/cs_ctwr_mesh.o
mv -f .deps/cs_ctwr_mesh.Tpo .deps/cs_ctwr_mesh.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ctini1.lo /home/jbl/code_saturne-4.2.1/src/ctwr/ctini1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/ctwr/ctini1.f90  -fPIC -o .libs/ctini1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ctiniv.lo /home/jbl/code_saturne-4.2.1/src/ctwr/ctiniv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/ctwr/ctiniv.f90  -fPIC -o .libs/ctiniv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ctphyv.lo /home/jbl/code_saturne-4.2.1/src/ctwr/ctphyv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/ctwr/ctphyv.f90  -fPIC -o .libs/ctphyv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cttssc.lo /home/jbl/code_saturne-4.2.1/src/ctwr/cttssc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/ctwr/cttssc.f90  -fPIC -o .libs/cttssc.o
/home/jbl/code_saturne-4.2.1/src/ctwr/cttssc.f90:27:18:

    smbrs  , rovsdt )
                  1
Warning: Unused dummy argument ‘rovsdt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/ctwr/cttssc.f90:27:8:

    smbrs  , rovsdt )
        1
Warning: Unused dummy argument ‘smbrs’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ctvarp.lo /home/jbl/code_saturne-4.2.1/src/ctwr/ctvarp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/ctwr/ctvarp.f90  -fPIC -o .libs/ctvarp.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsctwr.la  cs_ctwr.lo cs_ctwr_air_props.lo cs_ctwr_f2c.lo cs_ctwr_halo.lo cs_ctwr_mesh.lo ctini1.lo ctiniv.lo ctphyv.lo cttssc.lo ctvarp.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsctwr.a .libs/cs_ctwr.o .libs/cs_ctwr_air_props.o .libs/cs_ctwr_f2c.o .libs/cs_ctwr_halo.o .libs/cs_ctwr_mesh.o .libs/ctini1.o .libs/ctiniv.o .libs/ctphyv.o .libs/cttssc.o .libs/ctvarp.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsctwr.a
libtool: link: ( cd ".libs" && rm -f "libcsctwr.la" && ln -s "../libcsctwr.la" "libcsctwr.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
Making all in elec
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_elec_bcond.lo /home/jbl/code_saturne-4.2.1/src/elec/cs_elec_bcond.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/cs_elec_bcond.f90  -fPIC -o .libs/cs_elec_bcond.o
/home/jbl/code_saturne-4.2.1/src/elec/cs_elec_bcond.f90:26:9:

  ( itypfb , izfppp ,                                              &
         1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/elec/cs_elec_bcond.f90:26:18:

  ( itypfb , izfppp ,                                              &
                  1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/elec/cs_elec_bcond.f90:27:9:

    rcodcl )
         1
Warning: Unused dummy argument ‘rcodcl’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elflux.lo /home/jbl/code_saturne-4.2.1/src/elec/elflux.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elflux.f90  -fPIC -o .libs/elflux.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elini1.lo /home/jbl/code_saturne-4.2.1/src/elec/elini1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elini1.f90  -fPIC -o .libs/elini1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o eliniv.lo /home/jbl/code_saturne-4.2.1/src/elec/eliniv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/eliniv.f90  -fPIC -o .libs/eliniv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ellecd.lo /home/jbl/code_saturne-4.2.1/src/elec/ellecd.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/ellecd.f90  -fPIC -o .libs/ellecd.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elphyv.lo /home/jbl/code_saturne-4.2.1/src/elec/elphyv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elphyv.f90  -fPIC -o .libs/elphyv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elprop.lo /home/jbl/code_saturne-4.2.1/src/elec/elprop.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elprop.f90  -fPIC -o .libs/elprop.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elreca.lo /home/jbl/code_saturne-4.2.1/src/elec/elreca.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elreca.f90  -fPIC -o .libs/elreca.o
/home/jbl/code_saturne-4.2.1/src/elec/elreca.f90:210:0:

         delhsh =  propce(iel,ipcefj) * dt(iel) /crom(iel)
 ^
Warning: ‘ipcefj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elthht.lo /home/jbl/code_saturne-4.2.1/src/elec/elthht.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elthht.f90  -fPIC -o .libs/elthht.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o eltssc.lo /home/jbl/code_saturne-4.2.1/src/elec/eltssc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/eltssc.f90  -fPIC -o .libs/eltssc.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elvarp.lo /home/jbl/code_saturne-4.2.1/src/elec/elvarp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elvarp.f90  -fPIC -o .libs/elvarp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o elveri.lo /home/jbl/code_saturne-4.2.1/src/elec/elveri.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/elec/elveri.f90  -fPIC -o .libs/elveri.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcselec.la  cs_elec_bcond.lo elflux.lo elini1.lo eliniv.lo ellecd.lo elphyv.lo elprop.lo elreca.lo elthht.lo eltssc.lo elvarp.lo elveri.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcselec.a .libs/cs_elec_bcond.o .libs/elflux.o .libs/elini1.o .libs/eliniv.o .libs/ellecd.o .libs/elphyv.o .libs/elprop.o .libs/elreca.o .libs/elthht.o .libs/eltssc.o .libs/elvarp.o .libs/elveri.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcselec.a
libtool: link: ( cd ".libs" && rm -f "libcselec.la" && ln -s "../libcselec.la" "libcselec.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
Making all in lagr
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
/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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_clogging.lo -MD -MP -MF .deps/cs_lagr_clogging.Tpo -c -o cs_lagr_clogging.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_clogging.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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_clogging.lo -MD -MP -MF .deps/cs_lagr_clogging.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_clogging.c  -fPIC -DPIC -o .libs/cs_lagr_clogging.o
mv -f .deps/cs_lagr_clogging.Tpo .deps/cs_lagr_clogging.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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_roughness.lo -MD -MP -MF .deps/cs_lagr_roughness.Tpo -c -o cs_lagr_roughness.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_roughness.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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_roughness.lo -MD -MP -MF .deps/cs_lagr_roughness.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_roughness.c  -fPIC -DPIC -o .libs/cs_lagr_roughness.o
mv -f .deps/cs_lagr_roughness.Tpo .deps/cs_lagr_roughness.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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_dlvo.lo -MD -MP -MF .deps/cs_lagr_dlvo.Tpo -c -o cs_lagr_dlvo.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_dlvo.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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_dlvo.lo -MD -MP -MF .deps/cs_lagr_dlvo.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_dlvo.c  -fPIC -DPIC -o .libs/cs_lagr_dlvo.o
mv -f .deps/cs_lagr_dlvo.Tpo .deps/cs_lagr_dlvo.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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_extract.lo -MD -MP -MF .deps/cs_lagr_extract.Tpo -c -o cs_lagr_extract.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_extract.lo -MD -MP -MF .deps/cs_lagr_extract.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_extract.c  -fPIC -DPIC -o .libs/cs_lagr_extract.o
mv -f .deps/cs_lagr_extract.Tpo .deps/cs_lagr_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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_perio.lo -MD -MP -MF .deps/cs_lagr_perio.Tpo -c -o cs_lagr_perio.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_perio.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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_perio.lo -MD -MP -MF .deps/cs_lagr_perio.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_perio.c  -fPIC -DPIC -o .libs/cs_lagr_perio.o
mv -f .deps/cs_lagr_perio.Tpo .deps/cs_lagr_perio.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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_restart.lo -MD -MP -MF .deps/cs_lagr_restart.Tpo -c -o cs_lagr_restart.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_restart.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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_restart.lo -MD -MP -MF .deps/cs_lagr_restart.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_restart.c  -fPIC -DPIC -o .libs/cs_lagr_restart.o
mv -f .deps/cs_lagr_restart.Tpo .deps/cs_lagr_restart.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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_tracking.lo -MD -MP -MF .deps/cs_lagr_tracking.Tpo -c -o cs_lagr_tracking.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_tracking.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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_tracking.lo -MD -MP -MF .deps/cs_lagr_tracking.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_tracking.c  -fPIC -DPIC -o .libs/cs_lagr_tracking.o
/home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_tracking.c: In function ‘_finalize_displacement’:
/home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_tracking.c:3946:15: warning: unused variable ‘cur_part_state’ [-Wunused-variable]
     cs_lnum_t cur_part_state = _get_tracking_info(particles, i)->state;
               ^
mv -f .deps/cs_lagr_tracking.Tpo .deps/cs_lagr_tracking.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/lagr -I../..  -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_utils.lo -MD -MP -MF .deps/cs_lagr_utils.Tpo -c -o cs_lagr_utils.lo /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_utils.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/lagr -I../.. -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -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 cs_lagr_utils.lo -MD -MP -MF .deps/cs_lagr_utils.Tpo -c /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_utils.c  -fPIC -DPIC -o .libs/cs_lagr_utils.o
mv -f .deps/cs_lagr_utils.Tpo .deps/cs_lagr_utils.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o diverv.lo /home/jbl/code_saturne-4.2.1/src/lagr/diverv.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/diverv.f90  -fPIC -o .libs/diverv.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagadh.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90  -fPIC -o .libs/lagadh.o
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:128:22:

    ipepa(jnbasg,ip) = nmoyag + sqrt(nmoyag)*rtmp(1)
                      1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:143:13:

      nbasg = nmoyag + sqrt(nmoyag)*rtmp(1)
             1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:164:25:

       ipepa(jnbasp,ip) = nmoyap + sqrt(nmoyap)*rtmp(1)
                         1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:178:28:

          ipepa(jnbasp,ip) = nmoyap + sqrt(nmoyap)*rtmp(1)
                            1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:203:25:

       ipepa(jnbasp,ip) = nmoyap + sqrt(nmoyap)*rtmp(1)
                         1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:220:17:

          nbasp = nmoyap + sqrt(nmoyap)*rtmp(1)
                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:98:12:

 integer mode
            1
Warning: Unused variable ‘mode’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/lagr/lagadh.f90:87:0:

 integer nbasg, nbasp, np, ntmp(1)
 ^
Warning: ‘nbasp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagaff.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagaff.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagaff.f90  -fPIC -o .libs/lagaff.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagcar.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagcar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagcar.f90  -fPIC -o .libs/lagcar.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagcli.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagcli.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagcli.f90  -fPIC -o .libs/lagcli.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagcou.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagcou.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagcou.f90  -fPIC -o .libs/lagcou.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagdcl.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagdcl.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagdcl.f90  -fPIC -o .libs/lagdcl.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagdep.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagdep.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagdep.f90  -fPIC -o .libs/lagdep.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagdif.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagdif.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagdif.f90  -fPIC -o .libs/lagdif.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lageje.lo /home/jbl/code_saturne-4.2.1/src/lagr/lageje.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lageje.f90  -fPIC -o .libs/lageje.o
/home/jbl/code_saturne-4.2.1/src/lagr/lageje.f90:27:8:

    tempf , depint,                                                &
        1
Warning: Unused dummy argument ‘tempf’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/lagr/lageje.f90:30:16:

    unif1 , unif2  , dintrf, gnorm, vnorm)
                1
Warning: Unused dummy argument ‘unif2’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagent.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagent.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagent.f90  -fPIC -o .libs/lagent.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lageqp.lo /home/jbl/code_saturne-4.2.1/src/lagr/lageqp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lageqp.f90  -fPIC -o .libs/lageqp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lages1.lo /home/jbl/code_saturne-4.2.1/src/lagr/lages1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lages1.f90  -fPIC -o .libs/lages1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lages2.lo /home/jbl/code_saturne-4.2.1/src/lagr/lages2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lages2.f90  -fPIC -o .libs/lages2.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagesd.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagesd.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagesd.f90  -fPIC -o .libs/lagesd.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagesp.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagesp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagesp.f90  -fPIC -o .libs/lagesp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o laggeo.lo /home/jbl/code_saturne-4.2.1/src/lagr/laggeo.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/laggeo.f90  -fPIC -o .libs/laggeo.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o laggra.lo /home/jbl/code_saturne-4.2.1/src/lagr/laggra.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/laggra.f90  -fPIC -o .libs/laggra.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o laghis.lo /home/jbl/code_saturne-4.2.1/src/lagr/laghis.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/laghis.f90  -fPIC -o .libs/laghis.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o laghlo.lo /home/jbl/code_saturne-4.2.1/src/lagr/laghlo.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/laghlo.f90  -fPIC -o .libs/laghlo.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagich.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagich.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagich.f90  -fPIC -o .libs/lagich.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagidp.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagidp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagidp.f90  -fPIC -o .libs/lagidp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagimp.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagimp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagimp.f90  -fPIC -o .libs/lagimp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagini.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagini.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagini.f90  -fPIC -o .libs/lagini.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagipn.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagipn.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagipn.f90  -fPIC -o .libs/lagipn.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagitf.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagitf.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagitf.f90  -fPIC -o .libs/lagitf.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagitg.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagitg.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagitg.f90  -fPIC -o .libs/lagitg.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagitp.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagitp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagitp.f90  -fPIC -o .libs/lagitp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o laglec.lo /home/jbl/code_saturne-4.2.1/src/lagr/laglec.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/laglec.f90  -fPIC -o .libs/laglec.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o laglis.lo /home/jbl/code_saturne-4.2.1/src/lagr/laglis.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/laglis.f90  -fPIC -o .libs/laglis.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagnew.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagnew.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagnew.f90  -fPIC -o .libs/lagnew.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagopt.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagopt.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagopt.f90  -fPIC -o .libs/lagopt.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagout.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagout.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagout.f90  -fPIC -o .libs/lagout.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagphy.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagphy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagphy.f90  -fPIC -o .libs/lagphy.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagpoi.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagpoi.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagpoi.f90  -fPIC -o .libs/lagpoi.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagprj.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagprj.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagprj.f90  -fPIC -o .libs/lagprj.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagres.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagres.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagres.f90  -fPIC -o .libs/lagres.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagrus.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagrus.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagrus.f90  -fPIC -o .libs/lagrus.o
/home/jbl/code_saturne-4.2.1/src/lagr/lagrus.f90:26:16:

  ( ncelet , ncel   ,                                              &
                1
Warning: Unused dummy argument ‘ncel’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagsec.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagsec.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagsec.f90  -fPIC -o .libs/lagsec.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagsta.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagsta.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagsta.f90  -fPIC -o .libs/lagsta.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagstf.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagstf.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagstf.f90  -fPIC -o .libs/lagstf.o
/home/jbl/code_saturne-4.2.1/src/lagr/lagstf.f90:26:10:

   ( ncelet , nfabor , nvisbr ,                                    &
          1
Warning: Unused dummy argument ‘ncelet’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagswe.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagswe.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagswe.f90  -fPIC -o .libs/lagswe.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagtmp.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagtmp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagtmp.f90  -fPIC -o .libs/lagtmp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o lagune.lo /home/jbl/code_saturne-4.2.1/src/lagr/lagune.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/lagune.f90  -fPIC -o .libs/lagune.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o precdi.lo /home/jbl/code_saturne-4.2.1/src/lagr/precdi.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/precdi.f90  -fPIC -o .libs/precdi.o
/home/jbl/code_saturne-4.2.1/src/lagr/precdi.f90:44:6:

  (  dt  , iprev , val )
      1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o precst.lo /home/jbl/code_saturne-4.2.1/src/lagr/precst.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/precst.f90  -fPIC -o .libs/precst.o
/home/jbl/code_saturne-4.2.1/src/lagr/precst.f90:142:20:

       nbprec(iel) = ((cvar_scal(iel) - solub(iel))* volume(iel)) &
                    1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/home/jbl/code_saturne-4.2.1/src/lagr/precst.f90:48:5:

    dt     ,                                            &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/lagr/precst.f90:46:17:

  ( nvar   , nscal  ,                                   &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/lagr/precst.f90:46:7:

  ( nvar   , nscal  ,                                   &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o porcel.lo /home/jbl/code_saturne-4.2.1/src/lagr/porcel.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/lagr/porcel.f90  -fPIC -o .libs/porcel.o
/home/jbl/code_saturne-4.2.1/src/lagr/porcel.f90:57:6:

   use pointe, only: uetbor, parbor, itypfb
      1
Warning: Unused module variable ‘uetbor’ which has been explicitly imported at (1) [-Wunused-variable]
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcslagr.la  cs_lagr_clogging.lo cs_lagr_roughness.lo cs_lagr_dlvo.lo cs_lagr_extract.lo cs_lagr_perio.lo cs_lagr_restart.lo cs_lagr_tracking.lo cs_lagr_utils.lo diverv.lo lagadh.lo lagaff.lo lagcar.lo lagcli.lo lagcou.lo lagdcl.lo lagdep.lo lagdif.lo lageje.lo lagent.lo lageqp.lo lages1.lo lages2.lo lagesd.lo lagesp.lo laggeo.lo laggra.lo laghis.lo laghlo.lo lagich.lo lagidp.lo lagimp.lo lagini.lo lagipn.lo lagitf.lo lagitg.lo lagitp.lo laglec.lo laglis.lo lagnew.lo lagopt.lo lagout.lo lagphy.lo lagpoi.lo lagprj.lo lagres.lo lagrus.lo lagsec.lo lagsta.lo lagstf.lo lagswe.lo lagtmp.lo lagune.lo precdi.lo precst.lo porcel.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcslagr.a .libs/cs_lagr_clogging.o .libs/cs_lagr_roughness.o .libs/cs_lagr_dlvo.o .libs/cs_lagr_extract.o .libs/cs_lagr_perio.o .libs/cs_lagr_restart.o .libs/cs_lagr_tracking.o .libs/cs_lagr_utils.o .libs/diverv.o .libs/lagadh.o .libs/lagaff.o .libs/lagcar.o .libs/lagcli.o .libs/lagcou.o .libs/lagdcl.o .libs/lagdep.o .libs/lagdif.o .libs/lageje.o .libs/lagent.o .libs/lageqp.o .libs/lages1.o .libs/lages2.o .libs/lagesd.o .libs/lagesp.o .libs/laggeo.o .libs/laggra.o .libs/laghis.o .libs/laghlo.o .libs/lagich.o .libs/lagidp.o .libs/lagimp.o .libs/lagini.o .libs/lagipn.o .libs/lagitf.o .libs/lagitg.o .libs/lagitp.o .libs/laglec.o .libs/laglis.o .libs/lagnew.o .libs/lagopt.o .libs/lagout.o .libs/lagphy.o .libs/lagpoi.o .libs/lagprj.o .libs/lagres.o .libs/lagrus.o .libs/lagsec.o .libs/lagsta.o .libs/lagstf.o .libs/lagswe.o .libs/lagtmp.o .libs/lagune.o .libs/precdi.o .libs/precst.o .libs/porcel.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcslagr.a
libtool: link: ( cd ".libs" && rm -f "libcslagr.la" && ln -s "../libcslagr.la" "libcslagr.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
Making all in rayt
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
/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/rayt -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_radiation_solver.lo -MD -MP -MF .deps/cs_radiation_solver.Tpo -c -o cs_radiation_solver.lo /home/jbl/code_saturne-4.2.1/src/rayt/cs_radiation_solver.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/rayt -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -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 cs_radiation_solver.lo -MD -MP -MF .deps/cs_radiation_solver.Tpo -c /home/jbl/code_saturne-4.2.1/src/rayt/cs_radiation_solver.c  -fPIC -DPIC -o .libs/cs_radiation_solver.o
mv -f .deps/cs_radiation_solver.Tpo .deps/cs_radiation_solver.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o radf08.lo /home/jbl/code_saturne-4.2.1/src/rayt/radf08.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/radf08.f90  -fPIC -o .libs/radf08.o
/home/jbl/code_saturne-4.2.1/src/rayt/radf08.f90:52:19:

  ( pco2 , ph2o , fv , teloc, kloc, aloc, alocbo)
                   1
Warning: Unused dummy argument ‘fv’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o radf50.lo /home/jbl/code_saturne-4.2.1/src/rayt/radf50.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/radf50.f90  -fPIC -o .libs/radf50.o
/home/jbl/code_saturne-4.2.1/src/rayt/radf50.f90:52:17:

  ( pco2, ph2o, fv, teloc, kloc, aloc, alocbo)
                 1
Warning: Unused dummy argument ‘fv’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rafsck.lo /home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90  -fPIC -o .libs/rafsck.o
/home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90:903:32:

 10 delta(i) = (y(i+1)-y(i))/h(i)
                                1
Warning: Obsolescent feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
/home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90:603:66:

 integer               itrad(4), ita(4), ico2a(4), ih2oa(4), ip, it, ix, i, j
                                                                  1
Warning: Unused variable ‘it’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90:603:70:

 integer               itrad(4), ita(4), ico2a(4), ih2oa(4), ip, it, ix, i, j
                                                                      1
Warning: Unused variable ‘ix’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90:97:33:

 double precision      wvnb, dwvnb
                                 1
Warning: Unused variable ‘dwvnb’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90:50:17:

 (pco2 , ph2o , fv, teloc, kloc, aloc, alocbo)
                 1
Warning: Unused dummy argument ‘fv’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90:97:26:

 double precision      wvnb, dwvnb
                          1
Warning: Unused variable ‘wvnb’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/rayt/rafsck.f90:285:0:

   kpt4dv = kp*teloc(iel)*teloc(iel)*teloc(iel)*teloc(iel)*volume(iel)
 ^
Warning: ‘kp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raycli.lo /home/jbl/code_saturne-4.2.1/src/rayt/raycli.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raycli.f90  -fPIC -o .libs/raycli.o
/home/jbl/code_saturne-4.2.1/src/rayt/raycli.f90:667:0:

     if (ihgas.ge.0) icodcl(ifac,ivahg) = icodw
 ^
Warning: ‘ivahg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/rayt/raycli.f90:776:0:

       rcodcl(ifac,ivart,1) = tparo(ifac)+xmtk
 ^
Warning: ‘xmtk’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raycll.lo /home/jbl/code_saturne-4.2.1/src/rayt/raycll.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raycll.f90  -fPIC -o .libs/raycll.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raydak.lo /home/jbl/code_saturne-4.2.1/src/rayt/raydak.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raydak.f90  -fPIC -o .libs/raydak.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raydir.lo /home/jbl/code_saturne-4.2.1/src/rayt/raydir.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raydir.f90  -fPIC -o .libs/raydir.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raydom.lo /home/jbl/code_saturne-4.2.1/src/rayt/raydom.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raydom.f90  -fPIC -o .libs/raydom.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raylec.lo /home/jbl/code_saturne-4.2.1/src/rayt/raylec.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raylec.f90  -fPIC -o .libs/raylec.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rayopt.lo /home/jbl/code_saturne-4.2.1/src/rayt/rayopt.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/rayopt.f90  -fPIC -o .libs/rayopt.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rayout.lo /home/jbl/code_saturne-4.2.1/src/rayt/rayout.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/rayout.f90  -fPIC -o .libs/rayout.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raypar.lo /home/jbl/code_saturne-4.2.1/src/rayt/raypar.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raypar.f90  -fPIC -o .libs/raypar.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rayprp.lo /home/jbl/code_saturne-4.2.1/src/rayt/rayprp.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/rayprp.f90  -fPIC -o .libs/rayprp.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raypun.lo /home/jbl/code_saturne-4.2.1/src/rayt/raypun.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raypun.f90  -fPIC -o .libs/raypun.o
/home/jbl/code_saturne-4.2.1/src/rayt/raypun.f90:138:30:

 double precision aa, aaa, aaaa, relaxp, thetap
                              1
Warning: Unused variable ‘aaaa’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raysca.lo /home/jbl/code_saturne-4.2.1/src/rayt/raysca.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raysca.f90  -fPIC -o .libs/raysca.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o raysol.lo /home/jbl/code_saturne-4.2.1/src/rayt/raysol.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/raysol.f90  -fPIC -o .libs/raysol.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o rmodak.lo /home/jbl/code_saturne-4.2.1/src/rayt/rmodak.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/rayt/rmodak.f90  -fPIC -o .libs/rmodak.o
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/alge -I../../src/base -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -I../../src/turb -I../../src/user  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsrayt.la  cs_radiation_solver.lo radf08.lo radf50.lo rafsck.lo raycli.lo raycll.lo raydak.lo raydir.lo raydom.lo raylec.lo rayopt.lo rayout.lo raypar.lo rayprp.lo raypun.lo raysca.lo raysol.lo rmodak.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsrayt.a .libs/cs_radiation_solver.o .libs/radf08.o .libs/radf50.o .libs/rafsck.o .libs/raycli.o .libs/raycll.o .libs/raydak.o .libs/raydir.o .libs/raydom.o .libs/raylec.o .libs/rayopt.o .libs/rayout.o .libs/raypar.o .libs/rayprp.o .libs/raypun.o .libs/raysca.o .libs/raysol.o .libs/rmodak.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsrayt.a
libtool: link: ( cd ".libs" && rm -f "libcsrayt.la" && ln -s "../libcsrayt.la" "libcsrayt.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
Making all in user
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_atmospheric_model.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_atmospheric_model.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_atmospheric_model.f90  -fPIC -o .libs/cs_user_atmospheric_model.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90  -fPIC -o .libs/cs_user_boundary_conditions.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:394:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:393:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:393:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:393:27:

    icodcl , itrifb , itypfb , izfppp ,                            &
                           1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:393:36:

    icodcl , itrifb , itypfb , izfppp ,                            &
                                    1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:392:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:392:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90:395:9:

    rcodcl )
         1
Warning: Unused dummy argument ‘rcodcl’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_mass_source_terms.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90  -fPIC -o .libs/cs_user_boundary_mass_source_terms.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90:193:23:

 integer          ieltcd
                       1
Warning: Unused variable ‘ieltcd’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90:147:9:

    ifbpcd , itypcd , izftcd ,                                     &
         1
Warning: Unused dummy argument ‘ifbpcd’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90:147:18:

    ifbpcd , itypcd , izftcd ,                                     &
                  1
Warning: Unused dummy argument ‘itypcd’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90:147:27:

    ifbpcd , itypcd , izftcd ,                                     &
                           1
Warning: Unused dummy argument ‘izftcd’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90:145:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90:148:9:

    spcond , tpar)
         1
Warning: Unused dummy argument ‘spcond’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90:148:16:

    spcond , tpar)
                1
Warning: Unused dummy argument ‘tpar’ at (1) [-Wunused-dummy-argument]
/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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo.lo -MD -MP -MF .deps/cs_user_cdo.Tpo -c -o cs_user_cdo.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo.lo -MD -MP -MF .deps/cs_user_cdo.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo.c  -fPIC -DPIC -o .libs/cs_user_cdo.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo.c: In function ‘cs_user_cdo_init_domain’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo.c:121:40: warning: unused parameter ‘domain’ [-Wunused-parameter]
 cs_user_cdo_init_domain(cs_domain_t   *domain)
                                        ^
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo.c: In function ‘cs_user_cdo_set_domain’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo.c:137:39: warning: unused parameter ‘domain’ [-Wunused-parameter]
 cs_user_cdo_set_domain(cs_domain_t   *domain)
                                       ^
mv -f .deps/cs_user_cdo.Tpo .deps/cs_user_cdo.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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo_numerics.lo -MD -MP -MF .deps/cs_user_cdo_numerics.Tpo -c -o cs_user_cdo_numerics.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_numerics.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo_numerics.lo -MD -MP -MF .deps/cs_user_cdo_numerics.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_numerics.c  -fPIC -DPIC -o .libs/cs_user_cdo_numerics.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_numerics.c: In function ‘cs_user_cdo_numeric_settings’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_numerics.c:108:45: warning: unused parameter ‘domain’ [-Wunused-parameter]
 cs_user_cdo_numeric_settings(cs_domain_t   *domain)
                                             ^
mv -f .deps/cs_user_cdo_numerics.Tpo .deps/cs_user_cdo_numerics.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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo_extra_op.lo -MD -MP -MF .deps/cs_user_cdo_extra_op.Tpo -c -o cs_user_cdo_extra_op.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_extra_op.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo_extra_op.lo -MD -MP -MF .deps/cs_user_cdo_extra_op.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_extra_op.c  -fPIC -DPIC -o .libs/cs_user_cdo_extra_op.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_extra_op.c: In function ‘cs_user_cdo_extra_op’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_extra_op.c:99:51: warning: unused parameter ‘domain’ [-Wunused-parameter]
 cs_user_cdo_extra_op(const cs_domain_t           *domain)
                                                   ^
mv -f .deps/cs_user_cdo_extra_op.Tpo .deps/cs_user_cdo_extra_op.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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_coupling.lo -MD -MP -MF .deps/cs_user_coupling.Tpo -c -o cs_user_coupling.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_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/src/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_coupling.lo -MD -MP -MF .deps/cs_user_coupling.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_coupling.c  -fPIC -DPIC -o .libs/cs_user_coupling.o
mv -f .deps/cs_user_coupling.Tpo .deps/cs_user_coupling.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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_extra_operations.lo -MD -MP -MF .deps/cs_user_extra_operations.Tpo -c -o cs_user_extra_operations.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_extra_operations.lo -MD -MP -MF .deps/cs_user_extra_operations.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.c  -fPIC -DPIC -o .libs/cs_user_extra_operations.o
mv -f .deps/cs_user_extra_operations.Tpo .deps/cs_user_extra_operations.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_fluid_structure_interaction.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90  -fPIC -o .libs/cs_user_fluid_structure_interaction.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90:262:9:

    idfstr ,                                                       &
         1
Warning: Unused dummy argument ‘idfstr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90:264:52:

    xmstru , xcstru , xkstru , xstreq , xstr   , vstr   , forstr , &
                                                    1
Warning: Unused dummy argument ‘vstr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90:264:43:

    xmstru , xcstru , xkstru , xstreq , xstr   , vstr   , forstr , &
                                           1
Warning: Unused dummy argument ‘xstr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90:264:36:

    xmstru , xcstru , xkstru , xstreq , xstr   , vstr   , forstr , &
                                    1
Warning: Unused dummy argument ‘xstreq’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90:562:23:

 integer          nbstru
                       1
Warning: Unused variable ‘nbstru’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_head_losses.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90  -fPIC -o .libs/cs_user_head_losses.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90:108:9:

    ckupdc )
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90:107:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90:105:18:

  ( ncepdp , iappel ,                                              &
                  1
Warning: Unused dummy argument ‘iappel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90:106:9:

    icepdc , izcpdc ,                                              &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90:106:18:

    icepdc , izcpdc ,                                              &
                  1
Warning: Unused dummy argument ‘izcpdc’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_initialization.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_initialization.f90  -fPIC -o .libs/cs_user_initialization.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_initialization.f90:78:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_initialization.f90:77:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_initialization.f90:77:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_les_inflow.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90  -fPIC -o .libs/cs_user_les_inflow.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:59:40:

 subroutine cs_user_les_inflow_init (nent)
                                        1
Warning: Unused dummy argument ‘nent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:176:24:

   vitent, enrent, dspent                                                      &
                        1
Warning: Unused dummy argument ‘dspent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:176:16:

   vitent, enrent, dspent                                                      &
                1
Warning: Unused dummy argument ‘enrent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:174:32:

 ( nument, typent, nelent, iverbo,                                             &
                                1
Warning: Unused dummy argument ‘iverbo’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:175:16:

   nfbent, lfbent,                                                             &
                1
Warning: Unused dummy argument ‘lfbent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:174:24:

 ( nument, typent, nelent, iverbo,                                             &
                        1
Warning: Unused dummy argument ‘nelent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:175:8:

   nfbent, lfbent,                                                             &
        1
Warning: Unused dummy argument ‘nfbent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:174:8:

 ( nument, typent, nelent, iverbo,                                             &
        1
Warning: Unused dummy argument ‘nument’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:174:16:

 ( nument, typent, nelent, iverbo,                                             &
                1
Warning: Unused dummy argument ‘typent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:176:8:

   vitent, enrent, dspent                                                      &
        1
Warning: Unused dummy argument ‘vitent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:288:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:289:27:

    uvwent , rijent , epsent )
                           1
Warning: Unused dummy argument ‘epsent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:287:9:

    lfbent ,                                                       &
         1
Warning: Unused dummy argument ‘lfbent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:286:17:

    nvar   , nscal ,                                               &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:285:9:

  ( nument , nfbent ,                                              &
         1
Warning: Unused dummy argument ‘nument’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:286:7:

    nvar   , nscal ,                                               &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:289:18:

    uvwent , rijent , epsent )
                  1
Warning: Unused dummy argument ‘rijent’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90:289:9:

    uvwent , rijent , epsent )
         1
Warning: Unused dummy argument ‘uvwent’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_mass_source_terms.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90  -fPIC -o .libs/cs_user_mass_source_terms.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:194:5:

  9000 format(/,'Error in cs_user_mass_source_terms',/,               &
     1
Warning: Label 9000 at (1) defined but not used
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:191:5:

  2000 format(/,'Mass flux rate generated in the domain: ',E14.5,/,         &
     1
Warning: Label 2000 at (1) defined but not used
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:189:5:

  1000 format(/,'Mass rate generated in the domain: ',E14.5,/)
     1
Warning: Label 1000 at (1) defined but not used
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:60:9:

    ckupdc , smacel )
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:102:19:

 double precision dh, ustar2
                   1
Warning: Unused variable ‘dh’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:59:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:104:23:

 double precision flucel
                       1
Warning: Unused variable ‘flucel’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:105:30:

 double precision vtot  , gamma
                              1
Warning: Unused variable ‘gamma’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:58:9:

    icepdc , icetsm , itypsm , izctsm ,                            &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:58:18:

    icepdc , icetsm , itypsm , izctsm ,                            &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:97:21:

 integer          ifac, ii
                     1
Warning: Unused variable ‘ifac’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:97:25:

 integer          ifac, ii
                         1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:98:22:

 integer          ilelt, nlelt
                      1
Warning: Unused variable ‘ilelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:58:27:

    icepdc , icetsm , itypsm , izctsm ,                            &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:58:36:

    icepdc , icetsm , itypsm , izctsm ,                            &
                                    1
Warning: Unused dummy argument ‘izctsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:99:22:

 integer          izone
                      1
Warning: Unused variable ‘izone’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:98:29:

 integer          ilelt, nlelt
                             1
Warning: Unused variable ‘nlelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:56:17:

  ( nvar   , nscal  , ncepdp ,                                     &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:60:18:

    ckupdc , smacel )
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:102:27:

 double precision dh, ustar2
                           1
Warning: Unused variable ‘ustar2’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:101:21:

 double precision vent, vent2
                     1
Warning: Unused variable ‘vent’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:101:28:

 double precision vent, vent2
                            1
Warning: Unused variable ‘vent2’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:105:21:

 double precision vtot  , gamma
                     1
Warning: Unused variable ‘vtot’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:103:29:

 double precision xkent, xeent
                             1
Warning: Unused variable ‘xeent’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90:103:22:

 double precision xkent, xeent
                      1
Warning: Unused variable ‘xkent’ declared at (1) [-Wunused-variable]
/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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_mesh.lo -MD -MP -MF .deps/cs_user_mesh.Tpo -c -o cs_user_mesh.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_mesh.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_mesh.lo -MD -MP -MF .deps/cs_user_mesh.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_mesh.c  -fPIC -DPIC -o .libs/cs_user_mesh.o
mv -f .deps/cs_user_mesh.Tpo .deps/cs_user_mesh.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_metal_structures_source_terms.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90  -fPIC -o .libs/cs_user_metal_structures_source_terms.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:28:18:

    ltmast , itypst , izmast ,                                     &
                  1
Warning: Unused dummy argument ‘itypst’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:28:27:

    ltmast , itypst , izmast ,                                     &
                           1
Warning: Unused dummy argument ‘izmast’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:61:22:

 integer          izmet, met_znb
                      1
Warning: Unused variable ‘izmet’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:28:9:

    ltmast , itypst , izmast ,                                     &
         1
Warning: Unused dummy argument ‘ltmast’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:61:31:

 integer          izmet, met_znb
                               1
Warning: Unused variable ‘met_znb’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:27:9:

    ncmast ,                                                       &
         1
Warning: Unused dummy argument ‘ncmast’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:26:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:29:9:

    svcond , tmet  )
         1
Warning: Unused dummy argument ‘svcond’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90:29:16:

    svcond , tmet  )
                1
Warning: Unused dummy argument ‘tmet’ at (1) [-Wunused-dummy-argument]
/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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_parameters.lo -MD -MP -MF .deps/cs_user_parameters.Tpo -c -o cs_user_parameters.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_parameters.lo -MD -MP -MF .deps/cs_user_parameters.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.c  -fPIC -DPIC -o .libs/cs_user_parameters.o
mv -f .deps/cs_user_parameters.Tpo .deps/cs_user_parameters.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_particle_tracking.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90  -fPIC -o .libs/cs_user_particle_tracking.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:29:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:28:9:

  ( ntersl , nvlsta , nvisbr ,                                     &
         1
Warning: Unused dummy argument ‘ntersl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:28:27:

  ( ntersl , nvlsta , nvisbr ,                                     &
                           1
Warning: Unused dummy argument ‘nvisbr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:28:18:

  ( ntersl , nvlsta , nvisbr ,                                     &
                  1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:30:7:

    taup   , tlag   , tempct )
       1
Warning: Unused dummy argument ‘taup’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:30:27:

    taup   , tlag   , tempct )
                           1
Warning: Unused dummy argument ‘tempct’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:30:16:

    taup   , tlag   , tempct )
                1
Warning: Unused dummy argument ‘tlag’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:244:5:

    bx     , tsfext ,                                              &
     1
Warning: Unused dummy argument ‘bx’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:241:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:245:18:

    vagaus , gradpr , gradvf ,                                     &
                  1
Warning: Unused dummy argument ‘gradpr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:245:27:

    vagaus , gradpr , gradvf ,                                     &
                           1
Warning: Unused dummy argument ‘gradvf’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:239:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:240:9:

    ntersl , nvlsta , nvisbr ,                                     &
         1
Warning: Unused dummy argument ‘ntersl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:239:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:240:27:

    ntersl , nvlsta , nvisbr ,                                     &
                           1
Warning: Unused dummy argument ‘nvisbr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:240:18:

    ntersl , nvlsta , nvisbr ,                                     &
                  1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:243:25:

    taup   , tlag   , piil   ,                                     &
                         1
Warning: Unused dummy argument ‘piil’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:246:7:

    romp   , fextla )
       1
Warning: Unused dummy argument ‘romp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:242:9:

    statis , stativ ,                                              &
         1
Warning: Unused dummy argument ‘statis’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:242:18:

    statis , stativ ,                                              &
                  1
Warning: Unused dummy argument ‘stativ’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:243:7:

    taup   , tlag   , piil   ,                                     &
       1
Warning: Unused dummy argument ‘taup’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:243:16:

    taup   , tlag   , piil   ,                                     &
                1
Warning: Unused dummy argument ‘tlag’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:244:18:

    bx     , tsfext ,                                              &
                  1
Warning: Unused dummy argument ‘tsfext’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:245:9:

    vagaus , gradpr , gradvf ,                                     &
         1
Warning: Unused dummy argument ‘vagaus’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:405:35:

    icocel , lndnod , itycel , dlgeo,                              &
                                   1
Warning: Unused dummy argument ‘dlgeo’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:404:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:405:9:

    icocel , lndnod , itycel , dlgeo,                              &
         1
Warning: Unused dummy argument ‘icocel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:403:27:

    itypfb , itrifb , ifrlag , injfac ,                            &
                           1
Warning: Unused dummy argument ‘ifrlag’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:403:18:

    itypfb , itrifb , ifrlag , injfac ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:405:27:

    icocel , lndnod , itycel , dlgeo,                              &
                           1
Warning: Unused dummy argument ‘itycel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:403:9:

    itypfb , itrifb , ifrlag , injfac ,                            &
         1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:400:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:401:9:

    ntersl , nvlsta , nvisbr ,                                     &
         1
Warning: Unused dummy argument ‘ntersl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:400:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:401:27:

    ntersl , nvlsta , nvisbr ,                                     &
                           1
Warning: Unused dummy argument ‘nvisbr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:401:18:

    ntersl , nvlsta , nvisbr ,                                     &
                  1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:657:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:651:45:

  ( idvar  , iepart , ifpart , izone  , iclass ,                   &
                                             1
Warning: Unused dummy argument ‘iclass’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:651:18:

  ( idvar  , iepart , ifpart , izone  , iclass ,                   &
                  1
Warning: Unused dummy argument ‘iepart’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:651:27:

  ( idvar  , iepart , ifpart , izone  , iclass ,                   &
                           1
Warning: Unused dummy argument ‘ifpart’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:654:27:

    itypfb , itrifb , ifrlag ,                                     &
                           1
Warning: Unused dummy argument ‘ifrlag’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:654:18:

    itypfb , itrifb , ifrlag ,                                     &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:654:9:

    itypfb , itrifb , ifrlag ,                                     &
         1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:651:35:

  ( idvar  , iepart , ifpart , izone  , iclass ,                   &
                                   1
Warning: Unused dummy argument ‘izone’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:652:17:

    nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:653:9:

    ntersl , nvlsta , nvisbr ,                                     &
         1
Warning: Unused dummy argument ‘ntersl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:652:7:

    nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:653:27:

    ntersl , nvlsta , nvisbr ,                                     &
                           1
Warning: Unused dummy argument ‘nvisbr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:653:18:

    ntersl , nvlsta , nvisbr ,                                     &
                  1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:655:9:

    xxpart , yypart , zzpart ,                                     &
         1
Warning: Unused dummy argument ‘xxpart’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:655:18:

    xxpart , yypart , zzpart ,                                     &
                  1
Warning: Unused dummy argument ‘yypart’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:655:27:

    xxpart , yypart , zzpart ,                                     &
                           1
Warning: Unused dummy argument ‘zzpart’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:862:9:

    distpa , distyp )
         1
Warning: Unused dummy argument ‘distpa’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:862:18:

    distpa , distyp )
                  1
Warning: Unused dummy argument ‘distyp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:860:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:859:18:

    itypfb , itrifb ,                                              &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:859:9:

    itypfb , itrifb ,                                              &
         1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:857:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:858:9:

    ntersl , nvlsta , nvisbr ,                                     &
         1
Warning: Unused dummy argument ‘ntersl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:857:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:858:27:

    ntersl , nvlsta , nvisbr ,                                     &
                           1
Warning: Unused dummy argument ‘nvisbr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:858:18:

    ntersl , nvlsta , nvisbr ,                                     &
                  1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1005:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1003:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1004:9:

    ntersl , nvlsta , nvisbr ,                                     &
         1
Warning: Unused dummy argument ‘ntersl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1003:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1004:27:

    ntersl , nvlsta , nvisbr ,                                     &
                           1
Warning: Unused dummy argument ‘nvisbr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1379:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1375:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1375:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1377:16:

    rep    , uvwr   , romf   , romp   , xnul   ,                   &
                1
Warning: Unused dummy argument ‘uvwr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1574:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1571:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90:1571:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_performance_tuning.lo -MD -MP -MF .deps/cs_user_performance_tuning.Tpo -c -o cs_user_performance_tuning.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_performance_tuning.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_performance_tuning.lo -MD -MP -MF .deps/cs_user_performance_tuning.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_performance_tuning.c  -fPIC -DPIC -o .libs/cs_user_performance_tuning.o
mv -f .deps/cs_user_performance_tuning.Tpo .deps/cs_user_performance_tuning.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_physical_properties.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90  -fPIC -o .libs/cs_user_physical_properties.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:103:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:101:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:101:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:840:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:839:18:

    mbrom  , izfppp ,                                              &
                  1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:839:8:

    mbrom  , izfppp ,                                              &
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:838:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:838:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1329:9:

    ckupdc , smacel )
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1328:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1327:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1327:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1327:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1338:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1326:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1329:18:

    ckupdc , smacel )
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1458:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1457:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1456:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1456:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1456:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1455:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1458:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1644:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1654:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1643:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1643:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90:1770:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_postprocess.lo -MD -MP -MF .deps/cs_user_postprocess.Tpo -c -o cs_user_postprocess.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_postprocess.lo -MD -MP -MF .deps/cs_user_postprocess.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c  -fPIC -DPIC -o .libs/cs_user_postprocess.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c: In function ‘_i_faces_select_example’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c:80:39: warning: unused parameter ‘input’ [-Wunused-parameter]
 _i_faces_select_example(void         *input,
                                       ^
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c: In function ‘_b_faces_select_example’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c:162:39: warning: unused parameter ‘input’ [-Wunused-parameter]
 _b_faces_select_example(void         *input,
                                       ^
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c: In function ‘_he_fraction_05_select’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c:203:37: warning: unused parameter ‘input’ [-Wunused-parameter]
 _he_fraction_05_select(void        *input,
                                     ^
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c: In function ‘cs_user_postprocess_activate’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c:626:38: warning: unused parameter ‘nt_cur_abs’ [-Wunused-parameter]
                              int     nt_cur_abs,
                                      ^
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c:627:38: warning: unused parameter ‘t_cur_abs’ [-Wunused-parameter]
                              double  t_cur_abs)
                                      ^
mv -f .deps/cs_user_postprocess.Tpo .deps/cs_user_postprocess.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_postprocess_var.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90  -fPIC -o .libs/cs_user_postprocess_var.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90:72:9:

    itypps ,                                                       &
         1
Warning: Unused dummy argument ‘itypps’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90:70:17:

    nvar   , nscal  , nvlsta ,                                     &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90:70:7:

    nvar   , nscal  , nvlsta ,                                     &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90:70:27:

    nvar   , nscal  , nvlsta ,                                     &
                           1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90:120:53:

 double precision, dimension(:,:), allocatable :: vcel, vfac, vfbr
                                                     1
Warning: Unused variable ‘vcel’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_porosity.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_porosity.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_porosity.f90  -fPIC -o .libs/cs_user_porosity.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_radiative_transfer.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90  -fPIC -o .libs/cs_user_radiative_transfer.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:31:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:28:27:

  ( nvar   , nscal  , iappel ,                                     &
                           1
Warning: Unused dummy argument ‘iappel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:29:9:

    itypfb ,                                                       &
         1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:30:9:

    izfrdp ,                                                       &
         1
Warning: Unused dummy argument ‘izfrdp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:28:17:

  ( nvar   , nscal  , iappel ,                                     &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:28:7:

  ( nvar   , nscal  , iappel ,                                     &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:274:61:

    tparoi , qincid , flunet , xlam   , epa    , eps     ,  ck   )
                                                             1
Warning: Unused dummy argument ‘ck’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:272:18:

    coefap , coefbp ,                                              &
                  1
Warning: Unused dummy argument ‘coefbp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:273:9:

    cofafp , cofbfp ,                                              &
         1
Warning: Unused dummy argument ‘cofafp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:273:18:

    cofafp , cofbfp ,                                              &
                  1
Warning: Unused dummy argument ‘cofbfp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:271:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:274:42:

    tparoi , qincid , flunet , xlam   , epa    , eps     ,  ck   )
                                          1
Warning: Unused dummy argument ‘epa’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:344:41:

 integer          nvar   , nscal  , iappel
                                         1
Warning: Unused variable ‘iappel’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:347:36:

 integer          icodcl(nfabor,nvar)
                                    1
Warning: Unused variable ‘icodcl’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:268:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:351:38:

 double precision rcodcl(nfabor,nvar,3)
                                      1
Warning: Unused variable ‘rcodcl’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90:274:34:

    tparoi , qincid , flunet , xlam   , epa    , eps     ,  ck   )
                                  1
Warning: Unused dummy argument ‘xlam’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_radiative_transfer_bcs.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90  -fPIC -o .libs/cs_user_radiative_transfer_bcs.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:84:5:

    dt     , rcodcl ,                                              &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:86:16:

    xlamp  , epap   , epsp   , textp  , tintp  )
                1
Warning: Unused dummy argument ‘epap’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:86:25:

    xlamp  , epap   , epsp   , textp  , tintp  )
                         1
Warning: Unused dummy argument ‘epsp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:85:36:

    thwall , qincid , hfcnvp , flcnvp ,                            &
                                    1
Warning: Unused dummy argument ‘flcnvp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:85:27:

    thwall , qincid , hfcnvp , flcnvp ,                            &
                           1
Warning: Unused dummy argument ‘hfcnvp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:82:9:

    icodcl , izfrdp , isothp ,                                     &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:131:22:

 integer          ilelt, nlelt
                      1
Warning: Unused variable ‘ilelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:82:27:

    icodcl , izfrdp , isothp ,                                     &
                           1
Warning: Unused dummy argument ‘isothp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:131:29:

 integer          ilelt, nlelt
                             1
Warning: Unused variable ‘nlelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:80:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:80:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:85:18:

    thwall , qincid , hfcnvp , flcnvp ,                            &
                  1
Warning: Unused dummy argument ‘qincid’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:84:18:

    dt     , rcodcl ,                                              &
                  1
Warning: Unused dummy argument ‘rcodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:86:35:

    xlamp  , epap   , epsp   , textp  , tintp  )
                                   1
Warning: Unused dummy argument ‘textp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:85:9:

    thwall , qincid , hfcnvp , flcnvp ,                            &
         1
Warning: Unused dummy argument ‘thwall’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:86:44:

    xlamp  , epap   , epsp   , textp  , tintp  )
                                            1
Warning: Unused dummy argument ‘tintp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:83:23:

    tmin   , tmax   , tx     ,                                     &
                       1
Warning: Unused dummy argument ‘tx’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90:86:8:

    xlamp  , epap   , epsp   , textp  , tintp  )
        1
Warning: Unused dummy argument ‘xlamp’ at (1) [-Wunused-dummy-argument]
/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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_solver.lo -MD -MP -MF .deps/cs_user_solver.Tpo -c -o cs_user_solver.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_solver.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_solver.lo -MD -MP -MF .deps/cs_user_solver.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_solver.c  -fPIC -DPIC -o .libs/cs_user_solver.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_solver.c: In function ‘cs_user_solver’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_solver.c:92:31: warning: variable ‘L’ set but not used [-Wunused-but-set-variable]
   cs_real_t   x0, xL, t0, tL, L;
                               ^
mv -f .deps/cs_user_solver.Tpo .deps/cs_user_solver.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_source_terms.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90  -fPIC -o .libs/cs_user_source_terms.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:112:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:111:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:110:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:110:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:110:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:108:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:112:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:356:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:355:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:354:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:354:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:354:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:352:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:356:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:638:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:672:27:

 double precision dt(ncelet)
                           1
Warning: Unused variable ‘dt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:637:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:637:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:637:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:635:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:638:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:852:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:886:27:

 double precision dt(ncelet)
                           1
Warning: Unused variable ‘dt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:851:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:851:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:851:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:849:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90:852:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/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/user -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_turbomachinery.lo -MD -MP -MF .deps/cs_user_turbomachinery.Tpo -c -o cs_user_turbomachinery.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_turbomachinery.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/user -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_turbomachinery.lo -MD -MP -MF .deps/cs_user_turbomachinery.Tpo -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_turbomachinery.c  -fPIC -DPIC -o .libs/cs_user_turbomachinery.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_turbomachinery.c: In function ‘cs_user_turbomachinery_rotor’:
/home/jbl/code_saturne-4.2.1/src/user/cs_user_turbomachinery.c:130:9: warning: unused variable ‘join_num’ [-Wunused-variable]
     int join_num = cs_turbomachinery_join_add(faces_criteria,
         ^
mv -f .deps/cs_user_turbomachinery.Tpo .deps/cs_user_turbomachinery.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions_ale.lo /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90  -fPIC -o .libs/cs_user_boundary_conditions_ale.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:374:22:

 double precision delta, deltaa
                      1
Warning: Unused variable ‘delta’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:374:30:

 double precision delta, deltaa
                              1
Warning: Unused variable ‘deltaa’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:332:27:

    rcodcl , xyzno0 , disale )
                           1
Warning: Unused dummy argument ‘disale’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:331:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:330:27:

    icodcl , itypfb , ialtyb , impale ,                            &
                           1
Warning: Unused dummy argument ‘ialtyb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:330:9:

    icodcl , itypfb , ialtyb , impale ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:370:26:

 integer          ifac, iel, ii
                          1
Warning: Unused variable ‘iel’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:370:21:

 integer          ifac, iel, ii
                     1
Warning: Unused variable ‘ifac’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:370:30:

 integer          ifac, iel, ii
                              1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:372:22:

 integer          ilelt, nlelt
                      1
Warning: Unused variable ‘ilelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:330:36:

    icodcl , itypfb , ialtyb , impale ,                            &
                                    1
Warning: Unused dummy argument ‘impale’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:371:21:

 integer          inod
                     1
Warning: Unused variable ‘inod’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:328:9:

  ( itrale ,                                                       &
         1
Warning: Unused dummy argument ‘itrale’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:330:18:

    icodcl , itypfb , ialtyb , impale ,                            &
                  1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:376:44:

 integer, allocatable, dimension(:) :: lstelt
                                            1
Warning: Unused variable ‘lstelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:372:29:

 integer          ilelt, nlelt
                             1
Warning: Unused variable ‘nlelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:329:17:

    nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:329:7:

    nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:332:9:

    rcodcl , xyzno0 , disale )
         1
Warning: Unused dummy argument ‘rcodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90:332:18:

    rcodcl , xyzno0 , disale )
                  1
Warning: Unused dummy argument ‘xyzno0’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o usatch.lo /home/jbl/code_saturne-4.2.1/src/user/usatch.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/usatch.f90  -fPIC -o .libs/usatch.o
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:48:47:

 subroutine kinetic(nr,rk,temp,xlw,press,azi,att,                  &
                                               1
Warning: Unused dummy argument ‘att’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:48:43:

 subroutine kinetic(nr,rk,temp,xlw,press,azi,att,                  &
                                           1
Warning: Unused dummy argument ‘azi’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:49:22:

      option_photolysis)
                      1
Warning: Unused dummy argument ‘option_photolysis’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:48:39:

 subroutine kinetic(nr,rk,temp,xlw,press,azi,att,                  &
                                       1
Warning: Unused dummy argument ‘press’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:48:24:

 subroutine kinetic(nr,rk,temp,xlw,press,azi,att,                  &
                        1
Warning: Unused dummy argument ‘rk’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:48:29:

 subroutine kinetic(nr,rk,temp,xlw,press,azi,att,                  &
                             1
Warning: Unused dummy argument ‘temp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:48:33:

 subroutine kinetic(nr,rk,temp,xlw,press,azi,att,                  &
                                 1
Warning: Unused dummy argument ‘xlw’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:92:57:

 subroutine fexchem(ns,nr,y,rk,zcsourc,convers_factor,chem)
                                                         1
Warning: Unused dummy argument ‘chem’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:92:52:

 subroutine fexchem(ns,nr,y,rk,zcsourc,convers_factor,chem)
                                                    1
Warning: Unused dummy argument ‘convers_factor’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:92:29:

 subroutine fexchem(ns,nr,y,rk,zcsourc,convers_factor,chem)
                             1
Warning: Unused dummy argument ‘rk’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:92:26:

 subroutine fexchem(ns,nr,y,rk,zcsourc,convers_factor,chem)
                          1
Warning: Unused dummy argument ‘y’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:92:37:

 subroutine fexchem(ns,nr,y,rk,zcsourc,convers_factor,chem)
                                     1
Warning: Unused dummy argument ‘zcsourc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:138:44:

 subroutine jacdchemdc(ns,nr,y,convers_factor,                     &
                                            1
Warning: Unused dummy argument ‘convers_factor’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:139:38:

                     convers_factor_jac,rk,jacc)
                                      1
Warning: Unused dummy argument ‘convers_factor_jac’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:139:46:

                     convers_factor_jac,rk,jacc)
                                              1
Warning: Unused dummy argument ‘jacc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:139:41:

                     convers_factor_jac,rk,jacc)
                                         1
Warning: Unused dummy argument ‘rk’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:138:29:

 subroutine jacdchemdc(ns,nr,y,convers_factor,                     &
                             1
Warning: Unused dummy argument ‘y’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:183:25:

 subroutine rates(ns,nr,rk,y,w)
                         1
Warning: Unused dummy argument ‘rk’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:183:29:

 subroutine rates(ns,nr,rk,y,w)
                             1
Warning: Unused dummy argument ‘w’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:183:27:

 subroutine rates(ns,nr,rk,y,w)
                           1
Warning: Unused dummy argument ‘y’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:223:32:

 subroutine dratedc(ns,nr,rk,y,dw)
                                1
Warning: Unused dummy argument ‘dw’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:223:27:

 subroutine dratedc(ns,nr,rk,y,dw)
                           1
Warning: Unused dummy argument ‘rk’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:223:29:

 subroutine dratedc(ns,nr,rk,y,dw)
                             1
Warning: Unused dummy argument ‘y’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:262:29:

 subroutine lu_decompose (ns,m)
                             1
Warning: Unused dummy argument ‘m’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:303:26:

 subroutine lu_solve (ns, m, x)
                          1
Warning: Unused dummy argument ‘m’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usatch.f90:303:29:

 subroutine lu_solve (ns, m, x)
                             1
Warning: Unused dummy argument ‘x’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o usctdz.lo /home/jbl/code_saturne-4.2.1/src/user/usctdz.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/usctdz.f90  -fPIC -o .libs/usctdz.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o uselrc.lo /home/jbl/code_saturne-4.2.1/src/user/uselrc.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/uselrc.f90  -fPIC -o .libs/uselrc.o
/home/jbl/code_saturne-4.2.1/src/user/uselrc.f90:96:40:

 double precision somje , coepoa , coefav , coepot
                                        1
Warning: Unused variable ‘coefav’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/uselrc.f90:94:23:

 integer          idimve , jaiex  , ifcsig
                       1
Warning: Unused variable ‘idimve’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/uselrc.f90:93:41:

 integer          iel    , ifac   , iutile
                                         1
Warning: Unused variable ‘iutile’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/uselrc.f90:28:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uselrc.f90:28:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o ushist.lo /home/jbl/code_saturne-4.2.1/src/user/ushist.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/ushist.f90  -fPIC -o .libs/ushist.o
/home/jbl/code_saturne-4.2.1/src/user/ushist.f90:29:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/ushist.f90:28:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o uslaen.lo /home/jbl/code_saturne-4.2.1/src/user/uslaen.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/uslaen.f90  -fPIC -o .libs/uslaen.o
/home/jbl/code_saturne-4.2.1/src/user/uslaen.f90:29:52:

    ivarl  , ivarl1 , ivarlm , iflu   , ilpd1  , icla   ,          &
                                                    1
Warning: Unused dummy argument ‘icla’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uslaen.f90:28:9:

  ( nvlsta ,                                                       &
         1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o uslag1.lo /home/jbl/code_saturne-4.2.1/src/user/uslag1.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/uslag1.f90  -fPIC -o .libs/uslag1.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o uslag2.lo /home/jbl/code_saturne-4.2.1/src/user/uslag2.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/uslag2.f90  -fPIC -o .libs/uslag2.o
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:31:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:30:18:

    itypfb , itrifb , ifrlag ,                                     &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:115:27:

 double precision pis6 , mp0 , temp
                           1
Warning: Unused variable ‘mp0’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:28:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:29:9:

    ntersl , nvlsta , nvisbr ,                                     &
         1
Warning: Unused dummy argument ‘ntersl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:28:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:29:27:

    ntersl , nvlsta , nvisbr ,                                     &
                           1
Warning: Unused dummy argument ‘nvisbr’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uslag2.f90:29:18:

    ntersl , nvlsta , nvisbr ,                                     &
                  1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o uspt1d.lo /home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90  -fPIC -o .libs/uspt1d.o
/home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90:33:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90:31:18:

    tept1d , hept1d , fept1d ,                                     &
                  1
Warning: Unused dummy argument ‘hept1d’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90:28:17:

  ( nvar   , nscal  , nfpt1d , iappel ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90:28:7:

  ( nvar   , nscal  , nfpt1d , iappel ,                            &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90:31:9:

    tept1d , hept1d , fept1d ,                                     &
         1
Warning: Unused dummy argument ‘tept1d’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o usthht.lo /home/jbl/code_saturne-4.2.1/src/user/usthht.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/usthht.f90  -fPIC -o .libs/usthht.o
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o usvort.lo /home/jbl/code_saturne-4.2.1/src/user/usvort.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/usvort.f90  -fPIC -o .libs/usvort.o
/home/jbl/code_saturne-4.2.1/src/user/usvort.f90:30:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usvort.f90:28:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usvort.f90:28:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usvort.f90:404:9:

  ( nfecra , icas   , ndat   ,                                     &
         1
Warning: Unused dummy argument ‘nfecra’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o usvosy.lo /home/jbl/code_saturne-4.2.1/src/user/usvosy.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/usvosy.f90  -fPIC -o .libs/usvosy.o
/home/jbl/code_saturne-4.2.1/src/user/usvosy.f90:30:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/usvosy.f90:99:23:

 integer          iiscvr, iel, iloc, ifcvsl
                       1
Warning: Unused variable ‘iiscvr’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/usvosy.f90:28:9:

  ( inbcou , ncecpl ,                                              &
         1
Warning: Unused dummy argument ‘inbcou’ at (1) [-Wunused-dummy-argument]
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_f_user_parameters.o /home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.f90  -fPIC -o .libs/cs_f_user_parameters.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.f90:731:72:

 integer       f_id, idim1, itycat, ityloc, iscdri, iscal, ifcvsl, b_f_id
                                                                        1
Warning: Unused variable ‘b_f_id’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.f90:730:51:

 integer       ii, jj, kscmin, kscmax, keydri, kbfid
                                                   1
Warning: Unused variable ‘kbfid’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.f90:1522:9:

  ( nmodpp )
         1
Warning: Unused dummy argument ‘nmodpp’ at (1) [-Wunused-dummy-argument]
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_f_user_extra_operations.o /home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.f90  -fPIC -o .libs/cs_f_user_extra_operations.o
/home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.f90:49:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.f90:58:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.f90:48:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.f90:48:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsuser.la  cs_user_atmospheric_model.lo cs_user_boundary_conditions.lo cs_user_boundary_mass_source_terms.lo cs_user_cdo.lo cs_user_cdo_numerics.lo cs_user_cdo_extra_op.lo cs_user_coupling.lo cs_user_extra_operations.lo cs_user_fluid_structure_interaction.lo cs_user_head_losses.lo cs_user_initialization.lo cs_user_les_inflow.lo cs_user_mass_source_terms.lo cs_user_mesh.lo cs_user_metal_structures_source_terms.lo cs_user_parameters.lo cs_user_particle_tracking.lo cs_user_performance_tuning.lo cs_user_physical_properties.lo cs_user_postprocess.lo cs_user_postprocess_var.lo cs_user_porosity.lo cs_user_radiative_transfer.lo cs_user_radiative_transfer_bcs.lo cs_user_solver.lo cs_user_source_terms.lo cs_user_turbomachinery.lo cs_user_boundary_conditions_ale.lo usatch.lo usctdz.lo uselrc.lo ushist.lo uslaen.lo uslag1.lo uslag2.lo uspt1d.lo usthht.lo usvort.lo usvosy.lo cs_f_user_parameters.lo cs_f_user_extra_operations.lo -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsuser.a .libs/cs_user_atmospheric_model.o .libs/cs_user_boundary_conditions.o .libs/cs_user_boundary_mass_source_terms.o .libs/cs_user_cdo.o .libs/cs_user_cdo_numerics.o .libs/cs_user_cdo_extra_op.o .libs/cs_user_coupling.o .libs/cs_user_extra_operations.o .libs/cs_user_fluid_structure_interaction.o .libs/cs_user_head_losses.o .libs/cs_user_initialization.o .libs/cs_user_les_inflow.o .libs/cs_user_mass_source_terms.o .libs/cs_user_mesh.o .libs/cs_user_metal_structures_source_terms.o .libs/cs_user_parameters.o .libs/cs_user_particle_tracking.o .libs/cs_user_performance_tuning.o .libs/cs_user_physical_properties.o .libs/cs_user_postprocess.o .libs/cs_user_postprocess_var.o .libs/cs_user_porosity.o .libs/cs_user_radiative_transfer.o .libs/cs_user_radiative_transfer_bcs.o .libs/cs_user_solver.o .libs/cs_user_source_terms.o .libs/cs_user_turbomachinery.o .libs/cs_user_boundary_conditions_ale.o .libs/usatch.o .libs/usctdz.o .libs/uselrc.o .libs/ushist.o .libs/uslaen.o .libs/uslag1.o .libs/uslag2.o .libs/uspt1d.o .libs/usthht.o .libs/usvort.o .libs/usvosy.o .libs/cs_f_user_parameters.o .libs/cs_f_user_extra_operations.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsuser.a
libtool: link: ( cd ".libs" && rm -f "libcsuser.la" && ln -s "../libcsuser.la" "libcsuser.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user'
Making all in user_examples
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions_ale-base.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90  -fPIC -o .libs/cs_user_boundary_conditions_ale-base.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90:83:9:

    icodcl , itypfb , ialtyb , impale ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90:81:9:

  ( itrale ,                                                       &
         1
Warning: Unused dummy argument ‘itrale’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90:83:18:

    icodcl , itypfb , ialtyb , impale ,                            &
                  1
Warning: Unused dummy argument ‘itypfb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90:82:17:

    nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90:82:7:

    nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90:85:18:

    rcodcl , xyzno0 , disale )
                  1
Warning: Unused dummy argument ‘xyzno0’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-advanced.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90  -fPIC -o .libs/cs_user_boundary_conditions-advanced.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:77:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:126:26:

 integer          ifac, iel, ii, ivar
                          1
Warning: Unused variable ‘iel’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:76:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:76:36:

    icodcl , itrifb , itypfb , izfppp ,                            &
                                    1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:127:22:

 integer          izone
                      1
Warning: Unused variable ‘izone’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:75:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:130:23:

 double precision rhomoy, xdh, xustar2
                       1
Warning: Unused variable ‘rhomoy’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:129:22:

 double precision uref2, d2s3
                      1
Warning: Unused variable ‘uref2’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:130:28:

 double precision rhomoy, xdh, xustar2
                            1
Warning: Unused variable ‘xdh’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:132:29:

 double precision xkent, xeent
                             1
Warning: Unused variable ‘xeent’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:131:22:

 double precision xitur
                      1
Warning: Unused variable ‘xitur’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:132:22:

 double precision xkent, xeent
                      1
Warning: Unused variable ‘xkent’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90:130:37:

 double precision rhomoy, xdh, xustar2
                                     1
Warning: Unused variable ‘xustar2’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-atmospheric.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-atmospheric.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-atmospheric.f90  -fPIC -o .libs/cs_user_boundary_conditions-atmospheric.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-atmospheric.f90:77:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-atmospheric.f90:76:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-atmospheric.f90:75:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-atmospheric.f90:75:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-auto_inlet_profile.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90  -fPIC -o .libs/cs_user_boundary_conditions-auto_inlet_profile.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90:80:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90:79:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90:79:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90:79:36:

    icodcl , itrifb , itypfb , izfppp ,                            &
                                    1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90:78:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90:134:24:

 double precision xustar2, xdh, d2s3, rhomoy
                        1
Warning: Unused variable ‘xustar2’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-mapped_inlet.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90  -fPIC -o .libs/cs_user_boundary_conditions-mapped_inlet.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90:80:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90:79:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90:79:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90:79:36:

    icodcl , itrifb , itypfb , izfppp ,                            &
                                    1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90:78:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-base.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-base.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-base.f90  -fPIC -o .libs/cs_user_boundary_conditions-base.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-base.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-base.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-base.f90:74:36:

    icodcl , itrifb , itypfb , izfppp ,                            &
                                    1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-base.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-compressible.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-compressible.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-compressible.f90  -fPIC -o .libs/cs_user_boundary_conditions-compressible.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-compressible.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-compressible.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-compressible.f90:73:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-compressible.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-cooling_towers.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90  -fPIC -o .libs/cs_user_boundary_conditions-cooling_towers.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90:124:26:

 integer          ifac, iel, ii, ivar
                          1
Warning: Unused variable ‘iel’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90:124:30:

 integer          ifac, iel, ii, ivar
                              1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90:124:36:

 integer          ifac, iel, ii, ivar
                                    1
Warning: Unused variable ‘ivar’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90:73:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-electric_arcs.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs.f90  -fPIC -o .libs/cs_user_boundary_conditions-electric_arcs.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs.f90:73:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.f90  -fPIC -o .libs/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.f90:73:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-fuel.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-fuel.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-fuel.f90  -fPIC -o .libs/cs_user_boundary_conditions-fuel.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-fuel.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-fuel.f90:74:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-fuel.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-fuel.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-gas_3ptchem.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90  -fPIC -o .libs/cs_user_boundary_conditions-gas_3ptchem.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90:74:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90:124:32:

 integer          ifac, izone, ii
                                1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90:73:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-gas_ebu.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90  -fPIC -o .libs/cs_user_boundary_conditions-gas_ebu.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90:74:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90:124:32:

 integer          ifac, izone, ii
                                1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90:73:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-gas_libby_williams.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90  -fPIC -o .libs/cs_user_boundary_conditions-gas_libby_williams.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90:74:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90:124:32:

 integer          ifac, izone, ii
                                1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90:73:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-pulverized_coal.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90  -fPIC -o .libs/cs_user_boundary_conditions-pulverized_coal.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90:74:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-pulverized_coal_lagrangian.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90  -fPIC -o .libs/cs_user_boundary_conditions-pulverized_coal_lagrangian.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90:75:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90:74:9:

    icodcl , itrifb , itypfb , izfppp ,                            &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90:74:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90:73:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_conditions-richards.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-richards.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-richards.f90  -fPIC -o .libs/cs_user_boundary_conditions-richards.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-richards.f90:75:18:

    icodcl , itrifb , itypfb , izfppp ,                            &
                  1
Warning: Unused dummy argument ‘itrifb’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-richards.f90:75:36:

    icodcl , itrifb , itypfb , izfppp ,                            &
                                    1
Warning: Unused dummy argument ‘izfppp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-richards.f90:74:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_mass_source_terms-condensation.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90  -fPIC -o .libs/cs_user_boundary_mass_source_terms-condensation.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90:185:32:

 integer          ifac, iel, iesp, iscal
                                1
Warning: Unused variable ‘iesp’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90:252:0:

   nfbpcd = ieltcd
 ^
Warning: ‘ieltcd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_boundary_mass_source_terms-nzones_condensation.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90  -fPIC -o .libs/cs_user_boundary_mass_source_terms-nzones_condensation.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90:186:32:

 integer          ifac, iel, iesp, iscal
                                1
Warning: Unused variable ‘iesp’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90:142:27:

    ifbpcd , itypcd , izftcd ,                                     &
                           1
Warning: Unused dummy argument ‘izftcd’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90:143:16:

    spcond , tpar)
                1
Warning: Unused dummy argument ‘tpar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90:280:0:

   nfbpcd = ieltcd
 ^
Warning: ‘ieltcd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_cdo-condif.lo -MD -MP -MF .deps/cs_user_cdo-condif.Tpo -c -o cs_user_cdo-condif.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo-condif.lo -MD -MP -MF .deps/cs_user_cdo-condif.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c  -fPIC -DPIC -o .libs/cs_user_cdo-condif.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c: In function ‘_define_adv_field’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:93:39: warning: unused parameter ‘time’ [-Wunused-parameter]
 _define_adv_field(cs_real_t           time,
                                       ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c: In function ‘_define_bcs’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:109:33: warning: unused parameter ‘time’ [-Wunused-parameter]
 _define_bcs(cs_real_t           time,
                                 ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c: In function ‘_define_source’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:128:36: warning: unused parameter ‘time’ [-Wunused-parameter]
 _define_source(cs_real_t           time,
                                    ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c: In function ‘cs_user_cdo_init_domain’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:269:27: warning: passing argument 5 of ‘cs_domain_set_time_step’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                           "1");    /* Value of the time step */
                           ^
In file included from /home/jbl/code_saturne-4.2.1/src/base/cs_prototypes.h:39:0,
                 from /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:60:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.h:238:1: note: expected ‘void *’ but argument is of type ‘const char *’
 cs_domain_set_time_step(cs_domain_t   *domain,
 ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c: In function ‘cs_user_cdo_set_domain’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:444:22: warning: ISO C forbids passing argument 5 of ‘cs_equation_add_bc’ between function pointer and ‘void *’ [-Wpedantic]
                      _define_bcs);      // pointer to the analytic function
                      ^
In file included from /home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.h:40:0,
                 from /home/jbl/code_saturne-4.2.1/src/base/cs_prototypes.h:39,
                 from /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:60:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_equation.h:179:1: note: expected ‘const void *’ but argument is of type ‘void (*)(cs_real_t,  const cs_real_t *, cs_get_t *) {aka void (*)(double,  const double *, union <anonymous> *)}’
 cs_equation_add_bc(cs_equation_t    *eq,
 ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:482:31: warning: ISO C forbids passing argument 5 of ‘cs_equation_add_source_term’ between function pointer and ‘void *’ [-Wpedantic]
                               _define_source);  // analytic function
                               ^
In file included from /home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.h:40:0,
                 from /home/jbl/code_saturne-4.2.1/src/base/cs_prototypes.h:39,
                 from /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c:60:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_equation.h:238:1: note: expected ‘const void *’ but argument is of type ‘void (*)(cs_real_t,  const cs_real_t *, cs_get_t *) {aka void (*)(double,  const double *, union <anonymous> *)}’
 cs_equation_add_source_term(cs_equation_t   *eq,
 ^
mv -f .deps/cs_user_cdo-condif.Tpo .deps/cs_user_cdo-condif.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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_cdo-groundwater.lo -MD -MP -MF .deps/cs_user_cdo-groundwater.Tpo -c -o cs_user_cdo-groundwater.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo-groundwater.lo -MD -MP -MF .deps/cs_user_cdo-groundwater.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c  -fPIC -DPIC -o .libs/cs_user_cdo-groundwater.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c: In function ‘get_ic’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c:112:28: warning: unused parameter ‘time’ [-Wunused-parameter]
 get_ic(cs_real_t           time,
                            ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c: In function ‘cs_user_cdo_init_domain’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c:232:27: warning: passing argument 5 of ‘cs_domain_set_time_step’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                           "4320");  /* Value of the time step (2160) */
                           ^
In file included from /home/jbl/code_saturne-4.2.1/src/base/cs_prototypes.h:39:0,
                 from /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c:58:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.h:238:1: note: expected ‘void *’ but argument is of type ‘const char *’
 cs_domain_set_time_step(cs_domain_t   *domain,
 ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c: In function ‘cs_user_cdo_set_domain’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c:403:22: warning: ISO C forbids passing argument 5 of ‘cs_equation_add_bc’ between function pointer and ‘void *’ [-Wpedantic]
                      get_sol);     // pointer to the analytic function
                      ^
In file included from /home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.h:40:0,
                 from /home/jbl/code_saturne-4.2.1/src/base/cs_prototypes.h:39,
                 from /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c:58:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_equation.h:179:1: note: expected ‘const void *’ but argument is of type ‘void (*)(cs_real_t,  const cs_real_t *, cs_get_t *) {aka void (*)(double,  const double *, union <anonymous> *)}’
 cs_equation_add_bc(cs_equation_t    *eq,
 ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c:414:22: warning: ISO C forbids passing argument 3 of ‘cs_equation_set_ic’ between function pointer and ‘void *’ [-Wpedantic]
                      get_ic);    // pointer to the analytic function
                      ^
In file included from /home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.h:40:0,
                 from /home/jbl/code_saturne-4.2.1/src/base/cs_prototypes.h:39,
                 from /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c:58:
/home/jbl/code_saturne-4.2.1/src/cdo/cs_equation.h:159:1: note: expected ‘void *’ but argument is of type ‘void (*)(cs_real_t,  const cs_real_t *, cs_get_t *) {aka void (*)(double,  const double *, union <anonymous> *)}’
 cs_equation_set_ic(cs_equation_t    *eq,
 ^
mv -f .deps/cs_user_cdo-groundwater.Tpo .deps/cs_user_cdo-groundwater.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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_cdo_extra_op-verif-diffusion.lo -MD -MP -MF .deps/cs_user_cdo_extra_op-verif-diffusion.Tpo -c -o cs_user_cdo_extra_op-verif-diffusion.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_extra_op-verif-diffusion.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo_extra_op-verif-diffusion.lo -MD -MP -MF .deps/cs_user_cdo_extra_op-verif-diffusion.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_extra_op-verif-diffusion.c  -fPIC -DPIC -o .libs/cs_user_cdo_extra_op-verif-diffusion.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_extra_op-verif-diffusion.c: In function ‘_get_sol’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_extra_op-verif-diffusion.c:104:29: warning: unused parameter ‘time’ [-Wunused-parameter]
 _get_sol(cs_real_t          time,
                             ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_extra_op-verif-diffusion.c: In function ‘_compute_fb_errgrd’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_extra_op-verif-diffusion.c:217:16: warning: variable ‘xc’ set but not used [-Wunused-but-set-variable]
   cs_real_3_t  xc;
                ^
mv -f .deps/cs_user_cdo_extra_op-verif-diffusion.Tpo .deps/cs_user_cdo_extra_op-verif-diffusion.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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_cdo_numerics-examples.lo -MD -MP -MF .deps/cs_user_cdo_numerics-examples.Tpo -c -o cs_user_cdo_numerics-examples.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_numerics-examples.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_cdo_numerics-examples.lo -MD -MP -MF .deps/cs_user_cdo_numerics-examples.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_numerics-examples.c  -fPIC -DPIC -o .libs/cs_user_cdo_numerics-examples.o
mv -f .deps/cs_user_cdo_numerics-examples.Tpo .deps/cs_user_cdo_numerics-examples.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-energy_balance.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-energy_balance.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-energy_balance.f90  -fPIC -o .libs/cs_user_extra_operations-energy_balance.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-energy_balance.f90:92:40:

 integer          iflmas , iflmab , ipccp
                                        1
Warning: Unused variable ‘ipccp’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-energy_balance.f90:55:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-energy_balance.f90:45:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-energy_balance.f90:45:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-extract_1d_profile.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90  -fPIC -o .libs/cs_user_extra_operations-extract_1d_profile.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90:46:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90:92:20:

 integer          iun
                    1
Warning: Unused variable ‘iun’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90:55:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90:45:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90:45:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-force_temperature.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-force_temperature.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-force_temperature.f90  -fPIC -o .libs/cs_user_extra_operations-force_temperature.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-force_temperature.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-force_temperature.f90:56:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-force_temperature.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-global_efforts.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-global_efforts.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-global_efforts.f90  -fPIC -o .libs/cs_user_extra_operations-global_efforts.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-global_efforts.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-global_efforts.f90:56:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-global_efforts.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-global_efforts.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-nusselt_calculation.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90  -fPIC -o .libs/cs_user_extra_operations-nusselt_calculation.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:96:12:

 character*19 namfil
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:99:65:

 double precision, dimension(:), pointer :: coefap, coefbp, cofafp
                                                                 1
Warning: Unused variable ‘cofafp’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:49:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:96:19:

 character*19 namfil
                   1
Warning: Unused variable ‘namfil’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:58:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:48:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:48:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90:239:0:

       if ((iel.ne.iel1).or.(irangv.ne.irang1)) then
 ^
Warning: ‘irang1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-parallel_operations.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-parallel_operations.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-parallel_operations.f90  -fPIC -o .libs/cs_user_extra_operations-parallel_operations.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-parallel_operations.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-parallel_operations.f90:56:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-parallel_operations.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-parallel_operations.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-richards_flux.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90  -fPIC -o .libs/cs_user_extra_operations-richards_flux.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90:85:48:

 double precision, dimension(:), pointer :: delay, saturation
                                                1
Warning: Unused variable ‘delay’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90:36:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90:26:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90:26:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90:85:60:

 double precision, dimension(:), pointer :: delay, saturation
                                                            1
Warning: Unused variable ‘saturation’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90:88:61:

 double precision, dimension(:,:), pointer :: cvar_vel, visten
                                                             1
Warning: Unused variable ‘visten’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_extra_operations-scalar_balance_by_zone.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance_by_zone.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance_by_zone.f90  -fPIC -o .libs/cs_user_extra_operations-scalar_balance_by_zone.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance_by_zone.f90:46:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance_by_zone.f90:55:4:

 use dimens, only: ndimfb
    1
Warning: Unused module variable ‘ndimfb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance_by_zone.f90:45:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance_by_zone.f90:45:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_extra_operations-scalar_balance.lo -MD -MP -MF .deps/cs_user_extra_operations-scalar_balance.Tpo -c -o cs_user_extra_operations-scalar_balance.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_extra_operations-scalar_balance.lo -MD -MP -MF .deps/cs_user_extra_operations-scalar_balance.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance.c  -fPIC -DPIC -o .libs/cs_user_extra_operations-scalar_balance.o
mv -f .deps/cs_user_extra_operations-scalar_balance.Tpo .deps/cs_user_extra_operations-scalar_balance.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_head_losses.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_head_losses.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_head_losses.f90  -fPIC -o .libs/cs_user_head_losses.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_head_losses.f90:107:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_head_losses.f90:145:35:

 integer          iel, ielpdc, ikpdc
                                   1
Warning: Unused variable ‘ikpdc’ declared at (1) [-Wunused-variable]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-atmospheric.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-atmospheric.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-atmospheric.f90  -fPIC -o .libs/cs_user_initialization-atmospheric.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-atmospheric.f90:48:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-atmospheric.f90:47:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-atmospheric.f90:47:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-base.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-base.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-base.f90  -fPIC -o .libs/cs_user_initialization-base.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-base.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-base.f90:91:28:

 integer          iel, iutile
                            1
Warning: Unused variable ‘iutile’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-base.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-base.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-compressible.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-compressible.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-compressible.f90  -fPIC -o .libs/cs_user_initialization-compressible.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-compressible.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-compressible.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-compressible.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-cooling_towers.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-cooling_towers.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-cooling_towers.f90  -fPIC -o .libs/cs_user_initialization-cooling_towers.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-cooling_towers.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-cooling_towers.f90:91:28:

 integer          iel, iutile
                            1
Warning: Unused variable ‘iutile’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-cooling_towers.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-cooling_towers.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-electric_arcs.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-electric_arcs.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-electric_arcs.f90  -fPIC -o .libs/cs_user_initialization-electric_arcs.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-electric_arcs.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-electric_arcs.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-electric_arcs.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-fuel.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-fuel.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-fuel.f90  -fPIC -o .libs/cs_user_initialization-fuel.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-fuel.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-fuel.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-fuel.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-gas_3ptchem.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_3ptchem.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_3ptchem.f90  -fPIC -o .libs/cs_user_initialization-gas_3ptchem.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_3ptchem.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_3ptchem.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_3ptchem.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-gas_ebu.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_ebu.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_ebu.f90  -fPIC -o .libs/cs_user_initialization-gas_ebu.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_ebu.f90:46:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_ebu.f90:45:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_ebu.f90:45:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-gas_libby_williams.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_libby_williams.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_libby_williams.f90  -fPIC -o .libs/cs_user_initialization-gas_libby_williams.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_libby_williams.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_libby_williams.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_libby_williams.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-pulverized_coal.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-pulverized_coal.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-pulverized_coal.f90  -fPIC -o .libs/cs_user_initialization-pulverized_coal.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-pulverized_coal.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-pulverized_coal.f90:95:31:

 double precision t2init, h2init
                               1
Warning: Unused variable ‘h2init’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-pulverized_coal.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-pulverized_coal.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-richards.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-richards.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-richards.f90  -fPIC -o .libs/cs_user_initialization-richards.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-richards.f90:90:67:

 double precision, dimension(:), pointer :: cvar_scal_1, cvar_scal_2, cvar_pr
                                                                   1
Warning: Unused variable ‘cvar_scal_2’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-richards.f90:46:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-richards.f90:45:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-richards.f90:45:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-time_step.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-time_step.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-time_step.f90  -fPIC -o .libs/cs_user_initialization-time_step.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-time_step.f90:45:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-time_step.f90:45:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_initialization-unified_combustion_coal.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-unified_combustion_coal.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-unified_combustion_coal.f90  -fPIC -o .libs/cs_user_initialization-unified_combustion_coal.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-unified_combustion_coal.f90:47:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-unified_combustion_coal.f90:95:31:

 double precision t2init, h2init
                               1
Warning: Unused variable ‘h2init’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-unified_combustion_coal.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-unified_combustion_coal.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_lagrangian_particle_tracking_module.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_lagrangian_particle_tracking_module.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_lagrangian_particle_tracking_module.f90  -fPIC -o .libs/cs_user_lagrangian_particle_tracking_module.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_lagrangian_particle_tracking_module.f90:60:52:

    ivarl  , ivarl1 , ivarlm , iflu   , ilpd1  , icla   ,          &
                                                    1
Warning: Unused dummy argument ‘icla’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_lagrangian_particle_tracking_module.f90:59:9:

  ( nvlsta ,                                                       &
         1
Warning: Unused dummy argument ‘nvlsta’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_les_inflow-base.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_les_inflow-base.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_les_inflow-base.f90  -fPIC -o .libs/cs_user_les_inflow-base.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_les_inflow-base.f90:301:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_les_inflow-base.f90:380:23:

 integer          iutile
                       1
Warning: Unused variable ‘iutile’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_les_inflow-base.f90:299:17:

    nvar   , nscal ,                                               &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_les_inflow-base.f90:299:7:

    nvar   , nscal ,                                               &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_mass_source_terms.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mass_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mass_source_terms.f90  -fPIC -o .libs/cs_user_mass_source_terms.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mass_source_terms.f90:62:9:

    ckupdc , smacel )
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mass_source_terms.f90:61:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mass_source_terms.f90:60:9:

    icepdc , icetsm , itypsm , izctsm ,                            &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mass_source_terms.f90:360:0:

          volume(icetsm(ieltsm))*smacel(ieltsm,ipr)
 ^
Warning: ‘gamma’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_mesh-groups_from_free_faces.lo -MD -MP -MF .deps/cs_user_mesh-groups_from_free_faces.Tpo -c -o cs_user_mesh-groups_from_free_faces.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mesh-groups_from_free_faces.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_mesh-groups_from_free_faces.lo -MD -MP -MF .deps/cs_user_mesh-groups_from_free_faces.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mesh-groups_from_free_faces.c  -fPIC -DPIC -o .libs/cs_user_mesh-groups_from_free_faces.o
mv -f .deps/cs_user_mesh-groups_from_free_faces.Tpo .deps/cs_user_mesh-groups_from_free_faces.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_metal_structures_source_terms-condensation.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_metal_structures_source_terms-condensation.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_metal_structures_source_terms-condensation.f90  -fPIC -o .libs/cs_user_metal_structures_source_terms-condensation.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_metal_structures_source_terms-condensation.f90:72:21:

 integer          ifac, iel, iscal
                     1
Warning: Unused variable ‘ifac’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_metal_structures_source_terms-condensation.f90:97:0:

 do izmet = 1 , met_znb
 ^
Warning: ‘met_znb’ is used uninitialized in this function [-Wuninitialized]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_parameters-cavitation.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90  -fPIC -o .libs/cs_user_parameters-cavitation.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90:112:10:

 integer ii, jj, imom, kscmin, kscmax
          1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90:112:20:

 integer ii, jj, imom, kscmin, kscmax
                    1
Warning: Unused variable ‘imom’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90:112:14:

 integer ii, jj, imom, kscmin, kscmax
              1
Warning: Unused variable ‘jj’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90:112:36:

 integer ii, jj, imom, kscmin, kscmax
                                    1
Warning: Unused variable ‘kscmax’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90:112:28:

 integer ii, jj, imom, kscmin, kscmax
                            1
Warning: Unused variable ‘kscmin’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90:57:9:

  ( nmodpp )
         1
Warning: Unused dummy argument ‘nmodpp’ at (1) [-Wunused-dummy-argument]
/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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_parameters-base.lo -MD -MP -MF .deps/cs_user_parameters-base.Tpo -c -o cs_user_parameters-base.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-base.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_parameters-base.lo -MD -MP -MF .deps/cs_user_parameters-base.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-base.c  -fPIC -DPIC -o .libs/cs_user_parameters-base.o
mv -f .deps/cs_user_parameters-base.Tpo .deps/cs_user_parameters-base.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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_parameters-fans.lo -MD -MP -MF .deps/cs_user_parameters-fans.Tpo -c -o cs_user_parameters-fans.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-fans.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_parameters-fans.lo -MD -MP -MF .deps/cs_user_parameters-fans.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-fans.c  -fPIC -DPIC -o .libs/cs_user_parameters-fans.o
mv -f .deps/cs_user_parameters-fans.Tpo .deps/cs_user_parameters-fans.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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_parameters-linear_solvers.lo -MD -MP -MF .deps/cs_user_parameters-linear_solvers.Tpo -c -o cs_user_parameters-linear_solvers.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-linear_solvers.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_parameters-linear_solvers.lo -MD -MP -MF .deps/cs_user_parameters-linear_solvers.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-linear_solvers.c  -fPIC -DPIC -o .libs/cs_user_parameters-linear_solvers.o
mv -f .deps/cs_user_parameters-linear_solvers.Tpo .deps/cs_user_parameters-linear_solvers.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_parameters-output.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90  -fPIC -o .libs/cs_user_parameters-output.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90:116:56:

 integer       f_id, idim1, itycat, ityloc, iscdri, iscal, ivar, kislts
                                                        1
Warning: Unused variable ‘iscal’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90:116:49:

 integer       f_id, idim1, itycat, ityloc, iscdri, iscal, ivar, kislts
                                                 1
Warning: Unused variable ‘iscdri’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90:60:9:

  ( nmodpp )
         1
Warning: Unused dummy argument ‘nmodpp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90:241:19:

 integer f_id, idim1, ipp, iflpst, ifllog
                   1
Warning: Unused variable ‘idim1’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90:180:9:

  ( nmodpp )
         1
Warning: Unused dummy argument ‘nmodpp’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_parameters-richards.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90  -fPIC -o .libs/cs_user_parameters-richards.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90:27:9:

  ( ixmlpu )
         1
Warning: Unused dummy argument ‘ixmlpu’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90:61:31:

  ( ixmlpu, iturb , itherm, iale , icavit )
                               1
Warning: Unused dummy argument ‘iale’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90:61:40:

  ( ixmlpu, iturb , itherm, iale , icavit )
                                        1
Warning: Unused dummy argument ‘icavit’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90:61:25:

  ( ixmlpu, iturb , itherm, iale , icavit )
                         1
Warning: Unused dummy argument ‘itherm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90:65:4:

 use entsor, only: nfecra ! No other module should appear here
    1
Warning: Unused module variable ‘nfecra’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90:91:9:

  ( nmodpp )
         1
Warning: Unused dummy argument ‘nmodpp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90:188:4:

 use ihmpre, only: iihmpr
    1
Warning: Unused module variable ‘iihmpr’ which has been explicitly imported at (1) [-Wunused-variable]
/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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_parameters-time_moments.lo -MD -MP -MF .deps/cs_user_parameters-time_moments.Tpo -c -o cs_user_parameters-time_moments.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-time_moments.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_parameters-time_moments.lo -MD -MP -MF .deps/cs_user_parameters-time_moments.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-time_moments.c  -fPIC -DPIC -o .libs/cs_user_parameters-time_moments.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-time_moments.c: In function ‘_simple_data_sum’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-time_moments.c:110:31: warning: unused parameter ‘input’ [-Wunused-parameter]
 _simple_data_sum(const void  *input,
                               ^
mv -f .deps/cs_user_parameters-time_moments.Tpo .deps/cs_user_parameters-time_moments.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_physical_properties-coal_drift.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90  -fPIC -o .libs/cs_user_physical_properties-coal_drift.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:102:12:

 character*80     fname
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:48:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:85:33:

 integer          ivart, iel, ifac
                                 1
Warning: Unused variable ‘ifac’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:86:21:

 integer          ivar
                     1
Warning: Unused variable ‘ivar’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:85:22:

 integer          ivart, iel, ifac
                      1
Warning: Unused variable ‘ivart’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:47:8:

    mbrom  ,                                                       &
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_physical_properties-compressible_flow.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-compressible_flow.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-compressible_flow.f90  -fPIC -o .libs/cs_user_physical_properties-compressible_flow.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-compressible_flow.f90:100:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-compressible_flow.f90:99:8:

    mbrom  ,                                                       &
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-compressible_flow.f90:98:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-compressible_flow.f90:98:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_physical_properties-richards_sat.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_sat.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_sat.f90  -fPIC -o .libs/cs_user_physical_properties-richards_sat.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_sat.f90:63:12:

 character*80     fname
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_sat.f90:28:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_sat.f90:27:8:

    mbrom  ,                                                       &
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_sat.f90:26:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_physical_properties-richards_unsat.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90  -fPIC -o .libs/cs_user_physical_properties-richards_unsat.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:69:12:

 character*80     fname
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:64:43:

 double precision darcy_isotropic_dispersion, molecular_diffusion
                                           1
Warning: Unused variable ‘darcy_isotropic_dispersion’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:28:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:68:29:

 integer          ncelt, icelt, ifcvsl
                             1
Warning: Unused variable ‘icelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:61:25:

 double precision kr_param, m_param, n_param, se_param
                         1
Warning: Unused variable ‘kr_param’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:71:44:

 integer, allocatable, dimension(:) :: lstcel
                                            1
Warning: Unused variable ‘lstcel’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:27:8:

    mbrom  ,                                                       &
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:68:22:

 integer          ncelt, icelt, ifcvsl
                      1
Warning: Unused variable ‘ncelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90:26:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_physical_properties-scalar_drift.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90  -fPIC -o .libs/cs_user_physical_properties-scalar_drift.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90:92:12:

 character*80     fname
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90:48:5:

    dt     )
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90:85:33:

 integer          ivart, iel, ifac
                                 1
Warning: Unused variable ‘ifac’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90:47:8:

    mbrom  ,                                                       &
        1
Warning: Unused dummy argument ‘mbrom’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90:46:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90:46:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_porosity.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_porosity.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_porosity.f90  -fPIC -o .libs/cs_user_porosity.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_porosity.f90:68:24:

 integer          iel, ii, jj
                        1
Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_porosity.f90:68:28:

 integer          iel, ii, jj
                            1
Warning: Unused variable ‘jj’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_porosity.f90:86:0:

   if (x.le.(ll/2.d0)) then
 ^
Warning: ‘ll’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_porosity.f90:87:0:

     hc = 1.d0 - 2.d0*dhc*x/ll
 ^
Warning: ‘dhc’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/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/user_examples -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple  -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 cs_user_postprocess-sfc.lo -MD -MP -MF .deps/cs_user_postprocess-sfc.Tpo -c -o cs_user_postprocess-sfc.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_postprocess-sfc.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/user_examples -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/mei -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -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 cs_user_postprocess-sfc.lo -MD -MP -MF .deps/cs_user_postprocess-sfc.Tpo -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_postprocess-sfc.c  -fPIC -DPIC -o .libs/cs_user_postprocess-sfc.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_postprocess-sfc.c: In function ‘cs_user_postprocess_activate’:
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_postprocess-sfc.c:436:38: warning: unused parameter ‘nt_max_abs’ [-Wunused-parameter]
 cs_user_postprocess_activate(int     nt_max_abs,
                                      ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_postprocess-sfc.c:437:38: warning: unused parameter ‘nt_cur_abs’ [-Wunused-parameter]
                              int     nt_cur_abs,
                                      ^
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_postprocess-sfc.c:438:38: warning: unused parameter ‘t_cur_abs’ [-Wunused-parameter]
                              double  t_cur_abs)
                                      ^
mv -f .deps/cs_user_postprocess-sfc.Tpo .deps/cs_user_postprocess-sfc.Plo
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_radiative_transfer_bcs.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90  -fPIC -o .libs/cs_user_radiative_transfer_bcs.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:83:5:

    dt     , rcodcl ,                                              &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:84:36:

    thwall , qincid , hfcnvp , flcnvp ,                            &
                                    1
Warning: Unused dummy argument ‘flcnvp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:84:27:

    thwall , qincid , hfcnvp , flcnvp ,                            &
                           1
Warning: Unused dummy argument ‘hfcnvp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:81:9:

    icodcl , izfrdp , isothp ,                                     &
         1
Warning: Unused dummy argument ‘icodcl’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:79:17:

  ( nvar   , nscal  ,                                              &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:79:7:

  ( nvar   , nscal  ,                                              &
       1
Warning: Unused dummy argument ‘nvar’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:84:18:

    thwall , qincid , hfcnvp , flcnvp ,                            &
                  1
Warning: Unused dummy argument ‘qincid’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:84:9:

    thwall , qincid , hfcnvp , flcnvp ,                            &
         1
Warning: Unused dummy argument ‘thwall’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90:82:23:

    tmin   , tmax   , tx     ,                                     &
                       1
Warning: Unused dummy argument ‘tx’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_source_terms.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90  -fPIC -o .libs/cs_user_source_terms.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:148:12:

 character*80     chaine
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:109:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:108:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:107:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:107:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:107:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:105:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:109:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:352:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:351:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:350:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:350:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:350:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:348:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:352:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:639:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:674:27:

 double precision dt(ncelet)
                           1
Warning: Unused variable ‘dt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:638:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:638:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:638:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:636:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90:639:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_source_terms-richards_decay.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90  -fPIC -o .libs/cs_user_source_terms-richards_decay.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:65:12:

 character*80     chaine
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:76:12:

 character*80     fname
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:32:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:72:52:

 double precision, dimension(:), pointer ::  cpro_rom
                                                    1
Warning: Unused variable ‘cpro_rom’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:33:9:

    crvexp , crvimp )
         1
Warning: Unused dummy argument ‘crvexp’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:75:48:

 double precision, dimension(:), pointer :: delay, saturation
                                                1
Warning: Unused variable ‘delay’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:74:16:

 integer delay_id
                1
Warning: Unused variable ‘delay_id’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:31:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:76:22:

 character*80     fname
                      1
Warning: Unused variable ‘fname’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:30:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:30:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:67:22:

 integer          ilelt, nlelt
                      1
Warning: Unused variable ‘ilelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:30:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:67:29:

 integer          ilelt, nlelt
                             1
Warning: Unused variable ‘nlelt’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:28:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:75:60:

 double precision, dimension(:), pointer :: delay, saturation
                                                            1
Warning: Unused variable ‘saturation’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90:32:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o cs_user_source_terms-scalar_in_a_channel.lo /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90  -fPIC -o .libs/cs_user_source_terms-scalar_in_a_channel.o
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:148:12:

 character*80     chaine
            1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:432:5:

  1000 format(' User source terms for variable ',A8,/)
     1
Warning: Label 1000 at (1) defined but not used
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:110:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:109:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:108:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:108:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:108:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:106:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:110:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:336:9:

    ckupdc , smacel ,                                              &
         1
Warning: Unused dummy argument ‘ckupdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:335:5:

    dt     ,                                                       &
     1
Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:334:9:

    icepdc , icetsm , itypsm ,                                     &
         1
Warning: Unused dummy argument ‘icepdc’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:334:18:

    icepdc , icetsm , itypsm ,                                     &
                  1
Warning: Unused dummy argument ‘icetsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:334:27:

    icepdc , icetsm , itypsm ,                                     &
                           1
Warning: Unused dummy argument ‘itypsm’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:332:17:

  ( nvar   , nscal  , ncepdp , ncesmp ,                            &
                 1
Warning: Unused dummy argument ‘nscal’ at (1) [-Wunused-dummy-argument]
/home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90:336:18:

    ckupdc , smacel ,                                              &
                  1
Warning: Unused dummy argument ‘smacel’ at (1) [-Wunused-dummy-argument]
\
/bin/bash ../../libtool  --tag=FC   --mode=compile /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -c -o usatch_4spe5reac.lo /home/jbl/code_saturne-4.2.1/src/user_examples/usatch_4spe5reac.f90
libtool: compile:  /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003 -fopenmp -c /home/jbl/code_saturne-4.2.1/src/user_examples/usatch_4spe5reac.f90  -fPIC -o .libs/usatch_4spe5reac.o
/home/jbl/code_saturne-4.2.1/src/user_examples/usatch_4spe5reac.f90:68:22:

 double precision effko,rapk,facteur,summ
                      1
Warning: Unused variable ‘effko’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/usatch_4spe5reac.f90:68:35:

 double precision effko,rapk,facteur,summ
                                   1
Warning: Unused variable ‘facteur’ declared at (1) [-Wunused-variable]
/home/jbl/code_saturne-4.2.1/src/user_examples/usatch_4spe5reac.f90:68:27:

 double precision effko,rapk,facteur,summ
                           1
Warning: Unused variable ‘rapk’ declared at (1) [-Wunused-variable]
/bin/bash ../../libtool  --tag=FC   --mode=link /usr/bin/f95 -I../../src -I../../src/atmo -I../../src/cfbl -I../../src/cogz -I../../src/comb -I../../src/ctwr -I../../src/elec -I../../src/lagr -I../../src/pprt -I../../src/rayt  -O -x f95-cpp-input -Wall -pedantic-errors -std=f2003  -fopenmp -no-undefined -O -Wl,-export-dynamic -fopenmp  -o libcsexample.la  cs_user_boundary_conditions_ale-base.lo cs_user_boundary_conditions-advanced.lo cs_user_boundary_conditions-atmospheric.lo cs_user_boundary_conditions-auto_inlet_profile.lo cs_user_boundary_conditions-mapped_inlet.lo cs_user_boundary_conditions-base.lo cs_user_boundary_conditions-compressible.lo cs_user_boundary_conditions-cooling_towers.lo cs_user_boundary_conditions-electric_arcs.lo cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.lo cs_user_boundary_conditions-fuel.lo cs_user_boundary_conditions-gas_3ptchem.lo cs_user_boundary_conditions-gas_ebu.lo cs_user_boundary_conditions-gas_libby_williams.lo cs_user_boundary_conditions-pulverized_coal.lo cs_user_boundary_conditions-pulverized_coal_lagrangian.lo cs_user_boundary_conditions-richards.lo cs_user_boundary_mass_source_terms-condensation.lo cs_user_boundary_mass_source_terms-nzones_condensation.lo cs_user_cdo-condif.lo cs_user_cdo-groundwater.lo cs_user_cdo_extra_op-verif-diffusion.lo cs_user_cdo_numerics-examples.lo cs_user_extra_operations-energy_balance.lo cs_user_extra_operations-extract_1d_profile.lo cs_user_extra_operations-force_temperature.lo cs_user_extra_operations-global_efforts.lo cs_user_extra_operations-nusselt_calculation.lo cs_user_extra_operations-parallel_operations.lo cs_user_extra_operations-richards_flux.lo cs_user_extra_operations-scalar_balance_by_zone.lo cs_user_extra_operations-scalar_balance.lo cs_user_head_losses.lo cs_user_initialization-atmospheric.lo cs_user_initialization-base.lo cs_user_initialization-compressible.lo cs_user_initialization-cooling_towers.lo cs_user_initialization-electric_arcs.lo cs_user_initialization-fuel.lo cs_user_initialization-gas_3ptchem.lo cs_user_initialization-gas_ebu.lo cs_user_initialization-gas_libby_williams.lo cs_user_initialization-pulverized_coal.lo cs_user_initialization-richards.lo cs_user_initialization-time_step.lo cs_user_initialization-unified_combustion_coal.lo cs_user_lagrangian_particle_tracking_module.lo cs_user_les_inflow-base.lo cs_user_mass_source_terms.lo cs_user_mesh-groups_from_free_faces.lo cs_user_metal_structures_source_terms-condensation.lo cs_user_parameters-cavitation.lo cs_user_parameters-base.lo cs_user_parameters-fans.lo cs_user_parameters-linear_solvers.lo cs_user_parameters-output.lo cs_user_parameters-richards.lo cs_user_parameters-time_moments.lo cs_user_physical_properties-coal_drift.lo cs_user_physical_properties-compressible_flow.lo cs_user_physical_properties-richards_sat.lo cs_user_physical_properties-richards_unsat.lo cs_user_physical_properties-scalar_drift.lo cs_user_porosity.lo cs_user_postprocess-sfc.lo cs_user_radiative_transfer_bcs.lo cs_user_source_terms.lo cs_user_source_terms-richards_decay.lo cs_user_source_terms-scalar_in_a_channel.lo usatch_4spe5reac.lo  -lnsl -lz    -ldl
libtool: link: ar cru .libs/libcsexample.a .libs/cs_user_boundary_conditions_ale-base.o .libs/cs_user_boundary_conditions-advanced.o .libs/cs_user_boundary_conditions-atmospheric.o .libs/cs_user_boundary_conditions-auto_inlet_profile.o .libs/cs_user_boundary_conditions-mapped_inlet.o .libs/cs_user_boundary_conditions-base.o .libs/cs_user_boundary_conditions-compressible.o .libs/cs_user_boundary_conditions-cooling_towers.o .libs/cs_user_boundary_conditions-electric_arcs.o .libs/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.o .libs/cs_user_boundary_conditions-fuel.o .libs/cs_user_boundary_conditions-gas_3ptchem.o .libs/cs_user_boundary_conditions-gas_ebu.o .libs/cs_user_boundary_conditions-gas_libby_williams.o .libs/cs_user_boundary_conditions-pulverized_coal.o .libs/cs_user_boundary_conditions-pulverized_coal_lagrangian.o .libs/cs_user_boundary_conditions-richards.o .libs/cs_user_boundary_mass_source_terms-condensation.o .libs/cs_user_boundary_mass_source_terms-nzones_condensation.o .libs/cs_user_cdo-condif.o .libs/cs_user_cdo-groundwater.o .libs/cs_user_cdo_extra_op-verif-diffusion.o .libs/cs_user_cdo_numerics-examples.o .libs/cs_user_extra_operations-energy_balance.o .libs/cs_user_extra_operations-extract_1d_profile.o .libs/cs_user_extra_operations-force_temperature.o .libs/cs_user_extra_operations-global_efforts.o .libs/cs_user_extra_operations-nusselt_calculation.o .libs/cs_user_extra_operations-parallel_operations.o .libs/cs_user_extra_operations-richards_flux.o .libs/cs_user_extra_operations-scalar_balance_by_zone.o .libs/cs_user_extra_operations-scalar_balance.o .libs/cs_user_head_losses.o .libs/cs_user_initialization-atmospheric.o .libs/cs_user_initialization-base.o .libs/cs_user_initialization-compressible.o .libs/cs_user_initialization-cooling_towers.o .libs/cs_user_initialization-electric_arcs.o .libs/cs_user_initialization-fuel.o .libs/cs_user_initialization-gas_3ptchem.o .libs/cs_user_initialization-gas_ebu.o .libs/cs_user_initialization-gas_libby_williams.o .libs/cs_user_initialization-pulverized_coal.o .libs/cs_user_initialization-richards.o .libs/cs_user_initialization-time_step.o .libs/cs_user_initialization-unified_combustion_coal.o .libs/cs_user_lagrangian_particle_tracking_module.o .libs/cs_user_les_inflow-base.o .libs/cs_user_mass_source_terms.o .libs/cs_user_mesh-groups_from_free_faces.o .libs/cs_user_metal_structures_source_terms-condensation.o .libs/cs_user_parameters-cavitation.o .libs/cs_user_parameters-base.o .libs/cs_user_parameters-fans.o .libs/cs_user_parameters-linear_solvers.o .libs/cs_user_parameters-output.o .libs/cs_user_parameters-richards.o .libs/cs_user_parameters-time_moments.o .libs/cs_user_physical_properties-coal_drift.o .libs/cs_user_physical_properties-compressible_flow.o .libs/cs_user_physical_properties-richards_sat.o .libs/cs_user_physical_properties-richards_unsat.o .libs/cs_user_physical_properties-scalar_drift.o .libs/cs_user_porosity.o .libs/cs_user_postprocess-sfc.o .libs/cs_user_radiative_transfer_bcs.o .libs/cs_user_source_terms.o .libs/cs_user_source_terms-richards_decay.o .libs/cs_user_source_terms-scalar_in_a_channel.o .libs/usatch_4spe5reac.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcsexample.a
libtool: link: ( cd ".libs" && rm -f "libcsexample.la" && ln -s "../libcsexample.la" "libcsexample.la" )
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
Making all in apps
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
/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/apps -I../..  -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/darc -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I"/home/jbl/code_saturne-4.2.1/libple/src" -I"../../libple" -DOMPI_SKIP_MPICXX -I/usr/include/libxml2  -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_solver.lo -MD -MP -MF .deps/cs_solver.Tpo -c -o cs_solver.lo /home/jbl/code_saturne-4.2.1/src/apps/cs_solver.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/apps -I../.. -I/home/jbl/code_saturne-4.2.1/src/alge -I/home/jbl/code_saturne-4.2.1/src/base -I/home/jbl/code_saturne-4.2.1/src/mesh -I/home/jbl/code_saturne-4.2.1/src/cdo -I/home/jbl/code_saturne-4.2.1/src/ctwr -I/home/jbl/code_saturne-4.2.1/src/darc -I/home/jbl/code_saturne-4.2.1/src/lagr -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/fvm -I/home/jbl/code_saturne-4.2.1/src/gui -I/home/jbl/code_saturne-4.2.1/src/turb -I/home/jbl/code_saturne-4.2.1/libple/src -I../../libple -DOMPI_SKIP_MPICXX -I/usr/include/libxml2 -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_solver.lo -MD -MP -MF .deps/cs_solver.Tpo -c /home/jbl/code_saturne-4.2.1/src/apps/cs_solver.c  -fPIC -DPIC -o .libs/cs_solver.o
mv -f .deps/cs_solver.Tpo .deps/cs_solver.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 -version 1:0:0 -O -Wl,-export-dynamic -fopenmp  -o libsaturne.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib cs_solver.lo ../../src/fvm/libfvm_filters.la ../../src/base/libcsbase.la ../../src/base/libcscore.la ../../src/base/libcsrenumber.la ../../src/pprt/libcspprt.la ../../src/alge/libcsalge.la ../../src/mesh/libcsmesh.la ../../src/mesh/libcspartition.la ../../src/turb/libcsturb.la ../../src/atmo/libcsatmo.la ../../src/cdo/libcscdo.la ../../src/cfbl/libcscfbl.la ../../src/cogz/libcscogz.la ../../src/comb/libcscomb.la ../../src/ctwr/libcsctwr.la ../../src/darc/libcsdarc.la ../../src/elec/libcselec.la ../../src/gui/libcsgui.la ../../src/lagr/libcslagr.la ../../src/rayt/libcsrayt.la ../../src/user/libcsuser.la ../../src/libcsmodules.la ../../src/mei/libmei.la ../../src/bft/libbft.la ../../libple/src/libple.la      -L/usr/lib -R/usr/lib -lcgns  -lmedC  -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -lhdf5  -R/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -lparmetis -lmetis -lm -R/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -lptscotch -lscotch -lz -lm -R/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib               -lxml2   -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 -lnsl -lz    -ldl
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -shared  .libs/cs_solver.o  -Wl,--whole-archive ../../src/fvm/.libs/libfvm_filters.a ../../src/base/.libs/libcsbase.a ../../src/base/.libs/libcscore.a ../../src/base/.libs/libcsrenumber.a ../../src/pprt/.libs/libcspprt.a ../../src/alge/.libs/libcsalge.a ../../src/mesh/.libs/libcsmesh.a ../../src/mesh/.libs/libcspartition.a ../../src/turb/.libs/libcsturb.a ../../src/atmo/.libs/libcsatmo.a ../../src/cdo/.libs/libcscdo.a ../../src/cfbl/.libs/libcscfbl.a ../../src/cogz/.libs/libcscogz.a ../../src/comb/.libs/libcscomb.a ../../src/ctwr/.libs/libcsctwr.a ../../src/darc/.libs/libcsdarc.a ../../src/elec/.libs/libcselec.a ../../src/gui/.libs/libcsgui.a ../../src/lagr/.libs/libcslagr.a ../../src/rayt/.libs/libcsrayt.a ../../src/user/.libs/libcsuser.a ../../src/.libs/libcsmodules.a ../../src/mei/.libs/libmei.a ../../src/bft/.libs/libbft.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/jbl/code_saturne-4.2.1.build/libple/src/.libs -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/Code_Saturne/4.2.1/code_saturne-4.2.1/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 -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -L/usr/lib -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib ../../libple/src/.libs/libple.so -lcgns -lmedC /home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib/libhdf5.so -L/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -lparmetis -lmetis -L/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -lptscotch -lscotch -lxml2 -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 -lnsl -lz -ldl  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libsaturne.so.0 -o .libs/libsaturne.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libsaturne.so.0" && ln -s "libsaturne.so.0.0.0" "libsaturne.so.0")
libtool: link: (cd ".libs" && rm -f "libsaturne.so" && ln -s "libsaturne.so.0.0.0" "libsaturne.so")
libtool: link: ( cd ".libs" && rm -f "libsaturne.la" && ln -s "../libsaturne.la" "libsaturne.la" )
/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/apps -I../..  -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/src/base -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_io_dump-cs_io_dump.o -MD -MP -MF .deps/cs_io_dump-cs_io_dump.Tpo -c -o cs_io_dump-cs_io_dump.o `test -f 'cs_io_dump.c' || echo '/home/jbl/code_saturne-4.2.1/src/apps/'`cs_io_dump.c
mv -f .deps/cs_io_dump-cs_io_dump.Tpo .deps/cs_io_dump-cs_io_dump.Po
/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  -R/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne -O -Wl,-export-dynamic -fopenmp  -o cs_io_dump cs_io_dump-cs_io_dump.o  -lnsl -lz    -ldl
libtool: 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 -O -Wl,-export-dynamic -fopenmp -o cs_io_dump cs_io_dump-cs_io_dump.o  -lnsl -lz -ldl -pthread -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne
/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/apps -I../..  -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/src/base -I/home/jbl/code_saturne-4.2.1/src/bft -I/home/jbl/code_saturne-4.2.1/src/mei -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_check_syntax-cs_check_syntax.o -MD -MP -MF .deps/cs_check_syntax-cs_check_syntax.Tpo -c -o cs_check_syntax-cs_check_syntax.o `test -f 'cs_check_syntax.c' || echo '/home/jbl/code_saturne-4.2.1/src/apps/'`cs_check_syntax.c
/home/jbl/code_saturne-4.2.1/src/apps/cs_check_syntax.c: In function ‘main’:
/home/jbl/code_saturne-4.2.1/src/apps/cs_check_syntax.c:174:39: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
                                       (const char **)required_symbols);
                                       ^
mv -f .deps/cs_check_syntax-cs_check_syntax.Tpo .deps/cs_check_syntax-cs_check_syntax.Po
/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  -O -Wl,-export-dynamic -fopenmp  -o cs_check_syntax cs_check_syntax-cs_check_syntax.o ../../src/mei/libmei.la ../../src/bft/libbft.la -lm -lnsl -lz    -ldl
libtool: 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 -O -Wl,-export-dynamic -fopenmp -o cs_check_syntax cs_check_syntax-cs_check_syntax.o  ../../src/mei/.libs/libmei.a ../../src/bft/.libs/libbft.a -lm -lnsl -lz -ldl -pthread
PYTHONPATH=../../bin \
/usr/bin/python -B /home/jbl/code_saturne-4.2.1/bin/cs_compile.py
Linking executable: cs_solver
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -o cs_solver -L/home/jbl/code_saturne-4.2.1.build/src/apps/.libs -L/home/jbl/code_saturne-4.2.1.build/libple/src/.libs -L/usr/lib -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -O -Wl,-export-dynamic -fopenmp -lsaturne -lple -lcgns -lmedC -lhdf5 -lparmetis -lmetis -lptscotch -lscotch -lz -lxml2 -lnsl -lz -ldl -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 -lquadmath -lm -Wl,-rpath -Wl,:/home/jbl/code_saturne-4.2.1.build/src/apps/.libs:/home/jbl/code_saturne-4.2.1.build/libple/src/.libs:/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib:/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib:/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
Making all in salome
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome'
Making all in cfd_study
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
Making all in idl
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
PYTHONPATH=/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/lib/python2.7/site-packages:/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/lib/python2.7/site-packages${PYTHONPATH:+:$PYTHONPATH} \
LD_LIBRARY_PATH=/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Python-2710/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} \
/usr/bin/python /home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/bin/omniidl -bcxx -Wba -nf -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/idl/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/idl/salome /home/jbl/code_saturne-4.2.1/salome/cfd_study/idl/CFDSTUDY_Gen.idl
make  all-am
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/cfd_study/idl -I../../..   -D_POSIX_SOURCE -DNDEBUG  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/include/salome   -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 libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.lo -MD -MP -MF .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.Tpo -c -o libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.lo `test -f 'CFDSTUDY_GenSK.cc' || echo '/home/jbl/code_saturne-4.2.1/salome/cfd_study/idl/'`CFDSTUDY_GenSK.cc
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/cfd_study/idl -I../../.. -D_POSIX_SOURCE -DNDEBUG -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/include/salome -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 libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.lo -MD -MP -MF .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.Tpo -c CFDSTUDY_GenSK.cc  -fPIC -DPIC -o .libs/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.o
mv -f .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.Tpo .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.Plo
/bin/bash ../../../libtool  --tag=CXX   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/cfd_study/idl -I../../..   -D_POSIX_SOURCE -DNDEBUG  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/include/salome   -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 libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.lo -MD -MP -MF .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.Tpo -c -o libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.lo `test -f 'CFDSTUDY_GenDynSK.cc' || echo '/home/jbl/code_saturne-4.2.1/salome/cfd_study/idl/'`CFDSTUDY_GenDynSK.cc
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/cfd_study/idl -I../../.. -D_POSIX_SOURCE -DNDEBUG -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/include/salome -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 libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.lo -MD -MP -MF .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.Tpo -c CFDSTUDY_GenDynSK.cc  -fPIC -DPIC -o .libs/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.o
mv -f .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.Tpo .deps/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.Plo
/bin/bash ../../../libtool  --tag=CXX   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/include/salome   -ansi -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wunused -Wno-long-long -Wfloat-equal -fdiagnostics-color=auto  -pthread -bindir /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin -no-undefined -version-info=0:0:0 -O -Wl,-export-dynamic -fopenmp  -o libSalomeIDLCFDSTUDY.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome  libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.lo libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.lo -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/lib/salome -lSalomeIDLGUI -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeIDLKernel  -lnsl -lz    -ldl
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenSK.o .libs/libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.o   -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/lib/salome -lSalomeIDLGUI -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeIDLKernel -lnsl -lz -ldl -L/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -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/../../.. /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi_cxx.so /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi.so -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libSalomeIDLCFDSTUDY.so.0 -o .libs/libSalomeIDLCFDSTUDY.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libSalomeIDLCFDSTUDY.so.0" && ln -s "libSalomeIDLCFDSTUDY.so.0.0.0" "libSalomeIDLCFDSTUDY.so.0")
libtool: link: (cd ".libs" && rm -f "libSalomeIDLCFDSTUDY.so" && ln -s "libSalomeIDLCFDSTUDY.so.0.0.0" "libSalomeIDLCFDSTUDY.so")
libtool: link: ( cd ".libs" && rm -f "libSalomeIDLCFDSTUDY.la" && ln -s "../libSalomeIDLCFDSTUDY.la" "libSalomeIDLCFDSTUDY.la" )
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
Making all in resources
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
Making all in src
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
Making all in CFDSTUDY
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
Making all in CFDSTUDYGUI
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
/usr/bin/lrelease /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDY_images.ts -qm CFDSTUDY_images.qm
Updating 'CFDSTUDY_images.qm'...
    Generated 43 translation(s) (43 finished and 0 unfinished)
/usr/bin/lrelease /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_en.ts -qm CFDSTUDY_msg_en.qm
Updating 'CFDSTUDY_msg_en.qm'...
    Generated 155 translation(s) (155 finished and 0 unfinished)
/usr/bin/lrelease /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_fr.ts -qm CFDSTUDY_msg_fr.qm
Updating 'CFDSTUDY_msg_fr.qm'...
    Generated 155 translation(s) (155 finished and 0 unfinished)
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
Making all in fsi_coupling
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
Making all in idl
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
PYTHONPATH=/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/lib/python2.7/site-packages:/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/lib/python2.7/site-packages${PYTHONPATH:+:$PYTHONPATH} \
LD_LIBRARY_PATH=/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Python-2710/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} \
/usr/bin/python /home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/bin/omniidl -bcxx -Wba -nf -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/idl/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/idl/salome /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/idl/FSI.idl
make  all-am
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/idl -I../../..   -D_POSIX_SOURCE -DNDEBUG  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -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 libSalomeIDLFSI_la-FSISK.lo -MD -MP -MF .deps/libSalomeIDLFSI_la-FSISK.Tpo -c -o libSalomeIDLFSI_la-FSISK.lo `test -f 'FSISK.cc' || echo '/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/idl/'`FSISK.cc
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/idl -I../../.. -D_POSIX_SOURCE -DNDEBUG -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -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 libSalomeIDLFSI_la-FSISK.lo -MD -MP -MF .deps/libSalomeIDLFSI_la-FSISK.Tpo -c FSISK.cc  -fPIC -DPIC -o .libs/libSalomeIDLFSI_la-FSISK.o
mv -f .deps/libSalomeIDLFSI_la-FSISK.Tpo .deps/libSalomeIDLFSI_la-FSISK.Plo
/bin/bash ../../../libtool  --tag=CXX   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -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 libSalomeIDLFSI.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome  libSalomeIDLFSI_la-FSISK.lo -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeIDLKernel -lnsl -lz    -ldl
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/libSalomeIDLFSI_la-FSISK.o   -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeIDLKernel -lnsl -lz -ldl -L/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -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/../../.. /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi_cxx.so /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi.so -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libSalomeIDLFSI.so.0 -o .libs/libSalomeIDLFSI.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libSalomeIDLFSI.so.0" && ln -s "libSalomeIDLFSI.so.0.0.0" "libSalomeIDLFSI.so.0")
libtool: link: (cd ".libs" && rm -f "libSalomeIDLFSI.so" && ln -s "libSalomeIDLFSI.so.0.0.0" "libSalomeIDLFSI.so")
libtool: link: ( cd ".libs" && rm -f "libSalomeIDLFSI.la" && ln -s "../libSalomeIDLFSI.la" "libSalomeIDLFSI.la" )
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
Making all in libmilieu
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
/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/salome/fsi_coupling/libmilieu -I../../..  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG   -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 communication.lo -MD -MP -MF .deps/communication.Tpo -c -o communication.lo /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/communication.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/salome/fsi_coupling/libmilieu -I../../.. -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG -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 communication.lo -MD -MP -MF .deps/communication.Tpo -c /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/communication.c  -fPIC -DPIC -o .libs/communication.o
mv -f .deps/communication.Tpo .deps/communication.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/salome/fsi_coupling/libmilieu -I../../..  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG   -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 donnees.lo -MD -MP -MF .deps/donnees.Tpo -c -o donnees.lo /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/donnees.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/salome/fsi_coupling/libmilieu -I../../.. -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG -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 donnees.lo -MD -MP -MF .deps/donnees.Tpo -c /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/donnees.c  -fPIC -DPIC -o .libs/donnees.o
mv -f .deps/donnees.Tpo .deps/donnees.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/salome/fsi_coupling/libmilieu -I../../..  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG   -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 runmilieu.lo -MD -MP -MF .deps/runmilieu.Tpo -c -o runmilieu.lo /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/runmilieu.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/salome/fsi_coupling/libmilieu -I../../.. -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG -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 runmilieu.lo -MD -MP -MF .deps/runmilieu.Tpo -c /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/runmilieu.c  -fPIC -DPIC -o .libs/runmilieu.o
mv -f .deps/runmilieu.Tpo .deps/runmilieu.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/salome/fsi_coupling/libmilieu -I../../..  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG   -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 utilitaires.lo -MD -MP -MF .deps/utilitaires.Tpo -c -o utilitaires.lo /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/utilitaires.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/salome/fsi_coupling/libmilieu -I../../.. -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -D_POSIX_SOURCE -DNDEBUG -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 utilitaires.lo -MD -MP -MF .deps/utilitaires.Tpo -c /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/utilitaires.c  -fPIC -DPIC -o .libs/utilitaires.o
mv -f .deps/utilitaires.Tpo .deps/utilitaires.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  -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 -version-info 0:0:0 -O -Wl,-export-dynamic -fopenmp  -o libmilieu.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib communication.lo donnees.lo runmilieu.lo utilitaires.lo  -lnsl -lz    -ldl
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -shared  .libs/communication.o .libs/donnees.o .libs/runmilieu.o .libs/utilitaires.o   -lnsl -lz -ldl  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libmilieu.so.0 -o .libs/libmilieu.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmilieu.so.0" && ln -s "libmilieu.so.0.0.0" "libmilieu.so.0")
libtool: link: (cd ".libs" && rm -f "libmilieu.so" && ln -s "libmilieu.so.0.0.0" "libmilieu.so")
libtool: link: ( cd ".libs" && rm -f "libmilieu.la" && ln -s "../libmilieu.la" "libmilieu.la" )
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
Making all in resources
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
Making all in src
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
Making all in FSI_ASTER
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
Making all in FSI_SATURNE
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
/bin/bash ../../../../libtool  --tag=CXX   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE -I../../../..   -D_POSIX_SOURCE -DNDEBUG  -I../../../../salome/fsi_coupling/idl  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -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 libFSI_SATURNEExelib_la-FSI_SATURNE.lo -MD -MP -MF .deps/libFSI_SATURNEExelib_la-FSI_SATURNE.Tpo -c -o libFSI_SATURNEExelib_la-FSI_SATURNE.lo `test -f 'FSI_SATURNE.cxx' || echo '/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/'`FSI_SATURNE.cxx
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE -I../../../.. -D_POSIX_SOURCE -DNDEBUG -I../../../../salome/fsi_coupling/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -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 libFSI_SATURNEExelib_la-FSI_SATURNE.lo -MD -MP -MF .deps/libFSI_SATURNEExelib_la-FSI_SATURNE.Tpo -c /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx  -fPIC -DPIC -o .libs/libFSI_SATURNEExelib_la-FSI_SATURNE.o
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/CalciumException.hxx:35:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:28:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/CalciumTypes.hxx:203:3: warning: "/*" within comment [-Wcomment]
   /* Mode d'execution non defini  */
   ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/LocalTraceBufferPool.hxx:39:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/utilities.h:39,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/NOTIFICATION.hxx:40,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/SALOME_Component_i.hxx:46,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:37,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/BasicsGenericDestructor.hxx:112:52: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   static const int Add(GENERIC_DESTRUCTOR &anObject);
                                                    ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:37:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/SALOME_Component_i.hxx:121:43: warning: unused parameter ‘studyId’ [-Wunused-parameter]
   virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return CORBA::string_dup(""); }
                                           ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/SALOME_Component_i.hxx:121:64: warning: unused parameter ‘entry’ [-Wunused-parameter]
   virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return CORBA::string_dup(""); }
                                                                ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:33:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/provides_port.hxx:60:44: warning: unused parameter ‘connection_nbr’ [-Wunused-parameter]
     virtual void provides_port_changed(int connection_nbr,
                                            ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/provides_port.hxx:61:68: warning: unused parameter ‘message’ [-Wunused-parameter]
                                        const Engines::DSC::Message message) {}
                                                                    ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:36:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_Exception.hxx: In constructor ‘DSC_Exception::DSC_Exception(const string&, const char*, unsigned int, const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_Exception.hxx:119:41: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
     delete [] ((char*)SALOME_Exception::_text);
                                         ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: In member function ‘virtual provides_port* Superv_Component_i::create_provides_data_and_control_port(const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:96:3: warning: declaration of ‘port_type’ shadows a member of ‘Superv_Component_i’ [-Wshadow]
   {return NULL;}
   ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:38:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_interface.hxx:160:8: note: shadowed declaration is here
   enum port_type {uses, provides, none};
        ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: At global scope:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:95:77: warning: unused parameter ‘port_type’ [-Wunused-parameter]
   virtual provides_port * create_provides_data_and_control_port(const char* port_type) 
                                                                             ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: In member function ‘virtual uses_port* Superv_Component_i::create_uses_data_and_control_port(const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:108:3: warning: declaration of ‘port_type’ shadows a member of ‘Superv_Component_i’ [-Wshadow]
   {return NULL;}
   ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:38:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_interface.hxx:160:8: note: shadowed declaration is here
   enum port_type {uses, provides, none};
        ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: At global scope:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:107:69: warning: unused parameter ‘port_type’ [-Wunused-parameter]
   virtual uses_port * create_uses_data_and_control_port(const char* port_type)
                                                                     ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:269:65: warning: unused parameter ‘service_name’ [-Wunused-parameter]
   virtual CORBA::Boolean init_service_with_multiple(const char* service_name,
                                                                 ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:270:107: warning: unused parameter ‘params’ [-Wunused-parameter]
                                                     const Engines::Superv_Component::seq_multiple_param & params)
                                                                                                           ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: In member function ‘SpecificPortType* Superv_Component_i::add_port(const char*, const char*, const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:321:71: warning: declaration of ‘port_type’ shadows a member of ‘Superv_Component_i’ [-Wshadow]
   throw (PortAlreadyDefined, BadFabType, BadType, BadCast, BadProperty)
                                                                       ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:38:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_interface.hxx:160:8: note: shadowed declaration is here
   enum port_type {uses, provides, none};
        ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:27:0:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx: At global scope:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx:32:46: warning: unused parameter ‘service_name’ [-Wunused-parameter]
     CORBA::Boolean init_service(const char * service_name){return true;};
                                              ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx:33:59: warning: unused parameter ‘service_name’ [-Wunused-parameter]
     CORBA::Boolean init_service_with_multiple(const char* service_name,
                                                           ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx:34:101: warning: unused parameter ‘params’ [-Wunused-parameter]
                                               const Engines::Superv_Component::seq_multiple_param & params)
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:78:26: warning: unused parameter ‘theSigId’ [-Wunused-parameter]
 static void THandler(int theSigId)
                          ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx: In member function ‘virtual CORBA::Boolean FSI_SATURNE_i::init_service(const char*)’:
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:211:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:211:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:211:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:211:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:212:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:212:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:212:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:212:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:213:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:213:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:213:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:213:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:214:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:214:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:214:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:214:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:215:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:215:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:215:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:215:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:216:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:216:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:216:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:216:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:217:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:217:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:217:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:217:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:218:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:218:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:218:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:218:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:220:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:220:60: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:220:85: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:220:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:221:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:221:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:221:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:221:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:222:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:222:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:222:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:222:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:223:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COONOD",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:223:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COONOD",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:223:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COONOD",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:223:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COONOD",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:224:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COOFAC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:224:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COOFAC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:224:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COOFAC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:224:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COOFAC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:225:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLNOD",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:225:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLNOD",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:225:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLNOD",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:225:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLNOD",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:226:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLFAC",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:226:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLFAC",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:226:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLFAC",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:226:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"COLFAC",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:227:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:227:58: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                          ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:227:84: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:227:98: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                  ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:228:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:228:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:228:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:228:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx: At global scope:
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:246:37: warning: unused parameter ‘app_name’ [-Wunused-parameter]
 void FSI_SATURNE_i::run(const char* app_name,CORBA::Long verbosity,CORBA::Long& retval)
                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:246:81: warning: unused parameter ‘retval’ [-Wunused-parameter]
 void FSI_SATURNE_i::run(const char* app_name,CORBA::Long verbosity,CORBA::Long& retval)
                                                                                 ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx: In function ‘void yacsinit()’:
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:332:40: warning: declaration of ‘pman’ shadows a previous local [-Wshadow]
         PortableServer::POAManager_var pman = poa->the_POAManager();
                                        ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx:325:36: note: shadowed declaration is here
     PortableServer::POAManager_var pman;
                                    ^
mv -f .deps/libFSI_SATURNEExelib_la-FSI_SATURNE.Tpo .deps/libFSI_SATURNEExelib_la-FSI_SATURNE.Plo
/bin/bash ../../../../libtool  --tag=CXX   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -I../../../../salome/fsi_coupling/idl  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -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 libFSI_SATURNEExelib.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome libFSI_SATURNEExelib_la-FSI_SATURNE.lo  ../../../../salome/fsi_coupling/idl/libSalomeIDLFSI.la -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz    -ldl
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/libFSI_SATURNEExelib_la-FSI_SATURNE.o   -Wl,-rpath -Wl,/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl/.libs -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib ../../../../salome/fsi_coupling/idl/.libs/libSalomeIDLFSI.so -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz -ldl -L/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -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/../../.. /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi_cxx.so /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi.so -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libFSI_SATURNEExelib.so.0 -o .libs/libFSI_SATURNEExelib.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libFSI_SATURNEExelib.so.0" && ln -s "libFSI_SATURNEExelib.so.0.0.0" "libFSI_SATURNEExelib.so.0")
libtool: link: (cd ".libs" && rm -f "libFSI_SATURNEExelib.so" && ln -s "libFSI_SATURNEExelib.so.0.0.0" "libFSI_SATURNEExelib.so")
libtool: link: ( cd ".libs" && rm -f "libFSI_SATURNEExelib.la" && ln -s "../libFSI_SATURNEExelib.la" "libFSI_SATURNEExelib.la" )
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
Making all in FSI_MILIEU
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
/bin/bash ../../../../libtool  --tag=CXX   --mode=compile /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU -I../../../..   -D_POSIX_SOURCE -DNDEBUG  -I../../../../salome/fsi_coupling/idl  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu -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 libFSI_MILIEUEngine_la-FSI_MILIEU.lo -MD -MP -MF .deps/libFSI_MILIEUEngine_la-FSI_MILIEU.Tpo -c -o libFSI_MILIEUEngine_la-FSI_MILIEU.lo `test -f 'FSI_MILIEU.cxx' || echo '/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/'`FSI_MILIEU.cxx
libtool: compile:  /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -DHAVE_CONFIG_H -I. -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU -I../../../.. -D_POSIX_SOURCE -DNDEBUG -I../../../../salome/fsi_coupling/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu -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 libFSI_MILIEUEngine_la-FSI_MILIEU.lo -MD -MP -MF .deps/libFSI_MILIEUEngine_la-FSI_MILIEU.Tpo -c /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx  -fPIC -DPIC -o .libs/libFSI_MILIEUEngine_la-FSI_MILIEU.o
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/CalciumException.hxx:35:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:28:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/CalciumTypes.hxx:203:3: warning: "/*" within comment [-Wcomment]
   /* Mode d'execution non defini  */
   ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/LocalTraceBufferPool.hxx:39:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/utilities.h:39,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/NOTIFICATION.hxx:40,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/SALOME_Component_i.hxx:46,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:37,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/BasicsGenericDestructor.hxx:112:52: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
   static const int Add(GENERIC_DESTRUCTOR &anObject);
                                                    ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:37:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/SALOME_Component_i.hxx:121:43: warning: unused parameter ‘studyId’ [-Wunused-parameter]
   virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return CORBA::string_dup(""); }
                                           ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/SALOME_Component_i.hxx:121:64: warning: unused parameter ‘entry’ [-Wunused-parameter]
   virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return CORBA::string_dup(""); }
                                                                ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:33:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/provides_port.hxx:60:44: warning: unused parameter ‘connection_nbr’ [-Wunused-parameter]
     virtual void provides_port_changed(int connection_nbr,
                                            ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/provides_port.hxx:61:68: warning: unused parameter ‘message’ [-Wunused-parameter]
                                        const Engines::DSC::Message message) {}
                                                                    ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:36:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_Exception.hxx: In constructor ‘DSC_Exception::DSC_Exception(const string&, const char*, unsigned int, const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_Exception.hxx:119:41: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
     delete [] ((char*)SALOME_Exception::_text);
                                         ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: In member function ‘virtual provides_port* Superv_Component_i::create_provides_data_and_control_port(const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:96:3: warning: declaration of ‘port_type’ shadows a member of ‘Superv_Component_i’ [-Wshadow]
   {return NULL;}
   ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:38:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_interface.hxx:160:8: note: shadowed declaration is here
   enum port_type {uses, provides, none};
        ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: At global scope:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:95:77: warning: unused parameter ‘port_type’ [-Wunused-parameter]
   virtual provides_port * create_provides_data_and_control_port(const char* port_type) 
                                                                             ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: In member function ‘virtual uses_port* Superv_Component_i::create_uses_data_and_control_port(const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:108:3: warning: declaration of ‘port_type’ shadows a member of ‘Superv_Component_i’ [-Wshadow]
   {return NULL;}
   ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:38:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_interface.hxx:160:8: note: shadowed declaration is here
   enum port_type {uses, provides, none};
        ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27:0,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: At global scope:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:107:69: warning: unused parameter ‘port_type’ [-Wunused-parameter]
   virtual uses_port * create_uses_data_and_control_port(const char* port_type)
                                                                     ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:269:65: warning: unused parameter ‘service_name’ [-Wunused-parameter]
   virtual CORBA::Boolean init_service_with_multiple(const char* service_name,
                                                                 ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:270:107: warning: unused parameter ‘params’ [-Wunused-parameter]
                                                     const Engines::Superv_Component::seq_multiple_param & params)
                                                                                                           ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx: In member function ‘SpecificPortType* Superv_Component_i::add_port(const char*, const char*, const char*)’:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:321:71: warning: declaration of ‘port_type’ shadows a member of ‘Superv_Component_i’ [-Wshadow]
   throw (PortAlreadyDefined, BadFabType, BadType, BadCast, BadProperty)
                                                                       ^
In file included from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_i.hxx:38:0,
                 from /home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Superv_Component_i.hxx:30,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx:27,
                 from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:23:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/DSC_interface.hxx:160:8: note: shadowed declaration is here
   enum port_type {uses, provides, none};
        ^
In file included from /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:27:0:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx: At global scope:
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx:32:46: warning: unused parameter ‘service_name’ [-Wunused-parameter]
     CORBA::Boolean init_service(const char * service_name){return true;};
                                              ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx:33:59: warning: unused parameter ‘service_name’ [-Wunused-parameter]
     CORBA::Boolean init_service_with_multiple(const char* service_name,
                                                           ^
/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome/Calcium.hxx:34:101: warning: unused parameter ‘params’ [-Wunused-parameter]
                                               const Engines::Superv_Component::seq_multiple_param & params)
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:78:26: warning: unused parameter ‘theSigId’ [-Wunused-parameter]
 static void THandler(int theSigId)
                          ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx: In member function ‘virtual CORBA::Boolean FSI_MILIEU_i::init_service(const char*)’:
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:208:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:208:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:208:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:208:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ALMAXI",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:209:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:209:60: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:209:85: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:209:98: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                  ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:210:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:210:60: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:210:85: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:210:98: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                  ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:211:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:211:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:211:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:211:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:212:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"VITAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:212:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"VITAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:212:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"VITAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:212:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"VITAST",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:213:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:213:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:213:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:213:99: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORSAT",(char *)"CALCIUM_double",(char *)"IN",(char *)"I");
                                                                                                   ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:214:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:214:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:214:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:214:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DONGEO",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:215:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:215:58: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                          ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:215:84: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:215:97: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICV",(char *)"CALCIUM_integer",(char *)"IN",(char *)"I");
                                                                                                 ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:217:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:217:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:217:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:217:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DTCALC",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:218:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:218:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:218:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:218:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"EPSILO",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:219:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:219:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:219:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:219:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"TTINIT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:220:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:220:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:220:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:220:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"PDTREF",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:221:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:221:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:221:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:221:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"DEPSAT",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:222:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORAST",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:222:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORAST",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:222:86: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORAST",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                      ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:222:100: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"FORAST",(char *)"CALCIUM_double",(char *)"OUT",(char *)"I");
                                                                                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:223:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:223:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:223:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:223:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBPDTM",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:224:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:224:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:224:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:224:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NBSSIT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:225:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ISYNCP",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:225:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ISYNCP",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:225:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ISYNCP",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:225:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ISYNCP",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:226:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NTCHRO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:226:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NTCHRO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:226:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NTCHRO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:226:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NTCHRO",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:227:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:227:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:227:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:227:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVEXT",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:228:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVAST",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:228:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVAST",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:228:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVAST",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:228:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"ICVAST",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:229:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_DYN",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:229:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_DYN",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:229:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_DYN",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:229:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_DYN",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:230:44: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_FOR",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                            ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:230:61: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_FOR",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:230:87: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_FOR",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                       ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:230:101: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers [-Wcast-qual]
           create_calcium_port(this,(char *)"NB_FOR",(char *)"CALCIUM_integer",(char *)"OUT",(char *)"I");
                                                                                                     ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx: In function ‘void yacsinit()’:
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:339:40: warning: declaration of ‘pman’ shadows a previous local [-Wshadow]
         PortableServer::POAManager_var pman = poa->the_POAManager();
                                        ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:332:36: note: shadowed declaration is here
     PortableServer::POAManager_var pman;
                                    ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx: At global scope:
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:78:13: warning: ‘void THandler(int)’ defined but not used [-Wunused-function]
 static void THandler(int theSigId)
             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:86:13: warning: ‘void terminateHandler()’ defined but not used [-Wunused-function]
 static void terminateHandler(void)
             ^
/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx:93:13: warning: ‘void unexpectedHandler()’ defined but not used [-Wunused-function]
 static void unexpectedHandler(void)
             ^
mv -f .deps/libFSI_MILIEUEngine_la-FSI_MILIEU.Tpo .deps/libFSI_MILIEUEngine_la-FSI_MILIEU.Plo
/bin/bash ../../../../libtool  --tag=CXX   --mode=link /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -I../../../../salome/fsi_coupling/idl  -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu -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 libFSI_MILIEUEngine.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome libFSI_MILIEUEngine_la-FSI_MILIEU.lo  ../../../../salome/fsi_coupling/libmilieu/libmilieu.la ../../../../salome/fsi_coupling/idl/libSalomeIDLFSI.la -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz    -ldl
libtool: link: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/libFSI_MILIEUEngine_la-FSI_MILIEU.o   -Wl,-rpath -Wl,/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu/.libs -Wl,-rpath -Wl,/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl/.libs -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib ../../../../salome/fsi_coupling/libmilieu/.libs/libmilieu.so ../../../../salome/fsi_coupling/idl/.libs/libSalomeIDLFSI.so -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz -ldl -L/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -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/../../.. /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi_cxx.so /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib/libmpi.so -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libFSI_MILIEUEngine.so.0 -o .libs/libFSI_MILIEUEngine.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libFSI_MILIEUEngine.so.0" && ln -s "libFSI_MILIEUEngine.so.0.0.0" "libFSI_MILIEUEngine.so.0")
libtool: link: (cd ".libs" && rm -f "libFSI_MILIEUEngine.so" && ln -s "libFSI_MILIEUEngine.so.0.0.0" "libFSI_MILIEUEngine.so")
libtool: link: ( cd ".libs" && rm -f "libFSI_MILIEUEngine.la" && ln -s "../libFSI_MILIEUEngine.la" "libFSI_MILIEUEngine.la" )
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome'
Making all in po
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/po'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/po'
Making all in docs
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs'
Making all in refcard
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
Making all in theory
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
Making all in user
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
Making all in install
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
Making all in developer
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
Making all in autovnv
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
Making all in doxygen
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs'
Making all in gui
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui'
Making all in Base
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
/usr/bin/pyuic4 -o BrowserForm.py /home/jbl/code_saturne-4.2.1/gui/Base/BrowserForm.ui
/usr/bin/pyuic4 -o CommandMgrLinesDisplayedDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Base/CommandMgrLinesDisplayedDialogForm.ui
/usr/bin/pyuic4 -o CommandMgrDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Base/CommandMgrDialogForm.ui
/usr/bin/pyuic4 -o IdForm.py /home/jbl/code_saturne-4.2.1/gui/Base/IdForm.ui
/usr/bin/pyuic4 -o MainForm.py /home/jbl/code_saturne-4.2.1/gui/Base/MainForm.ui
/usr/bin/pyuic4 -o NewCaseDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Base/NewCaseDialogForm.ui
/usr/bin/pyrcc4 -py`/usr/bin/python --version 2>&1 | cut -c 8` -o resource_base_rc.py /home/jbl/code_saturne-4.2.1/gui/Base/resource_base.qrc
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
Making all in Pages
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
/usr/bin/pyuic4 -o AnalysisFeaturesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/AnalysisFeaturesForm.ui
/usr/bin/pyuic4 -o AtmosphericFlowsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/AtmosphericFlowsForm.ui
/usr/bin/pyuic4 -o BatchRunningAdvancedOptionsDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui
/usr/bin/pyuic4 -o BatchRunningDebugOptionsHelpDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BatchRunningDebugOptionsHelpDialogForm.ui
/usr/bin/pyuic4 -o BatchRunningForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BatchRunningForm.ui
/usr/bin/pyuic4 -o BatchRunningStopByIterationDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BatchRunningStopByIterationDialogForm.ui
/usr/bin/pyuic4 -o BodyForcesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BodyForcesForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsCoalInletForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsCoalInletForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsCompressibleOutletForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsCompressibleOutletForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsElectricalForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsElectricalForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsExternalHeadLossesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsExternalHeadLossesForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsMeteoForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsMeteoForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsMobileMeshForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsMobileMeshForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsPressureForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsPressureForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsRoughWallForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsRoughWallForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsScalarsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsScalarsForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsSlidingWallForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsSlidingWallForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsTurbulenceInletForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsTurbulenceInletForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsVelocityInletForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsVelocityInletForm.ui
/usr/bin/pyuic4 -o BoundaryConditionsWallRadiativeTransferForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsWallRadiativeTransferForm.ui
/usr/bin/pyuic4 -o CoalCombustionForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/CoalCombustionForm.ui
/usr/bin/pyuic4 -o CompressibleForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/CompressibleForm.ui
/usr/bin/pyuic4 -o ConjugateHeatTransferForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/ConjugateHeatTransferForm.ui
/usr/bin/pyuic4 -o CoriolisSourceTermsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/CoriolisSourceTermsForm.ui
/usr/bin/pyuic4 -o DarcyForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/DarcyForm.ui
/usr/bin/pyuic4 -o DarcyLawForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/DarcyLawForm.ui
/usr/bin/pyuic4 -o DefineUserScalarsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/DefineUserScalarsForm.ui
/usr/bin/pyuic4 -o ElectricalForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/ElectricalForm.ui
/usr/bin/pyuic4 -o FacesSelectionForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/FacesSelectionForm.ui
/usr/bin/pyuic4 -o FluidCharacteristicsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/FluidCharacteristicsForm.ui
/usr/bin/pyuic4 -o FluidStructureInteractionAdvancedOptionsDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/FluidStructureInteractionAdvancedOptionsDialogForm.ui
/usr/bin/pyuic4 -o FluidStructureInteractionForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/FluidStructureInteractionForm.ui
/usr/bin/pyuic4 -o GasCombustionForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/GasCombustionForm.ui
/usr/bin/pyuic4 -o HeadLossesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/HeadLossesForm.ui
/usr/bin/pyuic4 -o IdentityAndPathesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/IdentityAndPathesForm.ui
/usr/bin/pyuic4 -o InitializationForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/InitializationForm.ui
/usr/bin/pyuic4 -o LagrangianAdvancedOptionsDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianAdvancedOptionsDialogForm.ui
/usr/bin/pyuic4 -o LagrangianBoundariesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianBoundariesForm.ui
/usr/bin/pyuic4 -o LagrangianForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianForm.ui
/usr/bin/pyuic4 -o LagrangianOutputForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianOutputForm.ui
/usr/bin/pyuic4 -o LagrangianStatisticsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianStatisticsForm.ui
/usr/bin/pyuic4 -o LocalizationForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/LocalizationForm.ui
/usr/bin/pyuic4 -o MeshQualityCriteriaLogDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/MeshQualityCriteriaLogDialogForm.ui
/usr/bin/pyuic4 -o MobileMeshForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/MobileMeshForm.ui
/usr/bin/pyuic4 -o NumericalParamEquationForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/NumericalParamEquationForm.ui
/usr/bin/pyuic4 -o NumericalParamGlobalForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/NumericalParamGlobalForm.ui
/usr/bin/pyuic4 -o OutputControlForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputControlForm.ui
/usr/bin/pyuic4 -o OutputSurfacicVariablesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputSurfacicVariablesForm.ui
/usr/bin/pyuic4 -o OutputVolumicVariablesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputVolumicVariablesForm.ui
/usr/bin/pyuic4 -o PerformanceTuningForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/PerformanceTuningForm.ui
/usr/bin/pyuic4 -o PorosityForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/PorosityForm.ui
/usr/bin/pyuic4 -o ProfilesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/ProfilesForm.ui
/usr/bin/pyuic4 -o QMeiEditorForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/QMeiEditorForm.ui
/usr/bin/pyuic4 -o ReferenceValuesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/ReferenceValuesForm.ui
/usr/bin/pyuic4 -o SolutionDomainForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/SolutionDomainForm.ui
/usr/bin/pyuic4 -o SourceTermsForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/SourceTermsForm.ui
/usr/bin/pyuic4 -o StartRestartAdvancedDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/StartRestartAdvancedDialogForm.ui
/usr/bin/pyuic4 -o StartRestartForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/StartRestartForm.ui
/usr/bin/pyuic4 -o SteadyManagementForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/SteadyManagementForm.ui
/usr/bin/pyuic4 -o ThermalRadiationAdvancedDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/ThermalRadiationAdvancedDialogForm.ui
/usr/bin/pyuic4 -o ThermalRadiationForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/ThermalRadiationForm.ui
/usr/bin/pyuic4 -o ThermalScalarForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/ThermalScalarForm.ui
/usr/bin/pyuic4 -o TimeAveragesForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/TimeAveragesForm.ui
/usr/bin/pyuic4 -o TimeStepForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/TimeStepForm.ui
/usr/bin/pyuic4 -o TurboMachineryForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/TurboMachineryForm.ui
/usr/bin/pyuic4 -o TurbulenceAdvancedOptionsDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/TurbulenceAdvancedOptionsDialogForm.ui
/usr/bin/pyuic4 -o TurbulenceForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/TurbulenceForm.ui
/usr/bin/pyuic4 -o VerifyExistenceLabelDialogForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/VerifyExistenceLabelDialogForm.ui
/usr/bin/pyuic4 -o WelcomeForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/WelcomeForm.ui
/usr/bin/pyuic4 -o XMLEditorForm.py /home/jbl/code_saturne-4.2.1/gui/Pages/XMLEditorForm.ui
/usr/bin/pyrcc4 -py`/usr/bin/python --version 2>&1 | cut -c 8` -o resources_pages_rc.py /home/jbl/code_saturne-4.2.1/gui/Pages/resources_pages.qrc
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui'
Making all in tests
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/tests'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build'
Making install in .
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build'
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin"
 /usr/bin/install -c bin/code_saturne '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/extras/code_saturne.cfg.template '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/autovnv" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/autovnv"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/bin/autovnv/Command.py /home/jbl/code_saturne-4.2.1/bin/autovnv/Drawing.py /home/jbl/code_saturne-4.2.1/bin/autovnv/__init__.py /home/jbl/code_saturne-4.2.1/bin/autovnv/Parser.py /home/jbl/code_saturne-4.2.1/bin/autovnv/PlotVTK.py /home/jbl/code_saturne-4.2.1/bin/autovnv/Study.py /home/jbl/code_saturne-4.2.1/bin/autovnv/TexMaker.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/autovnv'
Byte-compiling python modules...
Command.pyDrawing.py__init__.pyParser.pyPlotVTK.pyStudy.pyTexMaker.py
Byte-compiling python modules (optimized versions) ...
Command.pyDrawing.py__init__.pyParser.pyPlotVTK.pyStudy.pyTexMaker.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc/bash_completion.d" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc/bash_completion.d"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/extras/bash_completion/code_saturne '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc/bash_completion.d'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/batch" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/batch"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/extras/batch/batch.CCC /home/jbl/code_saturne-4.2.1/extras/batch/batch.LOADL /home/jbl/code_saturne-4.2.1/extras/batch/batch.LOADL_BG /home/jbl/code_saturne-4.2.1/extras/batch/batch.LSF /home/jbl/code_saturne-4.2.1/extras/batch/batch.OAR /home/jbl/code_saturne-4.2.1/extras/batch/batch.PBS /home/jbl/code_saturne-4.2.1/extras/batch/batch.SGE /home/jbl/code_saturne-4.2.1/extras/batch/batch.SLURM /home/jbl/code_saturne-4.2.1/extras/batch/batch.SLURM_BGQ '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/batch'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/data/thch" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/data/thch"
tar xvJf "/home/jbl/code_saturne-4.2.1/data/thch/dp_radiat_MFS.tar.xz" -C "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/data/thch"
dp_radiat_MFS
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/bin/cs_user_scripts.py /home/jbl/code_saturne-4.2.1/COPYING '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne"
 /usr/bin/install -c /home/jbl/code_saturne-4.2.1/bin/runcase_mpi_rank '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/bin/__init__.py /home/jbl/code_saturne-4.2.1/bin/cs_autovnv.py /home/jbl/code_saturne-4.2.1/bin/cs_batch.py /home/jbl/code_saturne-4.2.1/bin/cs_bdiff.py /home/jbl/code_saturne-4.2.1/bin/cs_bdump.py /home/jbl/code_saturne-4.2.1/bin/cs_case.py /home/jbl/code_saturne-4.2.1/bin/cs_case_domain.py /home/jbl/code_saturne-4.2.1/bin/cs_case_coupling.py /home/jbl/code_saturne-4.2.1/bin/cs_compile.py /home/jbl/code_saturne-4.2.1/bin/cs_create.py /home/jbl/code_saturne-4.2.1/bin/cs_debug_wrapper.py /home/jbl/code_saturne-4.2.1/bin/cs_exec_environment.py /home/jbl/code_saturne-4.2.1/bin/cs_gui.py /home/jbl/code_saturne-4.2.1/bin/cs_info.py /home/jbl/code_saturne-4.2.1/bin/cs_run.py /home/jbl/code_saturne-4.2.1/bin/cs_runcase.py /home/jbl/code_saturne-4.2.1/bin/cs_salome.py /home/jbl/code_saturne-4.2.1/bin/cs_script.py /home/jbl/code_saturne-4.2.1/bin/cs_submit.py /home/jbl/code_saturne-4.2.1/bin/cs_xml_reader.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne'
Byte-compiling python modules...
__init__.pycs_autovnv.pycs_batch.pycs_bdiff.pycs_bdump.pycs_case.pycs_case_domain.pycs_case_coupling.pycs_compile.pycs_create.pycs_debug_wrapper.pycs_exec_environment.pycs_gui.pycs_info.pycs_run.pycs_runcase.pycs_salome.pycs_script.pycs_submit.pycs_xml_reader.py
Byte-compiling python modules (optimized versions) ...
__init__.pycs_autovnv.pycs_batch.pycs_bdiff.pycs_bdump.pycs_case.pycs_case_domain.pycs_case_coupling.pycs_compile.pycs_create.pycs_debug_wrapper.pycs_exec_environment.pycs_gui.pycs_info.pycs_run.pycs_runcase.pycs_salome.pycs_script.pycs_submit.pycs_xml_reader.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/extras/salome/fsi_yacs_scheme.xml /home/jbl/code_saturne-4.2.1/extras/salome/fsi.export '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/salome'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/man/man1" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/man/man1"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/docs/manpages/code_saturne.1 '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/man/man1'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne"
/bin/mkdir -p '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/data/thch'
 /usr/bin/install -c -m 644  /home/jbl/code_saturne-4.2.1/data/thch/dp_C3P /home/jbl/code_saturne-4.2.1/data/thch/dp_C3PSJ /home/jbl/code_saturne-4.2.1/data/thch/dp_C4P /home/jbl/code_saturne-4.2.1/data/thch/dp_ELE /home/jbl/code_saturne-4.2.1/data/thch/dp_FCP.xml /home/jbl/code_saturne-4.2.1/data/thch/dp_FUE /home/jbl/code_saturne-4.2.1/data/thch/dp_radiat_ADF50 /home/jbl/code_saturne-4.2.1/data/thch/dp_radiat_ADF8 /home/jbl/code_saturne-4.2.1/data/thch/dp_radiat_Planck_CO2 /home/jbl/code_saturne-4.2.1/data/thch/dp_radiat_Planck_H2O /home/jbl/code_saturne-4.2.1/data/thch/dp_radiat_wave /home/jbl/code_saturne-4.2.1/data/thch/dp_transfo /home/jbl/code_saturne-4.2.1/data/thch/JANAF /home/jbl/code_saturne-4.2.1/data/thch/meteo '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/data/thch'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 cs_config.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne"
 /usr/bin/install -c -m 644 bin/cs_config.py bin/cs_package.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne'
Byte-compiling python modules...
cs_config.pycs_package.py
Byte-compiling python modules (optimized versions) ...
cs_config.pycs_package.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc/salome"
 /usr/bin/install -c -m 644 extras/salome/fsi_appli_config.xml '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/etc/salome'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build'
Making install in libple
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
Making install in src
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libple.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib'
libtool: install: /usr/bin/install -c .libs/libple.so.1.0.0 /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/libple.so.1.0.0
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib && { ln -s -f libple.so.1.0.0 libple.so.1 || { rm -f libple.so.1 && ln -s libple.so.1.0.0 libple.so.1; }; })
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib && { ln -s -f libple.so.1.0.0 libple.so || { rm -f libple.so && ln -s libple.so.1.0.0 libple.so; }; })
libtool: install: /usr/bin/install -c .libs/libple.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/libple.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/libple/src/ple_coupling.h /home/jbl/code_saturne-4.2.1/libple/src/ple_defs.h /home/jbl/code_saturne-4.2.1/libple/src/ple_locator.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
Making install in tests
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
Making install in doc
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
Making install in doxygen
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
Making install in po
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/po'
installing /home/jbl/code_saturne-4.2.1/libple/po/fr.gmo as /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale/fr/LC_MESSAGES/ple.mo
if test "ple" = "gettext-tools"; then \
  /bin/mkdir -p /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/libple/po/$file \
		    /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/po'
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin"
 /usr/bin/install -c ple-config '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/bin'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/man/man1" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/man/man1"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/libple/doc/manpages/ple-config.1 '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/man/man1'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include"
 /usr/bin/install -c -m 644 ple_config.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include'
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'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple'
Making install in preprocessor
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
Making install in base
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
Making install in pre-post
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib"
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne"
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
Making install in util
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
Making install in appli
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne"
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c cs_preprocess '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne'
libtool: install: /usr/bin/install -c cs_preprocess /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne/cs_preprocess
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-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'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
Making install in src
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src'
Making install in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 paramx.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 mesh.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 field.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 field_operator.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 alaste.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 albase.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 alstru.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cavitation.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cplsat.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cstphy.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cstnum.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 dimens.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 entsor.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 ihmpre.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_c_bindings.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_f_interfaces.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_nz_condensation.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_nz_tagmr.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_tagmr.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_tagms.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 numvar.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 optcal.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 parall.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 period.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 pointe.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 post.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 rotation.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 atincl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 atsoil.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 atchem.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 atimbr.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 siream.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 spefun.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cfpoin.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_cf_bindings.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_coal_incl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cs_fuel_incl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 cpincl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 ctincl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 elincl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 lagdim.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 lagpar.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 lagran.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 ppcpfu.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 ppincl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 ppppar.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 ppthch.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 coincl.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 radiat.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 vorinc.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 ptrglo.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 darcy_module.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 turbomachinery.mod '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
Making install in bft
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/bft/bft_backtrace.h /home/jbl/code_saturne-4.2.1/src/bft/bft_error.h /home/jbl/code_saturne-4.2.1/src/bft/bft_mem.h /home/jbl/code_saturne-4.2.1/src/bft/bft_mem_usage.h /home/jbl/code_saturne-4.2.1/src/bft/bft_printf.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
Making install in fvm
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib"
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne"
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   fvm_medcoupling.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne'
libtool: install: /usr/bin/install -c .libs/fvm_medcoupling.so /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne/fvm_medcoupling.so
libtool: install: /usr/bin/install -c .libs/fvm_medcoupling.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne/fvm_medcoupling.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/fvm/fvm_defs.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_group.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_io_num.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_neighborhood.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_append.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_extrude.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_from_desc.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_order.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_project.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_triangulate.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_nodal_extract.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_periodicity.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_point_location.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_selector.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_trace.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_triangulate.h /home/jbl/code_saturne-4.2.1/src/fvm/fvm_writer.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
Making install in mei
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make  install-am
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/mei/mei_evaluate.h /home/jbl/code_saturne-4.2.1/src/mei/mei_hash_table.h /home/jbl/code_saturne-4.2.1/src/mei/mei_node.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
Making install in gui
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/gui/cs_gui.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_boundary_conditions.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_conjugate_heat_transfer.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mesh.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_mobile_mesh.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_output.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_particles.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_radiative_transfer.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_specific_physics.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_util.h /home/jbl/code_saturne-4.2.1/src/gui/cs_gui_variables.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
Making install in base
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/base'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/base'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib"
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne"
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/base/cs_ale.h /home/jbl/code_saturne-4.2.1/src/base/cs_all_to_all.h /home/jbl/code_saturne-4.2.1/src/base/cs_array_reduce.h /home/jbl/code_saturne-4.2.1/src/base/cs_assert.h /home/jbl/code_saturne-4.2.1/src/base/cs_ast_coupling.h /home/jbl/code_saturne-4.2.1/src/base/cs_base.h /home/jbl/code_saturne-4.2.1/src/base/cs_base_fortran.h /home/jbl/code_saturne-4.2.1/src/base/cs_block_dist.h /home/jbl/code_saturne-4.2.1/src/base/cs_block_to_part.h /home/jbl/code_saturne-4.2.1/src/base/cs_boundary_conditions.h /home/jbl/code_saturne-4.2.1/src/base/cs_calcium.h /home/jbl/code_saturne-4.2.1/src/base/cs_control.h /home/jbl/code_saturne-4.2.1/src/base/cs_coupling.h /home/jbl/code_saturne-4.2.1/src/base/cs_crystal_router.h /home/jbl/code_saturne-4.2.1/src/base/cs_defs.h /home/jbl/code_saturne-4.2.1/src/base/cs_ext_neighborhood.h /home/jbl/code_saturne-4.2.1/src/base/cs_fan.h /home/jbl/code_saturne-4.2.1/src/base/cs_file.h /home/jbl/code_saturne-4.2.1/src/base/cs_field.h /home/jbl/code_saturne-4.2.1/src/base/cs_field_pointer.h /home/jbl/code_saturne-4.2.1/src/base/cs_field_operator.h /home/jbl/code_saturne-4.2.1/src/base/cs_fp_exception.h /home/jbl/code_saturne-4.2.1/src/base/cs_halo.h /home/jbl/code_saturne-4.2.1/src/base/cs_halo_perio.h /home/jbl/code_saturne-4.2.1/src/base/cs_interface.h /home/jbl/code_saturne-4.2.1/src/base/cs_io.h /home/jbl/code_saturne-4.2.1/src/base/cs_log.h /home/jbl/code_saturne-4.2.1/src/base/cs_log_iteration.h /home/jbl/code_saturne-4.2.1/src/base/cs_log_setup.h /home/jbl/code_saturne-4.2.1/src/base/cs_map.h /home/jbl/code_saturne-4.2.1/src/base/cs_math.h /home/jbl/code_saturne-4.2.1/src/base/cs_measures_util.h /home/jbl/code_saturne-4.2.1/src/base/cs_numbering.h /home/jbl/code_saturne-4.2.1/src/base/cs_opts.h /home/jbl/code_saturne-4.2.1/src/base/cs_order.h /home/jbl/code_saturne-4.2.1/src/base/cs_parameters.h /home/jbl/code_saturne-4.2.1/src/base/cs_parall.h /home/jbl/code_saturne-4.2.1/src/base/cs_part_to_block.h /home/jbl/code_saturne-4.2.1/src/base/cs_physical_constants.h /home/jbl/code_saturne-4.2.1/src/base/cs_physical_properties.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/base/cs_post.h /home/jbl/code_saturne-4.2.1/src/base/cs_post_default.h /home/jbl/code_saturne-4.2.1/src/base/cs_preprocess.h /home/jbl/code_saturne-4.2.1/src/base/cs_preprocessor_data.h /home/jbl/code_saturne-4.2.1/src/base/cs_prototypes.h /home/jbl/code_saturne-4.2.1/src/base/cs_renumber.h /home/jbl/code_saturne-4.2.1/src/base/cs_resource.h /home/jbl/code_saturne-4.2.1/src/base/cs_restart.h /home/jbl/code_saturne-4.2.1/src/base/cs_restart_default.h /home/jbl/code_saturne-4.2.1/src/base/cs_rotation.h /home/jbl/code_saturne-4.2.1/src/base/cs_sat_coupling.h /home/jbl/code_saturne-4.2.1/src/base/cs_search.h /home/jbl/code_saturne-4.2.1/src/base/cs_selector.h /home/jbl/code_saturne-4.2.1/src/base/cs_sort.h /home/jbl/code_saturne-4.2.1/src/base/cs_stokes_model.h /home/jbl/code_saturne-4.2.1/src/base/cs_syr4_coupling.h /home/jbl/code_saturne-4.2.1/src/base/cs_syr_coupling.h /home/jbl/code_saturne-4.2.1/src/base/cs_system_info.h /home/jbl/code_saturne-4.2.1/src/base/cs_thermal_model.h /home/jbl/code_saturne-4.2.1/src/base/cs_time_moment.h /home/jbl/code_saturne-4.2.1/src/base/cs_time_plot.h /home/jbl/code_saturne-4.2.1/src/base/cs_time_step.h /home/jbl/code_saturne-4.2.1/src/base/cs_timer.h /home/jbl/code_saturne-4.2.1/src/base/cs_timer_stats.h /home/jbl/code_saturne-4.2.1/src/base/cs_tpar1d.h /home/jbl/code_saturne-4.2.1/src/base/cs_turbomachinery.h /home/jbl/code_saturne-4.2.1/src/base/cs_wall_functions.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/base'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/base'
Making install in cdo
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/cdo/cs_advection_field.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_bc.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_connect.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_main.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_quantities.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdo_toolbox.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdofb_scaleq.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_advection.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_diffusion.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_cdovb_scaleq.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_domain.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_equation.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_equation_priv.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_evaluate.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_groundwater.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_hodge.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_param.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_property.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_quadrature.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_reco.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_sla.h /home/jbl/code_saturne-4.2.1/src/cdo/cs_walldistance.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
Making install in pprt
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
Making install in alge
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/alge/cs_benchmark.h /home/jbl/code_saturne-4.2.1/src/alge/cs_blas.h /home/jbl/code_saturne-4.2.1/src/alge/cs_balance_by_zone.h /home/jbl/code_saturne-4.2.1/src/alge/cs_convection_diffusion.h /home/jbl/code_saturne-4.2.1/src/alge/cs_face_viscosity.h /home/jbl/code_saturne-4.2.1/src/alge/cs_divergence.h /home/jbl/code_saturne-4.2.1/src/alge/cs_gradient.h /home/jbl/code_saturne-4.2.1/src/alge/cs_gradient_perio.h /home/jbl/code_saturne-4.2.1/src/alge/cs_grid.h /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix.h /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_building.h /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_default.h /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_priv.h /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_tuning.h /home/jbl/code_saturne-4.2.1/src/alge/cs_matrix_util.h /home/jbl/code_saturne-4.2.1/src/alge/cs_multigrid.h /home/jbl/code_saturne-4.2.1/src/alge/cs_sles.h /home/jbl/code_saturne-4.2.1/src/alge/cs_sles_default.h /home/jbl/code_saturne-4.2.1/src/alge/cs_sles_it.h /home/jbl/code_saturne-4.2.1/src/alge/cs_sles_pc.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
Making install in mesh
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/mesh/cs_join.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_intersect.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_merge.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_mesh.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_perio.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_post.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_set.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_split.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_update.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_join_util.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_bad_cells.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_builder.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_coherency.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_connect.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_from_builder.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_halo.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_location.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quality.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_quantities.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_save.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_thinwall.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_to_builder.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_warping.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_mesh_smoother.h /home/jbl/code_saturne-4.2.1/src/mesh/cs_partition.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
Making install in turb
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/turb/cs_les_filter.h /home/jbl/code_saturne-4.2.1/src/turb/cs_les_inflow.h /home/jbl/code_saturne-4.2.1/src/turb/cs_turbulence_bc.h /home/jbl/code_saturne-4.2.1/src/turb/cs_turbulence_model.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
Making install in darc
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
Making install in atmo
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/atmo/cs_at_plugin.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
Making install in cfbl
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/cfbl/cs_cf_thermo.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
Making install in cogz
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
Making install in comb
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
Making install in ctwr
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_air_props.h /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr.h /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_halo.h /home/jbl/code_saturne-4.2.1/src/ctwr/cs_ctwr_mesh.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
Making install in elec
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
Making install in lagr
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_clogging.h /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_roughness.h /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_dlvo.h /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_extract.h /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_perio.h /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_restart.h /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_tracking.h /home/jbl/code_saturne-4.2.1/src/lagr/cs_lagr_utils.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
Making install in rayt
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/rayt/cs_radiation_solver.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/code_saturne'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
Making install in user
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/user/cs_user_atmospheric_model.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_mass_source_terms.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_numerics.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_cdo_extra_op.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_coupling.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_fluid_structure_interaction.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_head_losses.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_initialization.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_les_inflow.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_mass_source_terms.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_mesh.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_metal_structures_source_terms.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_particle_tracking.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_performance_tuning.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_physical_properties.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_postprocess_var.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_porosity.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_radiative_transfer_bcs.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_solver.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_source_terms.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_turbomachinery.c /home/jbl/code_saturne-4.2.1/src/user/cs_user_boundary_conditions_ale.f90 /home/jbl/code_saturne-4.2.1/src/user/usatch.f90 /home/jbl/code_saturne-4.2.1/src/user/usctdz.f90 /home/jbl/code_saturne-4.2.1/src/user/uselrc.f90 /home/jbl/code_saturne-4.2.1/src/user/ushist.f90 /home/jbl/code_saturne-4.2.1/src/user/uslaen.f90 /home/jbl/code_saturne-4.2.1/src/user/uslag1.f90 /home/jbl/code_saturne-4.2.1/src/user/uslag2.f90 /home/jbl/code_saturne-4.2.1/src/user/uspt1d.f90 /home/jbl/code_saturne-4.2.1/src/user/usthht.f90 /home/jbl/code_saturne-4.2.1/src/user/usvort.f90 /home/jbl/code_saturne-4.2.1/src/user/usvosy.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_modules.f90 '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user'
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/user/cs_user_parameters.f90 /home/jbl/code_saturne-4.2.1/src/user/cs_user_extra_operations.f90 '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user'
make  install-data-hook
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user'
cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user && \
f90_user_files=`ls *.f90 2>/dev/null`; \
stubvers="^\!VERS\n"; \
version1="\!                      Code_Saturne version 4.2.1\n"; \
version2="\!                      --------------------------"; \
comment1="^\! TEST_TO_REMOVE_FOR_USE_OF_SUBROUTINE_START"; \
comment2="^\! TEST_TO_REMOVE_FOR_USE_OF_SUBROUTINE_END"; \
for file in ${f90_user_files}; do \
  /bin/sed -e "N;s/${stubvers}/${version1}${version2}/" < "${file}" | \
  /bin/sed -e "/${comment1}/,/${comment2}/d" > "${file}.tmp" && \
  mv "${file}.tmp" "${file}"; \
done ;\
c_user_files=`ls *.c 2>/dev/null`; \
stubvers="\/\* VERS \*\/"; \
version="\/\* Code_Saturne version 4.2.1 \*\/"; \
comment="\/\* REMOVE_LINE_FOR_USE_OF_SUBROUTINE \*\/"; \
for file in ${c_user_files}; do \
  /bin/sed -e "N;s/${stubvers}/${version}/" < "${file}" | \
  /bin/sed -e "/${comment}/d" > "${file}.tmp" && \
  mv "${file}.tmp" "${file}"; \
done
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user'
Making install in user_examples
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user_examples" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user_examples"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions_ale-base.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-advanced.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-atmospheric.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-auto_inlet_profile.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-mapped_inlet.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-base.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-compressible.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-cooling_towers.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-electric_arcs_ieljou_3_or_4.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-fuel.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_3ptchem.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_ebu.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-gas_libby_williams.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-pulverized_coal_lagrangian.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_conditions-richards.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-condensation.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_boundary_mass_source_terms-nzones_condensation.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-condif.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo-groundwater.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_extra_op-verif-diffusion.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_cdo_numerics-examples.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-energy_balance.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-extract_1d_profile.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-force_temperature.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-global_efforts.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-nusselt_calculation.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-parallel_operations.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-richards_flux.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance_by_zone.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_extra_operations-scalar_balance.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_head_losses.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-atmospheric.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-base.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-compressible.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-cooling_towers.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-electric_arcs.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-fuel.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_3ptchem.f90 '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user_examples'
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_ebu.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-gas_libby_williams.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-pulverized_coal.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-richards.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-time_step.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_initialization-unified_combustion_coal.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_lagrangian_particle_tracking_module.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_les_inflow-base.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mass_source_terms.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_mesh-groups_from_free_faces.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_metal_structures_source_terms-condensation.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-cavitation.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-base.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-fans.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-linear_solvers.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-output.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-richards.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_parameters-time_moments.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-coal_drift.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-compressible_flow.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_sat.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-richards_unsat.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_physical_properties-scalar_drift.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_porosity.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_postprocess-sfc.c /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_radiative_transfer_bcs.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-richards_decay.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/cs_user_source_terms-scalar_in_a_channel.f90 /home/jbl/code_saturne-4.2.1/src/user_examples/usatch_4spe5reac.f90 '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user_examples'
make  install-data-hook
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/user_examples && \
f90_user_examples=`ls *.f90 2>/dev/null`; \
stubvers="^\!VERS\n"; \
version1="\!                      Code_Saturne version 4.2.1\n"; \
version2="\!                      --------------------------"; \
for file in ${f90_user_examples}; do \
  /bin/sed -e "N;s/${stubvers}/${version1}${version2}/" < "${file}" > "${file}.tmp" && \
  mv "${file}.tmp" "${file}"; \
done ;\
c_user_examples=`ls *.c 2>/dev/null`; \
stubvers="\/\* VERS \*\/"; \
version="\/\* Code_Saturne version 4.2.1 \*\/"; \
for file in ${c_user_examples}; do \
  /bin/sed -e "N;s/${stubvers}/${version}/" < "${file}" > "${file}.tmp" && \
  mv "${file}.tmp" "${file}"; \
done
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
Making install in apps
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib"
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libsaturne.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib'
libtool: install: warning: relinking `libsaturne.la'
libtool: install: (cd /home/jbl/code_saturne-4.2.1.build/src/apps; /bin/bash /home/jbl/code_saturne-4.2.1.build/libtool  --tag CC --mode=relink /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 -version 1:0:0 -O -Wl,-export-dynamic -fopenmp -o libsaturne.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib cs_solver.lo ../../src/fvm/libfvm_filters.la ../../src/base/libcsbase.la ../../src/base/libcscore.la ../../src/base/libcsrenumber.la ../../src/pprt/libcspprt.la ../../src/alge/libcsalge.la ../../src/mesh/libcsmesh.la ../../src/mesh/libcspartition.la ../../src/turb/libcsturb.la ../../src/atmo/libcsatmo.la ../../src/cdo/libcscdo.la ../../src/cfbl/libcscfbl.la ../../src/cogz/libcscogz.la ../../src/comb/libcscomb.la ../../src/ctwr/libcsctwr.la ../../src/darc/libcsdarc.la ../../src/elec/libcselec.la ../../src/gui/libcsgui.la ../../src/lagr/libcslagr.la ../../src/rayt/libcsrayt.la ../../src/user/libcsuser.la ../../src/libcsmodules.la ../../src/mei/libmei.la ../../src/bft/libbft.la ../../libple/src/libple.la -L/usr/lib -R/usr/lib -lcgns -lmedC -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -lhdf5 -R/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -lparmetis -lmetis -lm -R/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -lptscotch -lscotch -lz -lm -R/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -lxml2 -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 -lnsl -lz -ldl )
libtool: relink: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicc -shared  .libs/cs_solver.o  -Wl,--whole-archive ../../src/fvm/.libs/libfvm_filters.a ../../src/base/.libs/libcsbase.a ../../src/base/.libs/libcscore.a ../../src/base/.libs/libcsrenumber.a ../../src/pprt/.libs/libcspprt.a ../../src/alge/.libs/libcsalge.a ../../src/mesh/.libs/libcsmesh.a ../../src/mesh/.libs/libcspartition.a ../../src/turb/.libs/libcsturb.a ../../src/atmo/.libs/libcsatmo.a ../../src/cdo/.libs/libcscdo.a ../../src/cfbl/.libs/libcscfbl.a ../../src/cogz/.libs/libcscogz.a ../../src/comb/.libs/libcscomb.a ../../src/ctwr/.libs/libcsctwr.a ../../src/darc/.libs/libcsdarc.a ../../src/elec/.libs/libcselec.a ../../src/gui/.libs/libcsgui.a ../../src/lagr/.libs/libcslagr.a ../../src/rayt/.libs/libcsrayt.a ../../src/user/.libs/libcsuser.a ../../src/.libs/libcsmodules.a ../../src/mei/.libs/libmei.a ../../src/bft/.libs/libbft.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/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 -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -L/usr/lib -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib -lple -lcgns -lmedC -lhdf5 -L/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -lparmetis -lmetis -L/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -lptscotch -lscotch -lxml2 -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 -lnsl -lz -ldl  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libsaturne.so.0 -o .libs/libsaturne.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libsaturne.so.0.0.0T /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/libsaturne.so.0.0.0
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib && { ln -s -f libsaturne.so.0.0.0 libsaturne.so.0 || { rm -f libsaturne.so.0 && ln -s libsaturne.so.0.0.0 libsaturne.so.0; }; })
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib && { ln -s -f libsaturne.so.0.0.0 libsaturne.so || { rm -f libsaturne.so && ln -s libsaturne.so.0.0.0 libsaturne.so; }; })
libtool: install: /usr/bin/install -c .libs/libsaturne.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/libsaturne.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne"
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c cs_io_dump cs_check_syntax '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne'
libtool: install: /usr/bin/install -c cs_io_dump /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne/cs_io_dump
libtool: install: /usr/bin/install -c cs_check_syntax /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne/cs_check_syntax
make  install-exec-hook
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
PYTHONPATH=../../bin \
/usr/bin/python -B /home/jbl/code_saturne-4.2.1/bin/cs_compile.py --mode=install \
--dest ""
Linking executable: /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne/cs_solver
/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -o /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/libexec/code_saturne/cs_solver -L/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib -L/usr/lib -L/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib -O -Wl,-export-dynamic -fopenmp -lsaturne -lple -lcgns -lmedC -lhdf5 -lparmetis -lmetis -lptscotch -lscotch -lz -lxml2 -lnsl -lz -ldl -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 -lquadmath -lm -Wl,-rpath -Wl,:/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/code_saturne:/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib:/home/jbl/syrthes4.3.0/extern-libraries/opt/hdf5-1.8.14/arch/Linux_x86_64/lib:/home/jbl/Code_Saturne/4.2.1/parmetis-4.0.3/arch/Linux_x86_64/lib:/home/jbl/Code_Saturne/4.2.1/scotch-6.0.4/arch/Linux_x86_64/lib
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
Making install in salome
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome'
Making install in cfd_study
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
Making install in idl
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
make  install-am
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/install -c -d  /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome
. /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; \
ls /home/jbl/code_saturne-4.2.1/salome/cfd_study/idl/CFDSTUDY_Gen.idl | while read file; do \
  /home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/bin/omniidl -bpython -nf  -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/idl/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/idl/salome -C/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome $file; \
done
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/idl/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/idl/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/cfd_study/idl/CFDSTUDY_Gen.idl '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/idl/salome'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome"
 /usr/bin/install -c -m 644 CFDSTUDY_Gen.hh '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome"
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libSalomeIDLCFDSTUDY.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome'
libtool: install: /usr/bin/install -c .libs/libSalomeIDLCFDSTUDY.so.0.0.0 /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libSalomeIDLCFDSTUDY.so.0.0.0
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libSalomeIDLCFDSTUDY.so.0.0.0 libSalomeIDLCFDSTUDY.so.0 || { rm -f libSalomeIDLCFDSTUDY.so.0 && ln -s libSalomeIDLCFDSTUDY.so.0.0.0 libSalomeIDLCFDSTUDY.so.0; }; })
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libSalomeIDLCFDSTUDY.so.0.0.0 libSalomeIDLCFDSTUDY.so || { rm -f libSalomeIDLCFDSTUDY.so && ln -s libSalomeIDLCFDSTUDY.so.0.0.0 libSalomeIDLCFDSTUDY.so; }; })
libtool: install: /usr/bin/install -c .libs/libSalomeIDLCFDSTUDY.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libSalomeIDLCFDSTUDY.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
Making install in resources
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CFDSTUDYCatalog.xml /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/SalomeApp.xml /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CaseAdd.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CaseEdit.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CaseInProcess.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Case.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CaseRun.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CFDSTUDY.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CheckCompilation.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/CloseGui.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Copy.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/edit-undo.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/edit-redo.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Delete.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Document.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/EditableDocument.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/EditFile.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Executable.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Folder.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/FolderRed.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/InfoCFDSTUDY.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/LaunchGUI.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/LaunchGUIwithOptions.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/MED_Module_Convert.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/mesh_group.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/mesh.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/mesh_tree_group.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/mesh_tree_mesh.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/MoveFile.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/MoveFolder.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/NewTreeCreate.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/OpenedFolder.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/RunScript.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/SaveAs.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Save.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/SetTreeLocation.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/SMESH_Module_Export.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/Study.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/TmpFile.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/UnknownDocument.png '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy'
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/UpdateObjBrowser.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/ViewFile.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/VISU_Module_Export.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/VISU_Plot_Export.png /home/jbl/code_saturne-4.2.1/salome/cfd_study/resources/VISU_Plot.png '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
Making install in src
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
Making install in CFDSTUDY
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
make[5]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDY/CFDSTUDY.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome'
Byte-compiling python modules...
CFDSTUDY.py
Byte-compiling python modules (optimized versions) ...
CFDSTUDY.py
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
Making install in CFDSTUDYGUI
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
/usr/bin/pyuic4 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_QProcessDialog.ui -x -o ui_CFDSTUDYGUI_QProcessDialog.py
/usr/bin/pyuic4 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CopyDialog.ui -x -o ui_CopyDialog.py
/usr/bin/pyuic4 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/ECSConversionDialog.ui -x -o ui_ECSConversionDialog.py
/usr/bin/pyuic4 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/GUIActivationDialog.ui -x -o ui_GUIActivationDialog.py
/usr/bin/pyuic4 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/InfoDialog.ui -x -o ui_InfoDialog.py
/usr/bin/pyuic4 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/RunCaseDialog.ui -x -o ui_RunCaseDialog.py
/usr/bin/pyuic4 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/SetTreeLocationDialog.ui -x -o ui_SetTreeLocationDialog.py
for f in ui_CFDSTUDYGUI_QProcessDialog.py ui_CopyDialog.py ui_ECSConversionDialog.py ui_GUIActivationDialog.py ui_InfoDialog.py ui_RunCaseDialog.py ui_SetTreeLocationDialog.py ; do\
	/usr/bin/install -c $f "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome/$f" ; \
done ;
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Agents.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_CommandMgr.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DesktopMgr.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py /home/jbl/code_saturne-4.2.1/salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Management.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome'
Byte-compiling python modules...
CFDSTUDYGUI.pyCFDSTUDYGUI_ActionsHandler.pyCFDSTUDYGUI_Agents.pyCFDSTUDYGUI_CommandMgr.pyCFDSTUDYGUI_Commons.pyCFDSTUDYGUI_DataModel.pyCFDSTUDYGUI_DesktopMgr.pyCFDSTUDYGUI_DialogCollector.pyCFDSTUDYGUI_SolverGUI.pyCFDSTUDYGUI_Management.py
Byte-compiling python modules (optimized versions) ...
CFDSTUDYGUI.pyCFDSTUDYGUI_ActionsHandler.pyCFDSTUDYGUI_Agents.pyCFDSTUDYGUI_CommandMgr.pyCFDSTUDYGUI_Commons.pyCFDSTUDYGUI_DataModel.pyCFDSTUDYGUI_DesktopMgr.pyCFDSTUDYGUI_DialogCollector.pyCFDSTUDYGUI_SolverGUI.pyCFDSTUDYGUI_Management.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy"
 /usr/bin/install -c -m 644 CFDSTUDY_images.qm CFDSTUDY_msg_en.qm CFDSTUDY_msg_fr.qm '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/cfdstudy"
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
Making install in fsi_coupling
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
Making install in idl
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
make  install-am
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/install -c -d  /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome
. /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; \
ls /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/idl/FSI.idl | while read file; do \
  /home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/bin/omniidl -bpython -nf  -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/idl/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/GUI_V7_7_1/idl/salome -C/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome $file; \
done
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome"
 /usr/bin/install -c -m 644 FSI.hh '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/idl/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/idl/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/idl/FSI.idl '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/idl/salome'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome"
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libSalomeIDLFSI.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome'
libtool: install: /usr/bin/install -c .libs/libSalomeIDLFSI.so.0.0.0 /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libSalomeIDLFSI.so.0.0.0
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libSalomeIDLFSI.so.0.0.0 libSalomeIDLFSI.so.0 || { rm -f libSalomeIDLFSI.so.0 && ln -s libSalomeIDLFSI.so.0.0.0 libSalomeIDLFSI.so.0; }; })
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libSalomeIDLFSI.so.0.0.0 libSalomeIDLFSI.so || { rm -f libSalomeIDLFSI.so && ln -s libSalomeIDLFSI.so.0.0.0 libSalomeIDLFSI.so; }; })
libtool: install: /usr/bin/install -c .libs/libSalomeIDLFSI.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libSalomeIDLFSI.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
Making install in libmilieu
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib"
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libmilieu.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib'
libtool: install: /usr/bin/install -c .libs/libmilieu.so.0.0.0 /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/libmilieu.so.0.0.0
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib && { ln -s -f libmilieu.so.0.0.0 libmilieu.so.0 || { rm -f libmilieu.so.0 && ln -s libmilieu.so.0.0.0 libmilieu.so.0; }; })
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib && { ln -s -f libmilieu.so.0.0.0 libmilieu.so || { rm -f libmilieu.so && ln -s libmilieu.so.0.0.0 libmilieu.so; }; })
libtool: install: /usr/bin/install -c .libs/libmilieu.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/libmilieu.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/communication.h /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/donnees.h /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/runmilieu.h /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu/utilitaires.h '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
Making install in resources
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/FSI" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/FSI"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/resources/FSICatalog.xml '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/salome/resources/FSI'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
Making install in src
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
Making install in FSI_ASTER
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
make[5]: Nothing to be done for 'install-exec-am'.
rm -f FSI_ASTER_module.py FSI_ASTER_module.py.tmp
srcdir=''; \
test -f ./FSI_ASTER_module.py.in || srcdir=/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_ASTER/; \
sed -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' ${srcdir}FSI_ASTER_module.py.in >FSI_ASTER_module.py.tmp
mv FSI_ASTER_module.py.tmp FSI_ASTER_module.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome"
 /usr/bin/install -c -m 644 FSI_ASTER_module.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome'
Byte-compiling python modules...
FSI_ASTER_module.py
Byte-compiling python modules (optimized versions) ...
FSI_ASTER_module.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER_component.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/salome'
Byte-compiling python modules...
FSI_ASTER_component.py
Byte-compiling python modules (optimized versions) ...
FSI_ASTER_component.py
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
Making install in FSI_SATURNE
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
make[5]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome"
 /bin/bash ../../../../libtool   --mode=install /usr/bin/install -c   libFSI_SATURNEExelib.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome'
libtool: install: warning: relinking `libFSI_SATURNEExelib.la'
libtool: install: (cd /home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE; /bin/bash /home/jbl/code_saturne-4.2.1.build/libtool  --tag CXX --mode=relink /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -I../../../../salome/fsi_coupling/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -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 libFSI_SATURNEExelib.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome libFSI_SATURNEExelib_la-FSI_SATURNE.lo ../../../../salome/fsi_coupling/idl/libSalomeIDLFSI.la -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz -ldl )
libtool: relink: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/libFSI_SATURNEExelib_la-FSI_SATURNE.o   -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome -lSalomeIDLFSI -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz -ldl -L/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -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/../../.. -lmpi_cxx -lmpi -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libFSI_SATURNEExelib.so.0 -o .libs/libFSI_SATURNEExelib.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libFSI_SATURNEExelib.so.0.0.0T /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libFSI_SATURNEExelib.so.0.0.0
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libFSI_SATURNEExelib.so.0.0.0 libFSI_SATURNEExelib.so.0 || { rm -f libFSI_SATURNEExelib.so.0 && ln -s libFSI_SATURNEExelib.so.0.0.0 libFSI_SATURNEExelib.so.0; }; })
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libFSI_SATURNEExelib.so.0.0.0 libFSI_SATURNEExelib.so || { rm -f libFSI_SATURNEExelib.so && ln -s libFSI_SATURNEExelib.so.0.0.0 libFSI_SATURNEExelib.so; }; })
libtool: install: /usr/bin/install -c .libs/libFSI_SATURNEExelib.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libFSI_SATURNEExelib.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
Making install in FSI_MILIEU
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
make[5]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/include/salome'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome"
 /bin/bash ../../../../libtool   --mode=install /usr/bin/install -c   libFSI_MILIEUEngine.la '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome'
libtool: install: warning: relinking `libFSI_MILIEUEngine.la'
libtool: install: (cd /home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU; /bin/bash /home/jbl/code_saturne-4.2.1.build/libtool  --tag CXX --mode=relink /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -I../../../../salome/fsi_coupling/idl -I/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/include/salome -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/omniORB4 -I/home/jbl/salome/Salome-V7_7_1-x86_64/prerequisites/Omniorb-416/include/COS -I/home/jbl/code_saturne-4.2.1/salome/fsi_coupling/libmilieu -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 libFSI_MILIEUEngine.la -rpath /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome libFSI_MILIEUEngine_la-FSI_MILIEU.lo ../../../../salome/fsi_coupling/libmilieu/libmilieu.la ../../../../salome/fsi_coupling/idl/libSalomeIDLFSI.la -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz -ldl )
libtool: relink: /home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin/mpicxx -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/libFSI_MILIEUEngine_la-FSI_MILIEU.o   -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib -Wl,-rpath -Wl,/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome -Wl,-rpath -Wl,/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -L/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib -lmilieu -L/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome -lSalomeIDLFSI -L/home/jbl/salome/Salome-V7_7_1-x86_64/modules/KERNEL_V7_7_1/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC -lnsl -lz -ldl -L/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/lib -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/../../.. -lmpi_cxx -lmpi -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -pthread -Wl,-export-dynamic   -pthread -Wl,-soname -Wl,libFSI_MILIEUEngine.so.0 -o .libs/libFSI_MILIEUEngine.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libFSI_MILIEUEngine.so.0.0.0T /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libFSI_MILIEUEngine.so.0.0.0
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libFSI_MILIEUEngine.so.0.0.0 libFSI_MILIEUEngine.so.0 || { rm -f libFSI_MILIEUEngine.so.0 && ln -s libFSI_MILIEUEngine.so.0.0.0 libFSI_MILIEUEngine.so.0; }; })
libtool: install: (cd /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome && { ln -s -f libFSI_MILIEUEngine.so.0.0.0 libFSI_MILIEUEngine.so || { rm -f libFSI_MILIEUEngine.so && ln -s libFSI_MILIEUEngine.so.0.0.0 libFSI_MILIEUEngine.so; }; })
libtool: install: /usr/bin/install -c .libs/libFSI_MILIEUEngine.lai /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome/libFSI_MILIEUEngine.la
libtool: finish: PATH="/home/jbl/syrthes4.3.0/extern-libraries/opt/openmpi-1.8.3/arch/Linux_x86_64/bin:/home/jbl/syrthes4.3.0/arch/Linux_x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/salome

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[5]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome'
Making install in po
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/po'
installing /home/jbl/code_saturne-4.2.1/po/fr.gmo as /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/locale/fr/LC_MESSAGES/code_saturne.mo
if test "code_saturne" = "gettext-tools"; then \
  /bin/mkdir -p /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/po/$file \
		    /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/po'
Making install in docs
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs'
Making install in refcard
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[4]: Nothing to be done for 'install-exec-am'.
if test -f /home/jbl/code_saturne-4.2.1/docs/refcard/refcard.pdf; then \
  /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne"; \
  /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/docs/refcard/refcard.pdf /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne; \
fi
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
Making install in theory
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[4]: Nothing to be done for 'install-exec-am'.
if test -f /home/jbl/code_saturne-4.2.1/docs/theory/theory.pdf; then \
  /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne"; \
  /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/docs/theory/theory.pdf /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne; \
fi
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
Making install in user
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[4]: Nothing to be done for 'install-exec-am'.
if test -f /home/jbl/code_saturne-4.2.1/docs/user/user.pdf; then \
  /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne"; \
  /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/docs/user/user.pdf /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne; \
fi
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
Making install in install
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
make[3]: Nothing to be done for 'install-exec-am'.
if test -f /home/jbl/code_saturne-4.2.1/docs/install/install.pdf; then \
  /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne"; \
  /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/docs/install/install.pdf /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne; \
fi
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
Making install in developer
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[4]: Nothing to be done for 'install-exec-am'.
if test -f /home/jbl/code_saturne-4.2.1/docs/developer/developer.pdf; then \
  /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne"; \
  /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/docs/developer/developer.pdf /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne; \
fi
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
Making install in autovnv
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[4]: Nothing to be done for 'install-exec-am'.
if test -f /home/jbl/code_saturne-4.2.1/docs/autovnv/autovnv.pdf; then \
  /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne"; \
  /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/docs/autovnv/autovnv.pdf /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne; \
fi
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
Making install in doxygen
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
make[3]: Nothing to be done for 'install-exec-am'.
if test -d /home/jbl/code_saturne-4.2.1/docs/doxygen/src; then \
  /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne/doxygen/src"; \
  \cp -R /home/jbl/code_saturne-4.2.1/docs/doxygen/src /home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/doc/code_saturne/doxygen/ ;\
fi
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs'
Making install in gui
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui'
Making install in Base
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/gui/Base/__init__.py /home/jbl/code_saturne-4.2.1/gui/Base/BrowserView.py /home/jbl/code_saturne-4.2.1/gui/Base/CommandMgrDialogView.py /home/jbl/code_saturne-4.2.1/gui/Base/Common.py /home/jbl/code_saturne-4.2.1/gui/Base/IdView.py /home/jbl/code_saturne-4.2.1/gui/Base/MainView.py /home/jbl/code_saturne-4.2.1/gui/Base/QtPage.py /home/jbl/code_saturne-4.2.1/gui/Base/Toolbox.py /home/jbl/code_saturne-4.2.1/gui/Base/XMLengine.py /home/jbl/code_saturne-4.2.1/gui/Base/XMLinitialize.py /home/jbl/code_saturne-4.2.1/gui/Base/XMLmodel.py /home/jbl/code_saturne-4.2.1/gui/Base/XMLvariables.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base'
Byte-compiling python modules...
__init__.pyBrowserView.pyCommandMgrDialogView.pyCommon.pyIdView.pyMainView.pyQtPage.pyToolbox.pyXMLengine.pyXMLinitialize.pyXMLmodel.pyXMLvariables.py
Byte-compiling python modules (optimized versions) ...
__init__.pyBrowserView.pyCommandMgrDialogView.pyCommon.pyIdView.pyMainView.pyQtPage.pyToolbox.pyXMLengine.pyXMLinitialize.pyXMLmodel.pyXMLvariables.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base"
 /usr/bin/install -c -m 644 BrowserForm.py CommandMgrLinesDisplayedDialogForm.py CommandMgrDialogForm.py IdForm.py MainForm.py NewCaseDialogForm.py resource_base_rc.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base'
Byte-compiling python modules...
BrowserForm.pyCommandMgrLinesDisplayedDialogForm.pyCommandMgrDialogForm.pyIdForm.pyMainForm.pyNewCaseDialogForm.pyresource_base_rc.py
Byte-compiling python modules (optimized versions) ...
BrowserForm.pyCommandMgrLinesDisplayedDialogForm.pyCommandMgrDialogForm.pyIdForm.pyMainForm.pyNewCaseDialogForm.pyresource_base_rc.py
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
Making install in Pages
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/gui/Pages/__init__.py /home/jbl/code_saturne-4.2.1/gui/Pages/AnalysisFeaturesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/AtmosphericFlowsModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/AtmosphericFlowsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BatchRunningModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/BatchRunningView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BodyForcesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/BodyForcesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsCoalInletView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsCompressibleOutletView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsElectricalView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsExternalHeadLossesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsMeteoView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsMobileMeshView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsPressureView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsRoughWallView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsScalarsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsSlidingWallView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsTurbulenceInletView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsVelocityInletView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsWallRadiativeTransferView.py /home/jbl/code_saturne-4.2.1/gui/Pages/BoundaryConditionsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/Boundary.py /home/jbl/code_saturne-4.2.1/gui/Pages/CoalCombustionModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/CoalCombustionView.py /home/jbl/code_saturne-4.2.1/gui/Pages/CompressibleModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/ConjugateHeatTransferView.py /home/jbl/code_saturne-4.2.1/gui/Pages/ConjugateHeatTransferModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/CoriolisSourceTermsModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/CoriolisSourceTermsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/DarcyModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/DarcyView.py /home/jbl/code_saturne-4.2.1/gui/Pages/DarcyLawModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/DarcyLawView.py /home/jbl/code_saturne-4.2.1/gui/Pages/DefineUserScalarsModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/DefineUserScalarsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/ElectricalModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/ElectricalView.py /home/jbl/code_saturne-4.2.1/gui/Pages/FacesSelectionView.py /home/jbl/code_saturne-4.2.1/gui/Pages/FluidCharacteristicsModel.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages'
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/gui/Pages/FluidCharacteristicsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/FluidStructureInteractionModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/FluidStructureInteractionView.py /home/jbl/code_saturne-4.2.1/gui/Pages/GasCombustionModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/GasCombustionView.py /home/jbl/code_saturne-4.2.1/gui/Pages/HeadLossesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/HeadLossesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/IdentityAndPathesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/IdentityAndPathesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/InitializationModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/InitializationView.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianBoundariesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianBoundariesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianOutputModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianOutputView.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianStatisticsModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianStatisticsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/LagrangianView.py /home/jbl/code_saturne-4.2.1/gui/Pages/LocalizationModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/LocalizationView.py /home/jbl/code_saturne-4.2.1/gui/Pages/MobileMeshModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/MobileMeshView.py /home/jbl/code_saturne-4.2.1/gui/Pages/NumericalParamEquationModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/NumericalParamEquationView.py /home/jbl/code_saturne-4.2.1/gui/Pages/NumericalParamGlobalModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/NumericalParamGlobalView.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputControlModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputControlView.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputSurfacicVariablesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputSurfacicVariablesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputVolumicVariablesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/OutputVolumicVariablesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/PreProcessingInformationsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/PerformanceTuningModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/PerformanceTuningView.py /home/jbl/code_saturne-4.2.1/gui/Pages/PorosityModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/PorosityView.py /home/jbl/code_saturne-4.2.1/gui/Pages/ProfilesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/ProfilesView.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages'
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/gui/Pages/QMeiEditorView.py /home/jbl/code_saturne-4.2.1/gui/Pages/ReferenceValuesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/ReferenceValuesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/SalomeActors.py /home/jbl/code_saturne-4.2.1/gui/Pages/SalomeHandler.py /home/jbl/code_saturne-4.2.1/gui/Pages/ScriptRunningModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/SolutionDomainModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/SolutionDomainView.py /home/jbl/code_saturne-4.2.1/gui/Pages/SourceTermsModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/SourceTermsView.py /home/jbl/code_saturne-4.2.1/gui/Pages/StartRestartModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/StartRestartView.py /home/jbl/code_saturne-4.2.1/gui/Pages/SteadyManagementModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/SteadyManagementView.py /home/jbl/code_saturne-4.2.1/gui/Pages/ThermalRadiationModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/ThermalRadiationView.py /home/jbl/code_saturne-4.2.1/gui/Pages/ThermalScalarModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/ThermalScalarView.py /home/jbl/code_saturne-4.2.1/gui/Pages/TimeAveragesModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/TimeAveragesView.py /home/jbl/code_saturne-4.2.1/gui/Pages/TimeStepModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/TimeStepView.py /home/jbl/code_saturne-4.2.1/gui/Pages/TurboMachineryModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/TurboMachineryView.py /home/jbl/code_saturne-4.2.1/gui/Pages/TurbulenceModel.py /home/jbl/code_saturne-4.2.1/gui/Pages/TurbulenceView.py /home/jbl/code_saturne-4.2.1/gui/Pages/VerifyExistenceLabelDialogView.py /home/jbl/code_saturne-4.2.1/gui/Pages/WelcomeView.py /home/jbl/code_saturne-4.2.1/gui/Pages/XMLEditorView.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages'
Byte-compiling python modules...
__init__.pyAnalysisFeaturesView.pyAtmosphericFlowsModel.pyAtmosphericFlowsView.pyBatchRunningModel.pyBatchRunningView.pyBodyForcesModel.pyBodyForcesView.pyBoundaryConditionsCoalInletView.pyBoundaryConditionsCompressibleOutletView.pyBoundaryConditionsElectricalView.pyBoundaryConditionsExternalHeadLossesView.pyBoundaryConditionsMeteoView.pyBoundaryConditionsMobileMeshView.pyBoundaryConditionsPressureView.pyBoundaryConditionsRoughWallView.pyBoundaryConditionsScalarsView.pyBoundaryConditionsSlidingWallView.pyBoundaryConditionsTurbulenceInletView.pyBoundaryConditionsVelocityInletView.pyBoundaryConditionsWallRadiativeTransferView.pyBoundaryConditionsView.pyBoundary.pyCoalCombustionModel.pyCoalCombustionView.pyCompressibleModel.pyConjugateHeatTransferView.pyConjugateHeatTransferModel.pyCoriolisSourceTermsModel.pyCoriolisSourceTermsView.pyDarcyModel.pyDarcyView.pyDarcyLawModel.pyDarcyLawView.pyDefineUserScalarsModel.pyDefineUserScalarsView.pyElectricalModel.pyElectricalView.pyFacesSelectionView.pyFluidCharacteristicsModel.pyFluidCharacteristicsView.pyFluidStructureInteractionModel.pyFluidStructureInteractionView.pyGasCombustionModel.pyGasCombustionView.pyHeadLossesModel.pyHeadLossesView.pyIdentityAndPathesModel.pyIdentityAndPathesView.pyInitializationModel.pyInitializationView.pyLagrangianBoundariesModel.pyLagrangianBoundariesView.pyLagrangianModel.pyLagrangianOutputModel.pyLagrangianOutputView.pyLagrangianStatisticsModel.pyLagrangianStatisticsView.pyLagrangianView.pyLocalizationModel.pyLocalizationView.pyMobileMeshModel.pyMobileMeshView.pyNumericalParamEquationModel.pyNumericalParamEquationView.pyNumericalParamGlobalModel.pyNumericalParamGlobalView.pyOutputControlModel.pyOutputControlView.pyOutputSurfacicVariablesModel.pyOutputSurfacicVariablesView.pyOutputVolumicVariablesModel.pyOutputVolumicVariablesView.pyPreProcessingInformationsView.pyPerformanceTuningModel.pyPerformanceTuningView.pyPorosityModel.pyPorosityView.pyProfilesModel.pyProfilesView.pyQMeiEditorView.pyReferenceValuesModel.pyReferenceValuesView.pySalomeActors.pySalomeHandler.pyScriptRunningModel.pySolutionDomainModel.pySolutionDomainView.pySourceTermsModel.pySourceTermsView.pyStartRestartModel.pyStartRestartView.pySteadyManagementModel.pySteadyManagementView.pyThermalRadiationModel.pyThermalRadiationView.pyThermalScalarModel.pyThermalScalarView.pyTimeAveragesModel.pyTimeAveragesView.pyTimeStepModel.pyTimeStepView.pyTurboMachineryModel.pyTurboMachineryView.pyTurbulenceModel.pyTurbulenceView.pyVerifyExistenceLabelDialogView.pyWelcomeView.pyXMLEditorView.py
Byte-compiling python modules (optimized versions) ...
__init__.pyAnalysisFeaturesView.pyAtmosphericFlowsModel.pyAtmosphericFlowsView.pyBatchRunningModel.pyBatchRunningView.pyBodyForcesModel.pyBodyForcesView.pyBoundaryConditionsCoalInletView.pyBoundaryConditionsCompressibleOutletView.pyBoundaryConditionsElectricalView.pyBoundaryConditionsExternalHeadLossesView.pyBoundaryConditionsMeteoView.pyBoundaryConditionsMobileMeshView.pyBoundaryConditionsPressureView.pyBoundaryConditionsRoughWallView.pyBoundaryConditionsScalarsView.pyBoundaryConditionsSlidingWallView.pyBoundaryConditionsTurbulenceInletView.pyBoundaryConditionsVelocityInletView.pyBoundaryConditionsWallRadiativeTransferView.pyBoundaryConditionsView.pyBoundary.pyCoalCombustionModel.pyCoalCombustionView.pyCompressibleModel.pyConjugateHeatTransferView.pyConjugateHeatTransferModel.pyCoriolisSourceTermsModel.pyCoriolisSourceTermsView.pyDarcyModel.pyDarcyView.pyDarcyLawModel.pyDarcyLawView.pyDefineUserScalarsModel.pyDefineUserScalarsView.pyElectricalModel.pyElectricalView.pyFacesSelectionView.pyFluidCharacteristicsModel.pyFluidCharacteristicsView.pyFluidStructureInteractionModel.pyFluidStructureInteractionView.pyGasCombustionModel.pyGasCombustionView.pyHeadLossesModel.pyHeadLossesView.pyIdentityAndPathesModel.pyIdentityAndPathesView.pyInitializationModel.pyInitializationView.pyLagrangianBoundariesModel.pyLagrangianBoundariesView.pyLagrangianModel.pyLagrangianOutputModel.pyLagrangianOutputView.pyLagrangianStatisticsModel.pyLagrangianStatisticsView.pyLagrangianView.pyLocalizationModel.pyLocalizationView.pyMobileMeshModel.pyMobileMeshView.pyNumericalParamEquationModel.pyNumericalParamEquationView.pyNumericalParamGlobalModel.pyNumericalParamGlobalView.pyOutputControlModel.pyOutputControlView.pyOutputSurfacicVariablesModel.pyOutputSurfacicVariablesView.pyOutputVolumicVariablesModel.pyOutputVolumicVariablesView.pyPreProcessingInformationsView.pyPerformanceTuningModel.pyPerformanceTuningView.pyPorosityModel.pyPorosityView.pyProfilesModel.pyProfilesView.pyQMeiEditorView.pyReferenceValuesModel.pyReferenceValuesView.pySalomeActors.pySalomeHandler.pyScriptRunningModel.pySolutionDomainModel.pySolutionDomainView.pySourceTermsModel.pySourceTermsView.pyStartRestartModel.pyStartRestartView.pySteadyManagementModel.pySteadyManagementView.pyThermalRadiationModel.pyThermalRadiationView.pyThermalScalarModel.pyThermalScalarView.pyTimeAveragesModel.pyTimeAveragesView.pyTimeStepModel.pyTimeStepView.pyTurboMachineryModel.pyTurboMachineryView.pyTurbulenceModel.pyTurbulenceView.pyVerifyExistenceLabelDialogView.pyWelcomeView.pyXMLEditorView.py
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages"
 /usr/bin/install -c -m 644 resources_pages_rc.py AnalysisFeaturesForm.py AtmosphericFlowsForm.py BatchRunningAdvancedOptionsDialogForm.py BatchRunningDebugOptionsHelpDialogForm.py BatchRunningForm.py BatchRunningStopByIterationDialogForm.py BodyForcesForm.py BoundaryConditionsCoalInletForm.py BoundaryConditionsCompressibleOutletForm.py BoundaryConditionsForm.py BoundaryConditionsElectricalForm.py BoundaryConditionsExternalHeadLossesForm.py BoundaryConditionsMeteoForm.py BoundaryConditionsMobileMeshForm.py BoundaryConditionsPressureForm.py BoundaryConditionsRoughWallForm.py BoundaryConditionsScalarsForm.py BoundaryConditionsSlidingWallForm.py BoundaryConditionsTurbulenceInletForm.py BoundaryConditionsVelocityInletForm.py BoundaryConditionsWallRadiativeTransferForm.py CoalCombustionForm.py CompressibleForm.py ConjugateHeatTransferForm.py CoriolisSourceTermsForm.py DarcyForm.py DarcyLawForm.py DefineUserScalarsForm.py ElectricalForm.py FacesSelectionForm.py FluidCharacteristicsForm.py FluidStructureInteractionAdvancedOptionsDialogForm.py FluidStructureInteractionForm.py GasCombustionForm.py HeadLossesForm.py IdentityAndPathesForm.py InitializationForm.py LagrangianAdvancedOptionsDialogForm.py LagrangianBoundariesForm.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages'
 /usr/bin/install -c -m 644 LagrangianForm.py LagrangianOutputForm.py LagrangianStatisticsForm.py LocalizationForm.py MeshQualityCriteriaLogDialogForm.py MobileMeshForm.py NumericalParamEquationForm.py NumericalParamGlobalForm.py OutputControlForm.py OutputSurfacicVariablesForm.py OutputVolumicVariablesForm.py PerformanceTuningForm.py PorosityForm.py ProfilesForm.py QMeiEditorForm.py ReferenceValuesForm.py SolutionDomainForm.py SourceTermsForm.py StartRestartAdvancedDialogForm.py StartRestartForm.py SteadyManagementForm.py ThermalRadiationAdvancedDialogForm.py ThermalRadiationForm.py ThermalScalarForm.py TimeAveragesForm.py TimeStepForm.py TurboMachineryForm.py TurbulenceAdvancedOptionsDialogForm.py TurbulenceForm.py VerifyExistenceLabelDialogForm.py WelcomeForm.py XMLEditorForm.py '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Pages'
Byte-compiling python modules...
resources_pages_rc.pyAnalysisFeaturesForm.pyAtmosphericFlowsForm.pyBatchRunningAdvancedOptionsDialogForm.pyBatchRunningDebugOptionsHelpDialogForm.pyBatchRunningForm.pyBatchRunningStopByIterationDialogForm.pyBodyForcesForm.pyBoundaryConditionsCoalInletForm.pyBoundaryConditionsCompressibleOutletForm.pyBoundaryConditionsForm.pyBoundaryConditionsElectricalForm.pyBoundaryConditionsExternalHeadLossesForm.pyBoundaryConditionsMeteoForm.pyBoundaryConditionsMobileMeshForm.pyBoundaryConditionsPressureForm.pyBoundaryConditionsRoughWallForm.pyBoundaryConditionsScalarsForm.pyBoundaryConditionsSlidingWallForm.pyBoundaryConditionsTurbulenceInletForm.pyBoundaryConditionsVelocityInletForm.pyBoundaryConditionsWallRadiativeTransferForm.pyCoalCombustionForm.pyCompressibleForm.pyConjugateHeatTransferForm.pyCoriolisSourceTermsForm.pyDarcyForm.pyDarcyLawForm.pyDefineUserScalarsForm.pyElectricalForm.pyFacesSelectionForm.pyFluidCharacteristicsForm.pyFluidStructureInteractionAdvancedOptionsDialogForm.pyFluidStructureInteractionForm.pyGasCombustionForm.pyHeadLossesForm.pyIdentityAndPathesForm.pyInitializationForm.pyLagrangianAdvancedOptionsDialogForm.pyLagrangianBoundariesForm.pyLagrangianForm.pyLagrangianOutputForm.pyLagrangianStatisticsForm.pyLocalizationForm.pyMeshQualityCriteriaLogDialogForm.pyMobileMeshForm.pyNumericalParamEquationForm.pyNumericalParamGlobalForm.pyOutputControlForm.pyOutputSurfacicVariablesForm.pyOutputVolumicVariablesForm.pyPerformanceTuningForm.pyPorosityForm.pyProfilesForm.pyQMeiEditorForm.pyReferenceValuesForm.pySolutionDomainForm.pySourceTermsForm.pyStartRestartAdvancedDialogForm.pyStartRestartForm.pySteadyManagementForm.pyThermalRadiationAdvancedDialogForm.pyThermalRadiationForm.pyThermalScalarForm.pyTimeAveragesForm.pyTimeStepForm.pyTurboMachineryForm.pyTurbulenceAdvancedOptionsDialogForm.pyTurbulenceForm.pyVerifyExistenceLabelDialogForm.pyWelcomeForm.pyXMLEditorForm.py
Byte-compiling python modules (optimized versions) ...
resources_pages_rc.pyAnalysisFeaturesForm.pyAtmosphericFlowsForm.pyBatchRunningAdvancedOptionsDialogForm.pyBatchRunningDebugOptionsHelpDialogForm.pyBatchRunningForm.pyBatchRunningStopByIterationDialogForm.pyBodyForcesForm.pyBoundaryConditionsCoalInletForm.pyBoundaryConditionsCompressibleOutletForm.pyBoundaryConditionsForm.pyBoundaryConditionsElectricalForm.pyBoundaryConditionsExternalHeadLossesForm.pyBoundaryConditionsMeteoForm.pyBoundaryConditionsMobileMeshForm.pyBoundaryConditionsPressureForm.pyBoundaryConditionsRoughWallForm.pyBoundaryConditionsScalarsForm.pyBoundaryConditionsSlidingWallForm.pyBoundaryConditionsTurbulenceInletForm.pyBoundaryConditionsVelocityInletForm.pyBoundaryConditionsWallRadiativeTransferForm.pyCoalCombustionForm.pyCompressibleForm.pyConjugateHeatTransferForm.pyCoriolisSourceTermsForm.pyDarcyForm.pyDarcyLawForm.pyDefineUserScalarsForm.pyElectricalForm.pyFacesSelectionForm.pyFluidCharacteristicsForm.pyFluidStructureInteractionAdvancedOptionsDialogForm.pyFluidStructureInteractionForm.pyGasCombustionForm.pyHeadLossesForm.pyIdentityAndPathesForm.pyInitializationForm.pyLagrangianAdvancedOptionsDialogForm.pyLagrangianBoundariesForm.pyLagrangianForm.pyLagrangianOutputForm.pyLagrangianStatisticsForm.pyLocalizationForm.pyMeshQualityCriteriaLogDialogForm.pyMobileMeshForm.pyNumericalParamEquationForm.pyNumericalParamGlobalForm.pyOutputControlForm.pyOutputSurfacicVariablesForm.pyOutputVolumicVariablesForm.pyPerformanceTuningForm.pyPorosityForm.pyProfilesForm.pyQMeiEditorForm.pyReferenceValuesForm.pySolutionDomainForm.pySourceTermsForm.pyStartRestartAdvancedDialogForm.pyStartRestartForm.pySteadyManagementForm.pyThermalRadiationAdvancedDialogForm.pyThermalRadiationForm.pyThermalScalarForm.pyTimeAveragesForm.pyTimeStepForm.pyTurboMachineryForm.pyTurbulenceAdvancedOptionsDialogForm.pyTurbulenceForm.pyVerifyExistenceLabelDialogForm.pyWelcomeForm.pyXMLEditorForm.py
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui'
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui'
test -z "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/images" || /bin/mkdir -p "/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/images"
 /usr/bin/install -c -m 644 /home/jbl/code_saturne-4.2.1/gui/Base/icons/splashscreen.png '/home/jbl/Code_Saturne/4.2.1/code_saturne-4.2.1/arch/Linux_x86_64/share/code_saturne/images'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui'
Making install in tests
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/tests'
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/tests'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/tests'
Making clean in tests
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/tests'
 rm -f bft_backtrace_test bft_error_test bft_mem_usage_test bft_mem_test bft_printf_test mei_test cs_blas_test cs_core_test cs_file_test cs_interface_test cs_map_test cs_moment_test fvm_selector_test fvm_selector_postfix_test cs_sizes_test
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/tests'
Making clean in gui
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui'
Making clean in Pages
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
rm -rf .libs _libs
rm -f AnalysisFeaturesForm.py AtmosphericFlowsForm.py BatchRunningAdvancedOptionsDialogForm.py BatchRunningDebugOptionsHelpDialogForm.py BatchRunningForm.py BatchRunningStopByIterationDialogForm.py BodyForcesForm.py BoundaryConditionsCoalInletForm.py BoundaryConditionsCompressibleOutletForm.py BoundaryConditionsForm.py BoundaryConditionsElectricalForm.py BoundaryConditionsExternalHeadLossesForm.py BoundaryConditionsMeteoForm.py BoundaryConditionsMobileMeshForm.py BoundaryConditionsPressureForm.py BoundaryConditionsRoughWallForm.py BoundaryConditionsScalarsForm.py BoundaryConditionsSlidingWallForm.py BoundaryConditionsTurbulenceInletForm.py BoundaryConditionsVelocityInletForm.py BoundaryConditionsWallRadiativeTransferForm.py CoalCombustionForm.py CompressibleForm.py ConjugateHeatTransferForm.py CoriolisSourceTermsForm.py DarcyForm.py DarcyLawForm.py DefineUserScalarsForm.py ElectricalForm.py FacesSelectionForm.py FluidCharacteristicsForm.py FluidStructureInteractionAdvancedOptionsDialogForm.py FluidStructureInteractionForm.py GasCombustionForm.py HeadLossesForm.py IdentityAndPathesForm.py InitializationForm.py LagrangianAdvancedOptionsDialogForm.py LagrangianBoundariesForm.py LagrangianForm.py LagrangianOutputForm.py LagrangianStatisticsForm.py LocalizationForm.py MeshQualityCriteriaLogDialogForm.py MobileMeshForm.py NumericalParamEquationForm.py NumericalParamGlobalForm.py OutputControlForm.py OutputSurfacicVariablesForm.py OutputVolumicVariablesForm.py PerformanceTuningForm.py PorosityForm.py ProfilesForm.py QMeiEditorForm.py ReferenceValuesForm.py SolutionDomainForm.py SourceTermsForm.py StartRestartAdvancedDialogForm.py StartRestartForm.py SteadyManagementForm.py ThermalRadiationAdvancedDialogForm.py ThermalRadiationForm.py ThermalScalarForm.py TimeAveragesForm.py TimeStepForm.py TurboMachineryForm.py TurbulenceAdvancedOptionsDialogForm.py TurbulenceForm.py VerifyExistenceLabelDialogForm.py WelcomeForm.py XMLEditorForm.py resources_pages_rc.py
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Pages'
Making clean in Base
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
rm -rf .libs _libs
rm -f BrowserForm.py CommandMgrLinesDisplayedDialogForm.py CommandMgrDialogForm.py IdForm.py MainForm.py NewCaseDialogForm.py resource_base_rc.py
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui/Base'
Making clean in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/gui'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/gui'
Making clean in docs
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs'
Making clean in doxygen
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/doxygen'
Making clean in autovnv
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/autovnv'
Making clean in developer
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/developer'
Making clean in install
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/install'
Making clean in user
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/user'
Making clean in theory
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/theory'
Making clean in refcard
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs/refcard'
Making clean in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/docs'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/docs'
Making clean in po
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/po'
rm -f *.insert-header
rm -f remove-potcdate.sed
rm -f stamp-poT
rm -f core core.* code_saturne.po code_saturne.1po code_saturne.2po *.new.po
rm -fr *.o
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/po'
Making clean in salome
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome'
Making clean in fsi_coupling
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
Making clean in src
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
Making clean in FSI_MILIEU
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
rm -rf .libs _libs
test -z "libFSI_MILIEUEngine.la" || rm -f libFSI_MILIEUEngine.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_MILIEU'
Making clean in FSI_SATURNE
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
rm -rf .libs _libs
test -z "libFSI_SATURNEExelib.la" || rm -f libFSI_SATURNEExelib.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_SATURNE'
Making clean in FSI_ASTER
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
rm -rf .libs _libs
rm -f *.lo
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src/FSI_ASTER'
Making clean in .
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
rm -rf .libs _libs
rm -f *.lo
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/src'
Making clean in resources
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/resources'
Making clean in libmilieu
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
test -z "libmilieu.la" || rm -f libmilieu.la
rm -f "./so_locations"
rm -rf .libs _libs
test -z "" || rm -f 
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/libmilieu'
Making clean in idl
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
test -z "*.hh *SK.cc *.py *.hxx *.cxx" || rm -f *.hh *SK.cc *.py *.hxx *.cxx
rm -rf .libs _libs
test -z "libSalomeIDLFSI.la" || rm -f libSalomeIDLFSI.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling/idl'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/fsi_coupling'
Making clean in cfd_study
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
Making clean in src
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
Making clean in CFDSTUDYGUI
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
rm -rf .libs _libs
rm -f *.lo
rm -f ./*_moc.cxx
rm -f ./*.qm
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDYGUI'
Making clean in CFDSTUDY
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
rm -rf .libs _libs
rm -f *.lo
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src/CFDSTUDY'
Making clean in .
make[4]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
rm -rf .libs _libs
rm -f *.lo
make[4]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/src'
Making clean in resources
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/resources'
Making clean in idl
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
test -z "*.hh *SK.cc *.py *.hxx *.cxx" || rm -f *.hh *SK.cc *.py *.hxx *.cxx
rm -rf .libs _libs
test -z "libSalomeIDLCFDSTUDY.la" || rm -f libSalomeIDLCFDSTUDY.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study/idl'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome/cfd_study'
Making clean in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/salome'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/salome'
Making clean in src
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src'
Making clean in apps
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
test -z "libsaturne.la" || rm -f libsaturne.la
rm -f "./so_locations"
rm -rf .libs _libs
 rm -f cs_io_dump cs_check_syntax
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/apps'
Making clean in user_examples
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
test -z "libcsexample.la" || rm -f libcsexample.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user_examples'
Making clean in user
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/user'
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
test -z "libcsuser.la" || rm -f libcsuser.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/user'
Making clean in rayt
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcsrayt.la" || rm -f libcsrayt.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/rayt'
Making clean in lagr
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcslagr.la" || rm -f libcslagr.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/lagr'
Making clean in elec
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcselec.la" || rm -f libcselec.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/elec'
Making clean in ctwr
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcsctwr.la" || rm -f libcsctwr.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/ctwr'
Making clean in comb
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcscomb.la" || rm -f libcscomb.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/comb'
Making clean in cogz
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcscogz.la" || rm -f libcscogz.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cogz'
Making clean in cfbl
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
test -z "libcscfbl.la" || rm -f libcscfbl.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cfbl'
Making clean in atmo
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
test -z "libcsatmo.la" || rm -f libcsatmo.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/atmo'
Making clean in darc
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcsdarc.la" || rm -f libcsdarc.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/darc'
Making clean in turb
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
test -z "libcsturb.la" || rm -f libcsturb.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/turb'
Making clean in mesh
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
rm -rf .libs _libs
test -z "libcsmesh.la libcspartition.la" || rm -f libcsmesh.la libcspartition.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mesh'
Making clean in alge
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
test -z "libcsalge.la " || rm -f libcsalge.la 
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/alge'
Making clean in pprt
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcspprt.la" || rm -f libcspprt.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/pprt'
Making clean in cdo
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcscdo.la" || rm -f libcscdo.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/cdo'
Making clean in base
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/base'
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
test -z "libcscorep.la libcscore.la libcsbase.la libcsrenumber.la " || rm -f libcscorep.la libcscore.la libcsbase.la libcsrenumber.la 
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
test -z " " || rm -f  
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/base'
Making clean in gui
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
rm -rf .libs _libs
test -z "libcsgui.la" || rm -f libcsgui.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/gui'
Making clean in mei
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
rm -rf .libs _libs
test -z "libmei.la" || rm -f libmei.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/mei'
Making clean in fvm
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libfvm.la libfvm_filters.la  libfvm_cgns.la libfvm_med.la " || rm -f libfvm.la libfvm_filters.la  libfvm_cgns.la libfvm_med.la 
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
test -z "fvm_medcoupling.la " || rm -f fvm_medcoupling.la 
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/fvm'
Making clean in bft
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
rm -rf .libs _libs
test -z "libbft.la" || rm -f libbft.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src/bft'
Making clean in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/src'
rm -rf .libs _libs
rm -f *__genmod.f90 *.mod
test -z "libcsmodules.la" || rm -f libcsmodules.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/src'
Making clean in preprocessor
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
Making clean in appli
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
rm -rf .libs _libs
 rm -f cs_preprocess
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/appli'
Making clean in util
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
rm -rf .libs _libs
test -z "libutilecs.la" || rm -f libutilecs.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/util'
Making clean in pre-post
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
test -z "" || rm -f 
rm -rf .libs _libs
test -z "libprepostecs.la " || rm -f libprepostecs.la 
rm -f "./so_locations"
test -z "" || rm -f 
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/pre-post'
Making clean in base
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
rm -rf .libs _libs
test -z "libbaseecs.la" || rm -f libbaseecs.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor/base'
Making clean in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/preprocessor'
Making clean in libple
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
Making clean in po
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/po'
rm -f *.insert-header
rm -f remove-potcdate.sed
rm -f stamp-poT
rm -f core core.* ple.po ple.1po ple.2po *.new.po
rm -fr *.o
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/po'
Making clean in doc
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
Making clean in doxygen
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc/doxygen'
Making clean in .
make[3]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/doc'
Making clean in tests
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
 rm -f ple_coupling_test
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/tests'
Making clean in src
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
test -z "libple.la" || rm -f libple.la
rm -f "./so_locations"
rm -rf .libs _libs
test -z "" || rm -f 
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple/src'
Making clean in .
make[2]: Entering directory '/home/jbl/code_saturne-4.2.1.build/libple'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple'
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build/libple'
Making clean in .
make[1]: Entering directory '/home/jbl/code_saturne-4.2.1.build'
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *__genmod.f90 *__genmod.mod
rm -f *.lo
make[1]: Leaving directory '/home/jbl/code_saturne-4.2.1.build'
