-
Notifications
You must be signed in to change notification settings - Fork 572
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
Increase CUDA PR build jobs to 96 #11382
Increase CUDA PR build jobs to 96 #11382
Conversation
Each CUDA PR build now has exclusive use of a 48 core GPU machine with plenty of memory, so turn the parallelism up for all of them. User Support Ticket(s) or Story Referenced: TRILFRAME-522
No _cudas exist.... User Support Ticket(s) or Story Referenced: TRILFRAME-522
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_PR_gcc-8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-serial
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-debug
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_clang-11.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_python3
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_cuda-11.4.2-uvm-off
Jenkins Parameters
Using Repos:
Pull Request Author: sebrowne |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run. Pull Request Auto Testing has FAILED (click to expand)Build InformationTest Name: Trilinos_PR_gcc-8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-serial
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_gcc-8.3.0-debug
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_clang-11.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_python3
Jenkins Parameters
Build InformationTest Name: Trilinos_PR_cuda-11.4.2-uvm-off
Jenkins Parameters
|
LaunchDriver.py is untested in the current PR framework, since it's using the target branch at that point instead of the source branch (or the merged branch). Want to eliminate as much stuff as possible from this script. Most stuff doesn't need to be set until later anyway. User Support Ticket(s) or Story Referenced: TRILFRAME-528
User Support Ticket(s) or Story Referenced: N/A
Calculate and use the build cores inside of PullRequestLinuxDriver.sh, so that the PR testing will make use of this setting and test it. In response, also stop using TRILINOS_MAX_CORES to make it more clear that nothing above this script can change the build core count. User Support Ticket(s) or Story Referenced: TRILFRAME-528
User Support Ticket(s) or Story Referenced: N/A
e3cd66c
to
4b15f48
Compare
Closing in lieu of #11391 |
Each CUDA PR build now has exclusive use of a 48 core GPU machine with plenty of memory, so turn the parallelism up for all of them.
User Support Ticket(s) or Story Referenced: TRILFRAME-522
I don't really like doing this in a file that says "do it for every CUDA build". I'd rather encode it into the autotester configs, but for now this seems to be where it's done.
@trilinos/framework
Motivation
Want faster CUDA PR turnaround (it and Intel are very long).