File: ug_backward.html

package info (click to toggle)
trilinos 12.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 825,604 kB
  • sloc: cpp: 3,352,065; ansic: 432,926; fortran: 169,495; xml: 61,903; python: 40,836; sh: 32,697; makefile: 26,612; javascript: 8,535; perl: 7,136; f90: 6,372; csh: 4,183; objc: 2,620; lex: 1,469; lisp: 810; yacc: 497; awk: 364; ml: 281; php: 145
file content (692 lines) | stat: -rw-r--r-- 19,089 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<!-------- @HEADER
 !
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 !  Zoltan Toolkit for Load-balancing, Partitioning, Ordering and Coloring
 !                  Copyright 2012 Sandia Corporation
 !
 ! Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
 ! the U.S. Government retains certain rights in this software.
 !
 ! Redistribution and use in source and binary forms, with or without
 ! modification, are permitted provided that the following conditions are
 ! met:
 !
 ! 1. Redistributions of source code must retain the above copyright
 ! notice, this list of conditions and the following disclaimer.
 !
 ! 2. Redistributions in binary form must reproduce the above copyright
 ! notice, this list of conditions and the following disclaimer in the
 ! documentation and/or other materials provided with the distribution.
 !
 ! 3. Neither the name of the Corporation nor the names of the
 ! contributors may be used to endorse or promote products derived from
 ! this software without specific prior written permission.
 !
 ! THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
 ! EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 ! IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 ! PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
 ! CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 ! EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 ! PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 ! PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 ! LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 ! NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 ! SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 !
 ! Questions? Contact Karen Devine	kddevin@sandia.gov
 !                    Erik Boman	egboman@sandia.gov
 !
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! @HEADER
-------> 
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; U; SunOS 5.6 sun4m) [Netscape]">
  <meta name="sandia.approval_type" content="formal">
  <meta name="sandia.approved" content="SAND2007-4748W">
  <meta name="author" content="Zoltan PI">

   <title>Zoltan User's Guide:  Backward Compatilibity</title>

</head>
<body bgcolor="#FFFFFF">

<div align=right><b><i><a href="ug.html">Zoltan User's Guide</a>&nbsp; |&nbsp; <a href="ug_refs.html">Next</a>&nbsp; |&nbsp; <a href="ug_release.html">Previous</a></i></b></div>
<!---------------------------------------------------------------------------->
<h2>
Backward Compatibility with Previous Versions of Zoltan
</h2>

As new features have been added to Zoltan, backward compatibility with previous
versions of Zoltan has been maintained.  Thus, users of previous versions of
Zoltan can upgrade to a new version <b> without changing their application
source code</b>.
Modifications to application source code are needed <b>only</b> if the
applications use new Zoltan functionality.
<p>
Enhancements to the Zoltan interface are described below.
<blockquote>
<a href="#Backward v3.8">Versions 3.8 and higher</a>
<br><a href="#Backward v3.6">Versions 3.6 and higher</a>
<br><a href="#Backward v3.2">Versions 3.2 and higher</a>
<br><a href="#Backward v3.1">Versions 3.1 and higher</a>
<br><a href="#Backward v3.0">Versions 3.0 and higher</a>
<br><a href="#Backward v1.5">Versions 1.5 and higher</a>
<br><a href="#Backward v1.3">Versions 1.3 and higher</a>
</blockquote>

<!---------------------------------------------------------------------------->

<h2><a name="Backward v3.8"></a>
<hr>Backward Compatibility: Versions 3.8 and higher
</h2>
<ul>
<li> 
Zoltan is now released under Trilinos' BSD license.
</li>
<li> 
All deprecated features in <a href="#Backward v3.6">version 3.6</a> 
are now removed from Zoltan.  See notes <a href="#Backward v3.6">below</a>.
</li>
</ul>
<!---------------------------------------------------------------------------->

<h2><a name="Backward v3.6"></a>
<hr>Backward Compatibility: Versions 3.6 and higher
</h2>
<ul>
<li>
Interfaces to Zoltan defined in lbi_const.h are now deprecated.  Users should
upgrade to interfaces in zoltan.h.  File lbi_const.h should not be included
in user files; rather, file zoltan.h should be included.  File lbi_const.h will
not be distributed in future versions of Zoltan.
</li>
<li>
The OCTPART/OCTREE partitioning method is deprecated and will not be supported 
in future versions of Zoltan.  This method is now disabled by default in the 
CMake build system; it can be enabled with CMake configuration flag
-DZoltan_ENABLE_OCT:BOOL=ON.  Users should switch to Zoltan method HSFC 
(Hilbert Space-Filling Curve partitioning), which should provide very similar
decompositions, or consider RCB partitioning.
</li>
</ul>

