Changes between Version 32 and Version 33 of SoftwarePackage


Ignore:
Timestamp:
Dec 9, 2021, 4:59:22 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwarePackage

    v32 v33  
    9090   * This directory will contain the executable program when an example case is compiled
    9191 * `src/`
    92    * This directory contains the [#ExampleImplementations example implementations]. In addition the Makefile to compile the examples is included.
     92   * This directory contains the example implementations. In addition the Makefile to compile the examples is included.
    9393 * `tests_dummy1D/`
    9494   * This directory contains scripts to run a series of test runs with the example implementation from `testsuite/src/dummymodel_1D`. In addition example outputs are included in the sub-directories. These outputs can be used to compare your own test runs with existing outputs. (The example outputs in `out.linux_gfortran` are from test runs on a Linux PC using the gfortran compilers both with and without parallelization. The example outputs in `out.cray_xc_hlrn` have been produced using a Cray XC40 Supercomputer with parallelization.)
    9595
    96 == Implementations in the test suite ==
     96== Example Implementations in the test suite ==
    9797
    9898The following example implementations are included in the directories in `testsuite/src/`: