<86>Sep 20 10:34:21 userdel[56200]: delete user 'rooter'
<86>Sep 20 10:34:21 groupadd[56214]: group added to /etc/group: name=rooter, GID=555
<86>Sep 20 10:34:21 groupadd[56214]: group added to /etc/gshadow: name=rooter
<86>Sep 20 10:34:21 groupadd[56214]: new group: name=rooter, GID=555
<86>Sep 20 10:34:21 useradd[56231]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash
<86>Sep 20 10:34:21 userdel[56255]: delete user 'builder'
<86>Sep 20 10:34:21 userdel[56255]: removed group 'builder' owned by 'builder'
<86>Sep 20 10:34:21 userdel[56255]: removed shadow group 'builder' owned by 'builder'
<86>Sep 20 10:34:21 groupadd[56262]: group added to /etc/group: name=builder, GID=556
<86>Sep 20 10:34:21 groupadd[56262]: group added to /etc/gshadow: name=builder
<86>Sep 20 10:34:21 groupadd[56262]: new group: name=builder, GID=556
<86>Sep 20 10:34:21 useradd[56278]: new user: name=builder, UID=556, GID=556, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/metis0-4.0.3-alt3.nosrc.rpm
Installing metis0-4.0.3-alt3.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.36495
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf metis0-4.0.3
+ echo 'Source #0 (metis0-4.0.3.tar):'
Source #0 (metis0-4.0.3.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/metis0-4.0.3.tar
+ cd metis0-4.0.3
+ /bin/chmod -c -Rf u+rwX,go-w .
+ install -m644 /usr/src/RPM/SOURCES/metis.pc .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.79900
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd metis0-4.0.3
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3'
(cd Lib ; make ) 
make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib'
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib'
make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib'
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c coarsen.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c fm.c
fm.c: In function '__FM_2WayEdgeRefine':
fm.c:22:63: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, limit, tmp;
                                                               ^~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c initpart.c
In file included from ./metis.h:35,
                 from initpart.c:16:
initpart.c: In function '__GrowBisection':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
initpart.c:199:3: note: in expansion of macro 'GKfree'
   GKfree(&bestwhere, &queue, &touched, LTERM);
   ^~~~~~
initpart.c:86:30: warning: unused variable 'gain' [-Wunused-variable]
   idxtype *queue, *touched, *gain, *bestwhere;
                              ^~~~
initpart.c:85:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where;
                                   ^~~~~~
initpart.c:84:117: warning: unused variable 'pass' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                                     ^~~~
initpart.c:84:113: warning: unused variable 'me' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                                 ^~
initpart.c:84:105: warning: unused variable 'mincut' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                         ^~~~~~
initpart.c:84:99: warning: unused variable 'icut' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                   ^~~~
initpart.c:84:84: warning: unused variable 'from' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                    ^~~~
initpart.c: In function '__GrowBisectionNode':
initpart.c:214:30: warning: unused variable 'gain' [-Wunused-variable]
   idxtype *queue, *touched, *gain, *bestwhere;
                              ^~~~
initpart.c:213:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where, *bndind;
                                   ^~~~~~
initpart.c:212:128: warning: unused variable 'pass' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                                                ^~~~
initpart.c:212:124: warning: unused variable 'me' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                                            ^~
initpart.c:212:116: warning: unused variable 'mincut' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                                    ^~~~~~
initpart.c:212:110: warning: unused variable 'icut' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                                              ^~~~
initpart.c:212:95: warning: unused variable 'from' [-Wunused-variable]
   int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                               ^~~~
initpart.c: In function '__RandomBisection':
initpart.c:349:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where;
                                   ^~~~~~
initpart.c:349:26: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where;
                          ^~~~~~
initpart.c:349:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where;
            ^~~~
initpart.c:348:94: warning: unused variable 'pass' [-Wunused-variable]
   int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                              ^~~~
initpart.c:348:90: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                          ^~
initpart.c:348:82: warning: unused variable 'mincut' [-Wunused-variable]
   int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                                  ^~~~~~
initpart.c:348:76: warning: unused variable 'icut' [-Wunused-variable]
   int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                                            ^~~~
initpart.c:348:61: warning: unused variable 'from' [-Wunused-variable]
   int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                                                             ^~~~
initpart.c:348:17: warning: unused variable 'k' [-Wunused-variable]
   int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
                 ^
initpart.c:348:14: warning: unused variable 'j' [-Wunused-variable]
   int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs;
              ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c match.c
match.c: In function '__Match_RM':
match.c:25:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt;
                                   ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c ccgraph.c
ccgraph.c: In function '__CreateCoarseGraph':
ccgraph.c:24:24: warning: unused variable 'l' [-Wunused-variable]
   int i, j, jj, k, kk, l, m, istart, iend, nvtxs, nedges, ncon, cnedges, v, u, mask, dovsize;
                        ^
ccgraph.c: In function '__CreateCoarseGraph_NVW':
ccgraph.c:336:18: warning: variable 'cnvwgt' set but not used [-Wunused-but-set-variable]
   float *nvwgt, *cnvwgt;
                  ^~~~~~
ccgraph.c:336:10: warning: variable 'nvwgt' set but not used [-Wunused-but-set-variable]
   float *nvwgt, *cnvwgt;
          ^~~~~
ccgraph.c:332:59: warning: variable 'ncon' set but not used [-Wunused-but-set-variable]
   int i, j, jj, k, kk, l, m, istart, iend, nvtxs, nedges, ncon, cnedges, v, u, mask;
                                                           ^~~~
ccgraph.c:332:24: warning: unused variable 'l' [-Wunused-variable]
   int i, j, jj, k, kk, l, m, istart, iend, nvtxs, nedges, ncon, cnedges, v, u, mask;
                        ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c memory.c
In file included from ./metis.h:35,
                 from memory.c:15:
memory.c: In function '__FreeWorkSpace':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
memory.c:89:3: note: in expansion of macro 'GKfree'
   GKfree(&ctrl->wspace.edegrees, &ctrl->wspace.vedegrees, &ctrl->wspace.core, &ctrl->wspace.pmat, LTERM);
   ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c pmetis.c
pmetis.c: In function 'METIS_WPartGraphRecursive':
pmetis.c:49:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
In file included from ./metis.h:35,
                 from pmetis.c:16:
pmetis.c: In function '__MlevelRecursiveBisection':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
pmetis.c:138:3: note: in expansion of macro 'GKfree'
   GKfree(&graph->gdata, &graph->rdata, &graph->label, LTERM);
   ^~~~~~
pmetis.c:105:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, cut, tvwgt, tpwgts2[2];
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c pqueue.c
In file included from ./metis.h:35,
                 from pqueue.c:17:
pqueue.c: In function '__PQueueFree':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
pqueue.c:110:7: note: in expansion of macro 'GKfree'
       GKfree(&queue->nodes, &queue->buckets, LTERM);
       ^~~~~~
pqueue.c: In function '__PQueueInsert':
pqueue.c:140:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k;
             ^
pqueue.c: In function '__PQueueUpdate':
pqueue.c:297:17: warning: unused variable 'newnode' [-Wunused-variable]
   ListNodeType *newnode;
                 ^~~~~~~
pqueue.c: In function '__CheckHeap':
pqueue.c:555:17: warning: variable 'heap' set but not used [-Wunused-but-set-variable]
   KeyValueType *heap;
                 ^~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c refine.c
refine.c: In function '__Compute2WayPartitionParams':
refine.c:83:11: warning: unused variable 'other' [-Wunused-variable]
   int me, other;
           ^~~~~
refine.c:79:16: warning: unused variable 'l' [-Wunused-variable]
   int i, j, k, l, nvtxs, nbnd, mincut;
                ^
refine.c:79:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, l, nvtxs, nbnd, mincut;
             ^
refine.c: In function '__Project2WayPartition':
refine.c:139:27: warning: variable 'ced' set but not used [-Wunused-but-set-variable]
   idxtype *cwhere, *cid, *ced, *cbndptr;
                           ^~~
refine.c:139:21: warning: variable 'cid' set but not used [-Wunused-but-set-variable]
   idxtype *cwhere, *cid, *ced, *cbndptr;
                     ^~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c util.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c timing.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c debug.c
debug.c: In function '__CheckBnd':
debug.c:49:45: warning: variable 'bndind' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
                                             ^~~~~~
debug.c:49:36: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
                                    ^~~~~~
