00001 00002 /********************************************************************* 00003 * 00004 * Common block structures for constraints and parallel configuration. 00005 * 00006 *********************************************************************/ 00007 00008 #ifdef __cplusplus 00009 extern "C" { 00010 #endif 00011 00012 struct conbcmni { 00013 int ncb; 00014 int ncni; 00015 }; 00016 00017 struct pdscon { 00018 int me; 00019 int nproc; 00020 }; 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025