Changeset 24834
- Timestamp:
- 05/09/20 14:13:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test418.py
r24256 r24834 23 23 #partitioning 24 24 md.qmu.numberofpartitions = 100 25 #partitioner seamd to generate the following message: 26 #corrupted size vs. prev_size 27 #Aborted (core dumped) 25 26 # Partitioner seamd to generate the following message, 27 # 28 # corrupted size vs. prev_size 29 # Aborted (core dumped) 30 # 31 # In testing binaries, 32 # 33 # malloc(): invalid next size (unsorted) 34 # 35 # TODO: 36 # - Run valgrind and fix the above 37 # 28 38 md = partitioner(md, 'package', 'chaco', 'npart', md.qmu.numberofpartitions) 29 39 md.qmu.vpartition = md.qmu.vpartition - 1
Note:
See TracChangeset
for help on using the changeset viewer.