First steps: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
To start using Tycho, please follow these steps | To start using Tycho, please follow these steps | ||
* Get a user account by contacting a sponsor and signing up at | |||
https://hpc.ku.dk/account.html https://hpc.ku.dk/account.html | |||
You have to select "Astro" as your group | You have to select "Astro" as your group | ||
Set up an SSH key pair for secure passwordless login (see [Accessing Tycho]) | * Set up an SSH key pair for secure passwordless login (see [Accessing Tycho]) | ||
Add <code>module load astro</code> to you <code>.bashrc</code> | * Add <code>module load astro</code> to you <code>$HOME/.bashrc</code> file to have access to all the custom installed software. | ||
* Consider changing <code>umask 077</code> to <code>umask 027</code> in <code>$HOME/.bashrc</code> to allow collaborators and/or your supervisor read access to your files when logged in to the cluster. |
Revision as of 13:41, 15 November 2023
To start using Tycho, please follow these steps
- Get a user account by contacting a sponsor and signing up at
https://hpc.ku.dk/account.html https://hpc.ku.dk/account.html
You have to select "Astro" as your group
- Set up an SSH key pair for secure passwordless login (see [Accessing Tycho])
- Add
module load astro
to you$HOME/.bashrc
file to have access to all the custom installed software. - Consider changing
umask 077
toumask 027
in$HOME/.bashrc
to allow collaborators and/or your supervisor read access to your files when logged in to the cluster.