debug.c: In function '__CheckBnd2':
debug.c:85:45: warning: variable 'bndind' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
                                             ^~~~~~
debug.c:85:36: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
                                    ^~~~~~
debug.c: In function '__CheckNodeBnd':
debug.c:120:45: warning: variable 'bndind' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
                                             ^~~~~~
debug.c:120:36: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
                                    ^~~~~~
debug.c:120:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
                   ^~~~~~
debug.c:120:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *bndptr, *bndind;
            ^~~~
debug.c:119:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, nbnd;
          ^
debug.c: In function '__CheckNodePartitionParams':
debug.c:173:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *vwgt, *where;
                            ^~~~~~
debug.c:172:16: warning: unused variable 'l' [-Wunused-variable]
   int i, j, k, l, nvtxs, me, other;
                ^
debug.c:172:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, l, nvtxs, me, other;
             ^
debug.c: In function '__IsSeparable':
debug.c:220:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where;
                   ^~~~~~
debug.c:219:20: warning: variable 'other' set but not used [-Wunused-but-set-variable]
   int i, j, nvtxs, other;
                    ^~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c bucketsort.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c graph.c
graph.c: In function '__SetUpGraph':
graph.c:24:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, sum, gsize;
             ^
graph.c: In function '__VolSetUpGraph':
graph.c:214:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, sum, gsize;
             ^
In file included from ./metis.h:35,
                 from graph.c:16:
graph.c: In function '__IsConnectedSubdomain':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
graph.c:445:3: note: in expansion of macro 'GKfree'
   GKfree(&touched, &queue, &cptr, LTERM);
   ^~~~~~
graph.c: In function '__IsConnected2':
graph.c:494:28: warning: variable 'where' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *where, *touched, *queue;
                            ^~~~~
graph.c:493:50: warning: unused variable 'wgt' [-Wunused-variable]
   int i, j, k, nvtxs, first, last, nleft, ncmps, wgt;
                                                  ^~~
graph.c: In function '__FindComponents':
graph.c:556:50: warning: unused variable 'wgt' [-Wunused-variable]
   int i, j, k, nvtxs, first, last, nleft, ncmps, wgt;
                                                  ^~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c stat.c
In file included from ./metis.h:35,
                 from stat.c:15:
stat.c: In function '__ComputePartitionInfo':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
stat.c:123:3: note: in expansion of macro 'GKfree'
   GKfree(&kpwgts, &padjncy, &padjwgt, &padjcut, LTERM);
   ^~~~~~
stat.c:23:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, mustfree=0;
             ^
stat.c: In function 'ComputePartitionInfoBipartite':
stat.c:133:61: warning: unused variable 'tmpptr' [-Wunused-variable]
   idxtype *xadj, *adjncy, *vwgt, *vsize, *adjwgt, *kpwgts, *tmpptr;
                                                             ^~~~~~
stat.c:132:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, mustfree=0;
             ^
stat.c: In function '__ComputePartitionBalance':
stat.c:239:9: warning: unused variable 'balance' [-Wunused-variable]
   float balance;
         ^~~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kmetis.c
kmetis.c: In function 'METIS_WPartGraphKway':
kmetis.c:48:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
kmetis.c:48:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
In file included from ./metis.h:35,
                 from kmetis.c:16:
kmetis.c: In function '__MlevelKWayPartitioning':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
kmetis.c:125:3: note: in expansion of macro 'GKfree'
   GKfree(&graph->gdata, &graph->rdata, LTERM);
   ^~~~~~
kmetis.c:97:27: warning: unused variable 'tpwgts2' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
                           ^~~~~~~
kmetis.c:97:20: warning: unused variable 'tvwgt' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
                    ^~~~~
kmetis.c:97:13: warning: unused variable 'nvtxs' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
             ^~~~~
kmetis.c:97:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
          ^
kmetis.c:97:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
       ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayrefine.c
In file included from ./metis.h:35,
                 from kwayrefine.c:14:
kwayrefine.c: In function '__RefineKWay':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
kwayrefine.c:74:5: note: in expansion of macro 'GKfree'
     GKfree(&graph->gdata, LTERM);  /* Deallocate the graph related arrays */
     ^~~~~~
kwayrefine.c: In function '__ComputeKWayPartitionParams':
kwayrefine.c:143:16: warning: unused variable 'l' [-Wunused-variable]
   int i, j, k, l, nvtxs, nbnd, mincut, me, other;
                ^
kwayrefine.c: In function '__IsBalanced':
kwayrefine.c:331:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, tvwgt;
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayfm.c
kwayfm.c: In function '__Random_KWayEdgeRefine':
kwayfm.c:21:29: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nmoves, nbnd, tvwgt, myndegrees;
                             ^
kwayfm.c:21:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nmoves, nbnd, tvwgt, myndegrees;
                      ^~
kwayfm.c: In function '__Greedy_KWayEdgeRefine':
kwayfm.c:224:29: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain;
                             ^
kwayfm.c:224:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain;
                      ^~
kwayfm.c: In function '__Greedy_KWayEdgeBalance':
kwayfm.c:455:21: warning: variable 'oldcut' set but not used [-Wunused-but-set-variable]
   int from, me, to, oldcut, vwgt;
                     ^~~~~~
kwayfm.c:454:29: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves;
                             ^
kwayfm.c:454:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves;
                      ^~
kwayfm.c:454:14: warning: unused variable 'iii' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves;
              ^~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c balance.c
balance.c: In function '__Balance2Way':
balance.c:24:17: warning: unused variable 'ed' [-Wunused-variable]
   idxtype *id, *ed;
                 ^~
balance.c:24:12: warning: unused variable 'id' [-Wunused-variable]
   idxtype *id, *ed;
            ^~
balance.c:23:32: warning: unused variable 'gain' [-Wunused-variable]
   int i, j, nvtxs, from, imax, gain, mindiff;
                                ^~~~
balance.c:23:26: warning: unused variable 'imax' [-Wunused-variable]
   int i, j, nvtxs, from, imax, gain, mindiff;
                          ^~~~
balance.c:23:20: warning: unused variable 'from' [-Wunused-variable]
   int i, j, nvtxs, from, imax, gain, mindiff;
                    ^~~~
balance.c:23:13: warning: unused variable 'nvtxs' [-Wunused-variable]
   int i, j, nvtxs, from, imax, gain, mindiff;
             ^~~~~
balance.c:23:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, from, imax, gain, mindiff;
          ^
balance.c:23:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, nvtxs, from, imax, gain, mindiff;
       ^
balance.c: In function '__Bnd2WayBalance':
balance.c:50:63: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp;
                                                               ^~
balance.c:50:57: warning: unused variable 'pass' [-Wunused-variable]
   int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp;
                                                         ^~~~
balance.c: In function '__General2WayBalance':
balance.c:176:63: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp;
                                                               ^~
balance.c:176:57: warning: unused variable 'pass' [-Wunused-variable]
   int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp;
                                                         ^~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c ometis.c
ometis.c: In function 'METIS_EdgeND':
ometis.c:25:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
In file included from ./metis.h:35,
                 from ometis.c:16:
ometis.c: In function 'METIS_NodeND':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
ometis.c:138:7: note: in expansion of macro 'GKfree'
       GKfree(&cptr, &cind, LTERM);
       ^~~~~~
ometis.c:82:27: warning: unused variable 'nflag' [-Wunused-variable]
   int i, ii, j, l, wflag, nflag;
                           ^~~~~
ometis.c:82:20: warning: unused variable 'wflag' [-Wunused-variable]
   int i, ii, j, l, wflag, nflag;
                    ^~~~~
ometis.c: In function 'METIS_NodeWND':
ometis.c:207:13: warning: unused variable 'tvwgt' [-Wunused-variable]
   int i, j, tvwgt;
             ^~~~~
ometis.c:207:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, tvwgt;
          ^
ometis.c: In function '__MlevelNestedDissection':
ometis.c:265:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, nbnd, tvwgt, tpwgts2[2];
          ^
ometis.c: In function '__MlevelNestedDissectionCC':
ometis.c:325:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, nbnd, tvwgt, tpwgts2[2], nsgraphs, ncmps, rnvtxs;
          ^
ometis.c: In function '__MlevelNodeBisectionMultiple':
ometis.c:388:33: warning: unused variable 'tmp' [-Wunused-variable]
   int i, nvtxs, cnvtxs, mincut, tmp;
                                 ^~~
