https://github.com/sandialabs/plato-integration-tests
https://github.com/sandialabs/plato-integration-tests
scr-2306 snl-applications snl-performance-workflow
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sandialabs/plato-integration-tests
- Owner: sandialabs
- License: other
- Created: 2024-01-09T21:05:28.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-11-25T20:24:38.000Z (8 months ago)
- Last Synced: 2025-11-29T01:42:17.480Z (8 months ago)
- Topics: scr-2306, snl-applications, snl-performance-workflow
- Language: CMake
- Homepage:
- Size: 8.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support_structure/CMakeLists.txt
Awesome Lists containing this project
README
# integration_tests
Contains tests for integration of Platoengine with other apps
## Directory structure
The top-level directory structure of this repository should reflect the codes required for the integration tests.
In other words, there should be a top-level directory for each different code that has integration tests.
For example:
integration_tests
|
├─ Analyze
| |
| ├─ gradient_check
| ├─ examples
| ├─ regression
|
├─ Proxy
| |
| ├─ gradient_check
| ├─ examples
| ├─ regression
The `utilities` and `common_data` directory are intended for common cmake and python utilities that all tests may share, as well as any large data files such as exodus meshes.