You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("--group_blocks - change the RCB algorithm so that a group of blocks with the same center all get put onto the same side of a cut\n");
367
376
printf("--limit_move - limit the number of blocks that can be moved during load balance (number that is a percentage of the total number of blocks)\n");
368
377
printf("--send_faces - send each face individually instead of packing all faces going to a rank together\n");
378
+
printf("--rcb - use RCB algorithm for load balancing (default)\n");
379
+
printf("--sfc - use Space Filling Curve algorithm for load balancing\n");
369
380
printf("--num_objects - (>= 0) number of objects to cause refinement\n");
370
381
printf("--object - type, position, movement, size, size rate of change\n");
371
382
@@ -420,9 +431,15 @@ void allocate(void)
420
431
parents[n].number=-1;
421
432
422
433
max_num_dots=2*max_num_blocks; // Guess at number needed
0 commit comments