hpc_usage
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| hpc_usage [2021/11/09 10:34] – created bonnefon | hpc_usage [2023/11/01 20:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== CONNEXION AUX RESSOURCES ===== | ||
| + | |||
| + | |||
| + | |||
| + | === TERMINAL === | ||
| + | |||
| + | Nous vous invitons à vous connecter sur hpc-login.u-strasbg.fr par ssh : | ||
| + | |||
| + | ssh -Y < | ||
| + | < | ||
| + | L’option -Y permet de propager l’affichage graphique si nécessaire. | ||
| + | |||
| + | |||
| + | === PUTTY === | ||
| + | |||
| + | PuTTY est un client SSH et telnet pour Windows. Vous pouvez télécharger ce client ici : [[https:// | ||
| + | |||
| + | Voici comment configurer la connexion : | ||
| + | |||
| + | * Session > Host Name : hpc-login.u-strasbg.fr ; | ||
| + | * Connection > Data : Auto-login username : < | ||
| + | * Connection > SSH > Auth : Private key file for authentication : indiquez le chemin vers votre clé ssh privée ; | ||
| + | * Connection > SSH > Auth > X11 : cochez Enable X11 forwarding si vous avez besoin d'un affichage graphique (pensez à lancer un serveur Xming au préalable) ; | ||
| + | * vous pouvez ensuite sauvegarder/ | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== DÉCOUVRIR L' | ||
| + | |||
| + | |||
| The different program preinstalled on the HPC can be loaded with the //module// command. | The different program preinstalled on the HPC can be loaded with the //module// command. | ||
| Line 13: | Line 45: | ||
| module load module-name/ | module load module-name/ | ||
| It is not mandatory to specify the version, it will be indicated when loading. The required other modules will also be loaded automatically and listed. | It is not mandatory to specify the version, it will be indicated when loading. The required other modules will also be loaded automatically and listed. | ||
| - | |||
| List of potential useful modules for us: | List of potential useful modules for us: | ||
| Line 27: | Line 58: | ||
| * vmd/vmd | * vmd/vmd | ||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== GESTION DES DONNÉES ===== | ||
| + | |||
| + | Attention : L' | ||
| + | |||
| + | Par défaut, le quota disque par utilisateur est de 500 Go, mais l' | ||
| + | |||
| + | le besoin doit être lié à un ou plusieurs projets bien identifiés ; | ||
| + | * la gestion des fichiers doit être assurée au plus près (suppression de tout fichier devenu inutile) ; | ||
| + | * les données doivent être supprimées à la fin du projet (pas d' | ||
| + | * Vous pouvez monitorer l' | ||
| + | |||
| + | Vous pouvez copier vos données avec les outils classiques Linux ([[https:// | ||
| + | |||
| + | === SCP === | ||
| + | |||
| + | Depuis votre poste de travail vers le centre de calcul : | ||
| + | scp -r < | ||
| + | | ||
| + | Depuis le centre de calcul vers votre poste de travail : | ||
| + | scp -r < | ||
| + | |||
| + | |||
| + | | ||
| + | * < | ||
| + | * < | ||
| + | * < | ||
| + | Vous pouvez également faire des transferts à partir de hpc-login vers votre poste de travail si un serveur ssh est installé sur ce dernier. | ||
| + | |||
| + | |||
| + | === RSYNC === | ||
| + | |||
| + | Depuis votre poste de travail vers le centre de calcul : | ||
| + | rsync -e ssh -avz < | ||
| + | Depuis le centre de calcul vers votre poste de travail : | ||
| + | rsync -e ssh -avz < | ||
| + | |||
| + | |||
| + | * < | ||
| + | * < | ||
| + | * < | ||
| + | Vous pouvez également faire des transferts à partir de hpc-login vers votre poste de travail si un serveur ssh est installé sur ce dernier. | ||
| + | |||
| + | |||
| + | === FILEZILLA === | ||
| + | |||
| + | Pour configurer une connexion entre le centre de calcul et votre poste de travail : | ||
| + | |||
| + | * Fichier > Gestionnaire de sites (ou Ctrl+S) ; | ||
| + | * Nouveau Site ; | ||
| + | * Hôte : hpc-login.u-strasbg.fr ; | ||
| + | * Protocole : SFTP - SSH Filte Transfer Protocol ; | ||
| + | * Type d' | ||
| + | * Identifiant : votre login d' | ||
| + | * Fichier de clé : chemin vers votre [[https:// | ||
| + | * Valider. | ||
| + | Vous pouvez maintenant aller dans votre gestionnaire de site et cliquer sur hpc-login pour vous connecter et transférer vos fichiers. | ||
hpc_usage.1636454089.txt.gz · Last modified: (external edit)