ometis.c: In function '__SplitGraphOrder':
ometis.c:514:24: warning: unused variable 'auxadjwgt' [-Wunused-variable]
   idxtype *auxadjncy, *auxadjwgt;
                        ^~~~~~~~~
ometis.c:511:44: warning: variable 'adjwgtsum' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind;
                                            ^~~~~~~~~
ometis.c:511:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind;
                                   ^~~~~~
In file included from ./metis.h:33,
                 from ometis.c:16:
ometis.c: In function '__MMDOrder':
./struct.h:24:18: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
 #define MAXIDX (1<<8*sizeof(idxtype)-2)
                  ^~
ometis.c:641:74: note: in expansion of macro 'MAXIDX'
   genmmd(nvtxs, xadj, adjncy, iperm, perm, 1, head, qsize, list, marker, MAXIDX, &nofsub);
                                                                          ^~~~~~
ometis.c:619:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, nvtxs, nofsub, firstvtx;
          ^
ometis.c: In function '__SplitGraphOrderCC':
ometis.c:669:24: warning: variable 'auxadjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *auxadjncy, *auxadjwgt;
                        ^~~~~~~~~
ometis.c:666:44: warning: variable 'adjwgtsum' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind;
                                            ^~~~~~~~~
ometis.c:666:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind;
                                   ^~~~~~
ometis.c:665:42: warning: unused variable 'mypart' [-Wunused-variable]
   int i, ii, iii, j, k, l, istart, iend, mypart, nvtxs, snvtxs, snedges;
                                          ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c srefine.c
srefine.c: In function '__Compute2WayNodePartitionParams':
srefine.c:92:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *vwgt;
                            ^~~~~~
srefine.c:91:16: warning: unused variable 'l' [-Wunused-variable]
   int i, j, k, l, nvtxs, nbnd;
                ^
srefine.c:91:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, l, nvtxs, nbnd;
             ^
srefine.c: In function '__Project2WayNodePartition':
srefine.c:146:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs;
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c sfm.c
sfm.c: In function '__FM_2WayNodeBalance':
sfm.c:926:7: warning: unused variable 'pass' [-Wunused-variable]
   int pass, to, other;
       ^~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c separator.c
In file included from ./metis.h:35,
                 from separator.c:15:
separator.c: In function '__ConstructSeparator':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
separator.c:40:3: note: in expansion of macro 'GKfree'
   GKfree(&graph->rdata, LTERM);
   ^~~~~~
separator.c:23:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, nvtxs, nbnd;
             ^
separator.c: In function '__ConstructMinCoverSeparator':
separator.c:182:29: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *where, *bndind, *bndptr, *vmap, *ivmap, *cover;
                             ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mincover.c
In file included from ./metis.h:35,
                 from mincover.c:14:
mincover.c: In function '__MinCover':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
mincover.c:118:3: note: in expansion of macro 'GKfree'
   GKfree(&mate, &flag, &level, &queue, &lst, LTERM);
   ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mmd.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mesh.c
mesh.c: In function 'GENDUALMETIS':
mesh.c:76:39: warning: unused variable 'nedges' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges, mask;
                                       ^~~~~~
mesh.c: In function '__TRINODALMETIS':
mesh.c:171:36: warning: unused variable 'n' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                    ^
mesh.c:171:33: warning: unused variable 'm' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                 ^
mesh.c:171:30: warning: unused variable 'l' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                              ^
mesh.c:171:25: warning: unused variable 'kkk' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                         ^~~
mesh.c: In function '__TETNODALMETIS':
mesh.c:220:36: warning: unused variable 'n' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                    ^
mesh.c:220:33: warning: unused variable 'm' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                 ^
mesh.c:220:30: warning: unused variable 'l' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                              ^
mesh.c:220:25: warning: unused variable 'kkk' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                         ^~~
mesh.c: In function '__HEXNODALMETIS':
mesh.c:272:22: warning: missing braces around initializer [-Wmissing-braces]
    int table[8][3] = {1, 3, 4,
                      ^
                       {      }
                       0, 2, 5,
                       {      }
                       1, 3, 6,
                       {      }
                       0, 2, 7,
                       {      }
                       0, 5, 7,
                       {      }
                       1, 4, 6,
                       {      }
                       2, 5, 7,
                       {      }
                       3, 4, 6};
                       {      }
mesh.c:269:36: warning: unused variable 'n' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                    ^
mesh.c:269:33: warning: unused variable 'm' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                 ^
mesh.c:269:30: warning: unused variable 'l' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                              ^
mesh.c:269:25: warning: unused variable 'kkk' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                         ^~~
mesh.c: In function 'QUADNODALMETIS':
mesh.c:345:22: warning: missing braces around initializer [-Wmissing-braces]
    int table[4][2] = {1, 3,
                      ^
                       {   }
                       0, 2,
                       {   }
                       1, 3,
                       {   }
                       0, 2};
                       {   }
mesh.c:342:36: warning: unused variable 'n' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                    ^
mesh.c:342:33: warning: unused variable 'm' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                                 ^
mesh.c:342:30: warning: unused variable 'l' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                              ^
mesh.c:342:25: warning: unused variable 'kkk' [-Wunused-variable]
    int i, j, jj, k, kk, kkk, l, m, n, nedges;
                         ^~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c meshpart.c
In file included from ./metis.h:35,
                 from meshpart.c:15:
meshpart.c: In function 'METIS_PartMeshNodal':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
meshpart.c:101:3: note: in expansion of macro 'GKfree'
   GKfree(&xadj, &adjncy, &pwgts, LTERM);
   ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c frename.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c fortran.c
fortran.c: In function '__ChangeMesh2FNumbering2':
fortran.c:129:10: warning: unused variable 'nedges' [-Wunused-variable]
   int i, nedges;
          ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c myqsort.c
myqsort.c: In function 'siqst':
myqsort.c:83:16: warning: unused variable 'ii' [-Wunused-variable]
   register int ii;
                ^~
myqsort.c: In function 'iiqst':
myqsort.c:213:16: warning: unused variable 'ii' [-Wunused-variable]
   register int ii;
                ^~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c compress.c
In file included from ./metis.h:35,
                 from compress.c:15:
compress.c: In function '__CompressGraph':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
compress.c:151:3: note: in expansion of macro 'GKfree'
   GKfree(&keys, &map, &mark, LTERM);
   ^~~~~~
compress.c: In function '__PruneGraph':
compress.c:163:40: warning: unused variable 'pvwgt' [-Wunused-variable]
   idxtype *pxadj, *padjncy, *padjwgt, *pvwgt;
                                        ^~~~~
compress.c:163:30: warning: unused variable 'padjwgt' [-Wunused-variable]
   idxtype *pxadj, *padjncy, *padjwgt, *pvwgt;
                              ^~~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c parmetis.c
parmetis.c: In function 'METIS_WPartGraphKway2':
parmetis.c:48:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
parmetis.c:48:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
In file included from ./metis.h:35,
                 from parmetis.c:15:
parmetis.c: In function 'METIS_NodeNDP':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
parmetis.c:143:7: note: in expansion of macro 'GKfree'
       GKfree(&cptr, &cind, LTERM);
       ^~~~~~
parmetis.c:98:27: warning: unused variable 'nflag' [-Wunused-variable]
   int i, ii, j, l, wflag, nflag;
                           ^~~~~
parmetis.c:98:20: warning: unused variable 'wflag' [-Wunused-variable]
   int i, ii, j, l, wflag, nflag;
                    ^~~~~
parmetis.c: In function '__MlevelNestedDissectionP':
parmetis.c:196:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, nbnd, tvwgt, tpwgts2[2];
          ^
parmetis.c: In function 'METIS_NodeComputeSeparator':
parmetis.c:265:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, tvwgt, tpwgts[2];
          ^
parmetis.c:265:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, tvwgt, tpwgts[2];
       ^
parmetis.c: In function 'METIS_EdgeComputeSeparator':
parmetis.c:323:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, tvwgt, tpwgts[2];
          ^
parmetis.c:323:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, tvwgt, tpwgts[2];
       ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c estmem.c
estmem.c: In function 'METIS_EstimateMemory':
estmem.c:24:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, nedges, nlevels;
             ^
estmem.c:24:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, nedges, nlevels;
          ^
estmem.c:24:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, k, nedges, nlevels;
       ^
In file included from ./metis.h:35,
                 from estmem.c:16:
estmem.c: In function '__EstimateCFraction':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
estmem.c:102:3: note: in expansion of macro 'GKfree'
   GKfree(&cmap, &match, &perm, LTERM);
   ^~~~~~
