Zoltan Developer's Guide  |  Next  |  Previous

Adding new parameters

All parameters in Zoltan should be set and accessed through the parameter setting routines. To add a new parameter to an existing method, you need to do the following: When you add a new method to Zoltan, you also need to: One useful convention is to put your method routine and your corresponding parameter function in the same source file. This way you can define the parameters in a static array. This convention eliminates  the risk of bugs caused by duplicate declarations (that are, incorrectly, not identical).


[Table of Contents  |  Next:  Part Remapping  |  Previous:  Memory Management  |  Privacy and Security]