Skip to content

Commit 1a4f960

Browse files
authored
Update how_to_access.md
1 parent f70051f commit 1a4f960

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: docs/how_to_access.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22

33
## Overview
44

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.
66

77
## Eligibility and Requesting Access
88

99
### 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.
1212

1313
### 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)
1515

1616
## Connecting to the HPC
1717

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.
1919

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.
2121

2222
### SSH Connection Steps
2323
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:
2525
```bash
26-
ssh YourUniversityUsername@hpc.ieeta.pt
26+
ssh username@pleiades.ieeta.pt
2727
```
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.
2929

3030
## Further Assistance
3131

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

Comments
 (0)