estmem.c: In function '__ComputeCoarseGraphSize':
estmem.c:113:30: warning: unused variable 'nedges' [-Wunused-variable]
   int i, j, k, istart, iend, nedges, cnedges, v, u;
                              ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mpmetis.c
mpmetis.c: In function 'METIS_mCPartGraphRecursive':
mpmetis.c:28:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
mpmetis.c:28:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
In file included from ./metis.h:35,
                 from mpmetis.c:16:
mpmetis.c: In function 'METIS_mCHPartGraphRecursive':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
mpmetis.c:125:3: note: in expansion of macro 'GKfree'
   GKfree(&myubvec, LTERM);
   ^~~~~~
mpmetis.c:82:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
mpmetis.c:82:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
mpmetis.c: In function 'METIS_mCPartGraphRecursiveInternal':
mpmetis.c:140:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
mpmetis.c:140:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
mpmetis.c: In function 'METIS_mCHPartGraphRecursiveInternal':
mpmetis.c:188:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
mpmetis.c:188:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
mpmetis.c: In function '__MCMlevelRecursiveBisection':
mpmetis.c:241:20: warning: unused variable 'ncon' [-Wunused-variable]
   int i, j, nvtxs, ncon, cut;
                    ^~~~
mpmetis.c:241:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, ncon, cut;
          ^
mpmetis.c: In function '__MCHMlevelRecursiveBisection':
mpmetis.c:293:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, ncon, cut;
          ^
mpmetis.c: In function '__MCHMlevelEdgeBisection':
mpmetis.c:385:7: warning: unused variable 'i' [-Wunused-variable]
   int i;
       ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mcoarsen.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mmatch.c
mmatch.c: In function '__MCMatch_RM':
mmatch.c:25:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt;
                            ^~~~~~
mmatch.c: In function '__MCMatch_HEM':
mmatch.c:81:20: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, j, k, l, nvtxs, cnvtxs, ncon, maxidx, maxwgt;
                    ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c minitpart.c
minitpart.c: In function '__MocInit2WayPartition':
minitpart.c:23:7: warning: unused variable 'i' [-Wunused-variable]
   int i, dbglvl;
       ^
In file included from ./metis.h:35,
                 from minitpart.c:16:
minitpart.c: In function '__MocGrowBisection':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
minitpart.c:95:3: note: in expansion of macro 'GKfree'
   GKfree(&bestwhere, LTERM);
   ^~~~~~
minitpart.c:59:44: warning: unused variable 'mincut' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                                            ^~~~~~
minitpart.c:59:29: warning: unused variable 'from' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                             ^~~~
minitpart.c:59:23: warning: unused variable 'ncon' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                       ^~~~
minitpart.c:59:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
             ^
minitpart.c:59:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
          ^
minitpart.c:59:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
       ^
minitpart.c: In function '__MocRandomBisection':
minitpart.c:107:48: warning: unused variable 'mincut' [-Wunused-variable]
   int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum;
                                                ^~~~~~
minitpart.c:107:33: warning: unused variable 'from' [-Wunused-variable]
   int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum;
                                 ^~~~
minitpart.c:107:17: warning: unused variable 'k' [-Wunused-variable]
   int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum;
                 ^
minitpart.c:107:14: warning: unused variable 'j' [-Wunused-variable]
   int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum;
              ^
minitpart.c: In function '__MocInit2WayBalance':
minitpart.c:248:17: warning: implicit declaration of function 'SelectQueueOneWay'; did you mean 'SelectQueueOneWay2'? [-Wimplicit-function-declaration]
     if ((cnum = SelectQueueOneWay(ncon, npwgts, tpwgts, from, parts)) == -1)
                 ^~~~~~~~~~~~~~~~~
                 SelectQueueOneWay2
minitpart.c:180:72: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp;
                                                                        ^~
minitpart.c:180:66: warning: unused variable 'pass' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp;
                                                                  ^~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mbalance.c
mbalance.c: In function '__MocGeneral2WayBalance':
mbalance.c:38:72: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum;
                                                                        ^~
mbalance.c:38:66: warning: unused variable 'pass' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum;
                                                                  ^~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mrefine.c
mrefine.c: In function '__MocCompute2WayPartitionParams':
mrefine.c:98:11: warning: unused variable 'other' [-Wunused-variable]
   int me, other;
           ^~~~~
mrefine.c:93:16: warning: unused variable 'l' [-Wunused-variable]
   int i, j, k, l, nvtxs, ncon, nbnd, mincut;
                ^
mrefine.c:93:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, l, nvtxs, ncon, nbnd, mincut;
             ^
mrefine.c: In function '__MocProject2WayPartition':
mrefine.c:154:27: warning: variable 'ced' set but not used [-Wunused-but-set-variable]
   idxtype *cwhere, *cid, *ced, *cbndptr;
                           ^~~
mrefine.c:154:21: warning: variable 'cid' set but not used [-Wunused-but-set-variable]
   idxtype *cwhere, *cid, *ced, *cbndptr;
                     ^~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mutil.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mfm.c
mfm.c: In function '__MocFM_2WayEdgeRefine':
mfm.c:22:72: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum;
                                                                        ^~
mfm.c: In function '__SelectQueue':
mfm.c:270:10: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if (npwgts[(*from)*ncon + i] > max && PQueueGetSize(&queues[i][*from]) > 0) {
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mkmetis.c
mkmetis.c: In function 'METIS_mCPartGraphKway':
mkmetis.c:29:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
mkmetis.c:29:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
In file included from ./metis.h:35,
                 from mkmetis.c:16:
mkmetis.c: In function '__MCMlevelKWayPartitioning':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
mkmetis.c:119:3: note: in expansion of macro 'GKfree'
   GKfree(&graph->nvwgt, &graph->npwgts, &graph->gdata, &graph->rdata, LTERM);
   ^~~~~~
mkmetis.c:80:13: warning: unused variable 'nvtxs' [-Wunused-variable]
   int i, j, nvtxs;
             ^~~~~
mkmetis.c:80:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs;
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mkwayrefine.c
mkwayrefine.c: In function '__MocComputeKWayPartitionParams':
mkwayrefine.c:91:16: warning: unused variable 'l' [-Wunused-variable]
   int i, j, k, l, nvtxs, ncon, nbnd, mincut, me, other;
                ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mkwayfmh.c
mkwayfmh.c: In function '__MCRandom_KWayEdgeRefineHorizontal':
mkwayfmh.c:23:29: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nmoves, nbnd, myndegrees, same;
                             ^
mkwayfmh.c:23:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nmoves, nbnd, myndegrees, same;
                      ^~
mkwayfmh.c: In function '__MCGreedy_KWayEdgeBalanceHorizontal':
mkwayfmh.c:261:21: warning: variable 'oldcut' set but not used [-Wunused-but-set-variable]
   int from, me, to, oldcut;
                     ^~~~~~
mkwayfmh.c:260:29: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nbnd, myndegrees, oldgain, gain, nmoves;
                             ^
mkwayfmh.c:260:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nbnd, myndegrees, oldgain, gain, nmoves;
                      ^~
mkwayfmh.c:260:14: warning: unused variable 'iii' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nbnd, myndegrees, oldgain, gain, nmoves;
              ^~~
mkwayfmh.c: In function '__IsHBalanceBetterFT':
mkwayfmh.c:595:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k;
             ^
mkwayfmh.c:595:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k;
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mrefine2.c
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c minitpart2.c
In file included from ./metis.h:35,
                 from minitpart2.c:16:
minitpart2.c: In function '__MocGrowBisection2':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
minitpart2.c:95:3: note: in expansion of macro 'GKfree'
   GKfree(&bestwhere, LTERM);
   ^~~~~~
minitpart2.c:59:44: warning: unused variable 'mincut' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                                            ^~~~~~
minitpart2.c:59:29: warning: unused variable 'from' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                             ^~~~
minitpart2.c:59:23: warning: unused variable 'ncon' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                       ^~~~
minitpart2.c:59:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
             ^
minitpart2.c:59:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
          ^
minitpart2.c:59:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
       ^
minitpart2.c: In function '__MocGrowBisectionNew2':
minitpart2.c:110:44: warning: unused variable 'mincut' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                                            ^~~~~~
minitpart2.c:110:29: warning: unused variable 'from' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                             ^~~~
minitpart2.c:110:23: warning: unused variable 'ncon' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
                       ^~~~
minitpart2.c:110:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
             ^
minitpart2.c:110:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
          ^
minitpart2.c:110:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs;
       ^
minitpart2.c: In function '__MocInit2WayBalance2':
minitpart2.c:158:72: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp, imin;
                                                                        ^~
minitpart2.c:158:66: warning: unused variable 'pass' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp, imin;
                                                                  ^~~~
minitpart2.c: In function '__SelectQueueOneWay2':
minitpart2.c:343:26: warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized]
     twgt[i] = (max/(ubvec[imax]*ubvec[i]))/pto[i];
                          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mbalance2.c
