Ignore:
Timestamp:
Sep 23, 2014, 6:04:17 PM (10 years ago)
Author:
cfuguet
Message:

reconf/tsar_generic_iob: improving info messages in simulation script

File:
1 edited

Legend:

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

    r807 r812  
    6868os.symlink(hardpath, dst)
    6969
     70print "[ run.py ] compiling simulator"
    7071command = []
    7172command.extend(['make'])
     
    7879os.symlink(os.path.join(basedir, "soft/config/boot_config.h"), dst)
    7980
     81print "[ run.py ] compiling distributed boot procedure"
    8082command = []
    8183command.extend(['make'])
     
    9597    ompthreads = 8
    9698
    97 print "executing simul.x"
     99print "[ run.py ] starting simulation"
    98100command = []
    99101command.extend([os.path.join(basedir, "simul.x")])
Note: See TracChangeset for help on using the changeset viewer.