{"id":1063,"date":"2011-08-10T11:26:06","date_gmt":"2011-08-10T09:26:06","guid":{"rendered":"http:\/\/oldblogs.uct.ac.za\/blog\/big-bytes\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system"},"modified":"2015-08-14T13:23:02","modified_gmt":"2015-08-14T11:23:02","slug":"supermicro-tesla-m1060-gpu-system","status":"publish","type":"post","link":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/","title":{"rendered":"SuperMicro Tesla M1060 GPU System"},"content":{"rendered":"<p style=\"margin-bottom: 0cm;\">A big-bytes thank-you to <a title=\"SuperMicro\" href=\"http:\/\/www.supermicro.com\/\">SuperMicro<\/a> for\r\nhaving delivered a GPU system for testing. The system delivered is a\r\nSuperMicro \u2013 Tesla M1060<span style=\"font-weight: normal;\">.<\/span><strong>\r\n<\/strong><span style=\"font-weight: normal;\">OS choice was Scientific Linux\r\n5.4 x86_64. The distribution choice was chosen based on our existing\r\nHPC and GRID kit.<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">Installation\r\nof the drivers and various kits was very simple and documented below.\r\n<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">Firstly,\r\ndownload the Nvidia GPU drivers from <a title=\"Driver Website\" href=\"http:\/\/www.nvidia.com\/Download\/index.aspx\">Nvidia Driver WebSite<\/a>.\r\nYou would then need to execute \u201c chmod +x <\/span><span style=\"font-weight: normal;\">NVIDIA-Linux-x86_64-280.13.run<\/span><span style=\"font-weight: normal;\">\r\n\u201c. Execute the binary \u201c .\/NVIDIA-Linux-x86_64-280.13.run \u201c. The\r\ninstallation will complain that the kernel headers have not been\r\ninstalled. The installation will terminate and now allow for you to\r\ninstall the kernel headers. Once the kernel headers are installed\r\nre-run the installation. You may verify the install by executing the\r\nsystem management interface tool, nvidia-smi. <\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><\/p>\r\n<p style=\"margin-bottom: 0cm;\">\u201c<span style=\"font-weight: normal;\">nvidia-smi\r\n-L \u201c will list all available GPU's configured on the system. <\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">[root@host\r\ninstalls]# nvidia-smi -L\r\n<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">\r\n<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">GPU\r\n0: Tesla M1060 (UUID:\r\nGPU-80671de8eb0d438c-5f7dde2b-2ea53740-1d3b870a-86bf5cc98531e86374bc0514)\r\n<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">GPU\r\n1: Tesla M1060 (UUID:\r\nGPU-d4df9bac30037980-47cc692d-848f2bec-851c259f-fbfbd47d360bd2021f066d91)\r\n<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">Next,\r\nwe install the Cuda Toolkit. As of this post its on version 4.0.\r\nAnother simple install. Download it from\r\n<a href=\"http:\/\/developer.nvidia.com\/cuda-toolkit-40#Linux\">http:\/\/developer.nvidia.com\/cuda-toolkit-40#Linux<\/a>.\r\nAgain \u201c chmod +x cudatoolkit_4.0.17_linux_64_rhel6.0.run \u201c and\r\nthen \u201c.\/cudatoolkit_4.0.17_linux_64_rhel6.0.run\u201d . The default\r\ninstall location is \/usr\/local\/cuda. Added the following lines below\r\nto the \/etc\/ld.so.conf file and execute, as root, \u201cldconfig\u201d to\r\nupdate ld information. <\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">\/usr\/local\/cuda\/lib64<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">\/usr\/local\/cuda\/lib<\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">Finally,\r\nwe install the Cuda SDK found on the same web page as the Cuda\r\nToolkit. The instructions for this is exactly the same aside from the\r\nfilename. <\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">A\r\nside note: The SMI tool may return many N\/A entries and this is a\r\nresult of the latest Nvidia driver. We will provide a series of\r\nresults from our GPU testing in the coming weeks. <\/span><\/p>\r\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-weight: normal;\">Thanks\r\nagain to <a title=\"SuperMicro\" href=\"http:\/\/www.supermicro.com\/\">SuperMicro<\/a> and <a title=\"Pinnacle Africa\" href=\"http:\/\/www.pinnacleafrica.co.za\/\">Pinnacle Africa<\/a> for arranging the loan unit. <\/span><\/p>","protected":false},"excerpt":{"rendered":"<p>A big-bytes thank-you to <a href=\"http:\/\/www.supermicro.com\/\" title=\"SuperMicro\">SuperMicro<\/a> for<br \/>\nhaving delivered a GPU system for testing. The system delivered is a<br \/>\nSuperMicro &ndash; Tesla M1060<span>.<\/span><strong><br \/>\n<\/strong><span>OS choice was Scientific Linux<br \/>\n5.4 x86_64. The distribution choice was chosen based on our existing<br \/>\nHPC and GRID kit.<\/span><\/p>\n<p><span>Installation<br \/>\nof the drivers and various kits was very simple and documented below.<br \/>\n<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span>Firstly,<br \/>\ndownload the Nvidia GPU drivers from <a href=\"http:\/\/www.nvidia.com\/Download\/index.aspx\" title=\"Driver Website\">Nvidia Driver WebSite<\/a>.<br \/>\nYou would then need to execute &ldquo; chmod +x <\/span><span>NVIDIA-Linux-x86_64-280.13.run<\/span><span><br \/>\n&ldquo;. Execute the binary &ldquo; .\/NVIDIA-Linux-x86_64-280.13.run &ldquo;. The<br \/>\ninstallation will complain that the kernel headers have not been<br \/>\ninstalled. The installation will terminate and now allow for you to<br \/>\ninstall the kernel headers. Once the kernel headers are installed<br \/>\nre-run the installation. You may verify the install by executing the<br \/>\nsystem management interface tool, nvidia-smi. <\/span><\/p>\n<p>&nbsp;<\/p>\n<p>&ldquo;<span>nvidia-smi<br \/>\n-L &ldquo; will list all available GPU&#8217;s configured on the system. <\/span>\n<\/p>\n<p><span>[root@host<br \/>\ninstalls]# nvidia-smi -L<br \/>\n<\/span><\/p>\n<p><span><br \/>\n<\/span><\/p>\n<p><span>GPU<br \/>\n0: Tesla M1060 (UUID:<br \/>\nGPU-80671de8eb0d438c-5f7dde2b-2ea53740-1d3b870a-86bf5cc98531e86374bc0514)<br \/>\n<\/span><\/p>\n<p><span>GPU<br \/>\n1: Tesla M1060 (UUID:<br \/>\nGPU-d4df9bac30037980-47cc692d-848f2bec-851c259f-fbfbd47d360bd2021f066d91)<br \/>\n<\/span><\/p>\n<p><\/p>\n<p><span>Next,<br \/>\nwe install the Cuda Toolkit. As of this post its on version 4.0.<br \/>\nAnother simple install. Download it from<br \/>\n<a href=\"http:\/\/developer.nvidia.com\/cuda-toolkit-40#Linux\">http:\/\/developer.nvidia.com\/cuda-toolkit-40#Linux<\/a>.<br \/>\nAgain &ldquo; chmod +x cudatoolkit_4.0.17_linux_64_rhel6.0.run &ldquo; and<br \/>\nthen &ldquo;.\/cudatoolkit_4.0.17_linux_64_rhel6.0.run&rdquo; . The default<br \/>\ninstall location is \/usr\/local\/cuda. Added the following lines below<br \/>\nto the \/etc\/ld.so.conf file and execute, as root, &ldquo;ldconfig&rdquo; to<br \/>\nupdate ld information. <\/span>\n<\/p>\n<p><span>\/usr\/local\/cuda\/lib64<\/span><\/p>\n<p><span>\/usr\/local\/cuda\/lib<\/span><\/p>\n<p><span>Finally,<br \/>\nwe install the Cuda SDK found on the same web page as the Cuda<br \/>\nToolkit. The instructions for this is exactly the same aside from the<br \/>\nfilename. <\/span>\n<\/p>\n<p><span>A<br \/>\nside note: The SMI tool may return many N\/A entries and this is a<br \/>\nresult of the latest Nvidia driver. We will provide a series of<br \/>\nresults from our GPU testing in the coming weeks. <\/span>\n<\/p>\n<p><span>Thanks<br \/>\nagain to <a href=\"http:\/\/www.supermicro.com\/\" title=\"SuperMicro\">SuperMicro<\/a> and <a href=\"http:\/\/www.pinnacleafrica.co.za\/\" title=\"Pinnacle Africa\">Pinnacle Africa<\/a> for arranging the loan unit. <\/span><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[7],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SuperMicro Tesla M1060 GPU System - UCT HPC<\/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:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SuperMicro Tesla M1060 GPU System - UCT HPC\" \/>\n<meta property=\"og:description\" content=\"A big-bytes thank-you to SuperMicro for having delivered a GPU system for testing. The system delivered is a SuperMicro &ndash; Tesla M1060. OS choice was Scientific Linux 5.4 x86_64. The distribution choice was chosen based on our existing HPC and GRID kit. Installation of the drivers and various kits was very simple and documented below. &nbsp;  Firstly, download the Nvidia GPU drivers from Nvidia Driver WebSite. You would then need to execute &ldquo; chmod +x NVIDIA-Linux-x86_64-280.13.run &ldquo;. Execute the binary &ldquo; .\/NVIDIA-Linux-x86_64-280.13.run &ldquo;. The installation will complain that the kernel headers have not been installed. The installation will terminate and now allow for you to install the kernel headers. Once the kernel headers are installed re-run the installation. You may verify the install by executing the system management interface tool, nvidia-smi. &nbsp;  &ldquo;nvidia-smi -L &ldquo; will list all available GPU&#039;s configured on the system.   [root@host installs]# nvidia-smi -L    GPU 0: Tesla M1060 (UUID: GPU-80671de8eb0d438c-5f7dde2b-2ea53740-1d3b870a-86bf5cc98531e86374bc0514)  GPU 1: Tesla M1060 (UUID: GPU-d4df9bac30037980-47cc692d-848f2bec-851c259f-fbfbd47d360bd2021f066d91)   Next, we install the Cuda Toolkit. As of this post its on version 4.0. Another simple install. Download it from http:\/\/developer.nvidia.com\/cuda-toolkit-40#Linux. Again &ldquo; chmod +x cudatoolkit_4.0.17_linux_64_rhel6.0.run &ldquo; and then &ldquo;.\/cudatoolkit_4.0.17_linux_64_rhel6.0.run&rdquo; . The default install location is \/usr\/local\/cuda. Added the following lines below to the \/etc\/ld.so.conf file and execute, as root, &ldquo;ldconfig&rdquo; to update ld information.    \/usr\/local\/cuda\/lib64 \/usr\/local\/cuda\/lib  Finally, we install the Cuda SDK found on the same web page as the Cuda Toolkit. The instructions for this is exactly the same aside from the filename.    A side note: The SMI tool may return many N\/A entries and this is a result of the latest Nvidia driver. We will provide a series of results from our GPU testing in the coming weeks.    Thanks again to SuperMicro and Pinnacle Africa for arranging the loan unit.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/\" \/>\n<meta property=\"og:site_name\" content=\"UCT HPC\" \/>\n<meta property=\"article:published_time\" content=\"2011-08-10T09:26:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-08-14T11:23:02+00:00\" \/>\n<meta name=\"author\" content=\"Timothy Carr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Timothy Carr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/\"},\"author\":{\"name\":\"Timothy Carr\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0\"},\"headline\":\"SuperMicro Tesla M1060 GPU System\",\"datePublished\":\"2011-08-10T09:26:06+00:00\",\"dateModified\":\"2015-08-14T11:23:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/\"},\"wordCount\":340,\"publisher\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#organization\"},\"articleSection\":[\"GPU\"],\"inLanguage\":\"en-ZA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/\",\"name\":\"SuperMicro Tesla M1060 GPU System - UCT HPC\",\"isPartOf\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#website\"},\"datePublished\":\"2011-08-10T09:26:06+00:00\",\"dateModified\":\"2015-08-14T11:23:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/#breadcrumb\"},\"inLanguage\":\"en-ZA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ucthpc.uct.ac.za\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SuperMicro Tesla M1060 GPU System\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#website\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/\",\"name\":\"UCT HPC\",\"description\":\"University of Cape Town High Performance Computing\",\"publisher\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ucthpc.uct.ac.za\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-ZA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#organization\",\"name\":\"University of Cape Town High Performance Computing\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-ZA\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png\",\"contentUrl\":\"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png\",\"width\":450,\"height\":423,\"caption\":\"University of Cape Town High Performance Computing\"},\"image\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0\",\"name\":\"Timothy Carr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-ZA\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g\",\"caption\":\"Timothy Carr\"},\"sameAs\":[\"http:\/\/ucthpc.uct.ac.za\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SuperMicro Tesla M1060 GPU System - UCT HPC","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:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/","og_locale":"en_US","og_type":"article","og_title":"SuperMicro Tesla M1060 GPU System - UCT HPC","og_description":"A big-bytes thank-you to SuperMicro for having delivered a GPU system for testing. The system delivered is a SuperMicro &ndash; Tesla M1060. OS choice was Scientific Linux 5.4 x86_64. The distribution choice was chosen based on our existing HPC and GRID kit. Installation of the drivers and various kits was very simple and documented below. &nbsp;  Firstly, download the Nvidia GPU drivers from Nvidia Driver WebSite. You would then need to execute &ldquo; chmod +x NVIDIA-Linux-x86_64-280.13.run &ldquo;. Execute the binary &ldquo; .\/NVIDIA-Linux-x86_64-280.13.run &ldquo;. The installation will complain that the kernel headers have not been installed. The installation will terminate and now allow for you to install the kernel headers. Once the kernel headers are installed re-run the installation. You may verify the install by executing the system management interface tool, nvidia-smi. &nbsp;  &ldquo;nvidia-smi -L &ldquo; will list all available GPU's configured on the system.   [root@host installs]# nvidia-smi -L    GPU 0: Tesla M1060 (UUID: GPU-80671de8eb0d438c-5f7dde2b-2ea53740-1d3b870a-86bf5cc98531e86374bc0514)  GPU 1: Tesla M1060 (UUID: GPU-d4df9bac30037980-47cc692d-848f2bec-851c259f-fbfbd47d360bd2021f066d91)   Next, we install the Cuda Toolkit. As of this post its on version 4.0. Another simple install. Download it from http:\/\/developer.nvidia.com\/cuda-toolkit-40#Linux. Again &ldquo; chmod +x cudatoolkit_4.0.17_linux_64_rhel6.0.run &ldquo; and then &ldquo;.\/cudatoolkit_4.0.17_linux_64_rhel6.0.run&rdquo; . The default install location is \/usr\/local\/cuda. Added the following lines below to the \/etc\/ld.so.conf file and execute, as root, &ldquo;ldconfig&rdquo; to update ld information.    \/usr\/local\/cuda\/lib64 \/usr\/local\/cuda\/lib  Finally, we install the Cuda SDK found on the same web page as the Cuda Toolkit. The instructions for this is exactly the same aside from the filename.    A side note: The SMI tool may return many N\/A entries and this is a result of the latest Nvidia driver. We will provide a series of results from our GPU testing in the coming weeks.    Thanks again to SuperMicro and Pinnacle Africa for arranging the loan unit.","og_url":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/","og_site_name":"UCT HPC","article_published_time":"2011-08-10T09:26:06+00:00","article_modified_time":"2015-08-14T11:23:02+00:00","author":"Timothy Carr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Timothy Carr","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/#article","isPartOf":{"@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/"},"author":{"name":"Timothy Carr","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0"},"headline":"SuperMicro Tesla M1060 GPU System","datePublished":"2011-08-10T09:26:06+00:00","dateModified":"2015-08-14T11:23:02+00:00","mainEntityOfPage":{"@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/"},"wordCount":340,"publisher":{"@id":"https:\/\/ucthpc.uct.ac.za\/#organization"},"articleSection":["GPU"],"inLanguage":"en-ZA"},{"@type":"WebPage","@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/","url":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/","name":"SuperMicro Tesla M1060 GPU System - UCT HPC","isPartOf":{"@id":"https:\/\/ucthpc.uct.ac.za\/#website"},"datePublished":"2011-08-10T09:26:06+00:00","dateModified":"2015-08-14T11:23:02+00:00","breadcrumb":{"@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/#breadcrumb"},"inLanguage":"en-ZA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2011\/08\/10\/supermicro-tesla-m1060-gpu-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ucthpc.uct.ac.za\/"},{"@type":"ListItem","position":2,"name":"SuperMicro Tesla M1060 GPU System"}]},{"@type":"WebSite","@id":"https:\/\/ucthpc.uct.ac.za\/#website","url":"https:\/\/ucthpc.uct.ac.za\/","name":"UCT HPC","description":"University of Cape Town High Performance Computing","publisher":{"@id":"https:\/\/ucthpc.uct.ac.za\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ucthpc.uct.ac.za\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-ZA"},{"@type":"Organization","@id":"https:\/\/ucthpc.uct.ac.za\/#organization","name":"University of Cape Town High Performance Computing","url":"https:\/\/ucthpc.uct.ac.za\/","logo":{"@type":"ImageObject","inLanguage":"en-ZA","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/","url":"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png","contentUrl":"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png","width":450,"height":423,"caption":"University of Cape Town High Performance Computing"},"image":{"@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0","name":"Timothy Carr","image":{"@type":"ImageObject","inLanguage":"en-ZA","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g","caption":"Timothy Carr"},"sameAs":["http:\/\/ucthpc.uct.ac.za"]}]}},"_links":{"self":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts\/1063"}],"collection":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/comments?post=1063"}],"version-history":[{"count":2,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts\/1063\/revisions"}],"predecessor-version":[{"id":2217,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts\/1063\/revisions\/2217"}],"wp:attachment":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/media?parent=1063"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/categories?post=1063"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/tags?post=1063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}