Skip to content
Update home authored by Kaouther Mouheb's avatar Kaouther Mouheb
...@@ -29,12 +29,13 @@ Topic guides discuss key-topics and concepts at a high level. This provides usef ...@@ -29,12 +29,13 @@ Topic guides discuss key-topics and concepts at a high level. This provides usef
* [Queue](TopicGuides/Queue) - Learn how to select the best queue for submitting your job. * [Queue](TopicGuides/Queue) - Learn how to select the best queue for submitting your job.
3. [Storage](TopicGuides/Data-Storage) - Learn about the different data partitions and their sizes. 3. [Storage](TopicGuides/Data-Storage) - Learn about the different data partitions and their sizes.
* [Getting data to and from storage](Tutorials/Getting%20data%20to%20and%20from%20the%20storage) - Learn how to transfer data from and to the cluster. * [Getting data to and from storage](Tutorials/Getting%20data%20to%20and%20from%20the%20storage) - Learn how to transfer data from and to the cluster.
4. [Jupyter Notebooks](TopicGuides/Jupyter-Notebooks) - Learn how to run a jupyter notebook on the cluster. 4. [Running CPU-Only Jobs](TopicGuides/CPU-Jobs) - Learn how to setup your SLURM file to run CPU-Only jobs.
5. [Containers](TopicGuides/Containers) - Learn briefly the theory behind containers. 5. [Jupyter Notebooks](TopicGuides/Jupyter-Notebooks) - Learn how to run a jupyter notebook on the cluster.
6. [Containers](TopicGuides/Containers) - Learn briefly the theory behind containers.
* [Running Containers](Tutorials/Containers) - Learn how to run a container on the cluster using singularity. * [Running Containers](Tutorials/Containers) - Learn how to run a container on the cluster using singularity.
6. [Effective GPU usage](TopicGuides/Effective-GPU-usage) - Learn how to use the GPUs effectively. 7. [Effective GPU usage](TopicGuides/Effective-GPU-usage) - Learn how to use the GPUs effectively.
7. [Remote development with Pycharm or VSCode](TopicGuides/RemoteDevelopment) - Learn how to set up remote development using SSH tunnels with either Pycharm or VSCode 8. [Remote development with Pycharm or VSCode](TopicGuides/RemoteDevelopment) - Learn how to set up remote development using SSH tunnels with either Pycharm or VSCode
8. [Downloading large files](TopicGuides/Downloading-files) - Learn how to download files from SURFfilesender directly onto the cluster using wget. 9. [Downloading large files](TopicGuides/Downloading-files) - Learn how to download files from SURFfilesender directly onto the cluster using wget.
## Getting Help ## Getting Help
... ...
......