Add kokkosparallel docker and workflow - #2162
Conversation
Signed-off-by: Philip Oesterle-Pekrun <philipoesterlepekrun@gmail.com>
Signed-off-by: Philip Oesterle-Pekrun <philipoesterlepekrun@gmail.com>
mayrmt
left a comment
There was a problem hiding this comment.
I can't speak to the GitHub workflows, but installation scripts look fine.
|
@mayrmt The workflow is basically a copy of the standard docker workflow with some small changes. So, it will allow us to use the workflow/action to build and push the docker, as Patrick suggested. |
ppraegla
left a comment
There was a problem hiding this comment.
Thanks for splitting the PR.
|
As a note: Once this PR is merged, the |
|
After checking the workflow file again, you can just trigger the manual build again once the docker build is finished. The workflow checks if the image already exists, which is it does. So, the build is not run again. But the docker image is tagged as main. |
This PR is related to and should precede #2012. @ppraegla suggested that the docker and related workflow are pushed in a separate PR first (see #2012 (comment)). Therefore, this PR just adds the new Trilinos installation scripts, dependencies hash computation, dockerfile, and docker_kokkosparallel.yml workflow file.