Changes between Version 11 and Version 12 of SoftwarePackage
- Timestamp:
- Nov 25, 2013, 9:48:53 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v11 v12 77 77 == Tutorial Implementations == 78 78 79 The directory `tutorial/` contains twoexample implementations as well as inputs file used to run the examples:79 The directory `tutorial/` contains four example implementations as well as inputs file used to run the examples: 80 80 * `offline_2D_serial` 81 * This directory contains the example implementation without parallelization81 * This directory contains the example implementation of the offline mode without parallelization 82 82 * `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 84 88 * `inputs` 85 89 * This directory contains inputs files used to run the examples