<!---------------------------------------------------------------------------->

<h2><a name="Backward v3.2"></a>
<hr>Backward Compatibility: Versions 3.2 and higher
</h2>
Interfaces to
<a href="ug_interface_color.html">Zoltan_Color</a>,
<a href="ug_interface_order.html">Zoltan_Order</a> and
<a href="ug_interface_lb.html#Zoltan_LB_Eval">Zoltan_LB_Eval</a> have changed.
<p>
The Zoltan native build environment, while still distributed, will no
longer be supported.  Users should use the
<a href="ug_usage.html#Building the Library">autotools or CMake</a> systems.
Builds of the Zoltan F90 interface are supported in both autotools and
CMake.


<!---------------------------------------------------------------------------->

<h2><a name="Backward v3.1"></a>
<hr>Backward Compatibility: Versions 3.1 and higher
</h2>

Terminology referring to partitions and parts was clarified.
A "partition" describes the entire layout of the data across 
processes.  A "part" is a subset of the data assigned to a 
single process.  A partition is made up of many parts; the set 
of all the parts is a partition.  
<p>
We applied this naming convention more consistently throughout Zoltan.
Old parameters NUM_GLOBAL_PARTITIONS and NUM_LOCAL_PARTITIONS have been
more accurately renamed <a href="ug_alg.html#NUM_GLOBAL_PARTS">NUM_GLOBAL_PARTS</a> and
<a href="ug_alg.html#NUM_LOCAL_PARTS">NUM_LOCAL_PARTS</a>.  Old query functions
ZOLTAN_PARTITIONS_MULTI_FN and ZOLTAN_PARTITION_FN have been more
accurately renamed 
<a href="ug_query_lb.html#ZOLTAN_PART_MULTI_FN">ZOLTAN_PART_MULTI_FN</a>
and 
<a href="ug_query_lb.html#ZOLTAN_PART_FN">ZOLTAN_PART_FN</a>.
However, in both cases, the old naming convention still works in the
Zoltan library.

<!---------------------------------------------------------------------------->

<h2><a name="Backward v3.0"></a>
<hr>Backward Compatibility: Versions 3.0 and higher
</h2>

A new naming convention was implemented to better categorize partitioning
methods.  For more details, see parameters 
<blockquote>
<a href="ug_alg.html#LB_METHOD">LB_METHOD</a>, <br>
<a href="ug_alg.html#LB_APPROACH">LB_APPROACH</a>, <br>
<a href="ug_alg_graph.html">GRAPH_PACKAGE</a>, and <br>
<a href="ug_alg_hypergraph.html">HYPERGRAPH_PACKAGE</a>.
</blockquote>
Former valid values of LB_METHOD should continue to work.  In particular,
values of LB_METHOD for geometric partitioners 
<a href="ug_alg_rcb.html">RCB</a>,
<a href="ug_alg_rib.html">RIB</a>,
<a href="ug_alg_hsfc.html">HSFC</a>, and
<a href="ug_alg_reftree.html">REFTREE</a> are unchanged.

<p>
The default graph partitioner has been changed from 
<a href="ug_alg_parmetis.html">ParMETIS</a> to 
<a href="ug_alg_phg.html">Zoltan PHG</a>.  This change was made to 
provide graph partitioning capability without reliance on the third-party
library ParMETIS.

<p>
Because Zoltan is designed primarily for dynamic load balancing,
The default partitioning approach
<a href="ug_alg.html#LB_APPROACH">LB_APPROACH</a>
is now "repartition."  This change affects only Zoltan's hypergraph
partitioner <a href="ug_alg_phg.html">PHG</a>.

<!---------------------------------------------------------------------------->

<h2><a name="Backward v1.5"></a>
<hr>Backward Compatibility: Versions 1.5 and higher
</h2>

