<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[数据中心  IDC  HPC]]></title><description><![CDATA[数据中心  IDC  HPC]]></description><link>http://an.forum.genostack.com/category/9</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 14:44:14 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/category/9.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Nov 2022 02:58:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[kubernetes发行版]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1669085906416-5d31b32b-c207-4534-9c66-b298f05e662b-image-resized.png" alt="5d31b32b-c207-4534-9c66-b298f05e662b-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">What Is Kublr?<br />
Reliable, Enterprise-Grade Container Management Out-of-the-Box</p>
]]></description><link>http://an.forum.genostack.com/topic/777/kubernetes发行版</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/777/kubernetes发行版</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 22 Nov 2022 02:58:57 GMT</pubDate></item><item><title><![CDATA[曙光环境验证]]></title><description><![CDATA[<p dir="auto">编译TBB的时候clang 找不到<br />
export PATH=$PATH:/opt/rocm-4.5.0/llvm/bin/</p>
]]></description><link>http://an.forum.genostack.com/topic/478/曙光环境验证</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/478/曙光环境验证</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 04 Dec 2021 02:27:37 GMT</pubDate></item><item><title><![CDATA[cuda 编程]]></title><description><![CDATA[<p dir="auto">//GPU的内存空间和CPU的内存的空间是分离的 需要将数据来回转移 这样看来 GPU对整个主机而言 就是一个外设 在OS中也确实是这么实现的 可以用lscpi查找GPU设备<br />
cudaMemcpy(d_a, a, numBytes, cudaMemcpyHostToDevice); // Synchronous function, no overlapping allowed.<br />
kernelFunctionName&lt;&lt;&lt;Grid,ThreadsPerBlock&gt;&gt;&gt;(arg1, arg2, ..., arg n); // Asynchronous, we can take advantage of overlapping.<br />
//Host code during device execution<br />
...</p>
// End of the overlapped host code. Waiting for the end of the kernel execution to transfer data between the host and the device. 
cudaMemcpy(a, d_a, numBytes, cudaMemcpyDeviceToHost); // Synchronous function, no overlapping allowed.

]]></description><link>http://an.forum.genostack.com/topic/367/cuda-编程</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/367/cuda-编程</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 29 Jul 2021 11:40:55 GMT</pubDate></item><item><title><![CDATA[Dell服务器基本知识--存储]]></title><description><![CDATA[<p dir="auto"><a href="https://www.techrepublic.com/blog/data-center/how-sas-near-line-nl-sas-and-sata-disks-compare/" rel="nofollow ugc">https://www.techrepublic.com/blog/data-center/how-sas-near-line-nl-sas-and-sata-disks-compare/</a></p>
]]></description><link>http://an.forum.genostack.com/topic/182/dell服务器基本知识-存储</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/182/dell服务器基本知识-存储</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 23 Jan 2021 02:36:34 GMT</pubDate></item><item><title><![CDATA[SGE  Sun Grid Engine性能调优]]></title><description><![CDATA[<p dir="auto">一，SGE现状<br />
<a href="http://gridengine.org" rel="nofollow ugc">http://gridengine.org</a><br />
SGE最初是Sun的产品，被Oracle收购后，命运和Java一样。<br />
两个开源版本：<br />
“SON OF GRID ENGINE”  <a href="https://arc.liv.ac.uk/trac/SGE" rel="nofollow ugc">https://arc.liv.ac.uk/trac/SGE</a><br />
“OPEN GRID SCHEDULER”  <a href="http://gridscheduler.sourceforge.net/" rel="nofollow ugc">http://gridscheduler.sourceforge.net/</a><br />
两个商业版本：<br />
“UNIVA GRID ENGINE”  <a href="http://www.univa.com/products/grid-engine" rel="nofollow ugc">http://www.univa.com/products/grid-engine</a><br />
“ORACLE GRID ENGINE” <a href="http://www.oracle.com/us/products/tools/oracle-grid-engine-075549.html" rel="nofollow ugc">http://www.oracle.com/us/products/tools/oracle-grid-engine-075549.html</a></p>
<p dir="auto">二，SGE和Hadoop的性能对比<br />
<a href="https://pubmed.ncbi.nlm.nih.gov/28736473/" rel="nofollow ugc">https://pubmed.ncbi.nlm.nih.gov/28736473/</a></p>
]]></description><link>http://an.forum.genostack.com/topic/102/sge-sun-grid-engine性能调优</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/102/sge-sun-grid-engine性能调优</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 05 Nov 2020 08:54:07 GMT</pubDate></item></channel></rss>