mbalance2.c: In function '__MocBalance2Way2':
mbalance2.c:24:7: warning: unused variable 'i' [-Wunused-variable]
   int i;
       ^
mbalance2.c: In function '__MocGeneral2WayBalance2':
mbalance2.c:39:72: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum;
                                                                        ^~
mbalance2.c:39:66: warning: unused variable 'pass' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum;
                                                                  ^~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mfm2.c
mfm2.c: In function '__MocFM_2WayEdgeRefine2':
mfm2.c:26:26: warning: variable 'origdiff' set but not used [-Wunused-but-set-variable]
   float *nvwgt, *npwgts, origdiff[MAXNCON], origbal[MAXNCON], minbal[MAXNCON];
                          ^~~~~~~~
mfm2.c:23:72: warning: unused variable 'me' [-Wunused-variable]
   int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum;
                                                                        ^~
mfm2.c: In function '__IsBetter2wayBalance':
mfm2.c:328:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
mfm2.c: In function '__SelectQueue2':
mfm2.c:296:10: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if (diff > max && PQueueGetSize(&queues[i][*from]) > 0) {
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kvmetis.c
kvmetis.c: In function 'METIS_WPartGraphVKway':
kvmetis.c:48:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j;
          ^
kvmetis.c:48:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j;
       ^
In file included from ./metis.h:35,
                 from kvmetis.c:16:
kvmetis.c: In function '__MlevelVolKWayPartitioning':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
kvmetis.c:126:3: note: in expansion of macro 'GKfree'
   GKfree(&graph->gdata, &graph->rdata, LTERM);
   ^~~~~~
kvmetis.c:98:27: warning: unused variable 'tpwgts2' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
                           ^~~~~~~
kvmetis.c:98:20: warning: unused variable 'tvwgt' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
                    ^~~~~
kvmetis.c:98:13: warning: unused variable 'nvtxs' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
             ^~~~~
kvmetis.c:98:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
          ^
kvmetis.c:98:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, nvtxs, tvwgt, tpwgts2[2];
       ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayvolrefine.c
In file included from ./metis.h:35,
                 from kwayvolrefine.c:14:
kwayvolrefine.c: In function '__RefineVolKWay':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
kwayvolrefine.c:74:5: note: in expansion of macro 'GKfree'
     GKfree(&graph->gdata, LTERM);  /* Deallocate the graph related arrays */
     ^~~~~~
kwayvolrefine.c: In function '__ComputeVolKWayPartitionParams':
kwayvolrefine.c:134:30: warning: unused variable 'oedegrees' [-Wunused-variable]
   VEDegreeType *myedegrees, *oedegrees;
                              ^~~~~~~~~
kwayvolrefine.c:133:33: warning: unused variable 'orinfo' [-Wunused-variable]
   VRInfoType *rinfo, *myrinfo, *orinfo;
                                 ^~~~~~
kwayvolrefine.c:131:67: warning: unused variable 'pid' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                                                                   ^~~
kwayvolrefine.c:131:48: warning: unused variable 'minvol' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                                                ^~~~~~
kwayvolrefine.c:131:34: warning: unused variable 'nbnd' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                                  ^~~~
kwayvolrefine.c:131:24: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                        ^
kwayvolrefine.c:131:20: warning: unused variable 'kk' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                    ^~
kwayvolrefine.c:131:10: warning: unused variable 'ii' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
          ^~
In file included from ./metis.h:33,
                 from kwayvolrefine.c:14:
kwayvolrefine.c: In function '__ComputeKWayVolGains':
./struct.h:24:18: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
 #define MAXIDX (1<<8*sizeof(idxtype)-2)
                  ^~
kwayvolrefine.c:235:20: note: in expansion of macro 'MAXIDX'
     myrinfo->gv = -MAXIDX;
                    ^~~~~~
kwayvolrefine.c:212:36: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vsize, *adjncy, *adjwgt, *where, *bndind, *bndptr, *ophtable;
                                    ^~~~~~
kwayvolrefine.c:211:45: warning: unused variable 'pid' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, me, other, pid, myndegrees;
                                             ^~~
kwayvolrefine.c:211:24: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, me, other, pid, myndegrees;
                        ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayvolfm.c
In file included from ./metis.h:35,
                 from kwayvolfm.c:13:
kwayvolfm.c: In function '__Random_KWayVolRefine':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
kwayvolfm.c:151:3: note: in expansion of macro 'GKfree'
   GKfree(&marker, &updind, &phtable, LTERM);
   ^~~~~~
kwayvolfm.c:25:35: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *where, *pwgts, *perm, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable;
                                   ^~~~~~
kwayvolfm.c:24:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt;
                            ^~~~~~
kwayvolfm.c:24:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt;
                   ^~~~~~
kwayvolfm.c:24:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt;
            ^~~~
kwayvolfm.c:23:13: warning: unused variable 'me' [-Wunused-variable]
   int from, me, to, oldcut, oldvol, vwgt;
             ^~
kwayvolfm.c:22:36: warning: unused variable 'u' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                                    ^
kwayvolfm.c:22:33: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                                 ^
kwayvolfm.c:22:29: warning: unused variable 'kk' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                             ^~
kwayvolfm.c:22:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                      ^~
kwayvolfm.c: In function '__Random_KWayVolRefineMConn':
kwayvolfm.c:169:35: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *where, *pwgts, *perm, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable;
                                   ^~~~~~
kwayvolfm.c:166:36: warning: unused variable 'u' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                                    ^
kwayvolfm.c:166:29: warning: unused variable 'kk' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                             ^~
kwayvolfm.c:166:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                      ^~
kwayvolfm.c: In function '__Greedy_KWayVolBalance':
kwayvolfm.c:408:43: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *where, *pwgts, *perm, *moved, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable;
                                           ^~~~~~
kwayvolfm.c:407:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt;
                            ^~~~~~
kwayvolfm.c:407:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt;
                   ^~~~~~
kwayvolfm.c:407:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt;
            ^~~~
kwayvolfm.c:406:27: warning: unused variable 'gain' [-Wunused-variable]
   int from, me, to, vwgt, gain;
                           ^~~~
kwayvolfm.c:406:13: warning: unused variable 'me' [-Wunused-variable]
   int from, me, to, vwgt, gain;
             ^~
kwayvolfm.c:405:36: warning: unused variable 'u' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                                    ^
kwayvolfm.c:405:33: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                                 ^
kwayvolfm.c:405:29: warning: unused variable 'kk' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                             ^~
kwayvolfm.c:405:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                      ^~
kwayvolfm.c:405:14: warning: unused variable 'iii' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
              ^~~
kwayvolfm.c: In function '__Greedy_KWayVolBalanceMConn':
kwayvolfm.c:562:43: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable]
   idxtype *where, *pwgts, *perm, *moved, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable;
                                           ^~~~~~
kwayvolfm.c:560:27: warning: unused variable 'gain' [-Wunused-variable]
   int from, me, to, vwgt, gain, maxndoms, nadd;
                           ^~~~
kwayvolfm.c:559:36: warning: unused variable 'u' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                                    ^
kwayvolfm.c:559:29: warning: unused variable 'kk' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                             ^~
kwayvolfm.c:559:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
                      ^~
kwayvolfm.c:559:14: warning: unused variable 'iii' [-Wunused-variable]
   int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain;
              ^~~
kwayvolfm.c: In function '__KWayVolUpdate':
kwayvolfm.c:808:30: warning: unused variable 'l' [-Wunused-variable]
   int ii, iii, j, jj, k, kk, l, u, nupd, other, me, myidx;
                              ^
kwayvolfm.c:808:11: warning: unused variable 'iii' [-Wunused-variable]
   int ii, iii, j, jj, k, kk, l, u, nupd, other, me, myidx;
           ^~~
In file included from ./metis.h:33,
                 from kwayvolfm.c:13:
