Examples
Batch system examples
We have made a few examples of how to use the batch system, both from the command line and through a batch submit file.
We have made a few examples of how to use the batch system, both from the command line and through a batch submit file.
If you are connecting to HPC2N from a computer running Linux or Unix, you have a number of options. The most obvious and commonly used one is probably the built-in SSH client SSH. Several others exist, here are some of the more common ones:
Intel Xeon Phi x200, codename Knights Landing (KNL), is second generation MIC architecture product from Intel. At HPC2N 36 nodes, as a part of Kebnekaise, are equipped with Intel Xeon Phi 7250 CPUs. See our description of Intel Knight Landing for more information about the nodes.
At a high level there are three key aspects to achieving code performance on KNL:
In most cases HPC2N have already installed, or can install, the software you need, these instructions are for the rare occasions when HPC2N can't install something for reasons like licensing or similar.
We have two types of GPU cards available on Kebnekaise, NVIDIA Tesla K80 (Kepler) and NVIDIA Tesla V100 (Volta).
To request GPU resources one has to include a GRES in the submit file. The general format is:
#SBATCH --gres=gpu:<type-of-card>:x
where <type-of-card> is either k80 or v100 and x = 1, 2, or 4 (4 only for the K80 type).
The K80 enabled nodes contain either two or four K80 cards, each K80 card contains two gpu engines.
ThinLinc is a cross-platform remote desktop server developed by Cendio AB. At HPC2N.
ThinLinc is especially useful when you need to use software with a graphical interface, like INTEL VTune or MATLAB. Look at our MATLAB page for information about running MATLAB.