|
2 | 2 |
|
3 | 3 | ## Overview
|
4 | 4 |
|
5 |
| -The IEETA HPC facility primarily serves researchers at IEETA and students of the University of Aveiro. This guide outlines the process for obtaining access to the HPC resources and the method for connecting to the system. |
| 5 | +Pleiades primarily serves researchers at IEETA and students of the University of Aveiro. This guide outlines the process for obtaining access and connecting to the cluster. |
6 | 6 |
|
7 | 7 | ## Eligibility and Requesting Access
|
8 | 8 |
|
9 | 9 | ### Who Can Access
|
10 |
| -- **Researchers at IEETA:** Faculty members, postdoctoral researchers, and research staff affiliated with IEETA are eligible to access the HPC resources. |
11 |
| -- **Students at the University of Aveiro:** Undergraduate and graduate students enrolled at the University of Aveiro with IEETA supervisors are eligible to use the HPC for academic and research purposes. |
| 10 | +- **Researchers at IEETA:** Faculty members, postdoctoral researchers, and research staff affiliated with IEETA are eligible to access IEETA resources. |
| 11 | +- **Students at the University of Aveiro:** Undergraduate and graduate students enrolled at the University of Aveiro with IEETA supervisors are eligible to use these computational facility for academic and research purposes. |
12 | 12 |
|
13 | 13 | ### How to Request Access
|
14 |
| -To request access to the IEETA HPC, eligible users should fill the following form [https://forms.gle/WvRmjL1krNykzLnX7](https://forms.gle/WvRmjL1krNykzLnX7) |
| 14 | +Currently, to request access to Pleiades, eligible users should fill the following form [https://forms.gle/WvRmjL1krNykzLnX7](https://forms.gle/WvRmjL1krNykzLnX7) |
15 | 15 |
|
16 | 16 | ## Connecting to the HPC
|
17 | 17 |
|
18 |
| -Once your access is granted, you can connect to the HPC using SSH (Secure Shell) with your universal University of Aveiro user credentials. |
| 18 | +Once your access is granted, you can connect to Pleiades using SSH (Secure Shell) with your user credentials. |
19 | 19 |
|
20 |
| -**Note:** Access to the IEETA HPC (hpc.ieeta.pt) is restricted to the University of Aveiro network, including Eduroam. Ensure you are connected to this network for successful access. |
| 20 | +**Note:** Access to the Pleiades (pleiades.ieeta.pt) is restricted to the University of Aveiro network, including Eduroam. Ensure you are connected to this network for successful access. |
21 | 21 |
|
22 | 22 | ### SSH Connection Steps
|
23 | 23 | 1. **Open a Terminal:** On your local machine, open a terminal window.
|
24 |
| -2. **Initiate SSH Connection:** Use the following SSH command, replacing `YourUniversityUsername` with your actual username: |
| 24 | +2. **Initiate SSH Connection:** Use the following SSH command, replacing `username` with the username provided to you by email: |
25 | 25 | ```bash
|
26 |
| -ssh YourUniversityUsername@hpc.ieeta.pt |
| 26 | +ssh username@pleiades.ieeta.pt |
27 | 27 | ```
|
28 |
| -3. **Enter Your Password:** When prompted, enter your University of Aveiro password. |
| 28 | +3. **Enter Your Password:** When prompted, enter the password provided to you. |
29 | 29 |
|
30 | 30 | ## Further Assistance
|
31 | 31 |
|
32 |
| -If you encounter any issues or have queries regarding the access process, please feel free to reach out to the [HPC support team](about.md#support-team) for assistance. |
| 32 | +If you encounter any issues or have queries regarding the access process, please feel free to reach out to the [Pleiades support team](about.md#support-team) for assistance. |
0 commit comments