Skip to content

ClairePalandri/HABANERO-HPC_material

Repository files navigation

HABANERO-HPC_material

Habanero is a High Performance Computing (HPC) cluster that grants Columbia researchers and students access to shared supercomputing resources, i.e. a network of computers with professional computational capabilities.

When to use Habanero?

You have a heavy computing 'job' (e.g. running an R script that wrangles large datasets, or runs heavy regressions) that is slowing down your personal computer. Instead of running it on your personal computer, you can send this 'job' to the cluster. The cluster will run it for you, and you will get the output on the server.

What will that entail?

  • You will be interacting with a remote server: we do that through a Unix-shell, using the SSH (Secure Shell) Protocol.  For Mac users, use the 'Terminal' app. For Windows users, download a Unix-Shell program.
  • For each 'job' you want to send to Habanero you will need to write a .sh file. This file tells Habanero: 1) the computing resources you are asking for, and 2) your lines of code.
    • /!\ The more resources you are asking for, the more time it will take Habanero to get your 'job' done (because you will be put lower on the priority list -- many people are sending jobs to the cluster at the same time and the cluster needs to queue/order those.)

How to send my job to Habanero? This repository contains 4 resources to get started:

More online information & support is provided by Columbia:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published