{"id":4419,"date":"2024-02-01T19:09:18","date_gmt":"2024-02-01T18:09:18","guid":{"rendered":"https:\/\/bioinfo.ird.fr\/?page_id=4419"},"modified":"2025-10-01T09:32:27","modified_gmt":"2025-10-01T07:32:27","slug":"how-to-use-the-infiniband-network-2","status":"publish","type":"page","link":"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/","title":{"rendered":"How to use the infiniband network"},"content":{"rendered":"<h2>How to use the infiniband network to transfer faster<\/h2>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Description<\/th>\n<th style=\"text-align: left;\">Use the --constraint option of 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;\">01\/02\/2024<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Last Modified Date<\/td>\n<td style=\"text-align: left;\">01\/10\/2025<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Role of the Infiniband network:<\/h3>\n<p>The infiniband network (192.168.4.0)\u00a0 allows users to have access to an high speed network to transfer their data from the san to the nodes or between infiniband nodes.<\/p>\n<p>Only certain nodes are equiped with infiniband for now , check the list below:<\/p>\n<table>\n<thead>\n<tr>\n<th>node<\/th>\n<th>partitions<\/th>\n<th>CPU<\/th>\n<th>RAM total (Gb)<\/th>\n<th>RAM by CPU (Gb\/cpu)<\/th>\n<th>scratch size (To)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>node0<\/td>\n<td>normal<\/td>\n<td>24<\/td>\n<td>144<\/td>\n<td>6<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node1<\/td>\n<td>normal<\/td>\n<td>24<\/td>\n<td>144<\/td>\n<td>6<\/td>\n<td>2<\/td>\n<\/tr>\n<tr>\n<td>node2<\/td>\n<td>supermem<\/td>\n<td>256<\/td>\n<td>2063<\/td>\n<td>7<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node4<\/td>\n<td>normal<\/td>\n<td>72<\/td>\n<td>257<\/td>\n<td>4<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node5<\/td>\n<td>normal<\/td>\n<td>88<\/td>\n<td>516<\/td>\n<td>6<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node7<\/td>\n<td>normal<\/td>\n<td>24<\/td>\n<td>145<\/td>\n<td>6<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>node8<\/td>\n<td>long<\/td>\n<td>24<\/td>\n<td>48<\/td>\n<td>2<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node9<\/td>\n<td>normal<\/td>\n<td>64<\/td>\n<td>144<\/td>\n<td>2<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node11<\/td>\n<td>runner<\/td>\n<td>24<\/td>\n<td>48<\/td>\n<td>2<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>node17<\/td>\n<td>normal<\/td>\n<td>48<\/td>\n<td>144<\/td>\n<td>3<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node20<\/td>\n<td>normal<\/td>\n<td>20<\/td>\n<td>64<\/td>\n<td>3<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node21<\/td>\n<td>normal<\/td>\n<td>24<\/td>\n<td>144<\/td>\n<td>6<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node24<\/td>\n<td>normal<\/td>\n<td>20<\/td>\n<td>64<\/td>\n<td>3<\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>node25<\/td>\n<td>highmem<\/td>\n<td>40<\/td>\n<td>1\u202f032<\/td>\n<td>26<\/td>\n<td>14<\/td>\n<\/tr>\n<tr>\n<td>node26<\/td>\n<td>gpu<\/td>\n<td>24<\/td>\n<td>192<\/td>\n<td>8<\/td>\n<td>14<\/td>\n<\/tr>\n<tr>\n<td>node27<\/td>\n<td>normal<\/td>\n<td>24<\/td>\n<td>144<\/td>\n<td>6<\/td>\n<td>14<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Reserving node in the Infiniband network:<\/h3>\n<p>To use the infiniband network,  we have to add the &quot;-ib&quot; siffix to the alias of the machine, for example san will become san-ib, node0 will become node0-ib etc...<\/p>\n<p>Use the options\u00a0 \u00a0 -p partition ( with partition being the node partition) --constraint=infiniband to reserve one or several cores on a infiniband node.  ( cf <a href=\"https:\/\/bioinfo.ird.fr\/index.php\/tutorials-how-to-choose-specific-node-features\/\" title=\"feature page\">feature page<\/a> ) for more explanations.<br \/>\nFor example, we want to reserve an infiniband node on highmem partition in a interactive mode, type the following command:<\/p>\n<div><code><\/codesrun>srun -p highmem --constraint=infiniband --pty bash -i<\/code><\/div>\n<p>You now have access to the infiniband network, to use it just change the alias san to san-ib to  do your transfers .<\/p>\n<h3>Transfer your data via Infiniband:<\/h3>\n<p>There are 2 possible syntaxes:<\/p>\n<h4>Retrieve data from the san:<\/h4>\n<p><code>scp -r san-ib:path_to_files\/file local_destination<\/code><\/p>\n<\/p>\n<h4>Transfer data to the san:<\/h4>\n<p><code>scp -r \/local_path_to_files\/file san-ib:remote_destination<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to use the infiniband network to transfer faster Description Use the &#8211;constraint option of Slurm Author ndomassi TANDO (ndomassi.tando@ird.fr)&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/\">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-4419","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>How to use the infiniband network - 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\/how-to-use-the-infiniband-network-2\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to use the infiniband network - itrop\" \/>\n<meta property=\"og:description\" content=\"How to use the infiniband network to transfer faster Description Use the --constraint option of Slurm Author ndomassi TANDO (ndomassi.tando@ird.fr)&hellip; Lire la suite\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/\" \/>\n<meta property=\"og:site_name\" content=\"itrop\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-01T07:32:27+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/\",\"url\":\"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/\",\"name\":\"How to use the infiniband network - itrop\",\"isPartOf\":{\"@id\":\"https:\/\/bioinfo.ird.fr\/#website\"},\"datePublished\":\"2024-02-01T18:09:18+00:00\",\"dateModified\":\"2025-10-01T07:32:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/bioinfo.ird.fr\/index.php\/en\/front-page-2\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to use the infiniband network\"}]},{\"@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":"How to use the infiniband network - 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\/how-to-use-the-infiniband-network-2\/","og_locale":"fr_FR","og_type":"article","og_title":"How to use the infiniband network - itrop","og_description":"How to use the infiniband network to transfer faster Description Use the --constraint option of Slurm Author ndomassi TANDO (ndomassi.tando@ird.fr)&hellip; Lire la suite","og_url":"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/","og_site_name":"itrop","article_modified_time":"2025-10-01T07:32:27+00:00","twitter_card":"summary_large_image","twitter_site":"@ItropBioinfo","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/","url":"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/","name":"How to use the infiniband network - itrop","isPartOf":{"@id":"https:\/\/bioinfo.ird.fr\/#website"},"datePublished":"2024-02-01T18:09:18+00:00","dateModified":"2025-10-01T07:32:27+00:00","breadcrumb":{"@id":"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bioinfo.ird.fr\/index.php\/how-to-use-the-infiniband-network-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/bioinfo.ird.fr\/index.php\/en\/front-page-2\/"},{"@type":"ListItem","position":2,"name":"How to use the infiniband network"}]},{"@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\/4419","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=4419"}],"version-history":[{"count":8,"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/pages\/4419\/revisions"}],"predecessor-version":[{"id":4782,"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/pages\/4419\/revisions\/4782"}],"wp:attachment":[{"href":"https:\/\/bioinfo.ird.fr\/index.php\/wp-json\/wp\/v2\/media?parent=4419"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}