Ticket #33915: main.log

File main.log, 424.0 KB (added by mike_the_poole@…, 12 years ago)

log file

Line 
1version:1
2:debug:main Executing org.macports.main (fasthenry-wr)
3:debug:main changing euid/egid - current euid: 0 - current egid: 0
4:debug:main egid changed to: 501
5:debug:main euid changed to: 501
6:debug:main Skipping completed org.macports.archivefetch (fasthenry-wr)
7:debug:main Privilege de-escalation not attempted as not running as root.
8:debug:main Skipping completed org.macports.fetch (fasthenry-wr)
9:debug:main Privilege de-escalation not attempted as not running as root.
10:debug:main Skipping completed org.macports.checksum (fasthenry-wr)
11:debug:main Privilege de-escalation not attempted as not running as root.
12:debug:main Skipping completed org.macports.extract (fasthenry-wr)
13:debug:main Privilege de-escalation not attempted as not running as root.
14:debug:main Skipping completed org.macports.patch (fasthenry-wr)
15:debug:main Privilege de-escalation not attempted as not running as root.
16:debug:main Skipping completed org.macports.configure (fasthenry-wr)
17:debug:main Privilege de-escalation not attempted as not running as root.
18:debug:build build phase started at Fri Apr  6 19:34:04 CEST 2012
19:notice:build --->  Building fasthenry-wr
20:debug:build Executing org.macports.build (fasthenry-wr)
21:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7' GI_SCANNER_DISABLE_CACHE='1'
22:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr" && /usr/bin/make -j5 -w all'
23:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr" && /usr/bin/make -j5 -w all
24:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr'
25:info:build cd src/fasthenry ; /usr/bin/make fasthenry
26:info:build cd src/zbuf ; /usr/bin/make zbuf
27:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr/src/fasthenry'
28:info:build cc -O -DFOUR   -c -o induct.o induct.c
29:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr/src/zbuf'
30:info:build cc -o zbuf -O -DOTHER ./mulGlobal.o ./extras.o ./zbuf.o ./uglieralloc.o ./patran.o ./quickif.o ./input.o ./zbufInOut.o ./zbuf2fastcap.o ./zbufProj.o ./zbufSort.o ./dump_struct.o ./savemat_mod.o -lm
31:info:build cc -O -DFOUR   -c -o joelself.o joelself.c
32:info:build cc -O -DFOUR   -c -o mulSetup.o mulSetup.c
33:info:build cc -O -DFOUR   -c -o findpaths.o findpaths.c
34:info:build mv zbuf ../../bin/zbuf
35:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr/src/zbuf'
36:info:build cc -O -DFOUR   -c -o fillM.o fillM.c
37:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
38:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
39:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
41:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
42:info:build                                                 ~^
43:info:build mulSetup.c:21:3: warning: implicit declaration of function 'sbrk' is invalid in C99 [-Wimplicit-function-declaration]
44:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
45:info:build   ^
46:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
47:info:build        DUMPALLOCSIZ;                                                        \
48:info:build        ^
49:info:build ./mulGlobal.h:128:18: note: expanded from macro 'DUMPALLOCSIZ'
50:info:build                 memcount/1024, sbrk(0));                               \
51:info:build                                ^
52:info:build induct.c:139:9: warning: implicit declaration of function 'readGeom' is invalid in C99 [-Wimplicit-function-declaration]
53:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
54:info:build   err = readGeom(fp, indsys);
55:info:build         ^
56:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
57:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
59:info:build        DUMPALLOCSIZ;                                                        \
60:info:build        ^
61:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
62:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
63:info:build                                          ~^
64:info:build induct.c:150:5: warning: implicit declaration of function 'regurgitate' is invalid in C99 [-Wimplicit-function-declaration]
65:info:build     regurgitate(indsys);
66:info:build     ^
67:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
68:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
69:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
71:info:build        DUMPALLOCSIZ;                                                        \
72:info:build        ^
73:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
74:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
75:info:build                                                         ~~~^
76:info:build induct.c:163:5: warning: implicit declaration of function 'concat4' is invalid in C99 [-Wimplicit-function-declaration]
77:info:build     concat4(outfname,"zbuffile",opts->suffix,"");
78:info:build     ^
79:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
80:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
81:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82:info:build ./mulGlobal.h:180:8:induct.c:165:5: warning: implicit declaration of function 'writefastcap' is invalid in C99 [-Wimplicit-function-declaration]
83:info:build  note: expanded from macro 'CALLOC'
84:info:build        DUMPALLOCSIZ;                                                        \
85:info:build        ^
86:info:build     writefastcap(outfname, outfname2, indsys);./mulGlobal.h
87:info:build :    ^133
88:info:build :60: note: expanded from macro 'DUMPALLOCSIZ'
89:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
90:info:build                                                         ~~~^
91:info:build induct.c:174:3: warning: implicit declaration of function 'fill_Gquad' is invalid in C99 [-Wimplicit-function-declaration]
92:info:build   fill_Gquad();
93:info:build   ^
94:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
95:info:build induct.c:177  CALLOC(sys, 1, ssystem, ON, AMSC);:
96:info:build 3  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:
97:info:build  warning: implicit declaration of function 'init_table' is invalid in C99 [-Wimplicit-function-declaration]
98:info:build ./mulGlobal.h:  init_table();
99:info:build   ^
100:info:build 180:8: note: expanded from macro 'CALLOC'
101:info:build        DUMPALLOCSIZ;                                                        \
102:info:build        ^
103:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
104:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
105:info:build                                                         ~~~^
106:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
107:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
108:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
110:info:build        DUMPALLOCSIZ;                                                        \
111:info:build        ^
112:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
113:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
114:info:build                                                         ~~~^
115:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
116:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
117:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
119:info:build        DUMPALLOCSIZ;                                                        \
120:info:build        ^
121:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
122:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
123:info:build                                                         ~~~^
124:info:build mulSetup.cinduct.c:218:3: :warning: 21implicit declaration of function 'make_trees' is invalid in C99 [-Wimplicit-function-declaration]
125:info:build :  make_trees(indsys);3
126:info:build :  ^
127:info:build warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
128:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
129:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
130:info:build ./mulGlobal.h:180:induct.c:221:38: :warning:  implicit declaration of function 'clear_marks' is invalid in C99 [-Wimplicit-function-declaration]note:
131:info:build expanded from macro 'CALLOC'
132:info:build   clear_marks(indsys);
133:info:build   ^       DUMPALLOCSIZ;                                                        \
134:info:build        ^
135:info:build
136:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
137:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
138:info:build                                                         ~~~^
139:info:build induct.c:226:3: warning: implicit declaration of function 'find_hole_meshes' is invalid in C99 [-Wimplicit-function-declaration]
140:info:build   find_hole_meshes(indsys);
141:info:build   ^
142:info:build induct.c:231:26: warning: implicit declaration of function 'pick_subset' is invalid in C99 [-Wimplicit-function-declaration]
143:info:build                        = pick_subset(opts->portlist, indsys);
144:info:build                          ^
145:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
146:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
147:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
148:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
149:info:build        DUMPALLOCSIZ;                                                        \
150:info:build        ^
151:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
152:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
153:info:build                                                         ~~~^
154:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
155:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
156:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
157:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
158:info:build        DUMPALLOCSIZ;                                                        \
159:info:build        ^
160:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
161:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
162:info:build                                                         ~~~^
163:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
164:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
165:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
167:info:build        DUMPALLOCSIZ;                                                        \
168:info:build        ^
169:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
170:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
171:info:build                                                         ~~~^
172:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
173:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
174:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
176:info:build        DUMPALLOCSIZ;                                                        \
177:info:build        ^
178:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
179:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
180:info:build                                                         ~~~^
181:info:build joelself.c:49:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
182:info:build mulSetup.c:21:3edges_parallel(fil_j, fil_m, wid1, whperp):
183:info:build ^~~~~~~~~~~~~~
184:info:build  warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
185:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
186:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
187:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
188:info:build        DUMPALLOCSIZ;                                                        \
189:info:build        ^
190:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
191:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
192:info:build                                                      ~~~^
193:info:build mulSetup.c:21:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
194:info:build   CALLOC(sys, 1, ssystem, ON, AMSC);
195:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
197:info:build        DUMPALLOCSIZ;                                                        \
198:info:build        ^
199:info:build ./mulGlobal.h:163joelself.c:71:7: :warning: 60implicit declaration of function 'get_wid' is invalid in C99 [-Wimplicit-function-declaration]:
200:info:build  note: expanded from macro 'DUMPALLOCSIZ'
201:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\      get_wid(fil_m, wid2);
202:info:build       ^
203:info:build
204:info:build                                                         ~~~^
205:info:build induct.c:365:5: warning: '/*' within block comment [-Wcomment]
206:info:build     /* indsys->MtZM = (CX **)MatrixAlloc(num_mesh, num_mesh, sizeof(CX)); */
207:info:build     ^
208:info:build mulSetup.c:26:16: warning: implicit declaration of function 'placeq' is invalid in C99 [-Wimplicit-function-declaration]
209:info:build   sys->depth = placeq(autom, sys, charges, indsys, pseudo_lev); /*create cubes, put in charges*/
210:info:build                ^
211:info:build mulSetup.c:33:3: warning: implicit declaration of function 'getrelations' is invalid in C99 [-Wimplicit-function-declaration]
212:info:build   getrelations(sys);            /* Get all the prnts and kids for each cube. */
213:info:build   ^
214:info:build mulSetup.c:35:3: warning: implicit declaration of function 'removeabandoned' is invalid in C99 [-Wimplicit-function-declaration]
215:info:build   removeabandoned(sys);         /* remove abandoned cubes. MK 7/92 */
216:info:build   ^
217:info:build mulSetup.c:37:3: warning: implicit declaration of function 'setPosition' is invalid in C99 [-Wimplicit-function-declaration]
218:info:build   setPosition(sys);             /* Figures out position of cube center. */
219:info:build   ^
220:info:build mulSetup.c:38:3: warning: implicit declaration of function 'indexkid' is invalid in C99 [-Wimplicit-function-declaration]
221:info:build   indexkid(sys, sys->cubes[0][0][0][0], &qindex, &cindex);
222:info:build   ^
223:info:build mulSetup.c:42:3: warning: implicit declaration of function 'setExact' is invalid in C99 [-Wimplicit-function-declaration]
224:info:build   setExact(sys, multerms(sys->order)); /* Note cubes to be done exactly and
225:info:build   ^
226:info:build mulSetup.c:42:17: warning: implicit declaration of function 'multerms' is invalid in C99 [-Wimplicit-function-declaration]
227:info:build   setExact(sys, multerms(sys->order)); /* Note cubes to be done exactly and
228:info:build                 ^
229:info:build mulSetup.c:51:3: warning: implicit declaration of function 'getnbrs' is invalid in C99 [-Wimplicit-function-declaration]
230:info:build   getnbrs(sys);                 /* Get all the nearest neighbors. At bot level
231:info:build   ^
232:info:build mulSetup.c:53:3: warning: implicit declaration of function 'linkcubes' is invalid in C99 [-Wimplicit-function-declaration]
233:info:build   linkcubes(sys);               /* Make linked-lists of direct, multis, and
234:info:build   ^
235:info:build induct.c:438:7: warning: mulSetup.c:55:3: warning: implicit declaration of function 'set_vector_masks' is invalid in C99 [-Wimplicit-function-declaration]implicit declaration of function 'dump_mesh_coords' is invalid in C99 [-Wimplicit-function-declaration]
236:info:build
237:info:build       dump_mesh_coords(indsys);
238:info:build       ^
239:info:build   set_vector_masks(sys);        /* set up sys->is_dummy and sys->is_dielec */
240:info:build   ^
241:info:build mulSetup.c:induct.c:440:7:56:3: warning: implicit declaration of function 'setMaxq' is invalid in C99 [-Wimplicit-function-declaration] warning: implicit declaration of function 'dump_ascii_mesh_coords' is invalid in C99 [-Wimplicit-function-declaration]
242:info:build
243:info:build       dump_ascii_mesh_coords(indsys);
244:info:build   setMaxq(sys);                 /* Calculates the max # chgs in cubes treated      ^
245:info:build
246:info:build   ^
247:info:build joelself.c:92:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]mulSetup.cinduct.c::58443::33::  warning: implicit declaration of function 'getAllInter' is invalid in C99 [-Wimplicit-function-declaration]
248:info:build
249:info:build warning:   getAllInter(sys);             /* Get the interaction lists at all levels. */implicit declaration of function 'formMtrans' is invalid in C99 [-Wimplicit-function-declaration]
250:info:build
251:info:build get_wid(fil, wid)
252:info:build   ^^~~~~~~  formMtrans(indsys); /* Form M transpose by row*/
253:info:build
254:info:build   ^
255:info:build
256:info:build induct.c:454:36: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
257:info:build   printf("Total Memory allocated: %d kilobytes\n",memcount/1024);
258:info:build                                   ~^              ~~~~~~~~~~~~~
259:info:build                                   %ld
260:info:build induct.c:458:5: warning: implicit declaration of function 'get_table_mem' is invalid in C99 [-Wimplicit-function-declaration]
261:info:build            get_table_mem());
262:info:build            ^
263:info:build joelself.c:124:1: warning: control reaches end of non-void function [-Wreturn-type]
264:info:build }
265:info:build ^
266:info:build induct.c:461:3: warning: implicit declaration of function 'destroy_table' is invalid in C99 [-Wimplicit-function-declaration]
267:info:build   destroy_table();
268:info:build   ^
269:info:build induct.c:464:3: warning: implicit declaration of function 'choose_and_setup_precond' is invalid in C99 [-Wimplicit-function-declaration]
270:info:build   choose_and_setup_precond(indsys);
271:info:build   ^
272:info:build induct.c:468:5: warning: implicit declaration of function 'savemats' is invalid in C99 [-Wimplicit-function-declaration]
273:info:build     savemats(indsys);
274:info:build     ^
275:info:build joelself.c:127:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
276:info:build get_height(fil, wid, height)
277:info:build ^~~~~~~~~~
278:info:build induct.c:507:5: warning: implicit declaration of function 'createMRMt' is invalid in C99 [-Wimplicit-function-declaration]
279:info:build     createMRMt(&MRMt, indsys);
280:info:build     ^
281:info:build joelself.c:147:1: warning: control reaches end of non-void function [-Wreturn-type]
282:info:build }
283:info:build ^
284:info:build induct.c:528:7: warning: implicit declaration of function 'formMLMt' is invalid in C99 [-Wimplicit-function-declaration]
285:info:build       formMLMt(indsys);      /*form (M^t)*(L)*M and store in indys->MtZM*/
286:info:build       ^
287:info:build induct.c:531:22: warning: implicit declaration of function 'ArnoldiROM' is invalid in C99 [-Wimplicit-function-declaration]
288:info:build       actual_order = ArnoldiROM(B, C, (double **)NULL, MRMt, num_mesh,
289:info:build                      ^
290:info:build induct.c:560:7: warning: implicit declaration of function 'dumpROM' is invalid in C99 [-Wimplicit-function-declaration]
291:info:build       dumpROM(fROM, indsys->Ar, indsys->Br, indsys->Cr, indsys->Dr,
292:info:build       ^
293:info:build induct.c:572:5: warning: implicit declaration of function 'dumpROMequiv_circuit' is invalid in C99 [-Wimplicit-function-declaration]
294:info:build     dumpROMequiv_circuit(fROM, indsys->Ar, indsys->Br, indsys->Cr, indsys->Dr,
295:info:build     ^
296:info:build induct.c:598:7: warning: implicit declaration of function 'formMZMt' is invalid in C99 [-Wimplicit-function-declaration]
297:info:build       formMZMt(indsys);      /*form transpose(M)*(R+jL)*M  (no w) */
298:info:build       ^
299:info:build induct.c:610:6: warning: implicit declaration of function 'savecmplx2' is invalid in C99 [-Wimplicit-function-declaration]
300:info:build             savecmplx2(fp2,"MZMt",indsys->MtZM, indsys->num_mesh,indsys->num_mesh);
301:info:build             ^
302:info:build induct.c:620:6: warning: implicit declaration of function 'cx_dumpMat_totextfile' is invalid in C99 [-Wimplicit-function-declaration]
303:info:build             cx_dumpMat_totextfile(fp2, indsys->MtZM,
304:info:build             ^
305:info:build induct.c:645:4: warning: implicit declaration of function 'indPrecond_direct' is invalid in C99 [-Wimplicit-function-declaration]
306:info:build           indPrecond_direct(sys, indsys, 2*PI*freq);
307:info:build           ^
308:info:build induct.c:647:4: warning: implicit declaration of function 'indPrecond' is invalid in C99 [-Wimplicit-function-declaration]
309:info:build           indPrecond(sys, indsys, 2*PI*freq);
310:info:build           ^
311:info:build induct.c:656:2: warning: implicit declaration of function 'fill_spPre' is invalid in C99 [-Wimplicit-function-declaration]
312:info:build         fill_spPre(sys, indsys, 2*PI*freq);
313:info:build         ^
314:info:build induct.c:661:6: warning: implicit declaration of function 'spElementCount' is invalid in C99 [-Wimplicit-function-declaration]
315:info:build                    spElementCount(indsys->sparMatrix));
316:info:build                    ^
317:info:build mulSetup.c:169:5: warning: implicit declaration of function 'DivideSegs' is invalid in C99 [-Wimplicit-function-declaration]
318:info:build     DivideSegs((1.01*length0)/pow(2.0,(double)indsys->opts->init_refine), induct.c:664:10: warning: implicit declaration of function 'spOrderAndFactor' is invalid in C99 [-Wimplicit-function-declaration]
319:info:build
320:info:build     ^
321:info:build           err = spOrderAndFactor(indsys->sparMatrix, NULL, 1e-3, 0.0, 1);
322:info:build                 ^
323:info:build induct.c:668:6: warning: implicit declaration of function 'spFillinCount' is invalid in C99 [-Wimplicit-function-declaration]
324:info:build                    spFillinCount(indsys->sparMatrix));
325:info:build                    ^
326:info:build induct.c:671:10: warning: implicit declaration of function 'spFactor' is invalid in C99 [-Wimplicit-function-declaration]
327:info:build           err = spFactor(indsys->sparMatrix);
328:info:build                 ^
329:info:build induct.c:682:9: warning: implicit declaration of function 'cx_ludecomp' is invalid in C99 [-Wimplicit-function-declaration]
330:info:build         cx_ludecomp(MtZM, num_mesh, FALSE);
331:info:build         ^
332:info:build induct.c:687:9: warning: implicit declaration of function 'create_sparMatrix' is invalid in C99 [-Wimplicit-function-declaration]
333:info:build         create_sparMatrix(indsys);
334:info:build         ^
335:info:build induct.c:689:9: warning: implicit declaration of function 'fill_diagR' is invalid in C99 [-Wimplicit-function-declaration]
336:info:build         fill_diagR(indsys);
337:info:build         ^
338:info:build induct.c:695:15: warning: implicit declaration of function 'spFileMatrix' is invalid in C99 [-Wimplicit-function-declaration]
339:info:build           if (spFileMatrix(indsys->sparMatrix, outfname, "MZMt", 0, 1, 1) == 0)
340:info:build               ^
341:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
342:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
343:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
344:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
345:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
346:info:build                                                 ~^
347:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
348:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
349:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
350:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
351:info:build        DUMPALLOCSIZ;                                                        \
352:info:build        ^
353:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
354:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
355:info:build                                          ~^
356:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
357:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
358:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
359:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
360:info:build        DUMPALLOCSIZ;                                                        \
361:info:build        ^
362:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
363:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
364:info:build                                                         ~~~^
365:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
366:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
367:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
368:info:build ./mulGlobal.hinduct.c:738:7: warning: implicit declaration of function 'fill_b' is invalid in C99 [-Wimplicit-function-declaration]
369:info:build :180:8      fill_b(ext, b);:
370:info:build        ^note:
371:info:build expanded from macro 'CALLOC'
372:info:build        DUMPALLOCSIZ;                                                        \
373:info:build        ^
374:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
375:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
376:info:build                                                         ~~~^
377:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
378:info:build induct.c:742:2:     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC); warning:
379:info:build implicit declaration of function 'savecmplx' is invalid in C99 [-Wimplicit-function-declaration]    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
380:info:build
381:info:build ./mulGlobal.h        savecmplx(fb, fname, &b, 1, num_mesh);:
382:info:build 180        ^:
383:info:build 8: note: expanded from macro 'CALLOC'
384:info:build        DUMPALLOCSIZ;                                                        \
385:info:build        ^
386:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
387:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
388:info:build                                                         ~~~^
389:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
390:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
391:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
392:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
393:info:build        DUMPALLOCSIZ;                                                        \
394:info:build        ^
395:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
396:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
397:info:build                                                         ~~~^
398:info:build induct.c:760:4: warning: implicit declaration of function 'multPrecond' is invalid in C99 [-Wimplicit-function-declaration]
399:info:build           multPrecond(indsys->Precond, x0, vect, num_mesh);
400:info:build           ^
401:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
402:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
403:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
404:info:build ./mulGlobal.h:180:8:induct.c:765:4: warning: implicit declaration of function 'spSolve' is invalid in C99 [-Wimplicit-function-declaration]
405:info:build  note: expanded from macro 'CALLOC'          spSolve(indsys->sparMatrix, x0, x0);
406:info:build
407:info:build           ^
408:info:build        DUMPALLOCSIZ;                                                        \
409:info:build        ^
410:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
411:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
412:info:build                                                         ~~~^
413:info:build induct.c:770:11: warning: implicit declaration of function 'cx_lu_solve' is invalid in C99 [-Wimplicit-function-declaration]
414:info:build           cx_lu_solve(MtZM, x0, b, num_mesh);
415:info:build           ^
416:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]induct.c:776:2:
417:info:build warning:     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
418:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~implicit declaration of function 'makegrids' is invalid in C99 [-Wimplicit-function-declaration]
419:info:build
420:info:build         makegrids(indsys, x0, ext->Yindex, m);
421:info:build         ^
422:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
423:info:build        DUMPALLOCSIZ;                                                        \
424:info:build        ^
425:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
426:info:build induct.c  (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\:
427:info:build 779                                                        ~~~^:
428:info:build 7: warning: implicit declaration of function 'extractYcol' is invalid in C99 [-Wimplicit-function-declaration]
429:info:build       extractYcol(indsys->FinalY, x0, ext, indsys->externals);
430:info:build       ^
431:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
432:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
433:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
434:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
435:info:build        DUMPALLOCSIZ;                                                        \
436:info:build        ^
437:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
438:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
439:info:build                                                         ~~~^
440:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
441:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
442:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
443:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
444:info:build        DUMPALLOCSIZ;                                                        \
445:info:build        ^
446:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
447:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
448:info:build                                                         ~~~^
449:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
450:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
451:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
452:info:build joelself.c:304:./mulGlobal.h1:: warning: 180type specifier missing, defaults to 'int' [-Wimplicit-int]:
453:info:build 8: note: expanded from macro 'CALLOC'
454:info:build fill_4(vec, E,a,d)
455:info:build ^~~~~~
456:info:build        DUMPALLOCSIZ;                                                        \
457:info:build        ^
458:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
459:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
460:info:build                                                         ~~~^
461:info:build induct.c:807:7: warning: implicit declaration of function 'dump_to_Ycond' is invalid in C99 [-Wimplicit-function-declaration]
462:info:build       dump_to_Ycond(fp, m, indsys);
463:info:build       ^
464:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
465:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
466:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~induct.c
467:info:build :814:7: ./mulGlobal.h:joelself.c:311warning: implicit declaration of function 'cx_invert' is invalid in C99 [-Wimplicit-function-declaration]
468:info:build 180::      cx_invert(indsys->FinalY, num_extern);18:: 
469:info:build note:       ^expanded from macro 'CALLOC'
470:info:build
471:info:build warning:        DUMPALLOCSIZ;                                                        \control reaches end of non-void function [-Wreturn-type]
472:info:build
473:info:build        ^
474:info:build }
475:info:build ^./mulGlobal.h
476:info:build :157:60: note: expanded from macro 'DUMPALLOCSIZ'
477:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
478:info:build                                                         ~~~^
479:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
480:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
481:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
482:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
483:info:build        DUMPALLOCSIZ;                                                        \
484:info:build        ^
485:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
486:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
487:info:build                                                      ~~~^
488:info:build mulSetup.c:184:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
489:info:build     CALLOC(cubes, MAXDEP+1, cube****, ON, AMSC);
490:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
491:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
492:info:build        DUMPALLOCSIZ;                                                        \
493:info:build        ^
494:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
495:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
496:info:build                                                         ~~~^
497:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
498:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
499:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
500:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
501:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
502:info:build                                                 ~^
503:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
504:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
505:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
506:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
507:info:build        DUMPALLOCSIZ;                                                        \
508:info:build        ^
509:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
510:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
511:info:build                                          ~^
512:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
513:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
514:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
515:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
516:info:build        DUMPALLOCSIZ;                                                        \
517:info:build        ^
518:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
519:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
520:info:build                                                         ~~~^
521:info:build joelself.c:398:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
522:info:build lookup(fil_j, fil_m, whperp, widj, heightj, retval, dims, dim_count, lastptr,
523:info:build ^~~~~~
524:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
525:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
526:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
527:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
528:info:build        DUMPALLOCSIZ;                                                        \
529:info:build        ^
530:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
531:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
532:info:build joelself.c:442:3: warning: implicit declaration of function 'fill_dims' is invalid in C99 [-Wimplicit-function-declaration]
533:info:build                                                         ~~~^  fill_dims(fil_j, fil_m, widj, heightj, dims,num_dims);
534:info:build
535:info:build   ^
536:info:build joelself.c:447:7: warning: implicit declaration of function 'find_dims' is invalid in C99 [-Wimplicit-function-declaration]
537:info:build   if (find_dims(dims, num_dims, s_table, retval,
538:info:build       ^
539:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
540:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
541:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
542:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
543:info:build        DUMPALLOCSIZ;                                                        \
544:info:build        ^
545:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
546:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
547:info:build                                                         ~~~^
548:info:build mulSetup.cjoelself.c:461:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
549:info:build :188:fill_dims(fil_j, fil_m, widthj, heightj, dims,num_dims)
550:info:build ^~~~~~~~~
551:info:build 7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
552:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
553:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
554:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
555:info:build        DUMPALLOCSIZ;                                                        \
556:info:build        ^
557:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
558:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
559:info:build                                                         ~~~^
560:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
561:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
562:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
563:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
564:info:build        DUMPALLOCSIZ;                                                        \
565:info:build        ^
566:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
567:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
568:info:build                                                         ~~~^
569:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
570:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
571:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
572:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
573:info:build        DUMPALLOCSIZ;                                                        \
574:info:build        ^
575:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
576:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
577:info:build                                                         ~~~^
578:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
579:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
580:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
581:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
582:info:build        DUMPALLOCSIZ;                                                        \
583:info:build        ^
584:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
585:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
586:info:build joelself.c:535:1: warning:                                                         ~~~^
587:info:build control may reach end of non-void function [-Wreturn-type]
588:info:build }
589:info:build ^
590:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
591:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
592:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
593:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
594:info:build        DUMPALLOCSIZ;                                                        \
595:info:build        ^
596:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
597:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
598:info:build                                                         ~~~^
599:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
600:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
601:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
602:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
603:info:build        DUMPALLOCSIZ;                                                        \
604:info:build        ^
605:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
606:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
607:info:build                                                         ~~~^
608:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
609:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
610:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
611:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
612:info:build        DUMPALLOCSIZ;                                                        \
613:info:build        ^
614:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
615:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
616:info:build                                                         ~~~^
617:info:build joelself.c:539:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
618:info:build fill_dims_seg(fil_j, fil_m, widthj, heightj, dims,num_dims)
619:info:build ^~~~~~~~~~~~~
620:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
621:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
622:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
623:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
624:info:build        DUMPALLOCSIZ;                                                        \
625:info:build        ^
626:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
627:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
628:info:build                                                      ~~~^
629:info:build mulSetup.c:188:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
630:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
631:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
632:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
633:info:build        DUMPALLOCSIZ;                                                        \
634:info:build        ^
635:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
636:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
637:info:build                                                         ~~~^
638:info:build joelself.c:585:1: warning: control may reach end of non-void function [-Wreturn-type]
639:info:build }
640:info:build ^
641:info:build joelself.c:600:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
642:info:build find_dims(dims, num_dims, a_table, retval, ret_dim_count, ret_lastptr)
643:info:build ^~~~~~~~~
644:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
645:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
646:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
647:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
648:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
649:info:build                                                 ~^
650:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
651:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
652:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
653:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
654:info:build        DUMPALLOCSIZ;                                                        \
655:info:build        ^
656:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
657:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \joelself.c:653:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
658:info:build
659:info:build                                          ~^put_in_table(fil_j, fil_m, whperp, mutterm, dims, dim_count, lastptr, num_dims)
660:info:build
661:info:build ^~~~~~~~~~~~
662:info:build joelself.c:665:5: error: non-void function 'put_in_table' should return a value [-Wreturn-type]
663:info:build     return;
664:info:build     ^
665:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
666:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
667:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
668:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
669:info:build        DUMPALLOCSIZ;                                                        \
670:info:build        ^
671:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
672:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
673:info:build                                                         ~~~^
674:info:build joelself.c:695:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
675:info:build mulSetup.cinit_table():
676:info:build 190:2: warning: ^~~~~~~~~~conversion specifies type 'int' but the argument has type 'long' [-Wformat]
677:info:build
678:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
679:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
680:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
681:info:build        DUMPALLOCSIZ;                                                        \
682:info:build        ^
683:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
684:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
685:info:build                                                         ~~~^
686:info:build joelself.c:707:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
687:info:build get_table_mem()
688:info:build ^~~~~~~~~~~~~
689:info:build joelself.c:709:10: warning: implicit declaration of function 'MemoryForEntries' is invalid in C99 [-Wimplicit-function-declaration]
690:info:build   return MemoryForEntries(&table_alloc) + MemoryForEntries(&double_alloc);
691:info:build          ^
692:info:build joelself.c:712:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
693:info:build mulSetup.c:destroy_table()190
694:info:build :2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
695:info:build ^~~~~~~~~~~~~
696:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
697:info:build joelself.c:714:3: warning: implicit declaration of function 'DestroyEntries' is invalid in C99 [-Wimplicit-function-declaration]
698:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  DestroyEntries(table_alloc);
699:info:build
700:info:build   ^
701:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
702:info:build        DUMPALLOCSIZ;                                                        \
703:info:build        ^
704:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
705:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
706:info:build                                                         ~~~^
707:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
708:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
709:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
710:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
711:info:build        DUMPALLOCSIZ;                                                        \
712:info:build        ^
713:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
714:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
715:info:build                                                         ~~~^
716:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
717:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
718:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
719:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
720:info:build        DUMPALLOCSIZ;                                                        \
721:info:build        ^
722:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
723:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
724:info:build                                                         ~~~^
725:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
726:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
727:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
728:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
729:info:build        DUMPALLOCSIZ;                                                        \
730:info:build        ^
731:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
732:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
733:info:build                                                         ~~~^
734:info:build joelself.c:747:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
735:info:build DestroyEntries(allocinfo)
736:info:build ^~~~~~~~~~~~~~
737:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
738:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
739:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
740:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
741:info:build        DUMPALLOCSIZ;                                                        \
742:info:build        ^
743:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
744:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
745:info:build                                                         ~~~^
746:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
747:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
748:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
749:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
750:info:build        DUMPALLOCSIZ;                                                        \
751:info:build        ^
752:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
753:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
754:info:build                                                         ~~~^
755:info:build joelself.c:765:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
756:info:build MemoryForEntries(allocptr)
757:info:build ^~~~~~~~~~~~~~~~
758:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
759:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
760:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
761:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
762:info:build        DUMPALLOCSIZ;                                                        \
763:info:build        ^
764:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
765:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
766:info:build                                                         ~~~^
767:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
768:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
769:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
770:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
771:info:build        DUMPALLOCSIZ;                                                        \
772:info:build        ^
773:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
774:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
775:info:build                                                         ~~~^
776:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
777:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
778:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
779:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
780:info:build        DUMPALLOCSIZ;                                                        \
781:info:build        ^
782:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
783:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
784:info:build                                                      ~~~^
785:info:build mulSetup.c:190:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
786:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
787:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
788:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
789:info:build        DUMPALLOCSIZ;                                                        \
790:info:build        ^
791:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
792:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
793:info:build                                                         ~~~^
794:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
795:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
796:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
797:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
798:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
799:info:build                                                 ~^
800:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
801:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
802:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
803:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
804:info:build        DUMPALLOCSIZ;                                                        \
805:info:build        ^
806:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
807:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
808:info:build                                          ~^
809:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
810:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
811:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
812:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
813:info:build        DUMPALLOCSIZ;                                                        \
814:info:build        ^
815:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
816:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
817:info:build                                                         ~~~^
818:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
819:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
820:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
821:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
822:info:build        DUMPALLOCSIZ;                                                        \
823:info:build        ^
824:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
825:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
826:info:build                                                         ~~~^
827:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
828:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
829:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
830:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
831:info:build        DUMPALLOCSIZ;                                                        \
832:info:build        ^
833:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
834:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
835:info:build                                                         ~~~^
836:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
837:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
838:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
839:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
840:info:build        DUMPALLOCSIZ;                                                        \
841:info:build        ^
842:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
843:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
844:info:build                                                         ~~~^
845:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
846:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
847:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
848:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
849:info:build        DUMPALLOCSIZ;                                                        \
850:info:build        ^
851:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
852:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
853:info:build                                                         ~~~^
854:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
855:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
856:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
857:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
858:info:build        DUMPALLOCSIZ;                                                        \
859:info:build        ^
860:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
861:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
862:info:build                                                         ~~~^
863:info:build mulSetup.c:192:4induct.c24:1171 warning:s3: and 1 error  generated.
864:info:build warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
865:info:build : warning: implicit declaration of function 'pick_ground_nodes' is invalid in C99 [-Wimplicit-function-declaration]
866:info:build   pick_ground_nodes(indsys);
867:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
868:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
869:info:build   ^./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
870:info:build
871:info:build        DUMPALLOCSIZ;                                                        \
872:info:build        ^
873:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
874:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
875:info:build                                                         ~~~^
876:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
877:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
878:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
879:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
880:info:build        DUMPALLOCSIZ;                                                        \
881:info:build        ^
882:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
883:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
884:info:build                                                         ~~~^
885:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
886:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
887:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
888:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
889:info:build        DUMPALLOCSIZ;                                                        \
890:info:build        ^
891:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
892:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
893:info:build                                                         ~~~^
894:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
895:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
896:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
897:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
898:info:build        DUMPALLOCSIZ;                                                        \
899:info:build        ^
900:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
901:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
902:info:build                                                         ~~~^
903:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
904:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
905:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
906:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
907:info:build        DUMPALLOCSIZ;                                                        \
908:info:build        ^
909:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
910:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
911:info:build                                                      ~~~^
912:info:build mulSetup.c:192:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
913:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
914:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
915:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
916:info:build        DUMPALLOCSIZ;                                                        \
917:info:build        ^
918:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
919:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
920:info:build                                                         ~~~^
921:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
922:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
923:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
924:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
925:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
926:info:build                                                 ~^
927:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
928:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
929:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
930:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
931:info:build        DUMPALLOCSIZ;                                                        \
932:info:build        ^
933:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
934:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
935:info:build                                          ~^
936:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
937:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
938:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
939:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
940:info:build        DUMPALLOCSIZ;                                                        \
941:info:build        ^
942:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
943:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
944:info:build                                                         ~~~^
945:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
946:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
947:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
948:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
949:info:build        DUMPALLOCSIZ;                                                        \
950:info:build        ^
951:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
952:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
953:info:build                                                         ~~~^
954:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
955:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
956:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
957:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
958:info:build        DUMPALLOCSIZ;                                                        \
959:info:build        ^
960:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
961:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
962:info:build                                                         ~~~^
963:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
964:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
965:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
966:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
967:info:build        DUMPALLOCSIZ;                                                        \
968:info:build        ^
969:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
970:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
971:info:build                                                         ~~~^
972:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
973:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
974:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
975:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
976:info:build        DUMPALLOCSIZ;                                                        \
977:info:build        ^
978:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
979:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
980:info:build                                                         ~~~^
981:info:build make[1]: *** [joelself.o] Error 1
982:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
983:info:build make[1]: *** Waiting for unfinished jobs....
984:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
985:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
986:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
987:info:build        DUMPALLOCSIZ;                                                        \
988:info:build        ^
989:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
990:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
991:info:build                                                         ~~~^
992:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
993:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
994:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
995:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
996:info:build        DUMPALLOCSIZ;                                                        \
997:info:build        ^
998:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
999:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
1000:info:build                                                         ~~~^
1001:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1002:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
1003:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1004:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1005:info:build        DUMPALLOCSIZ;                                                        \
1006:info:build        ^
1007:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
1008:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
1009:info:build                                                         ~~~^
1010:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1011:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
1012:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1013:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1014:info:build        DUMPALLOCSIZ;                                                        \
1015:info:build        ^
1016:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
1017:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
1018:info:build                                                         ~~~^
1019:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1020:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
1021:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1022:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1023:info:build        DUMPALLOCSIZ;                                                        \
1024:info:build        ^
1025:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
1026:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
1027:info:build                                                         ~~~^
1028:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1029:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
1030:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1031:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1032:info:build        DUMPALLOCSIZ;                                                        \
1033:info:build        ^
1034:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
1035:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
1036:info:build                                                      ~~~^
1037:info:build mulSetup.c:216:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1038:info:build         CALLOC(cubes[i], side, cube***, OFF, AMSC);
1039:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1040:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1041:info:build        DUMPALLOCSIZ;                                                        \
1042:info:build        ^
1043:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
1044:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
1045:info:build                                                         ~~~^
1046:info:build induct.c:1402:28: warning: implicit declaration of function 'isspace' is invalid in C99 [-Wimplicit-function-declaration]
1047:info:build    while( *string!='\0' && isspace(*string))
1048:info:build                            ^
1049:info:build induct.c:1411:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1050:info:build savemats(indsys)
1051:info:build ^~~~~~~~
1052:info:build induct.c:1439:11: warning: implicit declaration of function 'nnz_inM' is invalid in C99 [-Wimplicit-function-declaration]
1053:info:build     nnz = nnz_inM(indsys->Mlist, num_mesh);
1054:info:build           ^
1055:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
1056:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1057:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1058:info:build induct.c:1448:7./mulGlobal.h:: 178warning: :implicit declaration of function 'dump_M_to_text' is invalid in C99 [-Wimplicit-function-declaration]50
1059:info:build : note: expanded from macro 'CALLOC'
1060:info:build       dump_M_to_text(fp2, Mlist, num_mesh, nnz);
1061:info:build       ^
1062:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
1063:info:build                                                 ~^
1064:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1065:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1066:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1067:info:build ./mulGlobal.h:180induct.c:1459:7: warning: implicit declaration of function 'dump_M_to_matlab' is invalid in C99 [-Wimplicit-function-declaration]:8: note: expanded from macro 'CALLOC'
1068:info:build        DUMPALLOCSIZ;                                                        \
1069:info:build        ^
1070:info:build
1071:info:build ./mulGlobal.h:127:29:      dump_M_to_matlab(fp, Mlist, num_mesh, nnz, "M");
1072:info:build       ^
1073:info:build  note: expanded from macro 'DUMPALLOCSIZ'
1074:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
1075:info:build                                          ~^
1076:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1077:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1078:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1079:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1080:info:build        DUMPALLOCSIZ;                                                        \
1081:info:build        ^
1082:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
1083:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
1084:info:build                                                         ~~~^
1085:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1086:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1087:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1088:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1089:info:build        DUMPALLOCSIZ;                                                        \
1090:info:build        ^
1091:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
1092:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
1093:info:build                                                         ~~~^
1094:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1095:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1096:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1097:info:build ./mulGlobal.h:induct.c:1528:5: warning: implicit declaration of function 'dumpVec_totextfile' is invalid in C99 [-Wimplicit-function-declaration]
1098:info:build 180:8    dumpVec_totextfile(fp2, R, num_fils);:
1099:info:build      ^note:
1100:info:build expanded from macro 'CALLOC'
1101:info:build        DUMPALLOCSIZ;                                                        \
1102:info:build        ^
1103:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
1104:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
1105:info:build                                                         ~~~^
1106:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1107:info:build induct.c:1542:7:           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);warning:
1108:info:build implicit declaration of function 'dumpMat_totextfile' is invalid in C99 [-Wimplicit-function-declaration]          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1109:info:build
1110:info:build       dumpMat_totextfile(fp2, Z, num_fils, num_fils);./mulGlobal.h
1111:info:build :      ^180
1112:info:build :8: note: expanded from macro 'CALLOC'
1113:info:build        DUMPALLOCSIZ;                                                        \
1114:info:build        ^
1115:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
1116:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
1117:info:build                                                         ~~~^
1118:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1119:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1120:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1121:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1122:info:build        DUMPALLOCSIZ;                                                        \
1123:info:build        ^
1124:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
1125:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
1126:info:build                                                         ~~~^
1127:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1128:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1129:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1130:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1131:info:build induct.c:1636:1: fillM.c       DUMPALLOCSIZ;                                                        \
1132:info:build :warning: 76:10findpaths.c       ^:
1133:info:build  control may reach end of non-void function [-Wreturn-type]
1134:info:build ./mulGlobal.h:}
1135:info:build ^141::1451warning: :implicit declaration of function 'is_nonuni_gp' is invalid in C99 [-Wimplicit-function-declaration]:
1136:info:build 60: note: expanded from macro 'DUMPALLOCSIZ'
1137:info:build  warning: type specifier missing, defaults to 'int' [-Wimplicit-int]  (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
1138:info:build
1139:info:build                                                         ~~~^
1140:info:build
1141:info:build is_normal(node)
1142:info:build ^~~~~~~~~
1143:info:build     if (!is_nonuni_gp(plane))
1144:info:build          ^
1145:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1146:info:build fillM.c:77:15: warning:           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);implicit declaration of function 'makeMlist' is invalid in C99 [-Wimplicit-function-declaration]
1147:info:build
1148:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1149:info:build       mesh += makeMlist(plane, &(Mlist[mesh]), &(m_info[mesh]),mesh);
1150:info:build ./mulGlobal.h              ^
1151:info:build :180:8: note: expanded from macro 'CALLOC'
1152:info:build findpaths.c:       DUMPALLOCSIZ;                                                        \167
1153:info:build :       ^1
1154:info:build : warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1155:info:build ./mulGlobal.h:148:60is_gp(seg):
1156:info:build  ^~~~~note:
1157:info:build expanded from macro 'DUMPALLOCSIZ'
1158:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
1159:info:build                                                         ~~~^
1160:info:build fillM.c:79:15: warning: implicit declaration of function 'make_nonuni_Mlist' is invalid in C99 [-Wimplicit-function-declaration]
1161:info:build       mesh += make_nonuni_Mlist(plane, &(Mlist[mesh]));
1162:info:build               ^
1163:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1164:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1165:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1166:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1167:info:build        DUMPALLOCSIZ;                                                        \
1168:info:build        ^
1169:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
1170:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
1171:info:build                                                         ~~~^
1172:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1173:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1174:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1175:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1176:info:build        DUMPALLOCSIZ;                                                        \
1177:info:build        ^
1178:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
1179:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
1180:info:build                                                         ~~~^
1181:info:build findpaths.c:180:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1182:info:build is_gp_node(node)
1183:info:build ^~~~~~~~~~
1184:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1185:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1186:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1187:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1188:info:build        DUMPALLOCSIZ;                                                        \
1189:info:build        ^
1190:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
1191:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
1192:info:build                                                         ~~~^
1193:info:build findpaths.c:200:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1194:info:build is_node_in_list(node, nodelist)
1195:info:build ^~~~~~~~~~~~~~~
1196:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1197:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1198:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1199:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1200:info:build        DUMPALLOCSIZ;                                                        \
1201:info:build        ^
1202:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
1203:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
1204:info:build                                                      ~~~^
1205:info:build mulSetup.c:222:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1206:info:build           CALLOC(cubes[i][j], side, cube**, OFF, AMSC);
1207:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1208:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1209:info:build        DUMPALLOCSIZ;                                                        \
1210:info:build        ^
1211:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
1212:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
1213:info:build                                                         ~~~^
1214:info:build findpaths.c:215:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1215:info:build is_orignode_in_list(node, nodelist)
1216:info:build ^~~~~~~~~~~~~~~~~~~
1217:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
1218:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1219:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1220:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
1221:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
1222:info:build                                                 ~^
1223:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1224:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1225:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1226:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1227:info:build        DUMPALLOCSIZ;                                                        \
1228:info:build        ^
1229:info:build findpaths.c./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
1230:info:build :272:1:                "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
1231:info:build warning:                                          ~^type specifier missing, defaults to 'int' [-Wimplicit-int]
1232:info:build
1233:info:build free_nodelist(nodelist)
1234:info:build ^~~~~~~~~~~~~
1235:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1236:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1237:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1238:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1239:info:build        DUMPALLOCSIZ;                                                        \
1240:info:build        ^
1241:info:build ./mulGlobal.h:130:60findpaths.c:282:: note: expanded from macro 'DUMPALLOCSIZ'
1242:info:build 1  (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\:
1243:info:build                                                          ~~~^warning:
1244:info:build control reaches end of non-void function [-Wreturn-type]
1245:info:build }
1246:info:build ^
1247:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1248:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1249:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1250:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1251:info:build findpaths.c:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]       DUMPALLOCSIZ;                                                        \
1252:info:build
1253:info:build        ^
1254:info:build insert_path(path, pathlist)
1255:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'^~~~~~~~~~~
1256:info:build
1257:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
1258:info:build                                                         ~~~^
1259:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1260:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1261:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1262:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1263:info:build        DUMPALLOCSIZ;                                                        \
1264:info:build        ^
1265:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
1266:info:build findpaths.c  (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\:
1267:info:build 315                                                        ~~~^:
1268:info:build 1: warning: control reaches end of non-void function [-Wreturn-type]
1269:info:build }
1270:info:build ^
1271:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1272:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1273:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1274:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1275:info:build        DUMPALLOCSIZ;                                                        \
1276:info:build        ^
1277:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
1278:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
1279:info:build                                                         ~~~^
1280:info:build induct.c:1638:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1281:info:build savecmplx(fp, name, Z, rows, cols)
1282:info:build ^~~~~~~~~
1283:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1284:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1285:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1286:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1287:info:build        DUMPALLOCSIZ;                                                        \
1288:info:build        ^
1289:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
1290:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
1291:info:build                                                         ~~~^
1292:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1293:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1294:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1295:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1296:info:build        DUMPALLOCSIZ;                                                        \
1297:info:build        ^
1298:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
1299:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
1300:info:build                                                         ~~~^
1301:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1302:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1303:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1304:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1305:info:build        DUMPALLOCSIZ;                                                        \
1306:info:build        ^
1307:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
1308:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
1309:info:build                                                         ~~~^
1310:info:build induct.c:1663:1: warning: control reaches end of non-void function [-Wreturn-type]
1311:info:build }
1312:info:build ^
1313:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1314:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1315:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1316:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1317:info:build        DUMPALLOCSIZ;                                                        \
1318:info:build        ^
1319:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
1320:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
1321:info:build                                                         ~~~^
1322:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1323:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1324:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1325:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1326:info:build        DUMPALLOCSIZ;                                                        \
1327:info:build        ^
1328:info:build ./mulGlobal.h:fillM.c:154135::260:: warning:  implicit declaration of function 'add_to_external' is invalid in C99 [-Wimplicit-function-declaration]
1329:info:build note: expanded from macro 'DUMPALLOCSIZ'
1330:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
1331:info:build                                                         ~~~^
1332:info:build         add_to_external(pseg, mesh, sign, indsys);
1333:info:build         ^
1334:info:build induct.c:1666:1: warning: mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1335:info:build type specifier missing, defaults to 'int' [-Wimplicit-int]fillM.c            CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);:
1336:info:build 137:9
1337:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1338:info:build savecmplx2(fp, name, Z, rows, cols)
1339:info:build ^~~~~~~~~~
1340:info:build ./mulGlobal.h:180:8:: warning: implicit declaration of function 'is_next_seg_in_gp' is invalid in C99 [-Wimplicit-function-declaration]
1341:info:build  note: expanded from macro 'CALLOC'
1342:info:build        DUMPALLOCSIZ;                                                        \
1343:info:build        ^
1344:info:build ./mulGlobal.h:157:60: note:         while( is_next_seg_in_gp(selem, plusnode) == TRUE) {
1345:info:build expanded from macro 'DUMPALLOCSIZ'               ^
1346:info:build
1347:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
1348:info:build                                                         ~~~^
1349:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1350:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1351:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1352:info:build ./mulGlobal.h:180:findpaths.c:3858::1 :note:  expanded from macro 'CALLOC'warning:
1353:info:build type specifier missing, defaults to 'int' [-Wimplicit-int]
1354:info:build        DUMPALLOCSIZ;                                                        \
1355:info:build        ^equivnodes(line, indsys)
1356:info:build
1357:info:build ^~~~~~~~~~
1358:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
1359:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
1360:info:build                                                      ~~~^
1361:info:build mulSetup.c:228:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1362:info:build             CALLOC(cubes[i][j][k], side, cube*, OFF, AMSC);
1363:info:build             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1364:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1365:info:build        DUMPALLOCSIZ;                                                        \
1366:info:build        ^
1367:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
1368:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
1369:info:build                                                         ~~~^
1370:info:build induct.c:findpaths.c:403:9: warning: implicit declaration of function 'notblankline' is invalid in C99 [-Wimplicit-function-declaration]
1371:info:build 1702  while(notblankline(line)) {
1372:info:build         ^
1373:info:build :1: warning: control reaches end of non-void function [-Wreturn-type]
1374:info:build }
1375:info:build ^
1376:info:build findpaths.c:435:5: warning: implicit declaration of function 'make_equiv' is invalid in C99 [-Wimplicit-function-declaration]
1377:info:build     make_equiv(nl->node, realnode);
1378:info:build     ^
1379:info:build findpaths.c:438:3: warning: implicit declaration of function 'append_pnlist' is invalid in C99 [-Wimplicit-function-declaration]
1380:info:build   append_pnlist(pnlist, indsys);
1381:info:build   ^
1382:info:build induct.c:1705:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1383:info:build formMZMt(indsys)
1384:info:build ^~~~~~~~
1385:info:build fillM.c:206:7: warning: implicit declaration of function 'bad_seg_type' is invalid in C99 [-Wimplicit-function-declaration]
1386:info:build       bad_seg_type("make_mesh_from_path", selem->seg);
1387:info:build       ^
1388:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
1389:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1390:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1391:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
1392:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
1393:info:build                                                 ~^
1394:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1395:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1396:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1397:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1398:info:build        DUMPALLOCSIZ;                                                        \
1399:info:build        ^
1400:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
1401:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
1402:info:build                                          ~^
1403:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1404:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1405:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1406:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1407:info:build        DUMPALLOCSIZ;                                                        \
1408:info:build        ^
1409:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
1410:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
1411:info:build                                                         ~~~^
1412:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1413:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1414:info:build induct.c          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1415:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1416:info:build        DUMPALLOCSIZ;                                                        \
1417:info:build        ^
1418:info:build ./mulGlobal.h:133:60:fillM.c1767:findpaths.c::1: 468:note: 2291expanded from macro 'DUMPALLOCSIZ':
1419:info:build  :warning: 1type specifier missing, defaults to 'int' [-Wimplicit-int]:
1420:info:build  warning: :type specifier missing, defaults to 'int' [-Wimplicit-int]
1421:info:build  make_equiv(orignode, realnode)warning: is_next_seg_in_gp(selem,plusnode)control may reach end of non-void function [-Wreturn-type]
1422:info:build
1423:info:build ^~~~~~~~~~~~~~~~~
1424:info:build }
1425:info:build ^
1426:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
1427:info:build                                                         ~~~^
1428:info:build
1429:info:build ^~~~~~~~~~
1430:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1431:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1432:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1433:info:build ./mulGlobal.h:180:8: note: findpaths.c:476:6expanded from macro 'CALLOC':
1434:info:build  warning: implicit declaration of function 'is_real_node' is invalid in C99 [-Wimplicit-function-declaration]       DUMPALLOCSIZ;                                                        \
1435:info:build
1436:info:build        ^
1437:info:build ./mulGlobal.h  if(is_real_node(realnode) == 0 ) {
1438:info:build :     ^136
1439:info:build :60: note: expanded from macro 'DUMPALLOCSIZ'
1440:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
1441:info:build                                                         ~~~^
1442:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1443:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1444:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1445:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1446:info:build        DUMPALLOCSIZ;                                                        \
1447:info:build        ^
1448:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
1449:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
1450:info:build                                                         ~~~^
1451:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1452:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1453:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1454:info:build findpaths.c:./mulGlobal.h493::5180:: error: 8non-void function 'make_equiv' should return a value [-Wreturn-type]
1455:info:build : note: expanded from macro 'CALLOC'
1456:info:build     return;
1457:info:build        DUMPALLOCSIZ;                                                        \    ^
1458:info:build
1459:info:build        ^
1460:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
1461:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
1462:info:build                                                         ~~~^
1463:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1464:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1465:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1466:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1467:info:build        DUMPALLOCSIZ;                                                        \
1468:info:build        ^
1469:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
1470:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
1471:info:build                                                         ~~~^
1472:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1473:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1474:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1475:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1476:info:build        DUMPALLOCSIZ;                                                        \
1477:info:build        ^
1478:info:build findpaths.c:./mulGlobal.h511::1481:: 60warning: :type specifier missing, defaults to 'int' [-Wimplicit-int]
1479:info:build  note: expanded from macro 'DUMPALLOCSIZ'
1480:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\append_pnlist(pnlist, indsys)induct.c
1481:info:build :1769:
1482:info:build                                                         ~~~^
1483:info:build ^~~~~~~~~~~~~1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1484:info:build
1485:info:build oldformMZMt(indsys)
1486:info:build ^~~~~~~~~~~
1487:info:build fillM.c:296:1: warning: control may reach end of non-void function [-Wreturn-type]
1488:info:build }
1489:info:build ^
1490:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1491:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1492:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1493:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1494:info:build        DUMPALLOCSIZ;                                                        \
1495:info:build        ^
1496:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
1497:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
1498:info:build                                                         ~~~^
1499:info:build fillM.c:298:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1500:info:build bad_seg_type(name, seg)mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1501:info:build
1502:info:build ^~~~~~~~~~~~
1503:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1504:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1505:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1506:info:build        DUMPALLOCSIZ;                                                        \
1507:info:build        ^
1508:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
1509:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
1510:info:build                                                         ~~~^
1511:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1512:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1513:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1514:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1515:info:build        DUMPALLOCSIZ;                                                        \
1516:info:build        ^
1517:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
1518:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
1519:info:build                                                         ~~~^
1520:info:build findpaths.c:544:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1521:info:build add_to_connected_segs(node, seg, pseudo_seg)
1522:info:build ^~~~~~~~~~~~~~~~~~~~~
1523:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1524:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1525:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1526:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1527:info:build        DUMPALLOCSIZ;                                                        \
1528:info:build        ^
1529:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
1530:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
1531:info:build                                                      ~~~^
1532:info:build mulSetup.c:252:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1533:info:build           CALLOC(nextc, 1, cube, OFF, AMSC);
1534:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1535:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1536:info:build fillM.c:324       DUMPALLOCSIZ;                                                        \
1537:info:build        ^
1538:info:build ./mulGlobal.h:1:: 163warning: :type specifier missing, defaults to 'int' [-Wimplicit-int]60
1539:info:build : note: expanded from macro 'DUMPALLOCSIZ'
1540:info:build add_to_external(pseg, mesh, sign, indsys)
1541:info:build ^~~~~~~~~~~~~~~  (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
1542:info:build
1543:info:build                                                         ~~~^
1544:info:build findpaths.c:575:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1545:info:build remove_from_connected_segs(node, seg, pseudo_seg)
1546:info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~
1547:info:build fillM.c:346:1: warning: control may reach end of non-void function [-Wreturn-type]
1548:info:build }
1549:info:build ^
1550:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
1551:info:build induct.c:1855:          CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);1:
1552:info:build warning:           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~control may reach end of non-void function [-Wreturn-type]
1553:info:build
1554:info:build }
1555:info:build ./mulGlobal.h^
1556:info:build :178:50: note: expanded from macro 'CALLOC'
1557:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
1558:info:build                                                 ~^
1559:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1560:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1561:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1562:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1563:info:build        DUMPALLOCSIZ;                                                        \
1564:info:build        ^fillM.c:370
1565:info:build :1: ./mulGlobal.hwarning: :type specifier missing, defaults to 'int' [-Wimplicit-int]127
1566:info:build :29: note: expanded from macro 'DUMPALLOCSIZ'makeMlist(plane, pMlist, pm_info, mstart)
1567:info:build ^~~~~~~~~
1568:info:build
1569:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
1570:info:build                                          ~^
1571:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1572:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1573:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1574:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1575:info:build        DUMPALLOCSIZ;                                                        \
1576:info:build        ^
1577:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
1578:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
1579:info:build                                                         ~~~^
1580:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1581:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1582:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1583:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1584:info:build        DUMPALLOCSIZ;                                                        \
1585:info:build        ^
1586:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
1587:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
1588:info:build                                                         ~~~^
1589:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1590:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1591:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1592:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1593:info:build        DUMPALLOCSIZ;                                                        \
1594:info:build        ^
1595:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
1596:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
1597:info:build                                                         ~~~^
1598:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1599:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1600:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1601:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1602:info:build        DUMPALLOCSIZ;                                                        \
1603:info:build        ^
1604:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
1605:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
1606:info:build                                                         ~~~^
1607:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1608:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1609:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1610:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1611:info:build        DUMPALLOCSIZ;                                                        \
1612:info:build        ^
1613:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
1614:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
1615:info:build                                                         ~~~^
1616:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1617:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1618:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1619:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1620:info:build        DUMPALLOCSIZ;                                                        \
1621:info:build        ^
1622:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
1623:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
1624:info:build                                                         ~~~^
1625:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1626:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1627:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1628:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1629:info:build        DUMPALLOCSIZ;                                                        \
1630:info:build        ^
1631:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
1632:info:build fillM.c  (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\:435:1: warning:
1633:info:build                                                         ~~~^
1634:info:build type specifier missing, defaults to 'int' [-Wimplicit-int]
1635:info:build fill_b(ext, b)
1636:info:build ^~~~~~
1637:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1638:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1639:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1640:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1641:info:build fillM.c       DUMPALLOCSIZ;                                                        \
1642:info:build :443:1: warning:        ^
1643:info:build control reaches end of non-void function [-Wreturn-type]
1644:info:build ./mulGlobal.h:}151:60: note: induct.c:expanded from macro 'DUMPALLOCSIZ'
1645:info:build
1646:info:build 1864  (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\:
1647:info:build ^
1648:info:build 3:                                                        ~~~^
1649:info:build warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
1650:info:build   CALLOC(blah, number*size, char, OFF, IND);
1651:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1652:info:build ./mulGlobal.h:178:50:fillM.c:445:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1653:info:build  note: extractYcol(mat, x0, extcol, ext_list)mulSetup.c:260:expanded from macro 'CALLOC'
1654:info:build
1655:info:build ^~~~~~~~~~~
1656:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \4
1657:info:build :                                                ~^
1658:info:build warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1659:info:build findpaths.c:704          CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1660:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1661:info:build ./mulGlobal.h:180:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1662:info:build :8: note: expanded from macro 'CALLOC'
1663:info:build is_real_node(node)induct.c:1864       DUMPALLOCSIZ;                                                        \:
1664:info:build 3       ^:
1665:info:build  warning: implicit declaration of function 'sbrk' is invalid in C99 [-Wimplicit-function-declaration]
1666:info:build ./mulGlobal.h:
1667:info:build   CALLOC(blah, number*size, char, OFF, IND);
1668:info:build ^~~~~~~~~~~~
1669:info:build 154:60:  ^
1670:info:build  note: expanded from macro 'DUMPALLOCSIZ'
1671:info:build ./mulGlobal.h:  (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\180
1672:info:build :                                                        ~~~^8:
1673:info:build  note: expanded from macro 'CALLOC'
1674:info:build        DUMPALLOCSIZ;                                                        \
1675:info:build        ^
1676:info:build ./mulGlobal.h:128:18: note: expanded from macro 'DUMPALLOCSIZ'
1677:info:build                 memcount/1024, sbrk(0));                               \
1678:info:build                                ^
1679:info:build fillM.c:464:1: warning: control reaches end of non-void function [-Wreturn-type]
1680:info:build }
1681:info:build ^
1682:info:build mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1683:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1684:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1685:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1686:info:build        DUMPALLOCSIZ;                                                        \
1687:info:build        ^
1688:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
1689:info:build induct.c  (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\:1864
1690:info:build :3                                                        ~~~^:
1691:info:build  warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1692:info:build   CALLOC(blah, number*size, char, OFF, IND);
1693:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1694:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1695:info:build        DUMPALLOCSIZ;                                                        \
1696:info:build        ^
1697:info:build ./mulGlobal.h:127:29:mulSetup.c:260:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1698:info:build  note: expanded from macro 'DUMPALLOCSIZ'
1699:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);
1700:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1701:info:build ./mulGlobal.h:180:8: note:                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
1702:info:build                                          ~^
1703:info:build expanded from macro 'CALLOC'
1704:info:build        DUMPALLOCSIZ;                                                        \
1705:info:build        ^
1706:info:build ./mulGlobal.h:160:57: note: induct.c:1864:3: findpaths.cwarning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1707:info:build :887:1expanded from macro 'DUMPALLOCSIZ'fillM.c: warning: :
1708:info:build type specifier missing, defaults to 'int' [-Wimplicit-int]
1709:info:build   CALLOC(blah, number*size, char, OFF, IND);543:
1710:info:build push_node(node, stack)
1711:info:build ^~~~~~~~~
1712:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1
1713:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\:
1714:info:build                                                      ~~~^ warning: ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'type specifier missing, defaults to 'int' [-Wimplicit-int]
1715:info:build
1716:info:build
1717:info:build        DUMPALLOCSIZ;                                                        \
1718:info:build        ^
1719:info:build makegrids(indsys, Im, column, freq_num)
1720:info:build ^~~~~~~~~./mulGlobal.h
1721:info:build :130:60: note: expanded from macro 'DUMPALLOCSIZ'
1722:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
1723:info:build                                                         ~~~^
1724:info:build findpaths.c:901:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1725:info:build make_trees(indsys)
1726:info:build ^~~~~~~~~~
1727:info:build induct.c:1864:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1728:info:build mulSetup.c  CALLOC(blah, number*size, char, OFF, IND);
1729:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1730:info:build ./mulGlobal.h:180:8: :260note: fillM.c:552:10: expanded from macro 'CALLOC':4:warning:  type specifier missing, defaults to 'int' [-Wimplicit-int]warning:
1731:info:build
1732:info:build conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1733:info:build        DUMPALLOCSIZ;                                                        \
1734:info:build   static maxdir1 = 0, maxdir2 = 0;
1735:info:build   ~~~~~~ ^
1736:info:build        ^
1737:info:build           CALLOC(nextc->upnumeles, 1, int, OFF, AMSC);./mulGlobal.h
1738:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1739:info:build :133:60: note: expanded from macro 'DUMPALLOCSIZ'
1740:info:build ./mulGlobal.h  (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\:180:8fillM.c:: 552
1741:info:build :                                                        ~~~^23note: : warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1742:info:build expanded from macro 'CALLOC'
1743:info:build
1744:info:build   static maxdir1 = 0, maxdir2 = 0;
1745:info:build   ~~~~~~              ^
1746:info:build        DUMPALLOCSIZ;                                                        \
1747:info:build        ^
1748:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
1749:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
1750:info:build                                                         ~~~^
1751:info:build findpaths.c:964:4: warning: implicit declaration of function 'make_loop' is invalid in C99 [-Wimplicit-function-declaration]
1752:info:build induct.c:1864:3:          make_loop(node, other, branches->seg, atree); /* make a loop (check for selfloop) */ warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1753:info:build           ^
1754:info:build
1755:info:build   CALLOC(blah, number*size, char, OFF, IND);
1756:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1757:info:build findpaths.c./mulGlobal.h::180:8973:: 2note: expanded from macro 'CALLOC'
1758:info:build : warning: implicit declaration of function 'mark_seg' is invalid in C99 [-Wimplicit-function-declaration]
1759:info:build        DUMPALLOCSIZ;                                                        \
1760:info:build        ^
1761:info:build         mark_seg(branches->seg);    /* mark seg as used */
1762:info:build         ^
1763:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
1764:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
1765:info:build                                                         ~~~^
1766:info:build findpaths.c:976:7: warning: implicit declaration of function 'mark_node' is invalid in C99 [-Wimplicit-function-declaration]
1767:info:build       mark_node(node);  /* mark node as examined */
1768:info:build       ^
1769:info:build induct.c:1864findpaths.c:985:28: warning: implicit declaration of function 'is_marked' is invalid in C99 [-Wimplicit-function-declaration]
1770:info:build :3  while(b_list != NULL && (is_marked(b_list->seg) || is_gp(b_list->seg)) ): warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1771:info:build
1772:info:build                            ^
1773:info:build   CALLOC(blah, number*size, char, OFF, IND);
1774:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1775:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1776:info:build        DUMPALLOCSIZ;                                                        \
1777:info:build        ^
1778:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
1779:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
1780:info:build                                                         ~~~^
1781:info:build findpaths.c:1004:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]induct.c:1864:
1782:info:build mark_seg(seg)
1783:info:build ^~~~~~~~
1784:info:build 3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1785:info:build mulSetup.c:269:  CALLOC(blah, number*size, char, OFF, IND);8
1786:info:build :  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1787:info:build warning: implicit declaration of function 'is_gp_charge' is invalid in C99 [-Wimplicit-function-declaration]
1788:info:build ./mulGlobal.h:180          if (is_gp_charge(nextq) == TRUE):
1789:info:build 8              ^:
1790:info:build  note: expanded from macro 'CALLOC'
1791:info:build        DUMPALLOCSIZ;                                                        \
1792:info:build        ^
1793:info:build ./mulGlobal.hfindpaths.c::142:60: 1013note: :expanded from macro 'DUMPALLOCSIZ'1
1794:info:build : warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1795:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
1796:info:build unmark_seg(seg)                                                        ~~~^
1797:info:build
1798:info:build ^~~~~~~~~~
1799:info:build findpaths.c:1022:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1800:info:build mark_node(node)
1801:info:build ^~~~~~~~~
1802:info:build induct.c:1864:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1803:info:build findpaths.c  CALLOC(blah, number*size, char, OFF, IND);
1804:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1805:info:build :1028:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1806:info:build unmark_node(node)
1807:info:build ^~~~~~~~~~~
1808:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1809:info:build        DUMPALLOCSIZ;                                                        \
1810:info:build        ^
1811:info:build ./mulGlobal.hfindpaths.c:1034:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1812:info:build :145:is_node_marked(node)60: note: expanded from macro 'DUMPALLOCSIZ'
1813:info:build
1814:info:build ^~~~~~~~~~~~~~
1815:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
1816:info:build                                                         ~~~^
1817:info:build fillM.c:638:5: error: non-void function 'makegrids' should return a value [-Wreturn-type]
1818:info:build     return;
1819:info:build     ^
1820:info:build induct.c:1864:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1821:info:build findpaths.c:1053:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1822:info:build   CALLOC(blah, number*size, char, OFF, IND);
1823:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~make_loop(node_l, node_s, seg, tree)
1824:info:build
1825:info:build ^~~~~~~~~
1826:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1827:info:build        DUMPALLOCSIZ;                                                        \
1828:info:build        ^
1829:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
1830:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
1831:info:build                                                         ~~~^
1832:info:build fillM.c:653:7: warning: implicit declaration of function 'dump_nonuni_plane_currents' is invalid in C99 [-Wimplicit-function-declaration]
1833:info:build       dump_nonuni_plane_currents(p->nonuni, Ib, fp);
1834:info:build       ^
1835:info:build induct.c:1864:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1836:info:build   CALLOC(blah, number*size, char, OFF, IND);
1837:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1838:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1839:info:build        DUMPALLOCSIZ;                                                        \
1840:info:build        ^
1841:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
1842:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
1843:info:build                                                         ~~~^
1844:info:build induct.c:1864:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1845:info:build   CALLOC(blah, number*size, char, OFF, IND);findpaths.c:1208:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1846:info:build
1847:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~find_hole_meshes(indsys)
1848:info:build ^~~~~~~~~~~~~~~~
1849:info:build
1850:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1851:info:build        DUMPALLOCSIZ;                                                        \
1852:info:build        ^
1853:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
1854:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
1855:info:build                                                         ~~~^
1856:info:build fillM.c:693:7: warning: implicit declaration of function 'savecmplx' is invalid in C99 [-Wimplicit-function-declaration]
1857:info:build induct.c      savecmplx(fp, fname, out1, dir2, dir1);:1864:3
1858:info:build       ^
1859:info:build : warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1860:info:build   CALLOC(blah, number*size, char, OFF, IND);
1861:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1862:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1863:info:build        DUMPALLOCSIZ;                                                        \
1864:info:build        ^
1865:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
1866:info:build findpaths.c:1241:10: warning: implicit declaration of function 'is_hole' is invalid in C99 [-Wimplicit-function-declaration]
1867:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
1868:info:build                                                         ~~~^
1869:info:build             if (is_hole(tnode) && !is_node_marked(tnode)) {
1870:info:build                 ^
1871:info:build findpaths.c:1252:5: warning: implicit declaration of function 'clear_marks_and_level' is invalid in C99 [-Wimplicit-function-declaration]
1872:info:build     clear_marks_and_level(surrounding_nodes);
1873:info:build     ^
1874:info:build induct.c:1864:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1875:info:build findpaths.c:1255:5: warning: implicit declaration of function 'make_gp_trees' is invalid in C99 [-Wimplicit-function-declaration]
1876:info:build     make_gp_trees(surrounding_nodes, atree);  CALLOC(blah, number*size, char, OFF, IND);
1877:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1878:info:build
1879:info:build     ^
1880:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1881:info:build        DUMPALLOCSIZ;                                                        \
1882:info:build        ^
1883:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
1884:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
1885:info:build                                                      ~~~^
1886:info:build findpaths.c:1265:5: warning: implicit declaration of function 'mark_used_segs' is invalid in C99 [-Wimplicit-function-declaration]
1887:info:build     mark_used_segs(atree->loops);
1888:info:build     ^
1889:info:build induct.c:1864:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1890:info:build   CALLOC(blah, number*size, char, OFF, IND);
1891:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1892:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1893:info:build        DUMPALLOCSIZ;                                                        \
1894:info:build        ^
1895:info:build mulSetup.c./mulGlobal.h::381163::560::  warning: note: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]expanded from macro 'DUMPALLOCSIZ'
1896:info:build
1897:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
1898:info:build                                                         ~~~^
1899:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1900:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1901:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
1902:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
1903:info:build                                                 ~^
1904:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1905:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1906:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1907:info:build ./mulGlobal.h:180:8: note: findpaths.c:1313:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1908:info:build clear_marks_and_level(nlist)
1909:info:build ^~~~~~~~~~~~~~~~~~~~~
1910:info:build expanded from macro 'CALLOC'
1911:info:build        DUMPALLOCSIZ;                                                        \
1912:info:build        ^
1913:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
1914:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
1915:info:build                                          ~^
1916:info:build findpaths.c:1327:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1917:info:build make_gp_trees(nlist, atree)
1918:info:build ^~~~~~~~~~~~~
1919:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1920:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1921:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1922:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1923:info:build        DUMPALLOCSIZ;                                                        \
1924:info:build        ^
1925:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
1926:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
1927:info:build                                                         ~~~^
1928:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1929:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1930:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1931:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1932:info:build        DUMPALLOCSIZ;                                                        \
1933:info:build        ^
1934:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
1935:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
1936:info:build                                                         ~~~^
1937:info:build findpaths.c:1379:21 warnings and 13 error: generated.
1938:info:build  warning: implicit declaration of function 'clear_used_segs' is invalid in C99 [-Wimplicit-function-declaration]
1939:info:build   clear_used_segs(atree->loops);
1940:info:build   ^
1941:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1942:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1943:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1944:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1945:info:build        DUMPALLOCSIZ;                                                        \
1946:info:build        ^
1947:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
1948:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
1949:info:build                                                         ~~~^
1950:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1951:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1952:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1953:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1954:info:build        DUMPALLOCSIZ;                                                        \
1955:info:build        ^
1956:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
1957:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
1958:info:build                                                         ~~~^
1959:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1960:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1961:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1962:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1963:info:build        DUMPALLOCSIZ;                                                        \
1964:info:build        ^
1965:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
1966:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
1967:info:build                                                         ~~~^
1968:info:build induct.c:1878:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1969:info:build formMtrans(indsys)
1970:info:build ^~~~~~~~~~
1971:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1972:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1973:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1974:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1975:info:build findpaths.c:1497:1       DUMPALLOCSIZ;                                                        \
1976:info:build        ^
1977:info:build : warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1978:info:build ./mulGlobal.h:145clear_used_segs(plist):60:
1979:info:build  ^~~~~~~~~~~~~~~note:
1980:info:build expanded from macro 'DUMPALLOCSIZ'
1981:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
1982:info:build                                                         ~~~^
1983:info:build findpaths.c:1509:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
1984:info:build mark_used_segs(plist)
1985:info:build ^~~~~~~~~~~~~~
1986:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
1987:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
1988:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1989:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
1990:info:build        DUMPALLOCSIZ;                                                        \
1991:info:build        ^
1992:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
1993:info:build induct.c:1948:1: warning: make[1]: 41  (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
1994:info:build                                                         ~~~^
1995:info:build  warning*** [fillM.o] Error 1scontrol reaches end of non-void function [-Wreturn-type]
1996:info:build
1997:info:build  and 1 error} generated.
1998:info:build
1999:info:build ^
2000:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2001:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
2002:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2003:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2004:info:build        DUMPALLOCSIZ;                                                        \
2005:info:build        ^
2006:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2007:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2008:info:build                                                         ~~~^
2009:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2010:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
2011:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2012:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2013:info:build        DUMPALLOCSIZ;                                                        \
2014:info:build        ^
2015:info:build ./mulGlobal.hinduct.c:1950:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2016:info:build :154:60compare_meshes(mesh1, mesh2): note: expanded from macro 'DUMPALLOCSIZ'
2017:info:build
2018:info:build ^~~~~~~~~~~~~~  (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2019:info:build
2020:info:build                                                         ~~~^
2021:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2022:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
2023:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2025:info:build        DUMPALLOCSIZ;                                                        \
2026:info:build        ^
2027:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2028:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2029:info:build                                                         ~~~^
2030:info:build induct.c:1963:1: warning: control may reach end of non-void function [-Wreturn-type]
2031:info:build }
2032:info:build ^
2033:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2034:info:build     CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
2035:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2036:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2037:info:build        DUMPALLOCSIZ;                                                        \
2038:info:build        ^
2039:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2040:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2041:info:build                                                      ~~~^
2042:info:build mulSetup.c:381:5: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2043:info:build induct.c:    CALLOC(cubes, sys->depth+1, cube****, ON, AMSC);
2044:info:build     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2045:info:build 1965:1: ./mulGlobal.h:warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2046:info:build cx_dumpMat_totextfile(fp, Z, rows, cols)180:8: note:
2047:info:build expanded from macro 'CALLOC'^~~~~~~~~~~~~~~~~~~~~
2048:info:build        DUMPALLOCSIZ;                                                        \
2049:info:build        ^
2050:info:build
2051:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2052:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2053:info:build                                                         ~~~^
2054:info:build induct.c:1977:3: error: non-void function 'cx_dumpMat_totextfile' should return a value [-Wreturn-type]
2055:info:build   return;
2056:info:build   ^
2057:info:build induct.c:1980:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2058:info:build dumpMat_totextfile(fp, A, rows, cols)
2059:info:build ^~~~~~~~~~~~~~~~~~
2060:info:build induct.c:1992:3: error: non-void function 'dumpMat_totextfile' should return a value [-Wreturn-type]
2061:info:build   return;
2062:info:build   ^
2063:info:build induct.c:1995:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2064:info:build dumpVec_totextfile(fp2, Vec, size)
2065:info:build ^~~~~~~~~~~~~~~~~~
2066:info:build make[1]: *** [findpaths.o] Error 1
2067:info:build induct.c:2003:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2068:info:build fillMrow(Mlist, mesh, Mrow)
2069:info:build ^~~~~~~~
2070:info:build induct.c:2020:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2071:info:build dump_to_Ycond(fp, cond, indsys)
2072:info:build ^~~~~~~~~~~~~
2073:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2074:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2075:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2076:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2077:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2078:info:build                                                 ~^
2079:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2080:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2081:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2082:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2083:info:build        DUMPALLOCSIZ;                                                        \
2084:info:build        ^
2085:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2086:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2087:info:build                                          ~^
2088:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2089:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2090:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2091:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2092:info:build        DUMPALLOCSIZ;                                                        \
2093:info:build        ^
2094:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2095:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2096:info:build                                                         ~~~^
2097:info:build induct.c:2037:3: warning: implicit declaration of function 'saveCarray' is invalid in C99 [-Wimplicit-function-declaration]
2098:info:build   saveCarray(fp, fname, indsys->resids, indsys->num_sub_extern, maxiters);
2099:info:build   ^
2100:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2101:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2102:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2103:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2104:info:build        DUMPALLOCSIZ;                                                        \
2105:info:build        ^
2106:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2107:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2108:info:build                                                         ~~~^
2109:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2110:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2111:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2112:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2113:info:build        DUMPALLOCSIZ;                                                        \
2114:info:build        ^
2115:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2116:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2117:info:build                                                         ~~~^
2118:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2119:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2120:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2121:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2122:info:build        DUMPALLOCSIZ;                                                        \
2123:info:build        ^
2124:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
2125:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
2126:info:build                                                         ~~~^
2127:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2128:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2129:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2130:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2131:info:build        DUMPALLOCSIZ;                                                        \
2132:info:build        ^
2133:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
2134:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
2135:info:build                                                         ~~~^
2136:info:build induct.c:2053:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2137:info:build saveCarray(fp, fname, Arr, rows, cols)
2138:info:build ^~~~~~~~~~
2139:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2140:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2141:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2142:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2143:info:build        DUMPALLOCSIZ;                                                        \
2144:info:build        ^
2145:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
2146:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
2147:info:build                                                         ~~~^
2148:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2149:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2150:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2151:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2152:info:build        DUMPALLOCSIZ;                                                        \
2153:info:build        ^
2154:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
2155:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
2156:info:build                                                         ~~~^
2157:info:build induct.c:2089:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2158:info:build dump_M_to_text(fp, Mlist, num_mesh, nnz)
2159:info:build ^~~~~~~~~~~~~~
2160:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2161:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2162:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2163:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2164:info:build        DUMPALLOCSIZ;                                                        \
2165:info:build        ^
2166:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2167:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2168:info:build                                                         ~~~^
2169:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2170:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2171:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2172:info:build ./mulGlobal.hinduct.c:2110:1: warning: :180:8: note: expanded from macro 'CALLOC'
2173:info:build        DUMPALLOCSIZ;                                                        \
2174:info:build        ^
2175:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
2176:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2177:info:build                                                         ~~~^
2178:info:build type specifier missing, defaults to 'int' [-Wimplicit-int]
2179:info:build dump_M_to_matlab(fp, Mlist, num_mesh, nnz, mname)
2180:info:build ^~~~~~~~~~~~~~~~
2181:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2182:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2183:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2184:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2185:info:build        DUMPALLOCSIZ;                                                        \
2186:info:build        ^
2187:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2188:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2189:info:build                                                         ~~~^
2190:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2191:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2192:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2193:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2194:info:build        DUMPALLOCSIZ;                                                        \
2195:info:build        ^
2196:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2197:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2198:info:build                                                      ~~~^
2199:info:build induct.c:2138:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2200:info:build pick_ground_nodes(indsys)
2201:info:build mulSetup.c:383:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2202:info:build ^~~~~~~~~~~~~~~~~
2203:info:build       CALLOC(cubes[i], side, cube***, ON, AMSC);
2204:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2205:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2206:info:build        DUMPALLOCSIZ;                                                        \
2207:info:build        ^
2208:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2209:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2210:info:build                                                         ~~~^
2211:info:build induct.c:2195:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2212:info:build concat4(s1,s2,s3,s4)
2213:info:build ^~~~~~~
2214:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2215:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2216:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2217:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2218:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2219:info:build                                                 ~^
2220:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2221:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2222:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2223:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2224:info:build        DUMPALLOCSIZ;                                                        \
2225:info:build        ^
2226:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2227:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2228:info:build                                          ~^
2229:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2230:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2231:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2232:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2233:info:build        DUMPALLOCSIZ;                                                        \
2234:info:build        ^
2235:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2236:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2237:info:build                                                         ~~~^
2238:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2239:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2240:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2241:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2242:info:build        DUMPALLOCSIZ;                                                        \
2243:info:build        ^
2244:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2245:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2246:info:build                                                         ~~~^
2247:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2248:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2249:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2250:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2251:info:build        DUMPALLOCSIZ;                                                        \
2252:info:build        ^
2253:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2254:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2255:info:build                                                         ~~~^
2256:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2257:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2258:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2259:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2260:info:build        DUMPALLOCSIZ;                                                        \
2261:info:build        ^
2262:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
2263:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
2264:info:build                                                         ~~~^
2265:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2266:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2267:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2268:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2269:info:build        DUMPALLOCSIZ;                                                        \
2270:info:build        ^
2271:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
2272:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
2273:info:build                                                         ~~~^
2274:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2275:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2276:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2277:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2278:info:build        DUMPALLOCSIZ;                                                        \
2279:info:build        ^
2280:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
2281:info:build 94  (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
2282:info:build                                                         ~~~^ warning
2283:info:build s and 2 errors generated.
2284:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2285:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2286:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2287:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2288:info:build        DUMPALLOCSIZ;                                                        \
2289:info:build        ^
2290:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
2291:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
2292:info:build                                                         ~~~^
2293:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2294:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2295:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2296:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2297:info:build        DUMPALLOCSIZ;                                                        \
2298:info:build        ^
2299:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2300:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2301:info:build                                                         ~~~^
2302:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2303:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2304:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2305:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2306:info:build        DUMPALLOCSIZ;                                                        \
2307:info:build        ^
2308:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
2309:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2310:info:build                                                         ~~~^
2311:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2312:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2313:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2314:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2315:info:build        DUMPALLOCSIZ;                                                        \
2316:info:build        ^
2317:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2318:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2319:info:build                                                         ~~~^
2320:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2321:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2322:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2323:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2324:info:build        DUMPALLOCSIZ;                                                        \
2325:info:build        ^
2326:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2327:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2328:info:build                                                      ~~~^
2329:info:build mulSetup.c:385:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2330:info:build         CALLOC(cubes[i][j], side, cube**, ON, AMSC);
2331:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2332:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2333:info:build        DUMPALLOCSIZ;                                                        \
2334:info:build        ^
2335:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2336:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2337:info:build                                                         ~~~^
2338:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2339:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2340:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2341:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2342:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2343:info:build                                                 ~^
2344:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2345:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2346:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2347:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2348:info:build        DUMPALLOCSIZ;                                                        \
2349:info:build        ^
2350:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2351:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2352:info:build                                          ~^
2353:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]make[1]: *** [induct.o] Error 1
2354:info:build
2355:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2356:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2357:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2358:info:build        DUMPALLOCSIZ;                                                        \
2359:info:build        ^
2360:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2361:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2362:info:build                                                         ~~~^
2363:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2364:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2365:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2366:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2367:info:build        DUMPALLOCSIZ;                                                        \
2368:info:build        ^
2369:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2370:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2371:info:build                                                         ~~~^
2372:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2373:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2374:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2375:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2376:info:build        DUMPALLOCSIZ;                                                        \
2377:info:build        ^
2378:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2379:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2380:info:build                                                         ~~~^
2381:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2382:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2383:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2384:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2385:info:build        DUMPALLOCSIZ;                                                        \
2386:info:build        ^
2387:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
2388:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
2389:info:build                                                         ~~~^
2390:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2391:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2392:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2393:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2394:info:build        DUMPALLOCSIZ;                                                        \
2395:info:build        ^
2396:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
2397:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
2398:info:build                                                         ~~~^
2399:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2400:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2401:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2402:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2403:info:build        DUMPALLOCSIZ;                                                        \
2404:info:build        ^
2405:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
2406:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
2407:info:build                                                         ~~~^
2408:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2409:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2410:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2411:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2412:info:build        DUMPALLOCSIZ;                                                        \
2413:info:build        ^
2414:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
2415:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
2416:info:build                                                         ~~~^
2417:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2418:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2419:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2420:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2421:info:build        DUMPALLOCSIZ;                                                        \
2422:info:build        ^
2423:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2424:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2425:info:build                                                         ~~~^
2426:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2427:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2428:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2429:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2430:info:build        DUMPALLOCSIZ;                                                        \
2431:info:build        ^
2432:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
2433:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2434:info:build                                                         ~~~^
2435:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2436:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2437:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2438:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2439:info:build        DUMPALLOCSIZ;                                                        \
2440:info:build        ^
2441:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2442:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2443:info:build                                                         ~~~^
2444:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2445:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2446:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2447:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2448:info:build        DUMPALLOCSIZ;                                                        \
2449:info:build        ^
2450:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2451:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2452:info:build                                                      ~~~^
2453:info:build mulSetup.c:387:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2454:info:build           CALLOC(cubes[i][j][k], side, cube*, ON, AMSC);
2455:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2456:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2457:info:build        DUMPALLOCSIZ;                                                        \
2458:info:build        ^
2459:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2460:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2461:info:build                                                         ~~~^
2462:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2463:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2464:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2465:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2466:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2467:info:build                                                 ~^
2468:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2469:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2470:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2471:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2472:info:build        DUMPALLOCSIZ;                                                        \
2473:info:build        ^
2474:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2475:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2476:info:build                                          ~^
2477:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2478:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2479:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2480:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2481:info:build        DUMPALLOCSIZ;                                                        \
2482:info:build        ^
2483:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2484:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2485:info:build                                                         ~~~^
2486:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2487:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2488:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2489:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2490:info:build        DUMPALLOCSIZ;                                                        \
2491:info:build        ^
2492:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2493:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2494:info:build                                                         ~~~^
2495:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2496:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2497:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2498:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2499:info:build        DUMPALLOCSIZ;                                                        \
2500:info:build        ^
2501:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2502:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2503:info:build                                                         ~~~^
2504:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2505:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2506:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2507:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2508:info:build        DUMPALLOCSIZ;                                                        \
2509:info:build        ^
2510:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
2511:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
2512:info:build                                                         ~~~^
2513:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2514:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2515:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2516:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2517:info:build        DUMPALLOCSIZ;                                                        \
2518:info:build        ^
2519:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
2520:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
2521:info:build                                                         ~~~^
2522:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2523:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2524:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2525:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2526:info:build        DUMPALLOCSIZ;                                                        \
2527:info:build        ^
2528:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
2529:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
2530:info:build                                                         ~~~^
2531:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2532:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2533:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2534:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2535:info:build        DUMPALLOCSIZ;                                                        \
2536:info:build        ^
2537:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
2538:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
2539:info:build                                                         ~~~^
2540:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2541:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2542:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2543:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2544:info:build        DUMPALLOCSIZ;                                                        \
2545:info:build        ^
2546:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2547:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2548:info:build                                                         ~~~^
2549:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2550:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2551:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2552:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2553:info:build        DUMPALLOCSIZ;                                                        \
2554:info:build        ^
2555:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
2556:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2557:info:build                                                         ~~~^
2558:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2559:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2560:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2561:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2562:info:build        DUMPALLOCSIZ;                                                        \
2563:info:build        ^
2564:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2565:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2566:info:build                                                         ~~~^
2567:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2568:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2569:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2570:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2571:info:build        DUMPALLOCSIZ;                                                        \
2572:info:build        ^
2573:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2574:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2575:info:build                                                      ~~~^
2576:info:build mulSetup.c:411:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2577:info:build         CALLOC(nextc, 1, cube, ON, AMSC);
2578:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2579:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2580:info:build        DUMPALLOCSIZ;                                                        \
2581:info:build        ^
2582:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2583:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2584:info:build                                                         ~~~^
2585:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2586:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2587:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2588:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2589:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2590:info:build                                                 ~^
2591:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2592:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2593:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2594:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2595:info:build        DUMPALLOCSIZ;                                                        \
2596:info:build        ^
2597:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2598:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2599:info:build                                          ~^
2600:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2601:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2602:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2603:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2604:info:build        DUMPALLOCSIZ;                                                        \
2605:info:build        ^
2606:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2607:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2608:info:build                                                         ~~~^
2609:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2610:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2611:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2612:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2613:info:build        DUMPALLOCSIZ;                                                        \
2614:info:build        ^
2615:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2616:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2617:info:build                                                         ~~~^
2618:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2619:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2620:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2621:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2622:info:build        DUMPALLOCSIZ;                                                        \
2623:info:build        ^
2624:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2625:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2626:info:build                                                         ~~~^
2627:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2628:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2629:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2630:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2631:info:build        DUMPALLOCSIZ;                                                        \
2632:info:build        ^
2633:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
2634:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
2635:info:build                                                         ~~~^
2636:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2637:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2638:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2639:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2640:info:build        DUMPALLOCSIZ;                                                        \
2641:info:build        ^
2642:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
2643:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
2644:info:build                                                         ~~~^
2645:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2646:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2647:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2648:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2649:info:build        DUMPALLOCSIZ;                                                        \
2650:info:build        ^
2651:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
2652:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
2653:info:build                                                         ~~~^
2654:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2655:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2656:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2657:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2658:info:build        DUMPALLOCSIZ;                                                        \
2659:info:build        ^
2660:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
2661:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
2662:info:build                                                         ~~~^
2663:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2664:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2665:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2666:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2667:info:build        DUMPALLOCSIZ;                                                        \
2668:info:build        ^
2669:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2670:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2671:info:build                                                         ~~~^
2672:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2673:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2674:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2675:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2676:info:build        DUMPALLOCSIZ;                                                        \
2677:info:build        ^
2678:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
2679:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2680:info:build                                                         ~~~^
2681:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2682:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2683:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2684:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2685:info:build        DUMPALLOCSIZ;                                                        \
2686:info:build        ^
2687:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2688:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2689:info:build                                                         ~~~^
2690:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2691:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2692:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2693:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2694:info:build        DUMPALLOCSIZ;                                                        \
2695:info:build        ^
2696:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2697:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2698:info:build                                                      ~~~^
2699:info:build mulSetup.c:414:2: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2700:info:build         CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
2701:info:build         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2702:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2703:info:build        DUMPALLOCSIZ;                                                        \
2704:info:build        ^
2705:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2706:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2707:info:build                                                         ~~~^
2708:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2709:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2710:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2711:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2712:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2713:info:build                                                 ~^
2714:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2715:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2716:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2717:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2718:info:build        DUMPALLOCSIZ;                                                        \
2719:info:build        ^
2720:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2721:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2722:info:build                                          ~^
2723:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2724:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2725:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2726:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2727:info:build        DUMPALLOCSIZ;                                                        \
2728:info:build        ^
2729:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2730:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2731:info:build                                                         ~~~^
2732:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2733:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2734:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2735:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2736:info:build        DUMPALLOCSIZ;                                                        \
2737:info:build        ^
2738:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2739:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2740:info:build                                                         ~~~^
2741:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2742:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2743:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2744:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2745:info:build        DUMPALLOCSIZ;                                                        \
2746:info:build        ^
2747:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2748:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2749:info:build                                                         ~~~^
2750:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2751:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2752:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2753:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2754:info:build        DUMPALLOCSIZ;                                                        \
2755:info:build        ^
2756:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
2757:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
2758:info:build                                                         ~~~^
2759:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2760:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2761:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2762:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2763:info:build        DUMPALLOCSIZ;                                                        \
2764:info:build        ^
2765:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
2766:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
2767:info:build                                                         ~~~^
2768:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2769:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2770:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2771:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2772:info:build        DUMPALLOCSIZ;                                                        \
2773:info:build        ^
2774:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
2775:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
2776:info:build                                                         ~~~^
2777:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2778:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2779:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2780:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2781:info:build        DUMPALLOCSIZ;                                                        \
2782:info:build        ^
2783:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
2784:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
2785:info:build                                                         ~~~^
2786:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2787:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2788:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2789:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2790:info:build        DUMPALLOCSIZ;                                                        \
2791:info:build        ^
2792:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2793:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2794:info:build                                                         ~~~^
2795:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2796:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2797:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2798:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2799:info:build        DUMPALLOCSIZ;                                                        \
2800:info:build        ^
2801:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
2802:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2803:info:build                                                         ~~~^
2804:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2805:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2806:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2807:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2808:info:build        DUMPALLOCSIZ;                                                        \
2809:info:build        ^
2810:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2811:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2812:info:build                                                         ~~~^
2813:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2814:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2815:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2816:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2817:info:build        DUMPALLOCSIZ;                                                        \
2818:info:build        ^
2819:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2820:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2821:info:build                                                      ~~~^
2822:info:build mulSetup.c:432:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2823:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
2824:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2825:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2826:info:build        DUMPALLOCSIZ;                                                        \
2827:info:build        ^
2828:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2829:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2830:info:build                                                         ~~~^
2831:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2832:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2833:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2834:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2835:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2836:info:build                                                 ~^
2837:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2838:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2839:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2840:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2841:info:build        DUMPALLOCSIZ;                                                        \
2842:info:build        ^
2843:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2844:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2845:info:build                                          ~^
2846:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2847:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2848:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2849:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2850:info:build        DUMPALLOCSIZ;                                                        \
2851:info:build        ^
2852:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2853:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2854:info:build                                                         ~~~^
2855:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2856:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2857:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2858:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2859:info:build        DUMPALLOCSIZ;                                                        \
2860:info:build        ^
2861:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2862:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2863:info:build                                                         ~~~^
2864:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2865:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2866:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2867:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2868:info:build        DUMPALLOCSIZ;                                                        \
2869:info:build        ^
2870:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2871:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2872:info:build                                                         ~~~^
2873:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2874:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2875:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2876:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2877:info:build        DUMPALLOCSIZ;                                                        \
2878:info:build        ^
2879:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
2880:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
2881:info:build                                                         ~~~^
2882:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2883:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2884:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2885:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2886:info:build        DUMPALLOCSIZ;                                                        \
2887:info:build        ^
2888:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
2889:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
2890:info:build                                                         ~~~^
2891:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2892:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2893:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2894:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2895:info:build        DUMPALLOCSIZ;                                                        \
2896:info:build        ^
2897:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
2898:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
2899:info:build                                                         ~~~^
2900:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2901:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2902:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2903:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2904:info:build        DUMPALLOCSIZ;                                                        \
2905:info:build        ^
2906:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
2907:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
2908:info:build                                                         ~~~^
2909:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2910:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2911:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2912:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2913:info:build        DUMPALLOCSIZ;                                                        \
2914:info:build        ^
2915:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
2916:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
2917:info:build                                                         ~~~^
2918:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2919:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2920:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2921:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2922:info:build        DUMPALLOCSIZ;                                                        \
2923:info:build        ^
2924:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
2925:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
2926:info:build                                                         ~~~^
2927:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2928:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2929:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2930:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2931:info:build        DUMPALLOCSIZ;                                                        \
2932:info:build        ^
2933:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
2934:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
2935:info:build                                                         ~~~^
2936:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2937:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2938:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2939:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2940:info:build        DUMPALLOCSIZ;                                                        \
2941:info:build        ^
2942:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
2943:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
2944:info:build                                                      ~~~^
2945:info:build mulSetup.c:433:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2946:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
2947:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2948:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2949:info:build        DUMPALLOCSIZ;                                                        \
2950:info:build        ^
2951:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
2952:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
2953:info:build                                                         ~~~^
2954:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
2955:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
2956:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2957:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
2958:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
2959:info:build                                                 ~^
2960:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2961:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
2962:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2963:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2964:info:build        DUMPALLOCSIZ;                                                        \
2965:info:build        ^
2966:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
2967:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
2968:info:build                                          ~^
2969:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2970:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
2971:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2972:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2973:info:build        DUMPALLOCSIZ;                                                        \
2974:info:build        ^
2975:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
2976:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
2977:info:build                                                         ~~~^
2978:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2979:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
2980:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2981:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2982:info:build        DUMPALLOCSIZ;                                                        \
2983:info:build        ^
2984:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
2985:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
2986:info:build                                                         ~~~^
2987:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2988:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
2989:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2990:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
2991:info:build        DUMPALLOCSIZ;                                                        \
2992:info:build        ^
2993:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
2994:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
2995:info:build                                                         ~~~^
2996:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
2997:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
2998:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2999:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3000:info:build        DUMPALLOCSIZ;                                                        \
3001:info:build        ^
3002:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3003:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3004:info:build                                                         ~~~^
3005:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3006:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3007:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3008:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3009:info:build        DUMPALLOCSIZ;                                                        \
3010:info:build        ^
3011:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3012:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3013:info:build                                                         ~~~^
3014:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3015:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3016:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3017:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3018:info:build        DUMPALLOCSIZ;                                                        \
3019:info:build        ^
3020:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3021:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3022:info:build                                                         ~~~^
3023:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3024:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3025:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3026:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3027:info:build        DUMPALLOCSIZ;                                                        \
3028:info:build        ^
3029:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3030:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3031:info:build                                                         ~~~^
3032:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3033:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3034:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3035:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3036:info:build        DUMPALLOCSIZ;                                                        \
3037:info:build        ^
3038:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3039:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3040:info:build                                                         ~~~^
3041:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3042:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3043:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3044:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3045:info:build        DUMPALLOCSIZ;                                                        \
3046:info:build        ^
3047:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3048:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3049:info:build                                                         ~~~^
3050:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3051:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3052:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3053:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3054:info:build        DUMPALLOCSIZ;                                                        \
3055:info:build        ^
3056:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3057:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3058:info:build                                                         ~~~^
3059:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3060:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3061:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3062:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3063:info:build        DUMPALLOCSIZ;                                                        \
3064:info:build        ^
3065:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3066:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3067:info:build                                                      ~~~^
3068:info:build mulSetup.c:436:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3069:info:build   CALLOC(sys->is_dummy, totalq+1, int, ON, AMSC);
3070:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3071:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3072:info:build        DUMPALLOCSIZ;                                                        \
3073:info:build        ^
3074:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3075:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3076:info:build                                                         ~~~^
3077:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3078:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3079:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3080:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3081:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3082:info:build                                                 ~^
3083:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3084:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3085:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3086:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3087:info:build        DUMPALLOCSIZ;                                                        \
3088:info:build        ^
3089:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3090:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3091:info:build                                          ~^
3092:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3093:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3094:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3095:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3096:info:build        DUMPALLOCSIZ;                                                        \
3097:info:build        ^
3098:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3099:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3100:info:build                                                         ~~~^
3101:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3102:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3103:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3104:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3105:info:build        DUMPALLOCSIZ;                                                        \
3106:info:build        ^
3107:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3108:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3109:info:build                                                         ~~~^
3110:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3111:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3112:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3113:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3114:info:build        DUMPALLOCSIZ;                                                        \
3115:info:build        ^
3116:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3117:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3118:info:build                                                         ~~~^
3119:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3120:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3121:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3122:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3123:info:build        DUMPALLOCSIZ;                                                        \
3124:info:build        ^
3125:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3126:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3127:info:build                                                         ~~~^
3128:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3129:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3130:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3131:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3132:info:build        DUMPALLOCSIZ;                                                        \
3133:info:build        ^
3134:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3135:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3136:info:build                                                         ~~~^
3137:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3138:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3139:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3140:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3141:info:build        DUMPALLOCSIZ;                                                        \
3142:info:build        ^
3143:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3144:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3145:info:build                                                         ~~~^
3146:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3147:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3148:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3149:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3150:info:build        DUMPALLOCSIZ;                                                        \
3151:info:build        ^
3152:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3153:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3154:info:build                                                         ~~~^
3155:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3156:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3157:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3158:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3159:info:build        DUMPALLOCSIZ;                                                        \
3160:info:build        ^
3161:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3162:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3163:info:build                                                         ~~~^
3164:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3165:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3166:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3167:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3168:info:build        DUMPALLOCSIZ;                                                        \
3169:info:build        ^
3170:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3171:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3172:info:build                                                         ~~~^
3173:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3174:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3175:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3176:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3177:info:build        DUMPALLOCSIZ;                                                        \
3178:info:build        ^
3179:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3180:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3181:info:build                                                         ~~~^
3182:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3183:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3184:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3185:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3186:info:build        DUMPALLOCSIZ;                                                        \
3187:info:build        ^
3188:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3189:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3190:info:build                                                      ~~~^
3191:info:build mulSetup.c:439:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3192:info:build   CALLOC(sys->is_dielec, totalq+1, int, ON, AMSC);
3193:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3194:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3195:info:build        DUMPALLOCSIZ;                                                        \
3196:info:build        ^
3197:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3198:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3199:info:build                                                         ~~~^
3200:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3201:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3202:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3203:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3204:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3205:info:build                                                 ~^
3206:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3207:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3208:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3209:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3210:info:build        DUMPALLOCSIZ;                                                        \
3211:info:build        ^
3212:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3213:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3214:info:build                                          ~^
3215:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3216:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3217:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3218:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3219:info:build        DUMPALLOCSIZ;                                                        \
3220:info:build        ^
3221:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3222:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3223:info:build                                                         ~~~^
3224:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3225:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3226:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3227:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3228:info:build        DUMPALLOCSIZ;                                                        \
3229:info:build        ^
3230:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3231:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3232:info:build                                                         ~~~^
3233:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3234:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3235:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3236:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3237:info:build        DUMPALLOCSIZ;                                                        \
3238:info:build        ^
3239:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3240:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3241:info:build                                                         ~~~^
3242:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3243:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3244:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3245:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3246:info:build        DUMPALLOCSIZ;                                                        \
3247:info:build        ^
3248:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3249:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3250:info:build                                                         ~~~^
3251:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3252:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3253:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3254:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3255:info:build        DUMPALLOCSIZ;                                                        \
3256:info:build        ^
3257:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3258:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3259:info:build                                                         ~~~^
3260:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3261:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3262:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3263:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3264:info:build        DUMPALLOCSIZ;                                                        \
3265:info:build        ^
3266:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3267:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3268:info:build                                                         ~~~^
3269:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3270:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3271:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3272:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3273:info:build        DUMPALLOCSIZ;                                                        \
3274:info:build        ^
3275:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3276:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3277:info:build                                                         ~~~^
3278:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3279:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3280:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3281:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3282:info:build        DUMPALLOCSIZ;                                                        \
3283:info:build        ^
3284:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3285:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3286:info:build                                                         ~~~^
3287:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3288:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3289:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3290:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3291:info:build        DUMPALLOCSIZ;                                                        \
3292:info:build        ^
3293:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3294:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3295:info:build                                                         ~~~^
3296:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3297:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3298:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3299:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3300:info:build        DUMPALLOCSIZ;                                                        \
3301:info:build        ^
3302:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3303:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3304:info:build                                                         ~~~^
3305:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3306:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3307:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3308:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3309:info:build        DUMPALLOCSIZ;                                                        \
3310:info:build        ^
3311:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3312:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3313:info:build                                                      ~~~^
3314:info:build mulSetup.c:452:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3315:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3316:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3317:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3318:info:build        DUMPALLOCSIZ;                                                        \
3319:info:build        ^
3320:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3321:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3322:info:build                                                         ~~~^
3323:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3324:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3325:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3326:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3327:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3328:info:build                                                 ~^
3329:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3330:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3331:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3332:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3333:info:build        DUMPALLOCSIZ;                                                        \
3334:info:build        ^
3335:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3336:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3337:info:build                                          ~^
3338:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3339:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3340:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3341:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3342:info:build        DUMPALLOCSIZ;                                                        \
3343:info:build        ^
3344:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3345:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3346:info:build                                                         ~~~^
3347:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3348:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3349:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3350:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3351:info:build        DUMPALLOCSIZ;                                                        \
3352:info:build        ^
3353:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3354:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3355:info:build                                                         ~~~^
3356:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3357:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3358:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3359:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3360:info:build        DUMPALLOCSIZ;                                                        \
3361:info:build        ^
3362:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3363:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3364:info:build                                                         ~~~^
3365:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3366:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3367:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3368:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3369:info:build        DUMPALLOCSIZ;                                                        \
3370:info:build        ^
3371:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3372:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3373:info:build                                                         ~~~^
3374:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3375:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3376:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3377:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3378:info:build        DUMPALLOCSIZ;                                                        \
3379:info:build        ^
3380:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3381:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3382:info:build                                                         ~~~^
3383:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3384:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3385:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3386:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3387:info:build        DUMPALLOCSIZ;                                                        \
3388:info:build        ^
3389:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3390:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3391:info:build                                                         ~~~^
3392:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3393:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3394:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3395:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3396:info:build        DUMPALLOCSIZ;                                                        \
3397:info:build        ^
3398:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3399:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3400:info:build                                                         ~~~^
3401:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3402:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3403:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3404:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3405:info:build        DUMPALLOCSIZ;                                                        \
3406:info:build        ^
3407:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3408:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3409:info:build                                                         ~~~^
3410:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3411:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3412:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3413:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3414:info:build        DUMPALLOCSIZ;                                                        \
3415:info:build        ^
3416:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3417:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3418:info:build                                                         ~~~^
3419:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3420:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3421:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3422:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3423:info:build        DUMPALLOCSIZ;                                                        \
3424:info:build        ^
3425:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3426:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3427:info:build                                                         ~~~^
3428:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3429:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3430:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3431:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3432:info:build        DUMPALLOCSIZ;                                                        \
3433:info:build        ^
3434:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3435:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3436:info:build                                                      ~~~^
3437:info:build mulSetup.c:453:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3438:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3439:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3440:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3441:info:build        DUMPALLOCSIZ;                                                        \
3442:info:build        ^
3443:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3444:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3445:info:build                                                         ~~~^
3446:info:build mulSetup.c:513:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
3447:info:build static placeqold(sys, charges)
3448:info:build ~~~~~~ ^
3449:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3450:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3451:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3452:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3453:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3454:info:build                                                 ~^
3455:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3456:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3457:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3458:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3459:info:build        DUMPALLOCSIZ;                                                        \
3460:info:build        ^
3461:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3462:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3463:info:build                                          ~^
3464:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3465:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3466:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3467:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3468:info:build        DUMPALLOCSIZ;                                                        \
3469:info:build        ^
3470:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3471:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3472:info:build                                                         ~~~^
3473:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3474:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3475:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3476:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3477:info:build        DUMPALLOCSIZ;                                                        \
3478:info:build        ^
3479:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3480:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3481:info:build                                                         ~~~^
3482:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3483:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3484:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3485:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3486:info:build        DUMPALLOCSIZ;                                                        \
3487:info:build        ^
3488:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3489:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3490:info:build                                                         ~~~^
3491:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3492:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3493:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3494:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3495:info:build        DUMPALLOCSIZ;                                                        \
3496:info:build        ^
3497:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3498:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3499:info:build                                                         ~~~^
3500:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3501:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3502:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3503:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3504:info:build        DUMPALLOCSIZ;                                                        \
3505:info:build        ^
3506:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3507:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3508:info:build                                                         ~~~^
3509:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3510:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3511:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3512:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3513:info:build        DUMPALLOCSIZ;                                                        \
3514:info:build        ^
3515:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3516:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3517:info:build                                                         ~~~^
3518:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3519:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3520:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3521:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3522:info:build        DUMPALLOCSIZ;                                                        \
3523:info:build        ^
3524:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3525:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3526:info:build                                                         ~~~^
3527:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3528:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3529:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3530:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3531:info:build        DUMPALLOCSIZ;                                                        \
3532:info:build        ^
3533:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3534:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3535:info:build                                                         ~~~^
3536:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3537:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3538:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3539:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3540:info:build        DUMPALLOCSIZ;                                                        \
3541:info:build        ^
3542:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3543:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3544:info:build                                                         ~~~^
3545:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3546:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3547:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3548:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3549:info:build        DUMPALLOCSIZ;                                                        \
3550:info:build        ^
3551:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3552:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3553:info:build                                                         ~~~^
3554:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3555:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3556:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3557:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3558:info:build        DUMPALLOCSIZ;                                                        \
3559:info:build        ^
3560:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3561:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3562:info:build                                                      ~~~^
3563:info:build mulSetup.c:542:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3564:info:build   CALLOC(sys->q, totalq+1, double, ON, AMSC);
3565:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3566:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3567:info:build        DUMPALLOCSIZ;                                                        \
3568:info:build        ^
3569:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3570:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3571:info:build                                                         ~~~^
3572:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3573:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3574:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3575:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3576:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3577:info:build                                                 ~^
3578:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3579:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3580:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3581:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3582:info:build        DUMPALLOCSIZ;                                                        \
3583:info:build        ^
3584:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3585:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3586:info:build                                          ~^
3587:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3588:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3589:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3590:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3591:info:build        DUMPALLOCSIZ;                                                        \
3592:info:build        ^
3593:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3594:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3595:info:build                                                         ~~~^
3596:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3597:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3598:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3599:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3600:info:build        DUMPALLOCSIZ;                                                        \
3601:info:build        ^
3602:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3603:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3604:info:build                                                         ~~~^
3605:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3606:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3607:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3608:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3609:info:build        DUMPALLOCSIZ;                                                        \
3610:info:build        ^
3611:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3612:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3613:info:build                                                         ~~~^
3614:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3615:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3616:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3617:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3618:info:build        DUMPALLOCSIZ;                                                        \
3619:info:build        ^
3620:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3621:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3622:info:build                                                         ~~~^
3623:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3624:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3625:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3626:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3627:info:build        DUMPALLOCSIZ;                                                        \
3628:info:build        ^
3629:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3630:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3631:info:build                                                         ~~~^
3632:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3633:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3634:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3635:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3636:info:build        DUMPALLOCSIZ;                                                        \
3637:info:build        ^
3638:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3639:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3640:info:build                                                         ~~~^
3641:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3642:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3643:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3644:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3645:info:build        DUMPALLOCSIZ;                                                        \
3646:info:build        ^
3647:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3648:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3649:info:build                                                         ~~~^
3650:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3651:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3652:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3653:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3654:info:build        DUMPALLOCSIZ;                                                        \
3655:info:build        ^
3656:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3657:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3658:info:build                                                         ~~~^
3659:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3660:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3661:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3662:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3663:info:build        DUMPALLOCSIZ;                                                        \
3664:info:build        ^
3665:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3666:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3667:info:build                                                         ~~~^
3668:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3669:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3670:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3671:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3672:info:build        DUMPALLOCSIZ;                                                        \
3673:info:build        ^
3674:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3675:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3676:info:build                                                         ~~~^
3677:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3678:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3679:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3680:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3681:info:build        DUMPALLOCSIZ;                                                        \
3682:info:build        ^
3683:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3684:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3685:info:build                                                      ~~~^
3686:info:build mulSetup.c:543:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3687:info:build   CALLOC(sys->p, totalq+1, double, ON, AMSC);
3688:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3689:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3690:info:build        DUMPALLOCSIZ;                                                        \
3691:info:build        ^
3692:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3693:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3694:info:build                                                         ~~~^
3695:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3696:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3697:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3698:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3699:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3700:info:build                                                 ~^
3701:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3702:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3703:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3704:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3705:info:build        DUMPALLOCSIZ;                                                        \
3706:info:build        ^
3707:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3708:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3709:info:build                                          ~^
3710:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3711:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3712:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3713:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3714:info:build        DUMPALLOCSIZ;                                                        \
3715:info:build        ^
3716:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3717:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3718:info:build                                                         ~~~^
3719:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3720:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3721:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3722:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3723:info:build        DUMPALLOCSIZ;                                                        \
3724:info:build        ^
3725:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3726:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3727:info:build                                                         ~~~^
3728:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3729:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3730:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3731:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3732:info:build        DUMPALLOCSIZ;                                                        \
3733:info:build        ^
3734:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3735:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3736:info:build                                                         ~~~^
3737:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3738:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3739:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3740:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3741:info:build        DUMPALLOCSIZ;                                                        \
3742:info:build        ^
3743:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3744:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3745:info:build                                                         ~~~^
3746:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3747:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3748:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3749:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3750:info:build        DUMPALLOCSIZ;                                                        \
3751:info:build        ^
3752:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3753:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3754:info:build                                                         ~~~^
3755:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3756:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3757:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3758:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3759:info:build        DUMPALLOCSIZ;                                                        \
3760:info:build        ^
3761:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3762:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3763:info:build                                                         ~~~^
3764:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3765:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3766:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3767:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3768:info:build        DUMPALLOCSIZ;                                                        \
3769:info:build        ^
3770:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3771:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3772:info:build                                                         ~~~^
3773:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3774:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3775:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3776:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3777:info:build        DUMPALLOCSIZ;                                                        \
3778:info:build        ^
3779:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3780:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3781:info:build                                                         ~~~^
3782:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3783:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3784:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3785:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3786:info:build        DUMPALLOCSIZ;                                                        \
3787:info:build        ^
3788:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3789:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3790:info:build                                                         ~~~^
3791:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3792:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3793:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3794:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3795:info:build        DUMPALLOCSIZ;                                                        \
3796:info:build        ^
3797:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3798:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3799:info:build                                                         ~~~^
3800:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3801:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3802:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3803:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3804:info:build        DUMPALLOCSIZ;                                                        \
3805:info:build        ^
3806:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3807:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3808:info:build                                                      ~~~^
3809:info:build mulSetup.c:565:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3810:info:build       CALLOC(nextc, 1, cube, ON, AMSC);
3811:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3812:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3813:info:build        DUMPALLOCSIZ;                                                        \
3814:info:build        ^
3815:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3816:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3817:info:build                                                         ~~~^
3818:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3819:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3820:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3821:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3822:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3823:info:build                                                 ~^
3824:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3825:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3826:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3827:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3828:info:build        DUMPALLOCSIZ;                                                        \
3829:info:build        ^
3830:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3831:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3832:info:build                                          ~^
3833:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3834:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3835:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3836:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3837:info:build        DUMPALLOCSIZ;                                                        \
3838:info:build        ^
3839:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3840:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3841:info:build                                                         ~~~^
3842:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3843:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3844:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3845:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3846:info:build        DUMPALLOCSIZ;                                                        \
3847:info:build        ^
3848:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3849:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3850:info:build                                                         ~~~^
3851:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3852:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3853:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3854:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3855:info:build        DUMPALLOCSIZ;                                                        \
3856:info:build        ^
3857:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3858:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3859:info:build                                                         ~~~^
3860:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3861:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3862:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3863:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3864:info:build        DUMPALLOCSIZ;                                                        \
3865:info:build        ^
3866:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3867:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3868:info:build                                                         ~~~^
3869:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3870:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3871:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3872:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3873:info:build        DUMPALLOCSIZ;                                                        \
3874:info:build        ^
3875:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3876:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
3877:info:build                                                         ~~~^
3878:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3879:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3880:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3881:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3882:info:build        DUMPALLOCSIZ;                                                        \
3883:info:build        ^
3884:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
3885:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
3886:info:build                                                         ~~~^
3887:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3888:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3889:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3890:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3891:info:build        DUMPALLOCSIZ;                                                        \
3892:info:build        ^
3893:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
3894:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
3895:info:build                                                         ~~~^
3896:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3897:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3898:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3899:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3900:info:build        DUMPALLOCSIZ;                                                        \
3901:info:build        ^
3902:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
3903:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
3904:info:build                                                         ~~~^
3905:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3906:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3907:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3908:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3909:info:build        DUMPALLOCSIZ;                                                        \
3910:info:build        ^
3911:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
3912:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
3913:info:build                                                         ~~~^
3914:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3915:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3916:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3917:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3918:info:build        DUMPALLOCSIZ;                                                        \
3919:info:build        ^
3920:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
3921:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
3922:info:build                                                         ~~~^
3923:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3924:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3925:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3926:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3927:info:build        DUMPALLOCSIZ;                                                        \
3928:info:build        ^
3929:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
3930:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
3931:info:build                                                      ~~~^
3932:info:build mulSetup.c:568:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3933:info:build       CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
3934:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3935:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3936:info:build        DUMPALLOCSIZ;                                                        \
3937:info:build        ^
3938:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
3939:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
3940:info:build                                                         ~~~^
3941:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
3942:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3943:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3944:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
3945:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
3946:info:build                                                 ~^
3947:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3948:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3949:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3950:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3951:info:build        DUMPALLOCSIZ;                                                        \
3952:info:build        ^
3953:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
3954:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
3955:info:build                                          ~^
3956:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3957:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3958:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3959:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3960:info:build        DUMPALLOCSIZ;                                                        \
3961:info:build        ^
3962:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
3963:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
3964:info:build                                                         ~~~^
3965:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3966:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3967:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3968:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3969:info:build        DUMPALLOCSIZ;                                                        \
3970:info:build        ^
3971:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
3972:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
3973:info:build                                                         ~~~^
3974:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3975:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3976:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3977:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3978:info:build        DUMPALLOCSIZ;                                                        \
3979:info:build        ^
3980:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
3981:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
3982:info:build                                                         ~~~^
3983:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3984:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3985:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3986:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3987:info:build        DUMPALLOCSIZ;                                                        \
3988:info:build        ^
3989:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
3990:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
3991:info:build                                                         ~~~^
3992:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
3993:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
3994:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3995:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
3996:info:build        DUMPALLOCSIZ;                                                        \
3997:info:build        ^
3998:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
3999:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4000:info:build                                                         ~~~^
4001:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4002:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
4003:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4004:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4005:info:build        DUMPALLOCSIZ;                                                        \
4006:info:build        ^
4007:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4008:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4009:info:build                                                         ~~~^
4010:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4011:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
4012:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4013:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4014:info:build        DUMPALLOCSIZ;                                                        \
4015:info:build        ^
4016:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4017:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4018:info:build                                                         ~~~^
4019:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4020:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
4021:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4022:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4023:info:build        DUMPALLOCSIZ;                                                        \
4024:info:build        ^
4025:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4026:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4027:info:build                                                         ~~~^
4028:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4029:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
4030:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4031:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4032:info:build        DUMPALLOCSIZ;                                                        \
4033:info:build        ^
4034:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4035:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4036:info:build                                                         ~~~^
4037:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4038:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
4039:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4040:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4041:info:build        DUMPALLOCSIZ;                                                        \
4042:info:build        ^
4043:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4044:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4045:info:build                                                         ~~~^
4046:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4047:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
4048:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4049:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4050:info:build        DUMPALLOCSIZ;                                                        \
4051:info:build        ^
4052:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4053:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4054:info:build                                                      ~~~^
4055:info:build mulSetup.c:583:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4056:info:build           CALLOC(nextc->chgs, nextc->upnumeles[0], charge*, ON, AMSC);
4057:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4058:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4059:info:build        DUMPALLOCSIZ;                                                        \
4060:info:build        ^
4061:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4062:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4063:info:build                                                         ~~~^
4064:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4065:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4066:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4067:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4068:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4069:info:build                                                 ~^
4070:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4071:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4072:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4073:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4074:info:build        DUMPALLOCSIZ;                                                        \
4075:info:build        ^
4076:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4077:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4078:info:build                                          ~^
4079:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4080:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4081:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4082:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4083:info:build        DUMPALLOCSIZ;                                                        \
4084:info:build        ^
4085:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4086:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4087:info:build                                                         ~~~^
4088:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4089:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4090:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4091:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4092:info:build        DUMPALLOCSIZ;                                                        \
4093:info:build        ^
4094:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4095:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4096:info:build                                                         ~~~^
4097:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4098:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4099:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4100:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4101:info:build        DUMPALLOCSIZ;                                                        \
4102:info:build        ^
4103:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4104:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4105:info:build                                                         ~~~^
4106:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4107:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4108:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4109:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4110:info:build        DUMPALLOCSIZ;                                                        \
4111:info:build        ^
4112:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
4113:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
4114:info:build                                                         ~~~^
4115:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4116:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4117:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4118:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4119:info:build        DUMPALLOCSIZ;                                                        \
4120:info:build        ^
4121:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
4122:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4123:info:build                                                         ~~~^
4124:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4125:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4126:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4127:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4128:info:build        DUMPALLOCSIZ;                                                        \
4129:info:build        ^
4130:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4131:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4132:info:build                                                         ~~~^
4133:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4134:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4135:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4136:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4137:info:build        DUMPALLOCSIZ;                                                        \
4138:info:build        ^
4139:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4140:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4141:info:build                                                         ~~~^
4142:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4143:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4144:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4145:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4146:info:build        DUMPALLOCSIZ;                                                        \
4147:info:build        ^
4148:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4149:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4150:info:build                                                         ~~~^
4151:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4152:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4153:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4154:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4155:info:build        DUMPALLOCSIZ;                                                        \
4156:info:build        ^
4157:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4158:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4159:info:build                                                         ~~~^
4160:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4161:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4162:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4163:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4164:info:build        DUMPALLOCSIZ;                                                        \
4165:info:build        ^
4166:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4167:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4168:info:build                                                         ~~~^
4169:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4170:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4171:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4172:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4173:info:build        DUMPALLOCSIZ;                                                        \
4174:info:build        ^
4175:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4176:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4177:info:build                                                      ~~~^
4178:info:build mulSetup.c:584:4: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4179:info:build           CALLOC(nextc->upnumeles, 1, int, ON, AMSC);
4180:info:build           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4181:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4182:info:build        DUMPALLOCSIZ;                                                        \
4183:info:build        ^
4184:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4185:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4186:info:build                                                         ~~~^
4187:info:build mulSetup.c:607:1: warning: control may reach end of non-void function [-Wreturn-type]
4188:info:build }
4189:info:build ^
4190:info:build mulSetup.c:612:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
4191:info:build getrelations(sys)
4192:info:build ^~~~~~~~~~~~
4193:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4194:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4195:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4196:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4197:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4198:info:build                                                 ~^
4199:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4200:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4201:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4202:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4203:info:build        DUMPALLOCSIZ;                                                        \
4204:info:build        ^
4205:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4206:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4207:info:build                                          ~^
4208:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4209:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4210:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4211:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4212:info:build        DUMPALLOCSIZ;                                                        \
4213:info:build        ^
4214:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4215:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4216:info:build                                                         ~~~^
4217:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4218:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4219:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4220:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4221:info:build        DUMPALLOCSIZ;                                                        \
4222:info:build        ^
4223:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4224:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4225:info:build                                                         ~~~^
4226:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4227:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4228:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4229:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4230:info:build        DUMPALLOCSIZ;                                                        \
4231:info:build        ^
4232:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4233:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4234:info:build                                                         ~~~^
4235:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4236:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4237:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4238:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4239:info:build        DUMPALLOCSIZ;                                                        \
4240:info:build        ^
4241:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
4242:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
4243:info:build                                                         ~~~^
4244:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4245:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4246:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4247:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4248:info:build        DUMPALLOCSIZ;                                                        \
4249:info:build        ^
4250:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
4251:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4252:info:build                                                         ~~~^
4253:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4254:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4255:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4256:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4257:info:build        DUMPALLOCSIZ;                                                        \
4258:info:build        ^
4259:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4260:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4261:info:build                                                         ~~~^
4262:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4263:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4264:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4265:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4266:info:build        DUMPALLOCSIZ;                                                        \
4267:info:build        ^
4268:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4269:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4270:info:build                                                         ~~~^
4271:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4272:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4273:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4274:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4275:info:build        DUMPALLOCSIZ;                                                        \
4276:info:build        ^
4277:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4278:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4279:info:build                                                         ~~~^
4280:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4281:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4282:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4283:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4284:info:build        DUMPALLOCSIZ;                                                        \
4285:info:build        ^
4286:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4287:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4288:info:build                                                         ~~~^
4289:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4290:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4291:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4292:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4293:info:build        DUMPALLOCSIZ;                                                        \
4294:info:build        ^
4295:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4296:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4297:info:build                                                         ~~~^
4298:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4299:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4300:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4301:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4302:info:build        DUMPALLOCSIZ;                                                        \
4303:info:build        ^
4304:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4305:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4306:info:build                                                      ~~~^
4307:info:build mulSetup.c:626:8: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4308:info:build               CALLOC(nextc->kids, nextc->numkids, cube*, ON, AMSC);
4309:info:build               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4310:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4311:info:build        DUMPALLOCSIZ;                                                        \
4312:info:build        ^
4313:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4314:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4315:info:build                                                         ~~~^
4316:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4317:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4318:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4319:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4320:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4321:info:build                                                 ~^
4322:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4323:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4324:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4325:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4326:info:build        DUMPALLOCSIZ;                                                        \
4327:info:build        ^
4328:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4329:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4330:info:build                                          ~^
4331:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4332:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4333:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4334:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4335:info:build        DUMPALLOCSIZ;                                                        \
4336:info:build        ^
4337:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4338:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4339:info:build                                                         ~~~^
4340:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4341:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4342:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4343:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4344:info:build        DUMPALLOCSIZ;                                                        \
4345:info:build        ^
4346:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4347:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4348:info:build                                                         ~~~^
4349:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4350:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4351:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4352:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4353:info:build        DUMPALLOCSIZ;                                                        \
4354:info:build        ^
4355:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4356:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4357:info:build                                                         ~~~^
4358:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4359:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4360:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4361:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4362:info:build        DUMPALLOCSIZ;                                                        \
4363:info:build        ^
4364:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
4365:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
4366:info:build                                                         ~~~^
4367:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4368:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4369:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4370:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4371:info:build        DUMPALLOCSIZ;                                                        \
4372:info:build        ^
4373:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
4374:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4375:info:build                                                         ~~~^
4376:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4377:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4378:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4379:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4380:info:build        DUMPALLOCSIZ;                                                        \
4381:info:build        ^
4382:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4383:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4384:info:build                                                         ~~~^
4385:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4386:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4387:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4388:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4389:info:build        DUMPALLOCSIZ;                                                        \
4390:info:build        ^
4391:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4392:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4393:info:build                                                         ~~~^
4394:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4395:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4396:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4397:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4398:info:build        DUMPALLOCSIZ;                                                        \
4399:info:build        ^
4400:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4401:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4402:info:build                                                         ~~~^
4403:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4404:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4405:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4406:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4407:info:build        DUMPALLOCSIZ;                                                        \
4408:info:build        ^
4409:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4410:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4411:info:build                                                         ~~~^
4412:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4413:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4414:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4415:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4416:info:build        DUMPALLOCSIZ;                                                        \
4417:info:build        ^
4418:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4419:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4420:info:build                                                         ~~~^
4421:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4422:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4423:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4424:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4425:info:build        DUMPALLOCSIZ;                                                        \
4426:info:build        ^
4427:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4428:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4429:info:build                                                      ~~~^
4430:info:build mulSetup.c:639:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4431:info:build                 CALLOC(parent, 1, cube, ON, AMSC);
4432:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4433:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4434:info:build        DUMPALLOCSIZ;                                                        \
4435:info:build        ^
4436:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4437:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4438:info:build                                                         ~~~^
4439:info:build mulSetup.c:649:1: warning: control may reach end of non-void function [-Wreturn-type]
4440:info:build }
4441:info:build ^
4442:info:build mulSetup.c:653:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
4443:info:build removeabandoned(sys)
4444:info:build ^~~~~~~~~~~~~~~
4445:info:build mulSetup.c:691:1: warning: control may reach end of non-void function [-Wreturn-type]
4446:info:build }
4447:info:build ^
4448:info:build mulSetup.c:696:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
4449:info:build setPosition(sys)
4450:info:build ^~~~~~~~~~~
4451:info:build mulSetup.c:723:1: warning: control reaches end of non-void function [-Wreturn-type]
4452:info:build }
4453:info:build ^
4454:info:build mulSetup.c:733:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
4455:info:build indexkid(sys, dad, pqindex, pcindex)
4456:info:build ^~~~~~~~
4457:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4458:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4459:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4460:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4461:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4462:info:build                                                 ~^
4463:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4464:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4465:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4466:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4467:info:build        DUMPALLOCSIZ;                                                        \
4468:info:build        ^
4469:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4470:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4471:info:build                                          ~^
4472:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4473:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4474:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4475:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4476:info:build        DUMPALLOCSIZ;                                                        \
4477:info:build        ^
4478:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4479:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4480:info:build                                                         ~~~^
4481:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4482:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4483:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4484:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4485:info:build        DUMPALLOCSIZ;                                                        \
4486:info:build        ^
4487:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4488:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4489:info:build                                                         ~~~^
4490:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4491:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4492:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4493:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4494:info:build        DUMPALLOCSIZ;                                                        \
4495:info:build        ^
4496:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4497:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4498:info:build                                                         ~~~^
4499:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4500:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4501:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4502:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4503:info:build        DUMPALLOCSIZ;                                                        \
4504:info:build        ^
4505:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
4506:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
4507:info:build                                                         ~~~^
4508:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4509:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4510:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4511:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4512:info:build        DUMPALLOCSIZ;                                                        \
4513:info:build        ^
4514:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
4515:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4516:info:build                                                         ~~~^
4517:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4518:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4519:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4520:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4521:info:build        DUMPALLOCSIZ;                                                        \
4522:info:build        ^
4523:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4524:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4525:info:build                                                         ~~~^
4526:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4527:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4528:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4529:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4530:info:build        DUMPALLOCSIZ;                                                        \
4531:info:build        ^
4532:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4533:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4534:info:build                                                         ~~~^
4535:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4536:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4537:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4538:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4539:info:build        DUMPALLOCSIZ;                                                        \
4540:info:build        ^
4541:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4542:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4543:info:build                                                         ~~~^
4544:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4545:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4546:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4547:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4548:info:build        DUMPALLOCSIZ;                                                        \
4549:info:build        ^
4550:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4551:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4552:info:build                                                         ~~~^
4553:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4554:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4555:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4556:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4557:info:build        DUMPALLOCSIZ;                                                        \
4558:info:build        ^
4559:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4560:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4561:info:build                                                         ~~~^
4562:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4563:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4564:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4565:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4566:info:build        DUMPALLOCSIZ;                                                        \
4567:info:build        ^
4568:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4569:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4570:info:build                                                      ~~~^
4571:info:build mulSetup.c:742:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4572:info:build       CALLOC(dad->upvects, 1, double*, ON, AMSC);
4573:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4574:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4575:info:build        DUMPALLOCSIZ;                                                        \
4576:info:build        ^
4577:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4578:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4579:info:build                                                         ~~~^
4580:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4581:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4582:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4583:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4584:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4585:info:build                                                 ~^
4586:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4587:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4588:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4589:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4590:info:build        DUMPALLOCSIZ;                                                        \
4591:info:build        ^
4592:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4593:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4594:info:build                                          ~^
4595:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4596:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4597:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4598:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4599:info:build        DUMPALLOCSIZ;                                                        \
4600:info:build        ^
4601:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4602:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4603:info:build                                                         ~~~^
4604:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4605:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4606:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4607:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4608:info:build        DUMPALLOCSIZ;                                                        \
4609:info:build        ^
4610:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4611:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4612:info:build                                                         ~~~^
4613:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4614:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4615:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4616:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4617:info:build        DUMPALLOCSIZ;                                                        \
4618:info:build        ^
4619:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4620:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4621:info:build                                                         ~~~^
4622:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4623:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4624:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4625:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4626:info:build        DUMPALLOCSIZ;                                                        \
4627:info:build        ^
4628:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
4629:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
4630:info:build                                                         ~~~^
4631:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4632:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4633:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4634:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4635:info:build        DUMPALLOCSIZ;                                                        \
4636:info:build        ^
4637:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
4638:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4639:info:build                                                         ~~~^
4640:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4641:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4642:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4643:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4644:info:build        DUMPALLOCSIZ;                                                        \
4645:info:build        ^
4646:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4647:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4648:info:build                                                         ~~~^
4649:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4650:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4651:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4652:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4653:info:build        DUMPALLOCSIZ;                                                        \
4654:info:build        ^
4655:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4656:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4657:info:build                                                         ~~~^
4658:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4659:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4660:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4661:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4662:info:build        DUMPALLOCSIZ;                                                        \
4663:info:build        ^
4664:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4665:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4666:info:build                                                         ~~~^
4667:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4668:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4669:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4670:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4671:info:build        DUMPALLOCSIZ;                                                        \
4672:info:build        ^
4673:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4674:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4675:info:build                                                         ~~~^
4676:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4677:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4678:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4679:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4680:info:build        DUMPALLOCSIZ;                                                        \
4681:info:build        ^
4682:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4683:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4684:info:build                                                         ~~~^
4685:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4686:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4687:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4688:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4689:info:build        DUMPALLOCSIZ;                                                        \
4690:info:build        ^
4691:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4692:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4693:info:build                                                      ~~~^
4694:info:build mulSetup.c:743:7: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4695:info:build       CALLOC(dad->nbr_is_dummy, 1, int*, ON, AMSC);
4696:info:build       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4697:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4698:info:build        DUMPALLOCSIZ;                                                        \
4699:info:build        ^
4700:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4701:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4702:info:build                                                         ~~~^
4703:info:build mulSetup.c:759:1: warning: control may reach end of non-void function [-Wreturn-type]
4704:info:build }
4705:info:build ^
4706:info:build mulSetup.c:771:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
4707:info:build setExact(sys, numterms)
4708:info:build ^~~~~~~~
4709:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4710:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4711:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4712:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4713:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4714:info:build                                                 ~^
4715:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4716:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4717:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4718:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4719:info:build        DUMPALLOCSIZ;                                                        \
4720:info:build        ^
4721:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4722:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4723:info:build                                          ~^
4724:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4725:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4726:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4727:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4728:info:build        DUMPALLOCSIZ;                                                        \
4729:info:build        ^
4730:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4731:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4732:info:build                                                         ~~~^
4733:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4734:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4735:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4736:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4737:info:build        DUMPALLOCSIZ;                                                        \
4738:info:build        ^
4739:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4740:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4741:info:build                                                         ~~~^
4742:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4743:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4744:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4745:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4746:info:build        DUMPALLOCSIZ;                                                        \
4747:info:build        ^
4748:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4749:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4750:info:build                                                         ~~~^
4751:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4752:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4753:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4754:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4755:info:build        DUMPALLOCSIZ;                                                        \
4756:info:build        ^
4757:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
4758:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
4759:info:build                                                         ~~~^
4760:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4761:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4762:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4763:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4764:info:build        DUMPALLOCSIZ;                                                        \
4765:info:build        ^
4766:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
4767:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4768:info:build                                                         ~~~^
4769:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4770:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4771:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4772:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4773:info:build        DUMPALLOCSIZ;                                                        \
4774:info:build        ^
4775:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4776:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4777:info:build                                                         ~~~^
4778:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4779:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4780:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4781:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4782:info:build        DUMPALLOCSIZ;                                                        \
4783:info:build        ^
4784:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4785:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4786:info:build                                                         ~~~^
4787:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4788:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4789:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4790:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4791:info:build        DUMPALLOCSIZ;                                                        \
4792:info:build        ^
4793:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4794:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4795:info:build                                                         ~~~^
4796:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4797:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4798:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4799:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4800:info:build        DUMPALLOCSIZ;                                                        \
4801:info:build        ^
4802:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4803:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4804:info:build                                                         ~~~^
4805:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4806:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4807:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4808:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4809:info:build        DUMPALLOCSIZ;                                                        \
4810:info:build        ^
4811:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4812:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4813:info:build                                                         ~~~^
4814:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4815:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4816:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4817:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4818:info:build        DUMPALLOCSIZ;                                                        \
4819:info:build        ^
4820:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4821:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4822:info:build                                                      ~~~^
4823:info:build mulSetup.c:848:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4824:info:build                 CALLOC(nc->upvects, 1, double*, ON, AMSC);
4825:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4826:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4827:info:build        DUMPALLOCSIZ;                                                        \
4828:info:build        ^
4829:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4830:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4831:info:build                                                         ~~~^
4832:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4833:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4834:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4835:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4836:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4837:info:build                                                 ~^
4838:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4839:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4840:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4841:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4842:info:build        DUMPALLOCSIZ;                                                        \
4843:info:build        ^
4844:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4845:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4846:info:build                                          ~^
4847:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4848:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4849:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4850:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4851:info:build        DUMPALLOCSIZ;                                                        \
4852:info:build        ^
4853:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4854:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4855:info:build                                                         ~~~^
4856:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4857:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4858:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4859:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4860:info:build        DUMPALLOCSIZ;                                                        \
4861:info:build        ^
4862:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4863:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4864:info:build                                                         ~~~^
4865:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4866:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4867:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4868:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4869:info:build        DUMPALLOCSIZ;                                                        \
4870:info:build        ^
4871:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4872:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4873:info:build                                                         ~~~^
4874:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4875:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4876:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4877:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4878:info:build        DUMPALLOCSIZ;                                                        \
4879:info:build        ^
4880:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
4881:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
4882:info:build                                                         ~~~^
4883:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4884:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4885:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4886:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4887:info:build        DUMPALLOCSIZ;                                                        \
4888:info:build        ^
4889:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
4890:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
4891:info:build                                                         ~~~^
4892:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4893:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4894:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4895:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4896:info:build        DUMPALLOCSIZ;                                                        \
4897:info:build        ^
4898:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
4899:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
4900:info:build                                                         ~~~^
4901:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4902:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4903:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4904:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4905:info:build        DUMPALLOCSIZ;                                                        \
4906:info:build        ^
4907:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
4908:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
4909:info:build                                                         ~~~^
4910:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4911:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4912:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4913:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4914:info:build        DUMPALLOCSIZ;                                                        \
4915:info:build        ^
4916:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
4917:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
4918:info:build                                                         ~~~^
4919:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4920:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4921:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4922:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4923:info:build        DUMPALLOCSIZ;                                                        \
4924:info:build        ^
4925:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
4926:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
4927:info:build                                                         ~~~^
4928:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4929:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4930:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4931:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4932:info:build        DUMPALLOCSIZ;                                                        \
4933:info:build        ^
4934:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
4935:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
4936:info:build                                                         ~~~^
4937:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4938:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4939:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4940:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4941:info:build        DUMPALLOCSIZ;                                                        \
4942:info:build        ^
4943:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
4944:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
4945:info:build                                                      ~~~^
4946:info:build mulSetup.c:849:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4947:info:build                 CALLOC(nc->upnumeles, 1, int, ON, AMSC);
4948:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4949:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4950:info:build        DUMPALLOCSIZ;                                                        \
4951:info:build        ^
4952:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
4953:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
4954:info:build                                                         ~~~^
4955:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
4956:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
4957:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4958:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
4959:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
4960:info:build                                                 ~^
4961:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4962:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
4963:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4964:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4965:info:build        DUMPALLOCSIZ;                                                        \
4966:info:build        ^
4967:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
4968:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
4969:info:build                                          ~^
4970:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4971:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
4972:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4973:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4974:info:build        DUMPALLOCSIZ;                                                        \
4975:info:build        ^
4976:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
4977:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
4978:info:build                                                         ~~~^
4979:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4980:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
4981:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4982:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4983:info:build        DUMPALLOCSIZ;                                                        \
4984:info:build        ^
4985:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
4986:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
4987:info:build                                                         ~~~^
4988:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4989:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
4990:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4991:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
4992:info:build        DUMPALLOCSIZ;                                                        \
4993:info:build        ^
4994:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
4995:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
4996:info:build                                                         ~~~^
4997:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
4998:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
4999:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5000:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5001:info:build        DUMPALLOCSIZ;                                                        \
5002:info:build        ^
5003:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5004:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5005:info:build                                                         ~~~^
5006:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5007:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5008:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5009:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5010:info:build        DUMPALLOCSIZ;                                                        \
5011:info:build        ^
5012:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5013:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5014:info:build                                                         ~~~^
5015:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5016:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5017:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5018:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5019:info:build        DUMPALLOCSIZ;                                                        \
5020:info:build        ^
5021:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5022:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5023:info:build                                                         ~~~^
5024:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5025:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5026:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5027:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5028:info:build        DUMPALLOCSIZ;                                                        \
5029:info:build        ^
5030:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5031:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5032:info:build                                                         ~~~^
5033:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5034:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5035:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5036:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5037:info:build        DUMPALLOCSIZ;                                                        \
5038:info:build        ^
5039:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5040:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5041:info:build                                                         ~~~^
5042:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5043:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5044:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5045:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5046:info:build        DUMPALLOCSIZ;                                                        \
5047:info:build        ^
5048:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5049:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5050:info:build                                                         ~~~^
5051:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5052:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5053:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5054:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5055:info:build        DUMPALLOCSIZ;                                                        \
5056:info:build        ^
5057:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5058:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5059:info:build                                                         ~~~^
5060:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5061:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5062:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5063:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5064:info:build        DUMPALLOCSIZ;                                                        \
5065:info:build        ^
5066:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5067:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5068:info:build                                                      ~~~^
5069:info:build mulSetup.c:852:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5070:info:build                 CALLOC(nc->chgs, num_eval_pnts, charge*, ON, AMSC);
5071:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5072:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5073:info:build        DUMPALLOCSIZ;                                                        \
5074:info:build        ^
5075:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5076:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5077:info:build                                                         ~~~^
5078:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
5079:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5080:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5081:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
5082:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
5083:info:build                                                 ~^
5084:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5085:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5086:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5087:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5088:info:build        DUMPALLOCSIZ;                                                        \
5089:info:build        ^
5090:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
5091:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
5092:info:build                                          ~^
5093:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5094:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5095:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5096:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5097:info:build        DUMPALLOCSIZ;                                                        \
5098:info:build        ^
5099:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
5100:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
5101:info:build                                                         ~~~^
5102:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5103:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5104:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5105:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5106:info:build        DUMPALLOCSIZ;                                                        \
5107:info:build        ^
5108:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
5109:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
5110:info:build                                                         ~~~^
5111:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5112:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5113:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5114:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5115:info:build        DUMPALLOCSIZ;                                                        \
5116:info:build        ^
5117:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
5118:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
5119:info:build                                                         ~~~^
5120:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5121:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5122:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5123:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5124:info:build        DUMPALLOCSIZ;                                                        \
5125:info:build        ^
5126:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5127:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5128:info:build                                                         ~~~^
5129:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5130:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5131:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5132:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5133:info:build        DUMPALLOCSIZ;                                                        \
5134:info:build        ^
5135:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5136:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5137:info:build                                                         ~~~^
5138:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5139:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5140:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5141:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5142:info:build        DUMPALLOCSIZ;                                                        \
5143:info:build        ^
5144:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5145:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5146:info:build                                                         ~~~^
5147:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5148:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5149:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5150:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5151:info:build        DUMPALLOCSIZ;                                                        \
5152:info:build        ^
5153:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5154:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5155:info:build                                                         ~~~^
5156:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5157:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5158:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5159:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5160:info:build        DUMPALLOCSIZ;                                                        \
5161:info:build        ^
5162:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5163:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5164:info:build                                                         ~~~^
5165:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5166:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5167:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5168:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5169:info:build        DUMPALLOCSIZ;                                                        \
5170:info:build        ^
5171:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5172:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5173:info:build                                                         ~~~^
5174:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5175:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5176:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5177:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5178:info:build        DUMPALLOCSIZ;                                                        \
5179:info:build        ^
5180:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5181:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5182:info:build                                                         ~~~^
5183:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5184:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5185:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5186:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5187:info:build        DUMPALLOCSIZ;                                                        \
5188:info:build        ^
5189:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5190:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5191:info:build                                                      ~~~^
5192:info:build mulSetup.c:860:6: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5193:info:build                           CALLOC(nc->nbr_is_dummy, 1, int*, ON, AMSC);
5194:info:build                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5195:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5196:info:build        DUMPALLOCSIZ;                                                        \
5197:info:build        ^
5198:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5199:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5200:info:build                                                         ~~~^
5201:info:build mulSetup.c:894:1: warning: control may reach end of non-void function [-Wreturn-type]
5202:info:build }
5203:info:build ^
5204:info:build mulSetup.c:901:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
5205:info:build getnbrs(sys)
5206:info:build ^~~~~~~
5207:info:build mulSetup.c:910:18: error: non-void function 'getnbrs' should return a value [-Wreturn-type]
5208:info:build   if(depth == 0) return;
5209:info:build                  ^
5210:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
5211:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5212:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5213:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
5214:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
5215:info:build                                                 ~^
5216:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5217:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5218:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5219:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5220:info:build        DUMPALLOCSIZ;                                                        \
5221:info:build        ^
5222:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
5223:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
5224:info:build                                          ~^
5225:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5226:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5227:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5228:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5229:info:build        DUMPALLOCSIZ;                                                        \
5230:info:build        ^
5231:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
5232:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
5233:info:build                                                         ~~~^
5234:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5235:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5236:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5237:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5238:info:build        DUMPALLOCSIZ;                                                        \
5239:info:build        ^
5240:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
5241:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
5242:info:build                                                         ~~~^
5243:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5244:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5245:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5246:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5247:info:build        DUMPALLOCSIZ;                                                        \
5248:info:build        ^
5249:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
5250:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
5251:info:build                                                         ~~~^
5252:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5253:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5254:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5255:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5256:info:build        DUMPALLOCSIZ;                                                        \
5257:info:build        ^
5258:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5259:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5260:info:build                                                         ~~~^
5261:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5262:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5263:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5264:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5265:info:build        DUMPALLOCSIZ;                                                        \
5266:info:build        ^
5267:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5268:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5269:info:build                                                         ~~~^
5270:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5271:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5272:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5273:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5274:info:build        DUMPALLOCSIZ;                                                        \
5275:info:build        ^
5276:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5277:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5278:info:build                                                         ~~~^
5279:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5280:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5281:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5282:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5283:info:build        DUMPALLOCSIZ;                                                        \
5284:info:build        ^
5285:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5286:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5287:info:build                                                         ~~~^
5288:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5289:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5290:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5291:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5292:info:build        DUMPALLOCSIZ;                                                        \
5293:info:build        ^
5294:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5295:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5296:info:build                                                         ~~~^
5297:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5298:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5299:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5300:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5301:info:build        DUMPALLOCSIZ;                                                        \
5302:info:build        ^
5303:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5304:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5305:info:build                                                         ~~~^
5306:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5307:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5308:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5309:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5310:info:build        DUMPALLOCSIZ;                                                        \
5311:info:build        ^
5312:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5313:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5314:info:build                                                         ~~~^
5315:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5316:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5317:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5318:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5319:info:build        DUMPALLOCSIZ;                                                        \
5320:info:build        ^
5321:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5322:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5323:info:build                                                      ~~~^
5324:info:build mulSetup.c:945:26: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5325:info:build             if(nc->numnbrs > 0) CALLOC(nc->nbrs, numnbrs, cube*, ON, AMSC);
5326:info:build                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5327:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5328:info:build        DUMPALLOCSIZ;                                                        \
5329:info:build        ^
5330:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5331:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5332:info:build                                                         ~~~^
5333:info:build mulSetup.c:977:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
5334:info:build linkcubes(sys)
5335:info:build ^~~~~~~~~
5336:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
5337:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5338:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5339:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
5340:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
5341:info:build                                                 ~^
5342:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5343:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5344:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5345:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5346:info:build        DUMPALLOCSIZ;                                                        \
5347:info:build        ^
5348:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
5349:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
5350:info:build                                          ~^
5351:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5352:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5353:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5354:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5355:info:build        DUMPALLOCSIZ;                                                        \
5356:info:build        ^
5357:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
5358:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
5359:info:build                                                         ~~~^
5360:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5361:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5362:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5363:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5364:info:build        DUMPALLOCSIZ;                                                        \
5365:info:build        ^
5366:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
5367:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
5368:info:build                                                         ~~~^
5369:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5370:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5371:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5372:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5373:info:build        DUMPALLOCSIZ;                                                        \
5374:info:build        ^
5375:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
5376:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
5377:info:build                                                         ~~~^
5378:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5379:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5380:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5381:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5382:info:build        DUMPALLOCSIZ;                                                        \
5383:info:build        ^
5384:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5385:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5386:info:build                                                         ~~~^
5387:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5388:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5389:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5390:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5391:info:build        DUMPALLOCSIZ;                                                        \
5392:info:build        ^
5393:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5394:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5395:info:build                                                         ~~~^
5396:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5397:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5398:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5399:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5400:info:build        DUMPALLOCSIZ;                                                        \
5401:info:build        ^
5402:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5403:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5404:info:build                                                         ~~~^
5405:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5406:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5407:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5408:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5409:info:build        DUMPALLOCSIZ;                                                        \
5410:info:build        ^
5411:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5412:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5413:info:build                                                         ~~~^
5414:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5415:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5416:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5417:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5418:info:build        DUMPALLOCSIZ;                                                        \
5419:info:build        ^
5420:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5421:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5422:info:build                                                         ~~~^
5423:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5424:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5425:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5426:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5427:info:build        DUMPALLOCSIZ;                                                        \
5428:info:build        ^
5429:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5430:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5431:info:build                                                         ~~~^
5432:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5433:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5434:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5435:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5436:info:build        DUMPALLOCSIZ;                                                        \
5437:info:build        ^
5438:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5439:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5440:info:build                                                         ~~~^
5441:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5442:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5443:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5444:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5445:info:build        DUMPALLOCSIZ;                                                        \
5446:info:build        ^
5447:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5448:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5449:info:build                                                      ~~~^
5450:info:build mulSetup.c:985:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5451:info:build   CALLOC(sys->multilist, sys->depth+1, cube*, ON, AMSC);
5452:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5453:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5454:info:build        DUMPALLOCSIZ;                                                        \
5455:info:build        ^
5456:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5457:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5458:info:build                                                         ~~~^
5459:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
5460:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5461:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5462:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
5463:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
5464:info:build                                                 ~^
5465:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5466:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5467:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5468:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5469:info:build        DUMPALLOCSIZ;                                                        \
5470:info:build        ^
5471:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
5472:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
5473:info:build                                          ~^
5474:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5475:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5476:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5477:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5478:info:build        DUMPALLOCSIZ;                                                        \
5479:info:build        ^
5480:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
5481:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
5482:info:build                                                         ~~~^
5483:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5484:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5485:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5486:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5487:info:build        DUMPALLOCSIZ;                                                        \
5488:info:build        ^
5489:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
5490:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
5491:info:build                                                         ~~~^
5492:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5493:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5494:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5495:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5496:info:build        DUMPALLOCSIZ;                                                        \
5497:info:build        ^
5498:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
5499:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
5500:info:build                                                         ~~~^
5501:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5502:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5503:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5504:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5505:info:build        DUMPALLOCSIZ;                                                        \
5506:info:build        ^
5507:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5508:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5509:info:build                                                         ~~~^
5510:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5511:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5512:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5513:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5514:info:build        DUMPALLOCSIZ;                                                        \
5515:info:build        ^
5516:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5517:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5518:info:build                                                         ~~~^
5519:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5520:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5521:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5522:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5523:info:build        DUMPALLOCSIZ;                                                        \
5524:info:build        ^
5525:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5526:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5527:info:build                                                         ~~~^
5528:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5529:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5530:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5531:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5532:info:build        DUMPALLOCSIZ;                                                        \
5533:info:build        ^
5534:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5535:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5536:info:build                                                         ~~~^
5537:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5538:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5539:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5540:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5541:info:build        DUMPALLOCSIZ;                                                        \
5542:info:build        ^
5543:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5544:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5545:info:build                                                         ~~~^
5546:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5547:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5548:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5549:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5550:info:build        DUMPALLOCSIZ;                                                        \
5551:info:build        ^
5552:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5553:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5554:info:build                                                         ~~~^
5555:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5556:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5557:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5558:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5559:info:build        DUMPALLOCSIZ;                                                        \
5560:info:build        ^
5561:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5562:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5563:info:build                                                         ~~~^
5564:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5565:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5566:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5567:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5568:info:build        DUMPALLOCSIZ;                                                        \
5569:info:build        ^
5570:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5571:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5572:info:build                                                      ~~~^
5573:info:build mulSetup.c:986:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5574:info:build   CALLOC(sys->locallist, sys->depth+1, cube*, ON, AMSC);
5575:info:build   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5576:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5577:info:build        DUMPALLOCSIZ;                                                        \
5578:info:build        ^
5579:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5580:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5581:info:build                                                         ~~~^
5582:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
5583:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5584:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5585:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
5586:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
5587:info:build                                                 ~^
5588:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5589:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5590:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5591:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5592:info:build        DUMPALLOCSIZ;                                                        \
5593:info:build        ^
5594:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
5595:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
5596:info:build                                          ~^
5597:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5598:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5599:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5600:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5601:info:build        DUMPALLOCSIZ;                                                        \
5602:info:build        ^
5603:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
5604:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
5605:info:build                                                         ~~~^
5606:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5607:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5608:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5609:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5610:info:build        DUMPALLOCSIZ;                                                        \
5611:info:build        ^
5612:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
5613:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
5614:info:build                                                         ~~~^
5615:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5616:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5617:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5618:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5619:info:build        DUMPALLOCSIZ;                                                        \
5620:info:build        ^
5621:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
5622:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
5623:info:build                                                         ~~~^
5624:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5625:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5626:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5627:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5628:info:build        DUMPALLOCSIZ;                                                        \
5629:info:build        ^
5630:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5631:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5632:info:build                                                         ~~~^
5633:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5634:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5635:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5636:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5637:info:build        DUMPALLOCSIZ;                                                        \
5638:info:build        ^
5639:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5640:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5641:info:build                                                         ~~~^
5642:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5643:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5644:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5645:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5646:info:build        DUMPALLOCSIZ;                                                        \
5647:info:build        ^
5648:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5649:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5650:info:build                                                         ~~~^
5651:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5652:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5653:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5654:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5655:info:build        DUMPALLOCSIZ;                                                        \
5656:info:build        ^
5657:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5658:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5659:info:build                                                         ~~~^
5660:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5661:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5662:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5663:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5664:info:build        DUMPALLOCSIZ;                                                        \
5665:info:build        ^
5666:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5667:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5668:info:build                                                         ~~~^
5669:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5670:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5671:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5672:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5673:info:build        DUMPALLOCSIZ;                                                        \
5674:info:build        ^
5675:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5676:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5677:info:build                                                         ~~~^
5678:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5679:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5680:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5681:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5682:info:build        DUMPALLOCSIZ;                                                        \
5683:info:build        ^
5684:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5685:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5686:info:build                                                         ~~~^
5687:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5688:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5689:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5690:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5691:info:build        DUMPALLOCSIZ;                                                        \
5692:info:build        ^
5693:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5694:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5695:info:build                                                      ~~~^
5696:info:build mulSetup.c:1000:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5697:info:build                 CALLOC(nc->multi, numterms, double, ON, AMSC);
5698:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5699:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5700:info:build        DUMPALLOCSIZ;                                                        \
5701:info:build        ^
5702:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5703:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5704:info:build                                                         ~~~^
5705:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
5706:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5707:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5708:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
5709:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
5710:info:build                                                 ~^
5711:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5712:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5713:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5714:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5715:info:build        DUMPALLOCSIZ;                                                        \
5716:info:build        ^
5717:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
5718:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
5719:info:build                                          ~^
5720:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5721:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5722:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5723:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5724:info:build        DUMPALLOCSIZ;                                                        \
5725:info:build        ^
5726:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
5727:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
5728:info:build                                                         ~~~^
5729:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5730:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5731:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5732:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5733:info:build        DUMPALLOCSIZ;                                                        \
5734:info:build        ^
5735:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
5736:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
5737:info:build                                                         ~~~^
5738:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5739:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5740:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5741:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5742:info:build        DUMPALLOCSIZ;                                                        \
5743:info:build        ^
5744:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
5745:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
5746:info:build                                                         ~~~^
5747:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5748:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5749:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5750:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5751:info:build        DUMPALLOCSIZ;                                                        \
5752:info:build        ^
5753:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5754:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5755:info:build                                                         ~~~^
5756:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5757:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5758:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5759:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5760:info:build        DUMPALLOCSIZ;                                                        \
5761:info:build        ^
5762:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5763:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5764:info:build                                                         ~~~^
5765:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5766:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5767:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5768:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5769:info:build        DUMPALLOCSIZ;                                                        \
5770:info:build        ^
5771:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5772:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5773:info:build                                                         ~~~^
5774:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5775:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5776:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5777:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5778:info:build        DUMPALLOCSIZ;                                                        \
5779:info:build        ^
5780:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5781:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5782:info:build                                                         ~~~^
5783:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5784:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5785:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5786:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5787:info:build        DUMPALLOCSIZ;                                                        \
5788:info:build        ^
5789:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5790:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5791:info:build                                                         ~~~^
5792:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5793:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5794:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5795:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5796:info:build        DUMPALLOCSIZ;                                                        \
5797:info:build        ^
5798:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5799:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5800:info:build                                                         ~~~^
5801:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5802:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5803:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5804:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5805:info:build        DUMPALLOCSIZ;                                                        \
5806:info:build        ^
5807:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5808:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5809:info:build                                                         ~~~^
5810:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5811:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5812:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5813:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5814:info:build        DUMPALLOCSIZ;                                                        \
5815:info:build        ^
5816:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5817:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5818:info:build                                                      ~~~^
5819:info:build mulSetup.c:1012:3: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5820:info:build                 CALLOC(nc->local, numterms, double, ON, AMSC);
5821:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5822:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5823:info:build        DUMPALLOCSIZ;                                                        \
5824:info:build        ^
5825:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5826:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5827:info:build                                                         ~~~^
5828:info:build mulSetup.c:1032:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
5829:info:build setMaxq(sys)
5830:info:build ^~~~~~~
5831:info:build mulSetup.c:1125:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
5832:info:build markUp(child, flag)
5833:info:build ^~~~~~
5834:info:build mulSetup.c:1143:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
5835:info:build getInter(child,sys)
5836:info:build ^~~~~~~~
5837:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
5838:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5839:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5840:info:build ./mulGlobal.h:178:50: note: expanded from macro 'CALLOC'
5841:info:build        (void)fprintf(stderr, " (NULL pointer on %d byte request)\n",        \
5842:info:build                                                 ~^
5843:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5844:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5845:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5846:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5847:info:build        DUMPALLOCSIZ;                                                        \
5848:info:build        ^
5849:info:build ./mulGlobal.h:127:29: note: expanded from macro 'DUMPALLOCSIZ'
5850:info:build                 "Total Memory Allocated: %d kilobytes (brk = 0x%x)\n", \
5851:info:build                                          ~^
5852:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5853:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5854:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5855:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5856:info:build        DUMPALLOCSIZ;                                                        \
5857:info:build        ^
5858:info:build ./mulGlobal.h:130:60: note: expanded from macro 'DUMPALLOCSIZ'
5859:info:build   (void)fprintf(stderr, " Q2M  matrix memory allocated: %7.d kilobytes\n",\
5860:info:build                                                         ~~~^
5861:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5862:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5863:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5864:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5865:info:build        DUMPALLOCSIZ;                                                        \
5866:info:build        ^
5867:info:build ./mulGlobal.h:133:60: note: expanded from macro 'DUMPALLOCSIZ'
5868:info:build   (void)fprintf(stderr, " Q2L  matrix memory allocated: %7.d kilobytes\n",\
5869:info:build                                                         ~~~^
5870:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5871:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5872:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5873:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5874:info:build        DUMPALLOCSIZ;                                                        \
5875:info:build        ^
5876:info:build ./mulGlobal.h:136:60: note: expanded from macro 'DUMPALLOCSIZ'
5877:info:build   (void)fprintf(stderr, " Q2P  matrix memory allocated: %7.d kilobytes\n",\
5878:info:build                                                         ~~~^
5879:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5880:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5881:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5882:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5883:info:build        DUMPALLOCSIZ;                                                        \
5884:info:build        ^
5885:info:build ./mulGlobal.h:139:60: note: expanded from macro 'DUMPALLOCSIZ'
5886:info:build   (void)fprintf(stderr, " L2L  matrix memory allocated: %7.d kilobytes\n",\
5887:info:build                                                         ~~~^
5888:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5889:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5890:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5891:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5892:info:build        DUMPALLOCSIZ;                                                        \
5893:info:build        ^
5894:info:build ./mulGlobal.h:142:60: note: expanded from macro 'DUMPALLOCSIZ'
5895:info:build   (void)fprintf(stderr, " M2M  matrix memory allocated: %7.d kilobytes\n",\
5896:info:build                                                         ~~~^
5897:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5898:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5899:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5900:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5901:info:build        DUMPALLOCSIZ;                                                        \
5902:info:build        ^
5903:info:build ./mulGlobal.h:145:60: note: expanded from macro 'DUMPALLOCSIZ'
5904:info:build   (void)fprintf(stderr, " M2L  matrix memory allocated: %7.d kilobytes\n",\
5905:info:build                                                         ~~~^
5906:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5907:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5908:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5909:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5910:info:build        DUMPALLOCSIZ;                                                        \
5911:info:build        ^
5912:info:build ./mulGlobal.h:148:60: note: expanded from macro 'DUMPALLOCSIZ'
5913:info:build   (void)fprintf(stderr, " M2P  matrix memory allocated: %7.d kilobytes\n",\
5914:info:build                                                         ~~~^
5915:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5916:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5917:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5918:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5919:info:build        DUMPALLOCSIZ;                                                        \
5920:info:build        ^
5921:info:build ./mulGlobal.h:151:60: note: expanded from macro 'DUMPALLOCSIZ'
5922:info:build   (void)fprintf(stderr, " L2P  matrix memory allocated: %7.d kilobytes\n",\
5923:info:build                                                         ~~~^
5924:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5925:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5926:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5927:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5928:info:build        DUMPALLOCSIZ;                                                        \
5929:info:build        ^
5930:info:build ./mulGlobal.h:154:60: note: expanded from macro 'DUMPALLOCSIZ'
5931:info:build   (void)fprintf(stderr, " Q2PD matrix memory allocated: %7.d kilobytes\n",\
5932:info:build                                                         ~~~^
5933:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5934:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5935:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5936:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5937:info:build        DUMPALLOCSIZ;                                                        \
5938:info:build        ^
5939:info:build ./mulGlobal.h:157:60: note: expanded from macro 'DUMPALLOCSIZ'
5940:info:build   (void)fprintf(stderr, " Miscellaneous mem. allocated: %7.d kilobytes\n",\
5941:info:build                                                         ~~~^
5942:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5943:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5944:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5945:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5946:info:build        DUMPALLOCSIZ;                                                        \
5947:info:build        ^
5948:info:build ./mulGlobal.h:160:57: note: expanded from macro 'DUMPALLOCSIZ'
5949:info:build   (void)fprintf(stderr, " Inductance mem. allocated: %7.d kilobytes\n",\
5950:info:build                                                      ~~~^
5951:info:build mulSetup.c:1206:17: warning: conversion specifies type 'int' but the argument has type 'long' [-Wformat]
5952:info:build   if(vects > 0) CALLOC(child->interList, vects, cube*, ON, AMSC);
5953:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5954:info:build ./mulGlobal.h:180:8: note: expanded from macro 'CALLOC'
5955:info:build        DUMPALLOCSIZ;                                                        \
5956:info:build        ^
5957:info:build ./mulGlobal.h:163:60: note: expanded from macro 'DUMPALLOCSIZ'
5958:info:build   (void)fprintf(stderr, " Total memory (check w/above): %7.d kilobytes\n",\
5959:info:build                                                         ~~~^
5960:info:build mulSetup.c:1215:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
5961:info:build getAllInter(sys)
5962:info:build ^~~~~~~~~~~
5963:info:build mulSetup.c:1237:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
5964:info:build set_vector_masks(sys)
5965:info:build ^~~~~~~~~~~~~~~~
5966:info:build 622 warnings and 1 error generated.
5967:info:build make[1]: *** [mulSetup.o] Error 1
5968:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr/src/fasthenry'
5969:info:build make: *** [fasthenry] Error 2
5970:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr'
5971:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/work/fasthenry-3.0wr" && /usr/bin/make -j5 -w all " returned error 2
5972:error:build Target org.macports.build returned: shell command failed (see log for details)
5973:debug:build Backtrace: shell command failed (see log for details)
5974    while executing
5975"command_exec build"
5976    (procedure "portbuild::build_main" line 8)
5977    invoked from within
5978"$procedure $targetname"
5979:info:build Warning: the following items did not execute (for fasthenry-wr): org.macports.activate org.macports.build org.macports.destroot org.macports.install
5980:notice:build Log for fasthenry-wr is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_fasthenry-wr/fasthenry-wr/main.log