LLNL / blt

A streamlined CMake build system foundation for developing HPC software
BSD 3-Clause "New" or "Revised" License
263 stars 60 forks source link

Corona allocate may be causing quartz build steps to not start #571

Closed white238 closed 2 years ago

white238 commented 2 years ago

Screenshot 2022-03-17 155627

white238 commented 2 years ago

This pipeline is currently just sitting for over 39 minutes. https://lc.llnl.gov/gitlab/blt/blt/-/pipelines/155188

rhornung67 commented 2 years ago

@white238 why are the allocate/release, build/test steps interleaved for various platforms like that? For RAJA, it looks like this: https://lc.llnl.gov/gitlab/radiuss/RAJA/-/pipelines/154795

white238 commented 2 years ago

i dont think that is the problem. My understanding was those are stages and are not connected in that way (though the UI is not helpful). The triggering of jobs inside of a pipeline are not dependent on the entire previous stage being complete.

i think it has to do with the variable PROJECT_ALLOC_NAME name being used across machines... maybe?

rhornung67 commented 2 years ago

Dunno. You would know better than me.