cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

Automated Testing #229

Closed bcaddy closed 1 year ago

bcaddy commented 1 year ago

Summary

This enables automated testing of pull requests using Jenkins running on Pitt CRC hardware. This will not appear to pass all the current required checks since I've disables the CUDA builds on GitHub Actions since those are now done at the CRC. Instead this should be merged when all the other checks pass and once this is merged in we can update the branch protection rules.

Changes

bcaddy commented 1 year ago

As of now this is pretty much ready to go. I'm still waiting on final confirmation from the CRC folks that all the backend stuff is good to go and I need PR #262 merged in as it fixes some build/test issues on the H2P cluster.

bcaddy commented 1 year ago

@evaneschneider, this is ready to be merged