kwayvolfm.c: In function '__ComputeKWayVolume':
./struct.h:24:18: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
 #define MAXIDX (1<<8*sizeof(idxtype)-2)
                  ^~
kwayvolfm.c:1163:20: note: in expansion of macro 'MAXIDX'
     myrinfo->gv = -MAXIDX;
                    ^~~~~~
kwayvolfm.c:1092:36: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vsize, *adjncy, *adjwgt, *where;
                                    ^~~~~~
kwayvolfm.c:1091:50: warning: unused variable 'pid' [-Wunused-variable]
   int ii, iii, i, j, k, kk, l, nvtxs, me, other, pid;
                                                  ^~~
kwayvolfm.c:1091:32: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable]
   int ii, iii, i, j, k, kk, l, nvtxs, me, other, pid;
                                ^~~~~
kwayvolfm.c:1091:29: warning: unused variable 'l' [-Wunused-variable]
   int ii, iii, i, j, k, kk, l, nvtxs, me, other, pid;
                             ^
kwayvolfm.c: In function '__ComputeVolume':
kwayvolfm.c:1182:16: warning: unused variable 'me' [-Wunused-variable]
   int i, j, k, me, nvtxs, nparts, totalv;
                ^~
kwayvolfm.c: In function '__CheckVolKWayPartitionParams':
kwayvolfm.c:1222:70: warning: unused variable 'bndptr' [-Wunused-variable]
   idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr;
                                                                      ^~~~~~
kwayvolfm.c:1222:61: warning: unused variable 'bndind' [-Wunused-variable]
   idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr;
                                                             ^~~~~~
kwayvolfm.c:1222:45: warning: unused variable 'pwgts' [-Wunused-variable]
   idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr;
                                             ^~~~~
kwayvolfm.c:1222:36: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr;
                                    ^~~~~~
kwayvolfm.c:1221:48: warning: unused variable 'minvol' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                                                ^~~~~~
kwayvolfm.c:1221:40: warning: unused variable 'mincut' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                                        ^~~~~~
kwayvolfm.c:1221:34: warning: unused variable 'nbnd' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                                  ^~~~
kwayvolfm.c:1221:24: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid;
                        ^
kwayvolfm.c: In function '__ComputeVolSubDomainGraph':
kwayvolfm.c:1348:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *where;
                            ^~~~~~
kwayvolfm.c:1348:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *where;
                   ^~~~~~
kwayvolfm.c:1348:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *where;
            ^~~~
kwayvolfm.c: In function 'EliminateVolComponents':
kwayvolfm.c:1665:10: warning: 'me' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if (where[k] == me && !touched[k]) {
          ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I. -c subdomains.c
subdomains.c: In function '__Random_KWayEdgeRefineMConn':
subdomains.c:24:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nmoves, nbnd, tvwgt, myndegrees;
                      ^~
subdomains.c: In function '__Greedy_KWayEdgeBalanceMConn':
subdomains.c:315:21: warning: variable 'oldcut' set but not used [-Wunused-but-set-variable]
   int from, me, to, oldcut, vwgt, maxndoms, nadd;
                     ^~~~~~
subdomains.c:314:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves;
                      ^~
subdomains.c:314:14: warning: unused variable 'iii' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves;
              ^~~
subdomains.c: In function '__ComputeSubDomainGraph':
subdomains.c:679:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *where;
                            ^~~~~~
subdomains.c:679:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *where;
                   ^~~~~~
subdomains.c:679:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable]
   idxtype *xadj, *adjncy, *adjwgt, *where;
            ^~~~
In file included from ./metis.h:35,
                 from subdomains.c:16:
subdomains.c: In function '__EliminateSubDomainEdges':
./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
subdomains.c:885:3: note: in expansion of macro 'GKfree'
   GKfree(&cand, &cand2, LTERM);
   ^~~~~~
subdomains.c: In function '__MoveGroupMConn':
subdomains.c:895:45: warning: unused variable 'myndegrees' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                                             ^~~~~~~~~~
subdomains.c:895:32: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                                ^~~~~
subdomains.c:895:29: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                             ^
subdomains.c:895:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                      ^~
subdomains.c: In function '__EliminateComponents':
subdomains.c:1050:75: warning: unused variable 'other' [-Wunused-variable]
   int i, ii, j, jj, k, me, nvtxs, tvwgt, first, last, nleft, ncmps, cwgt, other, target, deltawgt;
                                                                           ^~~~~
subdomains.c: In function '__MoveGroup':
subdomains.c:1176:45: warning: unused variable 'myndegrees' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                                             ^~~~~~~~~~
subdomains.c:1176:32: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                                ^~~~~
subdomains.c:1176:29: warning: unused variable 'l' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                             ^
subdomains.c:1176:22: warning: unused variable 'jj' [-Wunused-variable]
   int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees;
                      ^~
subdomains.c: In function '__EliminateComponents':
subdomains.c:1097:10: warning: 'me' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if (where[k] == me && !touched[k]) {
          ^
ar rv ../libmetis.a coarsen.o fm.o initpart.o match.o ccgraph.o memory.o pmetis.o pqueue.o refine.o util.o timing.o debug.o bucketsort.o graph.o stat.o kmetis.o kwayrefine.o kwayfm.o balance.o ometis.o srefine.o sfm.o separator.o mincover.o mmd.o mesh.o meshpart.o frename.o fortran.o myqsort.o compress.o parmetis.o estmem.o mpmetis.o mcoarsen.o mmatch.o minitpart.o mbalance.o mrefine.o mutil.o mfm.o mkmetis.o mkwayrefine.o mkwayfmh.o mrefine2.o minitpart2.o mbalance2.o mfm2.o kvmetis.o kwayvolrefine.o kwayvolfm.o subdomains.o
ar: creating ../libmetis.a
a - coarsen.o
a - fm.o
a - initpart.o
a - match.o
a - ccgraph.o
a - memory.o
a - pmetis.o
a - pqueue.o
a - refine.o
a - util.o
a - timing.o
a - debug.o
a - bucketsort.o
a - graph.o
a - stat.o
a - kmetis.o
a - kwayrefine.o
a - kwayfm.o
a - balance.o
a - ometis.o
a - srefine.o
a - sfm.o
a - separator.o
a - mincover.o
a - mmd.o
a - mesh.o
a - meshpart.o
a - frename.o
a - fortran.o
a - myqsort.o
a - compress.o
a - parmetis.o
a - estmem.o
a - mpmetis.o
a - mcoarsen.o
a - mmatch.o
a - minitpart.o
a - mbalance.o
a - mrefine.o
a - mutil.o
a - mfm.o
a - mkmetis.o
a - mkwayrefine.o
a - mkwayfmh.o
a - mrefine2.o
a - minitpart2.o
a - mbalance2.o
a - mfm2.o
a - kvmetis.o
a - kwayvolrefine.o
a - kwayvolfm.o
a - subdomains.o
ranlib ../libmetis.a
make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib'
(cd Programs ; make ) 
make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs'
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs'
make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs'
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c pmetis.c
pmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from pmetis.c:15:
pmetis.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
pmetis.c:102:3: note: in expansion of macro 'GKfree'
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM);
   ^~~~~~
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c io.c
In file included from ../Lib/metis.h:33,
                 from io.c:15:
io.c: In function 'ReadGraph':
../Lib/struct.h:24:18: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
 #define MAXIDX (1<<8*sizeof(idxtype)-2)
                  ^~
io.c:77:22: note: in expansion of macro 'MAXIDX'
   if (graph->nvtxs > MAXIDX)
                      ^~~~~~
../Lib/struct.h:24:18: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
 #define MAXIDX (1<<8*sizeof(idxtype)-2)
                  ^~
io.c:78:68: note: in expansion of macro 'MAXIDX'
     errexit("\nThe matrix is too big: %d [%d %d]\n", graph->nvtxs, MAXIDX, sizeof(idxtype));
                                                                    ^~~~~~
io.c:24:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, l, fmt, readew, readvw, ncon, edge, ewgt;
          ^
io.c: In function 'ReadMesh':
io.c:280:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, esize;
             ^
io.c:280:16: warning: 'esize' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int i, j, k, esize;
                ^~~~~
cc  -L. -L..  -o ../pmetis pmetis.o io.o  -lmetis -lm
chmod 755 ../pmetis
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c kmetis.c
kmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from kmetis.c:15:
kmetis.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
kmetis.c:102:3: note: in expansion of macro 'GKfree'
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM);
   ^~~~~~
