00001 #ifndef _PARTITIONING_STRATEGIES_H 00002 #define _PARTITIONING_STRATEGIES_H 00003 00006 extern void getHilbertList(int * procList); 00007 00010 extern void getPlanarList(int *procList); 00011 00014 extern void getRecursiveBisectionList(int numparts, int *procList); 00015 00016 #endif