Replies: 2 comments
-
|
@mkandes - Send @jerrypgreenberg reminder about using v0.21.2 as next target for production instances. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@mkandes - Follow-up with Todd about creating Spack role accounts and user group on TSCC2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Attendance
Agenda
1. Announcements
2. General Discussion and/or Updates
3. Open Issues
4. Upgrade of Production Instances on Expanse
expanse/0.17.3/cpu/bandexpanse/0.17.3/gpu/bspack-0.21.2and then roll forward development spack instance(s) fromspack-0.17.3tospack-0.21.2spack-0.21.2deployment branchexpanse/0.15.4/cpuandexpanse/0.15.4/gpuexpanse/0.21.2/cpuandexpanse/0.21.2/gpu5. Tutorial: Setting up your personal fork
Before you can start helping make changes to the production Spack instances deployed from the
sdsc/spackrepository, you must have a fork of the project in your personal GitHub account. To create a fork:sdsc-X.YY.Zbranch only option. This will create your initial fork with a copy of the latest default deployment branch in use.For additional details, you may refer to the GitHub documentation about how to Fork a repository.
To complete the initial configuration of your personal fork, you will also need to obtain a copy of the latest
developbranch from the mainspack/spackGitHub repository.Clone a copy of your fork to any system.
Command:
Output:
Change your directory to the local cloned fork.
Command:
Check the configruation of the fork's remotes.
Command:
Output:
Add the
sdsc/spackrepository as your fork's upstream remote, and then check the remote configuration again.Command:
Output:
Next, add the main
spack/spackrepository as a secondary upstream remote called develop, and then check the remote configuration again.Command:
Output:
Fetch the
developbranch fromspack/spack.Command:
Output:
Create your copy of the
developbranch, and check that you now have both adevelopbranch and the latest defaultsdsc-X.YY.Zdeployment branch within the local clone.Command:
Output:
Checkout the new
developbranch.Command:
Output:
Set the upstream to the new
developbranch toorigin, and then push the branch back to your personal fork on GitHub.Command(s):
Output:
References:
Beta Was this translation helpful? Give feedback.
All reactions