cc  -L. -L..  -o ../kmetis kmetis.o io.o  -lmetis -lm
chmod 755 ../kmetis
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c oemetis.c
oemetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from oemetis.c:15:
oemetis.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
oemetis.c:58:3: note: in expansion of macro 'GKfree'
   GKfree(&graph.vwgt, &graph.adjwgt, LTERM);
   ^~~~~~
oemetis.c:24:7: warning: unused variable 'i' [-Wunused-variable]
   int i, options[10];
       ^
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c smbfactor.c
In file included from ../Lib/metis.h:35,
                 from smbfactor.c:15:
smbfactor.c: In function 'ComputeFillIn':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
smbfactor.c:80:3: note: in expansion of macro 'GKfree'
   GKfree(&perm, &xlnz, &xnzsub, &nzsub, LTERM);
   ^~~~~~
smbfactor.c:23:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, nvtxs, maxlnz, maxsub;
          ^
smbfactor.c: In function 'ComputeFillIn2':
smbfactor.c:101:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, nvtxs, maxlnz, maxsub;
          ^
cc  -L. -L..  -o ../oemetis oemetis.o io.o smbfactor.o -lmetis -lm
chmod 755 ../oemetis
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c onmetis.c
onmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from onmetis.c:15:
onmetis.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
onmetis.c:58:3: note: in expansion of macro 'GKfree'
   GKfree(&graph.vwgt, &graph.adjwgt, LTERM);
   ^~~~~~
onmetis.c:24:7: warning: unused variable 'i' [-Wunused-variable]
   int i, options[10];
       ^
cc  -L. -L..  -o ../onmetis onmetis.o io.o smbfactor.o -lmetis -lm
chmod 755 ../onmetis
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c mesh2dual.c
mesh2dual.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from mesh2dual.c:16:
mesh2dual.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
mesh2dual.c:68:3: note: in expansion of macro 'GKfree'
   GKfree(&elmnts, &xadj, &adjncy, LTERM);
   ^~~~~~
mesh2dual.c:25:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0;
          ^
mesh2dual.c:25:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0;
       ^
cc  -L. -L..  -o ../mesh2dual mesh2dual.o io.o  -lmetis -lm
chmod 755 ../mesh2dual
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c mesh2nodal.c
mesh2nodal.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from mesh2nodal.c:16:
mesh2nodal.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
mesh2nodal.c:68:3: note: in expansion of macro 'GKfree'
   GKfree(&elmnts, &xadj, &adjncy, LTERM);
   ^~~~~~
mesh2nodal.c:25:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0;
          ^
mesh2nodal.c:25:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0;
       ^
cc  -L. -L..  -o ../mesh2nodal mesh2nodal.o io.o  -lmetis -lm
chmod 755 ../mesh2nodal
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c partdmesh.c
partdmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from partdmesh.c:16:
partdmesh.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
partdmesh.c:89:3: note: in expansion of macro 'GKfree'
   GKfree(&elmnts, &epart, &npart, LTERM);
   ^~~~~~
partdmesh.c:29:13: warning: unused variable 'graph' [-Wunused-variable]
   GraphType graph;
             ^~~~~
partdmesh.c:25:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0, nparts, edgecut;
          ^
partdmesh.c:25:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0, nparts, edgecut;
       ^
cc  -L. -L..  -o ../partdmesh partdmesh.o io.o  -lmetis -lm
chmod 755 ../partdmesh
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c partnmesh.c
partnmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from partnmesh.c:16:
partnmesh.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
partnmesh.c:89:3: note: in expansion of macro 'GKfree'
   GKfree(&elmnts, &epart, &npart, LTERM);
   ^~~~~~
partnmesh.c:29:13: warning: unused variable 'graph' [-Wunused-variable]
   GraphType graph;
             ^~~~~
partnmesh.c:25:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0, nparts, edgecut;
          ^
partnmesh.c:25:7: warning: unused variable 'i' [-Wunused-variable]
   int i, j, ne, nn, etype, numflag=0, nparts, edgecut;
       ^
cc  -L. -L..  -o ../partnmesh partnmesh.o io.o  -lmetis -lm
chmod 755 ../partnmesh
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c graphchk.c
graphchk.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from graphchk.c:15:
graphchk.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
graphchk.c:55:3: note: in expansion of macro 'GKfree'
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM);
   ^~~~~~
cc  -L. -L..  -o ../graphchk graphchk.o io.o  -lmetis -lm
chmod 755 ../graphchk
make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs'
(cd Test ; make ) 
make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test'
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test'
make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test'
cc  -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib  -c mtest.c
mtest.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
In file included from ../Lib/metis.h:35,
                 from mtest.c:16:
mtest.c: In function 'main':
../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^~~~~~~~
mtest.c:56:3: note: in expansion of macro 'GKfree'
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM);
   ^~~~~~
mtest.c:29:33: warning: unused variable 'edgecut' [-Wunused-variable]
   int numflag = 0, wgtflag = 0, edgecut;
                                 ^~~~~~~
mtest.c:29:7: warning: unused variable 'numflag' [-Wunused-variable]
   int numflag = 0, wgtflag = 0, edgecut;
       ^~~~~~~
mtest.c:27:25: warning: unused variable 'rubvec' [-Wunused-variable]
   float lbvec[MAXNCON], rubvec[MAXNCON];
                         ^~~~~~
mtest.c:27:9: warning: unused variable 'lbvec' [-Wunused-variable]
   float lbvec[MAXNCON], rubvec[MAXNCON];
         ^~~~~
mtest.c:26:12: warning: unused variable 'part' [-Wunused-variable]
   idxtype *part;
            ^~~~
mtest.c:25:18: warning: unused variable 'options' [-Wunused-variable]
   int i, nparts, options[10];
                  ^~~~~~~
mtest.c:25:10: warning: unused variable 'nparts' [-Wunused-variable]
   int i, nparts, options[10];
          ^~~~~~
mtest.c:25:7: warning: unused variable 'i' [-Wunused-variable]
   int i, nparts, options[10];
       ^
mtest.c: In function 'VerifyPart':
mtest.c:505:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, cut, vfree=0, efree=0, rcode=0;
             ^
mtest.c: In function 'VerifyWPart':
mtest.c:554:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, tvwgt, cut, vfree=0, efree=0, rcode=0;
             ^
mtest.c: In function 'Test_PartGraphV':
mtest.c:608:17: warning: unused variable 'k' [-Wunused-variable]
   int i, j, jj, k, tstnum, rcode;
                 ^
mtest.c:608:13: warning: unused variable 'jj' [-Wunused-variable]
   int i, j, jj, k, tstnum, rcode;
             ^~
mtest.c:608:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, jj, k, tstnum, rcode;
          ^
mtest.c: In function 'VerifyPartV':
mtest.c:837:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, ttlv, vfree=0, efree=0, rcode=0;
             ^
mtest.c: In function 'VerifyWPartV':
mtest.c:893:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, tvwgt, ttlv, vfree=0, efree=0, rcode=0;
             ^
mtest.c: In function 'VerifyPartmC':
mtest.c:1375:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, cut, efree=0, rcode=0;
             ^
mtest.c: In function 'Test_ND':
mtest.c:1439:16: warning: unused variable 'wgtflag' [-Wunused-variable]
   int numflag, wgtflag, options[10];
                ^~~~~~~
mtest.c:1438:17: warning: unused variable 'k' [-Wunused-variable]
   int i, j, jj, k, tstnum, rcode;
                 ^
mtest.c:1438:13: warning: unused variable 'jj' [-Wunused-variable]
   int i, j, jj, k, tstnum, rcode;
             ^~
mtest.c:1438:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, jj, k, tstnum, rcode;
          ^
mtest.c: In function 'VerifyND':
mtest.c:1759:13: warning: unused variable 'k' [-Wunused-variable]
   int i, j, k, rcode=0;
             ^
mtest.c:1759:10: warning: unused variable 'j' [-Wunused-variable]
   int i, j, k, rcode=0;
          ^
