Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Documentation for Running Tests in SPECFEM3D_Globe #859

Open
mredenti opened this issue Dec 28, 2024 · 2 comments
Open

Missing Documentation for Running Tests in SPECFEM3D_Globe #859

mredenti opened this issue Dec 28, 2024 · 2 comments

Comments

@mredenti
Copy link

I am unable to find any documentation on how to run tests for SPECFEM3D_Globe within the user manual. Where can I find documentation regarding running tests?
Additionally, it appears that the configuration arguments used when building SPECFEM3D_Globe differ from those required to configure the tests. Would I need to manually setup the test environment to match the build environment?

@danielpeter
Copy link
Member

:) right, there's not much mentioned about those make tests as they are meant for developers to run some unit testing before merging new contributions into the repo. those tests are run during CI/CD testing and just use default compiler setup settings.

from a user perspective, ignore those unit tests, compile the code with your preferred compiler setup for your system and go straight to an example in the EXAMPLES/.. folder and run one. you can then compare if the outputted seismograms match those provided in the example's REF_SEIS/ folder.

@mredenti
Copy link
Author

mredenti commented Jan 6, 2025

@danielpeter Thank you, that's clear. I was afraid my installation went wrong. I will move on to compare against reference solutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants