Changes between Version 32 and Version 33 of SoftwarePackage
- Timestamp:
- Dec 9, 2021, 4:59:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v32 v33 90 90 * This directory will contain the executable program when an example case is compiled 91 91 * `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. 93 93 * `tests_dummy1D/` 94 94 * 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.) 95 95 96 == Implementations in the test suite ==96 == Example Implementations in the test suite == 97 97 98 98 The following example implementations are included in the directories in `testsuite/src/`: