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
Add files via upload
Changes need for Clang compiler - when there is a global variable with the Clang compiler, it has to be declared only once and referenced as "extern" from other files.
Update rcb.c
Make changes so that the "group_blocks" option does what it says. The previous code tried to do something a little different from that and was incorrect in its implementation.
Add Space Filling Curve
Add Space Filling Curve as a load balance option and clean up some of the other files removing typos and removing more references to deleted code.