{"version":"1.0","provider_name":"Theoretical and Computational Spintronics Group","provider_url":"https:\/\/labstt.phy.ncu.edu.tw\/en","author_name":"LISE","author_url":"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/author\/lise1020","title":"STTHPC &#060; Theoretical and Computational Spintronics Group","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"MXZOdCQeye\"><a href=\"https:\/\/labstt.phy.ncu.edu.tw\/en\/%e5%af%a6%e9%a9%97%e5%ae%a4%e5%b0%88%e5%8d%80\/stthpc\">STTHPC<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/labstt.phy.ncu.edu.tw\/en\/%e5%af%a6%e9%a9%97%e5%ae%a4%e5%b0%88%e5%8d%80\/stthpc\/embed#?secret=MXZOdCQeye\" width=\"600\" height=\"338\" title=\"&#8220;STTHPC&#8221; &#8212; Theoretical and Computational Spintronics Group\" data-secret=\"MXZOdCQeye\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/labstt.phy.ncu.edu.tw\/wp-includes\/js\/wp-embed.js\n\/* ]]> *\/\n<\/script>\n","description":"STTHPC\u70ba\u6211\u5011\u7d44\u4e0a\u81ea\u4e3b\u67b6\u8a2d\u7684\u9ad8\u901f\u8a08\u7b97\u53e2\u96c6\u4f3a\u670d\u5668\uff08High Performance Cluster, HPC\uff09\uff0c\u4e32\u9023\u591a\u53f0\u4f3a\u670d\u5668\u7b49\u7d1a\u904b\u7b97\u7bc0\u9ede\u8207\u81ea\u7d44\u684c\u4e0a\u578b\u96fb\u8166\uff0c\u4e26\u914d\u6709\u7368\u7acb\u7684\u5927\u5bb9\u91cf\u6a94\u6848\u7cfb\u7d71\u4f9b\u4f7f\u7528\u8005\u8b80\u5beb\u5927\u91cf\u8cc7\u6599\u3002\u4f7f\u7528\u8005\u53ef\u900f\u904e\u6392\u7a0b\u8edf\u9ad4TORQUE\u5c07\u5de5\u4f5c\u5206\u767c\u81f3\u9069\u5408\u7684\u7bc0\u9ede\u904b\u7b97\uff0c\u4ea6\u53ef\u5229\u7528OpenMPI\/MPICH\u4e32\u9023\u591a\u53f0\u7bc0\u9ede\u57f7\u884c\u5e73\u884c\u8a08\u7b97\uff0c\u6211\u5011\u4e5f\u63d0\u4f9b\u5404\u7a2e\u7248\u672c\u7684\u7de8\u8b6f\u5668\u5982GCC\u8207Intel Compiler\u4ee5\u4f9b\u4f7f\u7528\u3002 \u8acb\u4f7f\u7528\u8005\u5728\u4f7f\u7528\u4e4b\u524d\u5148\u95b1\u8b80\u4e00\u4e9b\u4f7f\u7528\u6307\u5357\u8207\u898f\u7bc4\uff1a \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09\u65b0\u624b\u4e0a\u8def\uff08\u767b\u5165\u3001Linux\u57fa\u672c\u6307\u4ee4\u3001\u4f7f\u7528\u898f\u7bc4\uff09 \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09\u4f7f\u7528\u6392\u7a0b\u8edf\u9ad4\uff08qsub\u3001qdel\u3001qstat\u6307\u4ee4\uff09 \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09\u4f7f\u7528OpenMPI\u4f86\u8dd1\u5e73\u884c\u7a0b\u5f0f\uff08mpirun\u6307\u4ee4\uff09 \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09\u4f7f\u7528\u67b6\u8a2d\u597d\u7684\u61c9\u7528\u8edf\u9ad4\uff08module\u6307\u4ee4\uff09 Keep your working directory clean \u57fa\u672c\u61c9\u7528\u8edf\u9ad4\u4f7f\u7528\u6559\u5b78\uff1a \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09Nanodcal \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09VASP \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09Quantum Espresso \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09JunPy \u5176\u4ed6\u6709\u7528\u7684\u6307\u4ee4\u8207\u6559\u5b78 \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09find\u6307\u4ee4\uff0c\u4e00\u6b21\u627e\u51fa\u67d0\u4e9b\u6a94\u6848 \uff08\u5fb5\u6c42\u5beb\u624b\uff01\uff09rsync\u8207rcp\u6307\u4ee4\uff0c\u5728\u4e0d\u540c\u7684\u96fb\u8166\u540c\u6b65\u6a94\u6848\u8207\u8cc7\u6599\u593e \u4e00\u4e9b\u4f7f\u7528\u8005\u53ef\u80fd\u60f3\u77e5\u9053\u6e05\u55ae\uff1a Software List Computers"}