{"id":4441,"date":"2024-02-02T10:37:24","date_gmt":"2024-02-02T09:37:24","guid":{"rendered":"https:\/\/bioinfo.ird.fr\/?page_id=4441"},"modified":"2025-01-20T18:03:23","modified_gmt":"2025-01-20T17:03:23","slug":"tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques","status":"publish","type":"page","link":"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/","title":{"rendered":"Tutorials &#8211; How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques"},"content":{"rendered":"<h2>Tutoriel Features<\/h2>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Description<\/th>\n<th style=\"text-align: left;\">Tutoriel sur les features Slurm<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\">Author<\/td>\n<td style=\"text-align: left;\">ndomassi TANDO (ndomassi.tando@ird.fr)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Creation Date<\/td>\n<td style=\"text-align: left;\">02\/02\/2024<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Last Modified Date<\/td>\n<td style=\"text-align: left;\">20\/01\/2025<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>R\u00e9server un noeud en fonction de ses caract\u00e9ristiques avec l'option\u00a0 --constraint:<\/h4>\n<p>Les Features\/Constraints sur un noeud permettent aux utilisateurs de faire des requ\u00eates sp\u00e9cifiques \u00e0 Slurm. Sur notre cluster, nous avons plusieurs &quot;features&quot; en fonction  de ce que vous souhaitez faire:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Features<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<th style=\"text-align: left;\">Noeuds<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\">512<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds de 512Go dans la partition highmem<\/td>\n<td style=\"text-align: left;\">node5, node28,node29,node30<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">amd-epyc<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds avec des processeurs amd-epyc<\/td>\n<td style=\"text-align: left;\">node3,node9<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">avx<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds avec des processeurs avx<\/td>\n<td style=\"text-align: left;\">node0, node1, node3, node4, node5, node7, node9, node17, node18, node20, node21, node22, node23, node24, node25, node26, node27, node28, node29, node31<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">BEAST<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds pouvant utiliser BEAST avec beagle<\/td>\n<td style=\"text-align: left;\">node4, node7, node28, node29, node30<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">dell<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds de la marque Dell<\/td>\n<td style=\"text-align: left;\">node28,node29,node30<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">geforce<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds avec une carte graphique geforce<\/td>\n<td style=\"text-align: left;\">node26<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">infiniband<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds avec de l'infiniband pour acc\u00e9l\u00e9rer vos transferts de donn\u00e9es<\/td>\n<td style=\"text-align: left;\">node0, node1, node4,node3, node5, node7, node8, node9, node11, node17, node20, node21, node22, node24, node25, node26, node27<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">rtx2080<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds gpu avec des cartes rtx2080<\/td>\n<td style=\"text-align: left;\">node26<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">xeon<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds avec des processeurs intel xeon<\/td>\n<td style=\"text-align: left;\">node0, node1, node5,node8, node10, node11, node12, node13, node14, node15, node16, node17, node18, node20, node21, node22, node23, node24, node25, node27<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">xeon-gold<\/td>\n<td style=\"text-align: left;\">Permet de s\u00e9lectionner des noeuds avec des processeurs intel xeon-gold<\/td>\n<td style=\"text-align: left;\">node4, node7, node26, node28, node29, node30, node31<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Pour connaitre les features de chaque noeud, tapez la commande :<\/p>\n<p><code>sinfo -o &quot;%20N  %10c  %10m  %40f  %10G &quot;<\/code><\/p>\n<\/p>\n<p>Pour utiliser une ou plusieurs de ces features, vous devez utiliser l'option <code> --constraint<\/code><\/p>\n<p>Pour exemple, pour choisir un noeud avec des processeurs avx, vous taperez:<\/p>\n<p><code>srun --constraint=avx --pty bash -i<\/code><\/p>\n<p>Par exemple, pour choisir un noeud avec 512Go de RAM et en infiniband sur la partition highmem, vous taperez:<\/p>\n<p><code>srun -p highmem --constraint=512,infiniband --pty bash -i<\/code><\/p>\n<hr \/>\n","protected":false},"excerpt":{"rendered":"<p>Tutoriel Features Description Tutoriel sur les features Slurm Author ndomassi TANDO (ndomassi.tando@ird.fr) Creation Date 02\/02\/2024 Last Modified Date 20\/01\/2025 R\u00e9server&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/\">Lire la suite<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-4441","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tutorials - How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques - itrop<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tutorials - How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques - itrop\" \/>\n<meta property=\"og:description\" content=\"Tutoriel Features Description Tutoriel sur les features Slurm Author ndomassi TANDO (ndomassi.tando@ird.fr) Creation Date 02\/02\/2024 Last Modified Date 20\/01\/2025 R\u00e9server&hellip; Lire la suite\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/\" \/>\n<meta property=\"og:site_name\" content=\"itrop\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-20T17:03:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ItropBioinfo\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/\",\"url\":\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/\",\"name\":\"Tutorials - How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques - itrop\",\"isPartOf\":{\"@id\":\"https:\/\/bioinfo.ird.fr\/#website\"},\"datePublished\":\"2024-02-02T09:37:24+00:00\",\"dateModified\":\"2025-01-20T17:03:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/bioinfo.ird.fr\/index.php\/en\/front-page-2\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tutorials &#8211; How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bioinfo.ird.fr\/#website\",\"url\":\"https:\/\/bioinfo.ird.fr\/\",\"name\":\"itrop\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/bioinfo.ird.fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bioinfo.ird.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/bioinfo.ird.fr\/#organization\",\"name\":\"i-Trop\",\"url\":\"https:\/\/bioinfo.ird.fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/bioinfo.ird.fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/bioinfo.ird.fr\/wp-content\/uploads\/2021\/10\/i-tropTwt5.png\",\"contentUrl\":\"https:\/\/bioinfo.ird.fr\/wp-content\/uploads\/2021\/10\/i-tropTwt5.png\",\"width\":1356,\"height\":1356,\"caption\":\"i-Trop\"},\"image\":{\"@id\":\"https:\/\/bioinfo.ird.fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/ItropBioinfo\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tutorials - How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques - itrop","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/","og_locale":"fr_FR","og_type":"article","og_title":"Tutorials - How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques - itrop","og_description":"Tutoriel Features Description Tutoriel sur les features Slurm Author ndomassi TANDO (ndomassi.tando@ird.fr) Creation Date 02\/02\/2024 Last Modified Date 20\/01\/2025 R\u00e9server&hellip; Lire la suite","og_url":"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/","og_site_name":"itrop","article_modified_time":"2025-01-20T17:03:23+00:00","twitter_card":"summary_large_image","twitter_site":"@ItropBioinfo","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/","url":"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/","name":"Tutorials - How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques - itrop","isPartOf":{"@id":"https:\/\/bioinfo.ird.fr\/#website"},"datePublished":"2024-02-02T09:37:24+00:00","dateModified":"2025-01-20T17:03:23+00:00","breadcrumb":{"@id":"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-reserver-un-noeud-en-fonction-de-ses-caracteristiques\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/bioinfo.ird.fr\/index.php\/en\/front-page-2\/"},{"@type":"ListItem","position":2,"name":"Tutorials &#8211; How to r\u00e9server un noeud en fonction de ses caract\u00e9ristiques"}]},{"@type":"WebSite","@id":"https:\/\/bioinfo.ird.fr\/#website","url":"https:\/\/bioinfo.ird.fr\/","name":"itrop","description":"","publisher":{"@id":"https:\/\/bioinfo.ird.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bioinfo.ird.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/bioinfo.ird.fr\/#organization","name":"i-Trop","url":"https:\/\/bioinfo.ird.fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/bioinfo.ird.fr\/#\/schema\/logo\/image\/","url":"https:\/\/bioinfo.ird.fr\/wp-content\/uploads\/2021\/10\/i-tropTwt5.png","contentUrl":"https:\/\/bioinfo.ird.fr\/wp-content\/uploads\/2021\/10\/i-tropTwt5.png","width":1356,"height":1356,"caption":"i-Trop"},"image":{"@id":"https:\/\/bioinfo.ird.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/ItropBioinfo"]}]}},"_links":{"self":[{"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/pages\/4441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/comments?post=4441"}],"version-history":[{"count":8,"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/pages\/4441\/revisions"}],"predecessor-version":[{"id":4529,"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/pages\/4441\/revisions\/4529"}],"wp:attachment":[{"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/media?parent=4441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}