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
The 3 source files are: mlgps.c, mlgps_mlcb.c, modifiedGS.c
Each file has by default OMP_PTHREADS set to 1 meaning it'll compile to run with OpenMP parallelism. That can be switched to 0 to use pthreads instead.
mlgps.c: Multilevel Graph Partition Implementation, including the solver.
mlgps_mlcb.c file has just coarsening and bisection and is there on profile for weak scaling.