Changes between Version 1 and Version 2 of Public/User_Guide/JUBE


Ignore:
Timestamp:
Jul 18, 2016, 5:27:55 PM (8 years ago)
Author:
Cristina Manzano
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/JUBE

    v1 v2  
    1 Introduction
     1= Integrate applications in JUBE =
     2
     3== Introduction ==
     4
     5* JUBE Benchmarking Environment: provides a script based framework to easily create benchmark sets, run those sets on different computer systems and evaluate the results.
     6* Documentation: http://apps.fz-juelich.de/jsc/jube/jube2/docu/index.html
     7* Current version available in the DEEP and DEEP-ER systems: 2.1.0
     8* Example commands:
     9
     10{{{
     11ssh user@deep
     12
     13$ jube2 info benchmark_directory
     14$ jube2 status benchmark_directory [-i run_id]
     15$ jube2 run benchmark_xml_file [--tag tag1 tag2 ...]
     16$ jube2 analyse benchmark_directory [-i run_id]
     17$ jube2 result benchmark_directory [-i run_id]
     18}}}