Ignore:
Timestamp:
04/11/12 16:30:38 (13 years ago)
Author:
piontek
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/branches/tpiontek/src/simulator/GridSchedulingSimulator.java

    r159 r241  
    292292                }; 
    293293 
    294                 File tarArchive = new File(outputDir, "results.tar"); 
     294                /*File tarArchive = new File(outputDir, "results.tar"); 
    295295 
    296296                File networkTopologyFile = (configurationOptions.networkTopologyFileName == null) ? null 
     
    302302                } catch (IOException e) { 
    303303                        log.error("IOException occured while creating archive file", e); 
    304                 } 
    305         } 
     304                }*/     } 
    306305 
    307306        public void runMultiuser(String rootDirPath, GridSchedulingSimulator gssim) { 
Note: See TracChangeset for help on using the changeset viewer.