Changes between Version 9 and Version 10 of Public/User_Guide/JUBE


Ignore:
Timestamp:
Aug 5, 2016, 3:24:03 PM (8 years ago)
Author:
Cristina Manzano
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/JUBE

    v9 v10  
    7171}}}
    7272
    73 The source files will be copied to the work directory and untar before the compilation.
     73The source files will be copied to the user sandbox directory and untar before the compilation.
    7474
    75754) Parameterset
     
    132132}}}
    133133
    134 A series of output files will be generated and stored under /usr/local/deep-er/sdv-benchmark/applications/MAXW-DGTD/compile/benchmark_id/
     134A series of output files will be generated and stored under /usr/local/deep-er/sdv-benchmark/applications/MAXW-DGTD/compile/benchmark_id/. The structure is as follows:
    135135
    136 The executable resulting of the compilation will be stored under /usr/local/deep-er/sdv-benchmark/applications/MAXW-DGTD/executable/
     136{{{
     137compile                 # the given outpath
     138|
     139+- 000000               # the benchmark id
     140   |
     141   +- configuration.xml # the stored benchmark configuration
     142   +- workpackages.xml  # workpackage information
     143   +- run.log           # log information
     144   +- 000000_compile    # the workpackage
     145   |  |
     146   |  +- done           # workpackage finished marker
     147   |  +- work           # user sanbox folder
     148   |     |
     149   |     +- stderr      # standard error messages of used shell commands
     150   |     +- stdout      # standard output of used shell commands
     151   +- 000000_copy_exec  # the workpackage
     152      |
     153      +- done           # workpackage finished marker
     154      +- work           # user sanbox folder
     155         |
     156         +- stderr      # standard error messages of used shell commands
     157         +- stdout      # standard output of used shell commands
     158}}}
     159
     160The executable resulting of the compilation will be stored under /usr/local/deep-er/sdv-benchmark/applications/MAXW-DGTD/executable/.