-
Notifications
You must be signed in to change notification settings - Fork 35
Run lengthier examples in nightly CI #1400
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
base: develop
Are you sure you want to change the base?
Conversation
@@ -3,6 +3,7 @@ | |||
.on_toss4: | |||
variables: | |||
SCHEDULER_PARAMETERS: "--reservation=ci --exclusive=user --deadline=now+${ALLOC_DEADLINE}minutes -N ${ALLOC_NODES} -t ${ALLOC_TIME} -A ${ALLOC_BANK}" | |||
ALLOC_DEADLINE: "180" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.gitlab/build_blueos.yml
Outdated
EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON -DENABLE_DOCS=OFF" | ||
ALLOC_NODES: "1" | ||
ALLOC_TIME: "65" | ||
extends: [.full_build_on_blueos, .with_cuda] | ||
ALLOC_TIME: "180" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO revert this or set to less ridiculous number
else() | ||
find_package(CUDAToolkit REQUIRED) | ||
endif() | ||
endif() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDAToolkit
is now always required with CUDA, to find cublasLt
https://github.com/LLNL/serac/blob/develop/cmake/thirdparty/SetupSeracThirdParty.cmake#L44-L47
…serac into task/chapman39/examples-nightly-ci
This PR...
run_examples
CMake custom target, rather than having to run all unit tests. (works very similar torun_benchmarks
TODO Before Merge
CI Demonstration