|
1 | 1 | # RSL Euler Cluster Guide
|
2 | 2 |
|
3 |
| -## 📚 Complete Guide - All Sections |
4 |
| - |
5 |
| -### [→ View Full Complete Guide](complete-guide/) |
6 |
| - |
7 |
| -1. [Access Requirements](complete-guide/#1-access-requirements) |
8 |
| -2. [Connecting to Euler via SSH](complete-guide/#2-connecting-to-euler-via-ssh) |
9 |
| - - [Basic Login](complete-guide/#21-basic-login) |
10 |
| - - [Setting Up SSH Keys](complete-guide/#22-setting-up-ssh-keys-recommended) |
11 |
| - - [Using an SSH Config File](complete-guide/#23-using-an-ssh-config-file) |
12 |
| -3. [Verifying Access to RSL Shareholder Group](complete-guide/#3-verifying-access-to-the-rsl-shareholder-group) |
13 |
| -4. [Data Management on Euler](complete-guide/#4-data-management-on-euler) |
14 |
| -5. [Setting Up Miniconda Environments](complete-guide/#5-setting-up-miniconda-environments) |
15 |
| -6. [Interactive Sessions](complete-guide/#6-interactive-sessions) |
16 |
| -7. [Sample Sbatch Scripts](complete-guide/#7-sample-sbatch-scripts) |
17 |
| -8. [Sample Training Workflow (Conda)](complete-guide/#8-sample-training-workflow-conda) |
18 |
| -9. [Sample Container Workflow](complete-guide/#9-sample-container-workflow) |
19 |
| -10. [Useful Links](complete-guide/#10-useful-links) |
20 |
| - |
21 |
| -## 🚀 Other Guides |
22 |
| - |
23 |
| -- [Container Workflow](container-workflow/) - Docker/Singularity detailed guide |
24 |
| -- [Scripts Library](scripts/) - Ready-to-use job scripts |
25 |
| -- [Troubleshooting](troubleshooting/) - Common issues and solutions |
| 3 | +## 📚 Documentation |
| 4 | + |
| 5 | +### Complete Guide |
| 6 | +**[Open Complete Guide →](complete-guide.md)** |
| 7 | + |
| 8 | +The complete guide contains: |
| 9 | +- Access Requirements |
| 10 | +- Connecting to Euler via SSH |
| 11 | +- Verifying RSL Group Membership |
| 12 | +- Data Management on Euler |
| 13 | +- Setting Up Miniconda Environments |
| 14 | +- Interactive Sessions |
| 15 | +- Sample Sbatch Scripts |
| 16 | +- Sample Training Workflow |
| 17 | +- Container Workflow |
| 18 | +- Useful Links |
| 19 | + |
| 20 | +### Other Resources |
| 21 | +- **[Container Workflow](container-workflow.md)** - Docker/Singularity detailed guide |
| 22 | +- **[Scripts Library](scripts.md)** - Ready-to-use job scripts |
| 23 | +- **[Troubleshooting](troubleshooting.md)** - Common issues and solutions |
26 | 24 |
|
27 | 25 | ## 🎯 Quick Start
|
28 | 26 |
|
|
0 commit comments