|
I am getting an error using Zoltan with four nodes, 64 cores per node. I call to make sure that each instance sets the parameter to 256 (target_procs is a command line parameter to the application), but when Zoltan_LB_Partition is called it tells me I can't find anywhere where the 512 might have come from. Is it something Zoltan might set on the fly, or perhaps my code is accidentally overwriting a Zoltan variable? I am using Zoltan, not Zoltan2, from Trilinos 16.1.0. |
Answered by
egboman
Feb 2, 2026
Replies: 2 comments 2 replies
|
This is odd. In Zoltan, you can set either NUM_LOCAL_PARTS or NUM_GLOBAL_PARTS but not both. The error message indicates both were set, and inconsistently. How many MPI ranks do you have? One per node or one per core? What's your communicator? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not recommended to set both, so you may have found a bug... Try just set one parameter or the other, not both.