Changes between Version 11 and Version 12 of SoftwarePackage


Ignore:
Timestamp:
Nov 25, 2013, 9:48:53 AM (10 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwarePackage

    v11 v12  
    7777== Tutorial Implementations ==
    7878
    79 The directory `tutorial/` contains two example implementations as well as inputs file used to run the examples:
     79The directory `tutorial/` contains four example implementations as well as inputs file used to run the examples:
    8080 * `offline_2D_serial`
    81   * This directory contains the example implementation without parallelization
     81  * This directory contains the example implementation of the offline mode without parallelization
    8282 * `offline_2D_parallel`
    83   * This directory contains a parallel example implementation
     83  * This directory contains a parallel example implementation of the offline mode
     84 * `online_2D_serialmodel`
     85  * This directory contains an example implementation of the online mode with a serial model
     86 * `online_2D_parallelmodel`
     87  * This directory contains an example implementation of the online model with a parallelized model
    8488 * `inputs`
    8589  * This directory contains inputs files used to run the examples