You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ROSE team at Lawrence Livermore National Laboratory makes both the development and release branches available through GitHub.
ROSE can be downloaded with standard Git commands.
Release Branch (recommended)
Once every few months the development branch goes through extensive testing process. If successful a release is pushed to the "release" branch on GitHub.
git clone -b release https://github.com/llnl/rose
Development Branch
This branch undergoes a limited amount of testing and is intended for those users that require the latest bleeding edge versions and aren't afraid to get their hands dirty in source code. The "limited" testing includes running more than 50,000 tests on numerous operating systems and backend compilers for approximately three hours.
git clone -b develop https://github.com/llnl/rose
Tagged Version
Each time a version of the development branch is released it receives a tag. This version can be cloned if you want a specific version to the development branch.