Access and usage of the IGBMC HPC cluster

First you need to verify that your environment is properly set.

>ssh login@surf

The sbatch command allow you to submit a script with commands to the cluster

>sbatch -p surf cmd

The job will generate output files:

In case of necessity the debug line sbatch -p debug allows you to use two additional lames (16 procs with 24GB memory)

There are options to:

The cmd script must start with

#!/bin/bash

and should set the necessary environement. All alias can be checked with the command >alias