Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
doku:ai_intro [2024/03/18 12:11] – Add SSH jump host mpfisterdoku:ai_intro [2024/05/08 08:44] – Change SLURM time limit in example to 3 days mpfister
Line 1: Line 1:
 ====== Introduction to running AI tasks on VSC ====== ====== Introduction to running AI tasks on VSC ======
- 
-<html><!--- 
-<box> 
-This page is still a work in progress. 
-</box> 
---></html> 
  
 VSC5 is a high performance cluster that consists of different kind of nodes. If you are outside of the university network, you need to use the jump host ''vmos.vsc.ac.at'' to reach VSC. (Note: Not all users are enabled to use the jump host.) To do that, use ''ssh -J username@vmos.vsc.ac.at username@vsc5.vsc.ac.at''. When you login using SSH, you reach one of the login nodes that can be used to prepare the software environment, but that should not be used to perform any resource-intensive calculations. When you are finished preparing the software / scripts that you want to run, you submit a job file to the queue, which is later on executed on compute nodes (some of which have GPUs) once the resources become available. VSC5 is a high performance cluster that consists of different kind of nodes. If you are outside of the university network, you need to use the jump host ''vmos.vsc.ac.at'' to reach VSC. (Note: Not all users are enabled to use the jump host.) To do that, use ''ssh -J username@vmos.vsc.ac.at username@vsc5.vsc.ac.at''. When you login using SSH, you reach one of the login nodes that can be used to prepare the software environment, but that should not be used to perform any resource-intensive calculations. When you are finished preparing the software / scripts that you want to run, you submit a job file to the queue, which is later on executed on compute nodes (some of which have GPUs) once the resources become available.
Line 34: Line 28:
 ## Note: Job will be killed once the run time limit is reached. ## Note: Job will be killed once the run time limit is reached.
 ## Shorter values might reduce queuing time. ## Shorter values might reduce queuing time.
-#SBATCH --time=0-01:00:00+#SBATCH --time=3-00:00:00
  
 ## Specify number of GPUs (1 or 2): ## Specify number of GPUs (1 or 2):
  • doku/ai_intro.txt
  • Last modified: 2024/05/16 15:06
  • by mpfister