Changeset 93
- Timestamp:
- 03/18/07 01:29:26
- Files:
-
- src/io_fread_shared_ind.upc (modified) (1 diff)
- src/io_fwrite_shared_comm.upc (added)
- src/io_fwrite_shared_ind.upc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/io_fread_shared_ind.upc
r91 r93 15 15 16 16 17 /* nmembs and offsets, this only works for 3threads */18 static int nmembs [] = { 23, 37, 12 };19 static int offsets [] = { 2, 30, 81 };17 /* nmembs and offsets, this only works for up to 8 threads */ 18 static int nmembs [] = { 23, 37, 12 , 44, 14, 31, 4, 55}; 19 static int offsets [] = { 2, 30, 81 , 25, 12, 21, 39, 47}; 20 20 21 21 src/io_fwrite_shared_ind.upc
r89 r93 15 15 16 16 17 /* nmembs and offsets, this only works for up to 4threads */18 static int nmembs [] = { 23, 37, 12 , 20 };19 static int offsets [] = { 2, 30, 81 , 33 };17 /* nmembs and offsets, this only works for up to 8 threads */ 18 static int nmembs [] = { 23, 37, 12 , 20, 55, 3, 11, 40}; 19 static int offsets [] = { 2, 30, 81 , 33, 14, 17, 27, 43}; 20 20 21 21 int
