Skip to content

Commit

Permalink
Deployed 7033c17 with MkDocs version: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 5, 2024
1 parent 4e070be commit f4b17cf
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions connecting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
<h1 id="getting-connected">Getting Connected<a class="headerlink" href="#getting-connected" title="Permanent link">&para;</a></h1>
<h2 id="ssh-on-linux-and-macos">SSH on Linux and macOS<a class="headerlink" href="#ssh-on-linux-and-macos" title="Permanent link">&para;</a></h2>
<p>SSH provides a secure, remote terminal connection to the login nodes. There are a number of rice servers providing login service (e.g., rice-01, rice-02); the easiest way to connect is using the load-balanced name, <em>login.farmshare.stanford.edu</em>, which will select one for you according to recent utilization.</p>
<p>Simply open up your favorite terminal program (on macOS you can use the built-in Terminal application or something like iTerm) and run the ssh command like so, replacing sunetid with your own SUNet ID:</p>
<pre><code class="language-no-highlight">ssh *SUNetID*@login.farmshare.stanford.edu
<p>Simply open up your favorite terminal program (on macOS you can use the built-in Terminal application or something like iTerm) and run the ssh command like so, replacing SUNetID with your own SUNet ID:</p>
<pre><code class="language-no-highlight">ssh SUNetID@login.farmshare.stanford.edu
</code></pre>
<p>Depending on your environment and configuration you may be prompted for your SUNet ID password, and you&rsquo;ll need to complete your login using <a href="https://uit.stanford.edu/service/webauth/twostep">two-step authentication</a>.</p>
<h2 id="ssh-on-windows">SSH on Windows<a class="headerlink" href="#ssh-on-windows" title="Permanent link">&para;</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ <h1 id="getting-help">Getting Help<a class="headerlink" href="#getting-help" tit

<!--
MkDocs version : 1.1.2
Build Date UTC : 2024-06-05 19:58:23.400515+00:00
Build Date UTC : 2024-06-05 20:05:51.857981+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
21 changes: 21 additions & 0 deletions slurm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="#batch-jobs">Batch Jobs</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#partition-info">Partition Info</a>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -137,6 +139,25 @@ <h2 id="batch-jobs">Batch Jobs<a class="headerlink" href="#batch-jobs" title="Pe
Hello World!
ta5@rice-04:~$
</code></pre>
<h2 id="partition-info">Partition Info<a class="headerlink" href="#partition-info" title="Permanent link">&para;</a></h2>
<table>
<thead>
<tr>
<th>Partition</th>
<th>Max Memory</th>
<th>Max CPUs</th>
<th>Time Limit</th>
</tr>
</thead>
<tbody>
<tr>
<td>normal</td>
<td>188GB</td>
<td>256</td>
<td>2 Days</td>
</tr>
</tbody>
</table>

</div>
</div>
Expand Down

0 comments on commit f4b17cf

Please sign in to comment.