Changeset 919 for branches/reconfiguration/platforms/tsar_generic_iob
- Timestamp:
- Jan 9, 2015, 11:55:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py
r907 r919 109 109 command.extend(["-PROCID", str(args.debug[2])]); 110 110 command.extend(["-MEMCID", str(args.debug[3])]); 111 el se:112 # by observation,the procedure grows linearly with the diameter of the mesh.111 elif os.environ.get('SOCLIB_GDB') == None: 112 # the procedure grows linearly with the diameter of the mesh. 113 113 maxcycles = 400000 + (args.x + args.y) * 20000; 114 114 command.extend(["-NCYCLES", str(maxcycles)])
Note: See TracChangeset
for help on using the changeset viewer.