The ability to generate more parts than processors was added to Zoltan
in version 1.5.  Thus, Zoltan's partitioning and migration routines were 
enhanced to return and use both part assignments and processor assignments.
New interface and query functions were added to support this additional
information.  All former Zoltan <a href="ug_param.html">parameters</a> 
apply to the new functions as they did to the old; new parameters 
<a href="ug_alg.html#NUM_GLOBAL_PARTS"><i>NUM_GLOBAL_PARTS</i></a>
and 
<a href="ug_alg.html#NUM_LOCAL_PARTS"><i>NUM_LOCAL_PARTS</i></a>
apply only to the new functions.
<p>
The table below lists the Zoltan function that uses both part and 
processor information, along with the analogous function that returns only
processor information.  Applications requiring only one part per 
processor can use either version of the functions.
<p>
<table border="1" cellpadding="5">
<tr>
<td>
<b>Function with Part and Processor info (v1.5 and higher)</b>
</td>
<td>
<b>Function with only Processor info (v1.3 and higher)</b>
</td>
</tr>
<tr>
<td>
<a href="ug_interface_lb.html#Zoltan_LB_Partition">Zoltan_LB_Partition</a>
</td>
<td>
<a href="ug_interface_lb.html#Zoltan_LB_Balance">Zoltan_LB_Balance</a>
</td>
</tr>
<tr>
<td>
<a href="ug_interface_augment.html#Zoltan_LB_Point_PP_Assign">Zoltan_LB_Point_PP_Assign</a>
</td>
<td>
<a href="ug_interface_augment.html#Zoltan_LB_Point_Assign">Zoltan_LB_Point_Assign</a>
</td>
</tr>
<tr>
<td>
<a href="ug_interface_augment.html#Zoltan_LB_Box_PP_Assign">Zoltan_LB_Box_PP_Assign</a>
</td>
<td>
<a href="ug_interface_augment.html#Zoltan_LB_Box_Assign">Zoltan_LB_Box_Assign</a>
</td>
</tr>
<tr>
<td>
<a href="ug_interface_mig.html#Zoltan_Invert_Lists">Zoltan_Invert_Lists</a>
</td>
<td>
<a href="ug_interface_mig.html#Zoltan_Compute_Destinations">Zoltan_Compute_Destinations</a>
</td>
</tr>
<tr>
<td>
<a href="ug_interface_mig.html#Zoltan_Migrate">Zoltan_Migrate</a>
</td>
<td>
<a href="ug_interface_mig.html#Zoltan_Help_Migrate">Zoltan_Help_Migrate</a>
</td>
</tr>
<tr>
<td>
<a href="ug_query_mig.html#ZOLTAN_PRE_MIGRATE_PP_FN">ZOLTAN_PRE_MIGRATE_PP_FN</a>
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_PRE_MIGRATE_FN">ZOLTAN_PRE_MIGRATE_FN</a>
</td>
</tr>
<tr>
<td>
<a href="ug_query_mig.html#ZOLTAN_MID_MIGRATE_PP_FN">ZOLTAN_MID_MIGRATE_PP_FN</a>
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_MID_MIGRATE_FN">ZOLTAN_MID_MIGRATE_FN</a>
</td>
</tr>
<tr>
<td>
<a href="ug_query_mig.html#ZOLTAN_POST_MIGRATE_PP_FN">ZOLTAN_POST_MIGRATE_PP_FN</a>
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_POST_MIGRATE_FN">ZOLTAN_POST_MIGRATE_FN</a>
</td>
</tr>
</table>
<p>

To continue using the v1.3 partition functions, no changes to C or Fortran90
applications are needed.  Zoltan interfaces from versions earlier than 1.3
are also still supported (see 
<a href="#Backward v1.3">below</a>), 
requiring no changes to application programs.
<p>
To use the new v1.5 partitioning functions:
<ul>
<li>
C users must include file <i>zoltan.h</i> in their applications and edit 
their applications to use the appropriate new functions.
</li>
<li>
Fortran90 users must put 
<a href="ug_fortran_api.html#fortran ug api query">user-defined data types</a>
in <i>zoltan_user_data.f90</i> and edit their applications to
use the appropriate new functions.  The new partitioning functions do not
work with user-defined data types in <i>lb_user_const.f90</i>.
</li>
</ul>

<!---------------------------------------------------------------------------->

<h2><a name="Backward v1.3"></a>
<hr>Backward Compatibility: Versions 1.3 and higher
</h2>
<p>
Versions of Zoltan before version 1.3 used a different naming convention for 
the Zoltan interface and query functions.  All functions in Zoltan v.1.3 and 
above
are prefixed with <b>Zoltan_</b>; earlier versions were prefixed with 
<b>LB_</b>. 

