Ignore:
Timestamp:
Jan 9, 2015, 11:55:11 PM (9 years ago)
Author:
cfuguet
Message:

reconf: implement the CC_TEST FSM in the cc_vcache_wrapper

  • Watchdog on the CC_TEST FSM is still missing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py

    r907 r919  
    109109        command.extend(["-PROCID", str(args.debug[2])]);
    110110        command.extend(["-MEMCID", str(args.debug[3])]);
    111     else:
    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.
    113113        maxcycles = 400000 + (args.x + args.y) * 20000;
    114114        command.extend(["-NCYCLES", str(maxcycles)])
Note: See TracChangeset for help on using the changeset viewer.