- Timestamp:
- 04/11/12 16:30:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/branches/tpiontek/src/simulator/GridSchedulingSimulator.java
r159 r241 292 292 }; 293 293 294 File tarArchive = new File(outputDir, "results.tar");294 /*File tarArchive = new File(outputDir, "results.tar"); 295 295 296 296 File networkTopologyFile = (configurationOptions.networkTopologyFileName == null) ? null … … 302 302 } catch (IOException e) { 303 303 log.error("IOException occured while creating archive file", e); 304 } 305 } 304 }*/ } 306 305 307 306 public void runMultiuser(String rootDirPath, GridSchedulingSimulator gssim) {
Note: See TracChangeset
for help on using the changeset viewer.