<p>
<b>Zoltan versions 1.3 and above maintain backward compatibility with the 
earlier
Zoltan interface.</b>  Thus, applications that used earlier versions of Zoltan
can continue using Zoltan <b>without changing their source code</b>.  
<p>
Only two 
changes are needed to build the application with Zoltan v.1.3 and higher:
<ul>
<li> 
All Zoltan include files are now in directory <i>Zoltan/include</i>.
Thus, application include paths must point to this directory.  
<br>(Previously, include files were in <i>Zoltan/lb</i>.)
<li> 
Applications link with Zoltan now by specifying only <i>-lzoltan</i>.
<br>(Previously, applications had to link with <i>-lzoltan -lzoltan_comm
-lzoltan_mem</i>.)
</ul>

<p>
While it is not necessary for application developers to modify their
source code to use Zoltan v.1.3 and above, those who want to update their
source code
should do the following in their application source files:
<ul>
<li> 
Replace Zoltan calls and constants (<b>LB_*</b>) with new names.  The new
names can be found through the <a href="#Backward Index">index below</a>.
<li>
C programs: Include file <i>zoltan.h</i> instead of <i>lbi_const.h</i>.
<li>
F90 programs: Put <a href="ug_fortran_api.html#fortran ug api query">user-defined data types</a> in file <i>zoltan_user_data.f90</i> instead of <i>lb_user_const.f90</i>.
</ul>


<!---------------------------------------------------------------------------->
<h4>
<a NAME="Backward Index"></a>Backward Compatilibity Index for Interface and Query Functions
</h4>