cc  -L. -L..  -o ../Graphs/mtest mtest.o ../Programs/io.o  -lmetis -lm
chmod 755 ../Graphs/mtest
make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test'
make: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3'
+ sed -i 's|@VERSION@|4.0.3|' metis.pc
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.2097
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/metis0-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/metis0-buildroot
+ cd metis0-4.0.3
+ install -d /usr/src/tmp/metis0-buildroot/usr/bin
+ install -d /usr/src/tmp/metis0-buildroot/usr/lib
+ install -d /usr/src/tmp/metis0-buildroot/usr/include/metis0
+ install -d /usr/src/tmp/metis0-buildroot/usr/share/doc/metis0
+ install -d /usr/src/tmp/metis0-buildroot/usr/share/metis0
+ install -d /usr/src/tmp/metis0-buildroot/usr/lib/pkgconfig
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 graphchk /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 kmetis /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 mesh2dual /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 mesh2nodal /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 oemetis /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 onmetis /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 partdmesh /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 partnmesh /usr/src/tmp/metis0-buildroot/usr/bin
+ for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis
+ install -m755 pmetis /usr/src/tmp/metis0-buildroot/usr/bin
+ mv Graphs/mtest Graphs/metis_test
+ install -m755 Graphs/metis_test /usr/src/tmp/metis0-buildroot/usr/bin
+ rm -f Graphs/metis_test
+ install -m644 libmetis.a /usr/src/tmp/metis0-buildroot/usr/lib
+ install -m644 Doc/manual.ps /usr/src/tmp/metis0-buildroot/usr/share/doc/metis0
+ install -m644 Graphs/0README Graphs/4elt.graph Graphs/4elt.graph.part.10 Graphs/metis.mesh Graphs/test.mgraph /usr/src/tmp/metis0-buildroot/usr/share/metis0
+ install -m644 Lib/defs.h Lib/macros.h Lib/metis.h Lib/proto.h Lib/rename.h Lib/struct.h /usr/src/tmp/metis0-buildroot/usr/include/metis0
+ install -m644 metis.pc /usr/src/tmp/metis0-buildroot/usr/lib/pkgconfig/metis0.pc
+ pushd /usr/src/tmp/metis0-buildroot/usr/lib
~/tmp/metis0-buildroot/usr/lib ~/RPM/BUILD/metis0-4.0.3
+ ar x libmetis.a
+ gcc -shared balance.o bucketsort.o ccgraph.o coarsen.o compress.o debug.o estmem.o fm.o fortran.o frename.o graph.o initpart.o kmetis.o kvmetis.o kwayfm.o kwayrefine.o kwayvolfm.o kwayvolrefine.o match.o mbalance.o mbalance2.o mcoarsen.o memory.o mesh.o meshpart.o mfm.o mfm2.o mincover.o minitpart.o minitpart2.o mkmetis.o mkwayfmh.o mkwayrefine.o mmatch.o mmd.o mpmetis.o mrefine.o mrefine2.o mutil.o myqsort.o ometis.o parmetis.o pmetis.o pqueue.o refine.o separator.o sfm.o srefine.o stat.o subdomains.o timing.o util.o -lm -Wl,-soname,libmetis0.so.0 -o libmetis0.so.0
+ ln -s libmetis0.so.0 libmetis0.so
+ rm -f balance.o bucketsort.o ccgraph.o coarsen.o compress.o debug.o estmem.o fm.o fortran.o frename.o graph.o initpart.o kmetis.o kvmetis.o kwayfm.o kwayrefine.o kwayvolfm.o kwayvolrefine.o match.o mbalance.o mbalance2.o mcoarsen.o memory.o mesh.o meshpart.o mfm.o mfm2.o mincover.o minitpart.o minitpart2.o mkmetis.o mkwayfmh.o mkwayrefine.o mmatch.o mmd.o mpmetis.o mrefine.o mrefine2.o mutil.o myqsort.o ometis.o parmetis.o pmetis.o pqueue.o refine.o separator.o sfm.o srefine.o stat.o subdomains.o timing.o util.o
+ popd
~/RPM/BUILD/metis0-4.0.3
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/metis0-buildroot (auto)
mode of './usr/lib/libmetis0.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/metis0-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/metis0-buildroot/ (default)
Compressing files in /usr/src/tmp/metis0-buildroot (auto)
Adjusting library links in /usr/src/tmp/metis0-buildroot
./usr/lib:
	libmetis0.so.0 -> libmetis0.so.0
Verifying ELF objects in /usr/src/tmp/metis0-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/metis_test: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/pmetis: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/partnmesh: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/partdmesh: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/onmetis: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/oemetis: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/mesh2nodal: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/mesh2dual: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/kmetis: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/graphchk: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: libmetis0-4.0.3-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dkSUVf
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/metis0-buildroot/usr/lib/libmetis0.so.0: 342 symbols, 19 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LYTztB
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: libmetis0.so.0 = set:mdG1hTZ5x0B876ZxsBymKVwyvyzoi7d4tuOm5mKjCcabGCszw9AxwhKOsUthYA0txrqg2EK5KgpNOMcJ3NZqb0WPQjCvSEWVpw01UPqG0w5ceWQZ895KcxbZJc1AJMZrFfsD9xMVwBsg7DbBr2D0GEKbFeCLXZ99X7GZsyr2VYwme7xUWslgZcFEiD2Ax6HuokbBMKT3I9JXMWIEt5ySwnge83ODq416gFeTd4pj4RHdZtbhXD2v2aTgfYBx781TYyUtImV42B26JAtL9TlreyKbe7G35N5LmQ1bDhGA3PwwCMuSMq0peWvfBQN8IZ6kiSpk3gEF4uYWZliZm6dq5lA1NL1bvzhPAymFXD2V4FLxXoW4p3VGwDPIpxoxtYpX7X2lmqfzW9UccnqLZDGpHBZibySfueZ4YuZk1NvtPQpbY2ZLNtRI6RtRZkPFeb3RP8yOngztlcyGqTgKp9Lq0LEDT6BdpzhdwCmaNEtKTLaUenO1QPsvVX0XZtZqLajhJflabZp8qbwLaOOPMhhhAuUi16CThNlBUh58aFiK9J44lYwE2hjtfMyhEZBRIXB1GvWXiu3SzitUnH85U35VW3It4GjwvcQmjIylZt6xqqSueF6zQW35Rtj78E4oafBcWD43sNKHW4RCaspENNb2C0MpYv7Iml9ZkhqcYNgXrZ0CTQbjXwaENiBZL7
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OzN30f
Creating libmetis0-debuginfo package
Processing files: libmetis0-devel-4.0.3-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SNwicd
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mw63sA
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: pkgconfig(metis0) = 4.0.3
Requires: libmetis0 = 4.0.3-alt3, /usr/lib/libmetis0.so.0, /usr/lib/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Brum2d
Processing files: libmetis0-debuginfo-4.0.3-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FlYEE7
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vntWIu
find-requires: running scripts (debuginfo)
Provides: debug(libmetis0.so.0)
Requires: libmetis0 = 4.0.3-alt3, debug(libc.so.6), debug(libm.so.6)
Removing 1 extra deps from libmetis0-devel due to dependency on libmetis0
warning: Installed (but unpackaged) file(s) found:
    /usr/bin/graphchk
    /usr/bin/kmetis
    /usr/bin/mesh2dual
    /usr/bin/mesh2nodal
    /usr/bin/metis_test
    /usr/bin/oemetis
    /usr/bin/onmetis
    /usr/bin/partdmesh
    /usr/bin/partnmesh
    /usr/bin/pmetis
    /usr/lib/libmetis.a
    /usr/share/doc/metis0/manual.ps
    /usr/share/metis0/0README
    /usr/share/metis0/4elt.graph
    /usr/share/metis0/4elt.graph.part.10
    /usr/share/metis0/metis.mesh
    /usr/share/metis0/test.mgraph
Wrote: /usr/src/RPM/RPMS/i586/libmetis0-4.0.3-alt3.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/libmetis0-devel-4.0.3-alt3.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/libmetis0-debuginfo-4.0.3-alt3.i586.rpm
27.65user 2.69system 0:52.26elapsed 58%CPU (0avgtext+0avgdata 37984maxresident)k
0inputs+0outputs (0major+752834minor)pagefaults 0swaps
29.70user 5.98system 0:58.54elapsed 60%CPU (0avgtext+0avgdata 37984maxresident)k
0inputs+0outputs (0major+949666minor)pagefaults 0swaps
--- libmetis0-4.0.3-alt3.i586.rpm.repo	2012-06-24 05:56:58.000000000 +0000
+++ libmetis0-4.0.3-alt3.i586.rpm.hasher	2019-09-20 10:35:16.244979723 +0000
@@ -4,2 +4,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.4)  
 Requires: libm.so.6(GLIBC_2.0)