Changeset 25135
- Timestamp:
- 06/24/20 11:19:41 (5 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test417.py
r25044 r25135 33 33 #partitioning 34 34 npart = 20 35 partition = partitioner(md, 'package', 'chaco', 'npart', npart, 'weighting', 'on') - 135 partition = partitioner(md, 'package', 'chaco', 'npart', npart, 'weighting', 'on')[0] - 1 36 36 md.qmu.isdakota = 1 37 37 -
issm/trunk-jpl/test/NightlyRun/test440.py
r25010 r25135 19 19 #partitioning 20 20 npart = md.mesh.numberofvertices 21 partition = partitioner(md, 'package', 'linear', 'npart', npart) - 121 partition = partitioner(md, 'package', 'linear', 'npart', npart)[0] - 1 22 22 md.qmu.isdakota = 1 23 23
Note:
See TracChangeset
for help on using the changeset viewer.