Difference between revisions of "Setting up SIMC"
From HallCWiki
Jump to navigationJump to searchLine 5: | Line 5: | ||
**Optionally select '''Watch''' to be notified of changes to simc_gfortran. | **Optionally select '''Watch''' to be notified of changes to simc_gfortran. | ||
* Setup ssh keys on ifarm or other machines | * Setup ssh keys on ifarm or other machines | ||
− | + | #Generate ssh key if you do not have one. | |
− | + | ##ssh-keygen -t rsa ( when prompted for pass phrase just hit return ) | |
− | + | ##ssh-add ~/.ssh/id_rsa | |
− | + | #Put ssh public key on Github | |
− | + | ## Open the "Settings" in the pull down menu on the extreme right. | |
− | + | ## Go to "SSH and GPG keys" | |
− | + | ## Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github. |
Revision as of 09:24, 12 February 2025
Setting up SIMC
Github suff
- Setup a github.com account
- Fork the simc_gfortran repository: https://github.com/JeffersonLab/simc_gfortran
- Optionally select Watch to be notified of changes to simc_gfortran.
- Setup ssh keys on ifarm or other machines
- Generate ssh key if you do not have one.
- ssh-keygen -t rsa ( when prompted for pass phrase just hit return )
- ssh-add ~/.ssh/id_rsa
- Put ssh public key on Github
- Open the "Settings" in the pull down menu on the extreme right.
- Go to "SSH and GPG keys"
- Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github.