<table border="1" cellpadding="5">
<tr>
<td>
<b>Name in Earlier Zoltan Versions</b>
</td>
<td>
<b>Name in Zoltan Version 1.3 and higher</b>
</td>
</tr>
<tr>
<td>
LB_BORDER_OBJ_LIST_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_BORDER_OBJ_LIST_FN">ZOLTAN_BORDER_OBJ_LIST_FN</a>
</td>
</tr>
<tr>
<td>
LB_Balance
</td>
<td>
<a href="ug_interface_lb.html#Zoltan_LB_Balance">Zoltan_LB_Balance</a>
</td>
</tr>
<tr>
<td>
LB_Box_Assign
</td>
<td>
<a href="ug_interface_augment.html#Zoltan_LB_Box_Assign">Zoltan_LB_Box_Assign</a>
</td>
</tr>
<tr>
<td>
LB_CHILD_LIST_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_CHILD_LIST_FN">ZOLTAN_CHILD_LIST_FN</a>
</td>
</tr>
<tr>
<td>
LB_CHILD_WEIGHT_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_CHILD_WEIGHT_FN">ZOLTAN_CHILD_WEIGHT_FN</a>
</td>
</tr>
<tr>
<td>
LB_COARSE_OBJ_LIST_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_COARSE_OBJ_LIST_FN">ZOLTAN_COARSE_OBJ_LIST_FN</a>
</td>
</tr>
<tr>
<td>
LB_Compute_Destinations
</td>
<td>
<a href="ug_interface_mig.html#Zoltan_Compute_Destinations">Zoltan_Compute_Destinations</a>
</td>
</tr>
<tr>
<td>
LB_Create
</td>
<td>
<a href="ug_interface_init.html#Zoltan_Create">Zoltan_Create</a>
</td>
</tr>
<tr>
<td>
LB_Destroy
</td>
<td>
<a href="ug_interface_init.html#Zoltan_Destroy">Zoltan_Destroy</a>
</td>
</tr>
<tr>
<td>
LB_EDGE_LIST_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_EDGE_LIST_FN">ZOLTAN_EDGE_LIST_FN</a>
</td>
</tr>
<tr>
<td>
LB_Eval
</td>
<td>
<a href="ug_interface_lb.html#Zoltan_LB_Eval">Zoltan_LB_Eval</a>
</td>
</tr>
<tr>
<td>
LB_FIRST_BORDER_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_FIRST_BORDER_OBJ_FN">ZOLTAN_FIRST_BORDER_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_FIRST_COARSE_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_FIRST_COARSE_OBJ_FN">ZOLTAN_FIRST_COARSE_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_FIRST_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_FIRST_OBJ_FN">ZOLTAN_FIRST_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_Free_Data
</td>
<td>
<a href="ug_interface_lb.html#Zoltan_LB_Free_Data">Zoltan_LB_Free_Data</a>
</td>
</tr>
<tr>
<td>
LB_GEOM_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_GEOM_FN">ZOLTAN_GEOM_FN</a>
</td>
</tr>
<tr>
<td>
LB_Help_Migrate
</td>
<td>
<a href="ug_interface_mig.html#Zoltan_Help_Migrate">Zoltan_Help_Migrate</a>
</td>
</tr>
<tr>
<td>
LB_Initialize
</td>
<td>
<a href="ug_interface_init.html#Zoltan_Initialize">Zoltan_Initialize</a>
</td>
</tr>
<tr>
<td>
LB_MID_MIGRATE_FN
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_MID_MIGRATE_FN">ZOLTAN_MID_MIGRATE_FN</a>
</td>
</tr>
<tr>
<td>
LB_NEXT_BORDER_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NEXT_BORDER_OBJ_FN">ZOLTAN_NEXT_BORDER_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_NEXT_COARSE_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NEXT_COARSE_OBJ_FN">ZOLTAN_NEXT_COARSE_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_NEXT_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NEXT_OBJ_FN">ZOLTAN_NEXT_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_NUM_BORDER_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NUM_BORDER_OBJ_FN">ZOLTAN_NUM_BORDER_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_NUM_CHILD_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NUM_CHILD_FN">ZOLTAN_NUM_CHILD_FN</a>
</td>
</tr>
<tr>
<td>
LB_NUM_COARSE_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NUM_COARSE_OBJ_FN">ZOLTAN_NUM_COARSE_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_NUM_EDGES_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NUM_EDGES_FN">ZOLTAN_NUM_EDGES_FN</a>
</td>
</tr>
<tr>
<td>
LB_NUM_GEOM_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NUM_GEOM_FN">ZOLTAN_NUM_GEOM_FN</a>
</td>
</tr>
<tr>
<td>
LB_NUM_OBJ_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_NUM_OBJ_FN">ZOLTAN_NUM_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_OBJ_LIST_FN
</td>
<td>
<a href="ug_query_lb.html#ZOLTAN_OBJ_LIST_FN">ZOLTAN_OBJ_LIST_FN</a>
</td>
</tr>
<tr>
<td>
LB_OBJ_SIZE_FN
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_OBJ_SIZE_FN">ZOLTAN_OBJ_SIZE_FN</a>
</td>
</tr>
<tr>
<td>
LB_PACK_OBJ_FN
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_PACK_OBJ_FN">ZOLTAN_PACK_OBJ_FN</a>
</td>
</tr>
<tr>
<td>
LB_POST_MIGRATE_FN
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_POST_MIGRATE_FN">ZOLTAN_POST_MIGRATE_FN</a>
</td>
</tr>
<tr>
<td>
LB_PRE_MIGRATE_FN
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_PRE_MIGRATE_FN">ZOLTAN_PRE_MIGRATE_FN</a>
</td>
</tr>
<tr>
<td>
LB_Point_Assign
</td>
<td>
<a href="ug_interface_augment.html#Zoltan_LB_Point_Assign">Zoltan_LB_Point_Assign</a>
</td>
</tr>
<tr>
<td>
LB_Set_Fn
</td>
<td>
<a href="ug_interface_init.html#Zoltan_Set_Fn">Zoltan_Set_Fn</a>
</td>
</tr>
<tr>
<td>
LB_Set_&lt;<i>lb_fn_type</i>>_Fn
</td>
<td>
<a href="ug_interface_init.html#Zoltan_Set_Specific_Fn">Zoltan_Set_&lt;<i>zoltan_fn_type</i>>_Fn</a>
</td>
</tr>
<tr>
<td>
LB_Set_Method
</td>
<td>
<a href="ug_interface_init.html#Zoltan_Set_Param">Zoltan_Set_Param</a> 
with parameter <a href="ug_alg.html#LB_METHOD"><i>LB_METHOD</i></a>
</td>
</tr>
<tr>
<td>
LB_Set_Param
</td>
<td>
<a href="ug_interface_init.html#Zoltan_Set_Param">Zoltan_Set_Param</a>
</td>
</tr>
<tr>
<td>
LB_UNPACK_OBJ_FN
</td>
<td>
<a href="ug_query_mig.html#ZOLTAN_UNPACK_OBJ_FN">ZOLTAN_UNPACK_OBJ_FN</a>
</td>
</tr>
</table>

<hr WIDTH="100%">[<a href="ug.html">Table of Contents</a>&nbsp; | <a href="ug_refs.html">Next:&nbsp; References</a>&nbsp; |&nbsp; <a href="ug_release.html">Previous:&nbsp; Release Notes</a>&nbsp; |&nbsp; <a href="http://www.sandia.gov/general/privacy-security/index.html">Privacy and Security</a>]
</body>
</html>