Changes between Version 4 and Version 5 of Public/User_Guide/JUBE


Ignore:
Timestamp:
Aug 4, 2016, 2:15:56 PM (8 years ago)
Author:
Cristina Manzano
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/JUBE

    v4 v5  
    4747
    4848{{{
    49 deep-chainJobs.sh
     49eep-chainJobs.sh
    5050submit.job.in
    5151platform.xml
     
    5454These files won't be modified but the default values can be overwritten in the JUBE xml file.
    5555
    56 2) Source files
     562) Benchmark name and outpath
     57
     58{{{
     59<benchmark name="MAXW-DGTD-compile" outpath="./compile">
     60}}}
     61
     62The outpath describes the benchmark run directory (relative to the position of the input file). This directory will be managed by JUBE and will be automatically created if it doesn’t exist. The directory name and position are very important, because they are the main interface to communicate with your benchmark, after it was submitted.
     63
     643) Source files
    5765
    5866{{{
     
    6573The source files will be copied to the work directory and untar before the compilation.
    6674
    67 3) Parameterset
     754) Parameterset
    6876
    6977{{{
     
    7886The values in the set of parameters with name "systemParamter" will be initialized with the default values found in the file "MAXW-DGTD_specs.xml". This last file takes in turn some of the default values of platform.xml and overwrites them. See the file for more information.
    7987
    80 4) Step compile
     885) Step compile
    8189
    8290{{{
     
    9199    </step>
    92100}}}
     101
     102In the step compile we tell which parameters and source files to use with the tag <use></use>. The <do></do> contains a single shell command. This command will run inside of a sandbox directory environment (inside the outpath directory tree).