Changeset 21 for branches/multithread
- Timestamp:
- 09/24/07 15:00:07 (1 year ago)
- Location:
- branches/multithread
- Files:
-
- 5 modified
-
bin/build.xml (modified) (2 diffs)
-
conf/chord.properties (modified) (1 diff)
-
conf/symphony.properties (modified) (1 diff)
-
conf/trivial.properties (modified) (1 diff)
-
lib/planetsim.jar (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/bin/build.xml
r2 r21 17 17 <mkdir dir="../out"/> 18 18 <delete file="../lib/planetsim.jar"/> 19 <echo message="Compiling only with 1.4 compatibility (without debug options)"/>19 20 20 <javac srcdir="../src" 21 21 destdir="../out" 22 source="1. 4"23 target="1. 4">22 source="1.5" 23 target="1.5"> 24 24 <classpath refid="base.path"/> 25 25 </javac> … … 34 34 <mkdir dir="../out"/> 35 35 <delete file="../lib/planetsim.jar"/> 36 <echo message="Compiling only with 1.4 compatibility (with activated debug options)"/>36 37 37 <javac srcdir="../src" 38 38 destdir="../out" 39 source="1. 4"40 target="1. 4"39 source="1.5" 40 target="1.5" 41 41 debug="yes" 42 42 debuglevel="lines,vars,source"> -
branches/multithread/conf/chord.properties
r2 r21 104 104 SIMULATOR_EVENT_FILE = data/test_join1000r.txt 105 105 106 106 #Number of processors 107 SIMULATOR_PROCESSORS = 1 107 108 ################################################################################ 108 109 # SERIALIZATION PART # -
branches/multithread/conf/symphony.properties
r2 r21 107 107 SIMULATOR_EVENT_FILE = 108 108 109 109 #Number of processors 110 SIMULATOR_PROCESSORS = 1 110 111 ################################################################################ 111 112 # SERIALIZATION PART # -
branches/multithread/conf/trivial.properties
r2 r21 104 104 SIMULATOR_EVENT_FILE = 105 105 106 106 #Number of processors 107 SIMULATOR_PROCESSORS = 1 107 108 ################################################################################ 108 109 # SERIALIZATION PART #
