Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.49 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.49 KB

README

This repository contains useful information for users with private nodes in schooner(OSCER system), people with just access to public nodes will also benefit. A basic knowledge of how to use schooner is necessary. if you are new to schooner You can take a look at this link, .

Files:

  • Slurm_basics.md: It demonstrates how to use the basic commands in SLURM(a job scheduling system) to use the supercomputer properly.

  • Use_storage_spaces.md: Explain the different storage that are available at Schooner.

  • Use_git.md: A basic tutorial to use git commands. For more information see Version Control with Git

  • Use_spyder.md: In order to be able to use the IDE Spyder for Python in private nodes, this markdown file explains the procedure to follow.

  • Use_jupyter_notebook.md: It explains how to use jupyter notebook in private nodes.

    • The Use_jupyter_notebook directory contains a batch file and an image.
  • thunder: It contains useful information for the GPU cluster. The GPU was adquired from Lambda Labs.

Linux resources: Linux system is broadly used in supercomputers, therefore you would benefit from learning how to use Unix Shell. The following tutorial The Unix Shell covers it. If you want a more extensive resource, you can get the book The Linux Command Line.