- Timestamp:
- Sep 23, 2014, 6:04:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py
r807 r812 68 68 os.symlink(hardpath, dst) 69 69 70 print "[ run.py ] compiling simulator" 70 71 command = [] 71 72 command.extend(['make']) … … 78 79 os.symlink(os.path.join(basedir, "soft/config/boot_config.h"), dst) 79 80 81 print "[ run.py ] compiling distributed boot procedure" 80 82 command = [] 81 83 command.extend(['make']) … … 95 97 ompthreads = 8 96 98 97 print " executing simul.x"99 print "[ run.py ] starting simulation" 98 100 command = [] 99 101 command.extend([os.path.join(basedir, "simul.x")])
Note: See TracChangeset
for help on using the changeset viewer.