Changeset 12168 for issm/branches/trunk-jpl-damage/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp
- Timestamp:
- 05/01/12 17:28:47 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in 17 15 stamp-h1 18 16 svn-commit* 19 nightlylog
-
- Property svn:mergeinfo changed
/issm/trunk merged: 11526,11533,11681-11682,11710,11778-11779,11995 /issm/trunk-jpl merged: 11992-11994,11996-12003,12005-12113,12115-12161,12163-12166
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp
r9733 r12168 63 63 else elements_width=6; //penta elements 64 64 65 #ifdef _PARALLEL_66 65 /*Determine parallel partitioning of elements: we use Metis for now. First load the data, then partition*/ 67 66 if(dim==2){ … … 79 78 xfree((void**)&elements); 80 79 xfree((void**)&elements2d); 81 82 #else83 /*In serial mode, epart is full of 0: all elements belong to cpu 0: */84 epart=(int*)xcalloc(numberofelements,sizeof(int));85 #endif86 80 87 81 /*Deal with rifts, they have to be included into one partition only, not several: */
Note:
See TracChangeset
for help on using the changeset viewer.