Cluster @ lam
How to set up git LPJmL repository @LAM
- Go in the folder .shh/ in personal home
- Create public key for git
ssh-keygen -o -t rsa -C "mbrunel@cc.lam.fr" -b 4096
- Copy it and paste in Gitlab public key personal page
- Create and go in the directory where the code should be uploaded
git clone git@gitlab.pik-potsdam.de:lpjml/LPJmL_internal.git .
- Checkout to the desired branch
git checkout name_of_branch
- other resources HowTo Wiki LPJmL