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

CMake: AMReX_TEST_TYPE #3357

Merged
merged 3 commits into from
Jun 12, 2023
Merged

Conversation

WeiqunZhang
Copy link
Member

Add a new option, AMReX_TEST_TYPE=[All|Small]. Be default, all tests are built when AMReX_ENABLE_TEST is on. When the type is small, only four tests are enabled. If a CI job takes too long to compile and run all the tests, we could switch to the small test type.

Re-enable tests and change the test type to Small for the nvhpc CI. We had to disable it due to space limit in. It should no longer be a problem for the small set of tests.

@WeiqunZhang WeiqunZhang requested review from ax3l and atmyers June 7, 2023 20:05
Add a new option, AMReX_TEST_TYPE=[All|Small]. Be default, all tests are
built when AMReX_ENABLE_TEST is on. When the type is small, only four tests
are enabled. If a CI job takes too long to compile and run all the tests, we
could switch to the small test type.

Re-enable tests and change the test type to Small for the nvhpc CI. We had
to disable it due to space limit in. It should no longer be a problem for
the small set of tests.
@WeiqunZhang WeiqunZhang merged commit 65ba959 into AMReX-Codes:development Jun 12, 2023
64 checks passed
@WeiqunZhang WeiqunZhang deleted the build_type branch June 12, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants