-
Notifications
You must be signed in to change notification settings - Fork 134
Source Install Using Spack
Nathan Pinnow edited this page Dec 19, 2019
·
2 revisions
This page is about how to install ROSE from source using Spack which is a package management tool that is designed to support building multiple versions and configurations from source. Go to the Spack documentation for more information about Spack.
Once Spack is set up you can run a simple Spack install for rose.
spack install rose
You can also specify the specific release version or develop branch you want.
spack install [email protected]
spack install rose@develop
You can then use Spack to load ROSE into your environment.
spack load rose
For more information on the ROSE variants and versions available you can run the following.
spack info rose