-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
65 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19331,7 +19331,9 @@ <h1 id="pg-de0dac4e9a919562224c35394e294222">4.2 - Rivanna</h1> | |
|
||
<h2 id="communication">Communication</h2> | ||
<p>We have a team discord at: uva-bii-community</p> | ||
<p><a href="https://discord.gg/uFKJ5TUv">https://discord.gg/uFKJ5TUv</a></p> | ||
<p><a href="https://discord.gg/7K2PQqxYz7">https://discord.gg/7K2PQqxYz7</a></p> | ||
<p>to be added, send <a href="mailto:[email protected]">[email protected]</a> an email with subject: | ||
Please add me to discord for bii_dsc_community</p> | ||
<p>please subscribe if you work on rivanna and are part of the | ||
bii_dsc_community.</p> | ||
<h2 id="rivanna-at-uva">Rivanna at UVA</h2> | ||
|
@@ -19985,6 +19987,10 @@ <h2 id="linux-commands-for-hpc">Linux commands for HPC</h2> | |
<td>check available account and balance</td> | ||
</tr> | ||
<tr> | ||
<td><code>allocations -a bii_dsc_community</code></td> | ||
<td>check allocation availability for users under <code>bii_dsc_community</code></td> | ||
</tr> | ||
<tr> | ||
<td><code>hdquota</code></td> | ||
<td>check storage you has used</td> | ||
</tr> | ||
|
@@ -20235,6 +20241,10 @@ <h3 id="singularity-cache">Singularity cache</h3> | |
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna> | ||
</span></span><span style="display:flex;"><span> mkdir -p /scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><p>Please remember that scratch is not permanent. In case you like a bit more permanent location you can alternatively use</p> | ||
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna> | ||
</span></span><span style="display:flex;"><span> mkdir -p /project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><h3 id="builddef">build.def</h3> | ||
<p>To build an image you will need a build definition file</p> | ||
<p>We show next an exxample of a simple <code>buid.def</code> file that uses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1097,7 +1097,9 @@ A100-40GB, A100-80GB.</p> | |
|
||
<h2 id="communication">Communication</h2> | ||
<p>We have a team discord at: uva-bii-community</p> | ||
<p><a href="https://discord.gg/uFKJ5TUv">https://discord.gg/uFKJ5TUv</a></p> | ||
<p><a href="https://discord.gg/7K2PQqxYz7">https://discord.gg/7K2PQqxYz7</a></p> | ||
<p>to be added, send <a href="mailto:[email protected]">[email protected]</a> an email with subject: | ||
Please add me to discord for bii_dsc_community</p> | ||
<p>please subscribe if you work on rivanna and are part of the | ||
bii_dsc_community.</p> | ||
<h2 id="rivanna-at-uva">Rivanna at UVA</h2> | ||
|
@@ -1751,6 +1753,10 @@ partitons use <code>qlist</code> to check partitions</p> | |
<td>check available account and balance</td> | ||
</tr> | ||
<tr> | ||
<td><code>allocations -a bii_dsc_community</code></td> | ||
<td>check allocation availability for users under <code>bii_dsc_community</code></td> | ||
</tr> | ||
<tr> | ||
<td><code>hdquota</code></td> | ||
<td>check storage you has used</td> | ||
</tr> | ||
|
@@ -1993,6 +1999,10 @@ set it as follows</p> | |
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna&gt; | ||
</span></span><span style="display:flex;"><span> mkdir -p /scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><p>Please remember that scratch is not permanent. In case you like a bit more permanent location you can alternatively use</p> | ||
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna&gt; | ||
</span></span><span style="display:flex;"><span> mkdir -p /project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><h3 id="builddef">build.def</h3> | ||
<p>To build an image you will need a build definition file</p> | ||
<p>We show next an exxample of a simple <code>buid.def</code> file that uses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -468,7 +468,9 @@ <h1 id="pg-de0dac4e9a919562224c35394e294222">2 - Rivanna</h1> | |
|
||
<h2 id="communication">Communication</h2> | ||
<p>We have a team discord at: uva-bii-community</p> | ||
<p><a href="https://discord.gg/uFKJ5TUv">https://discord.gg/uFKJ5TUv</a></p> | ||
<p><a href="https://discord.gg/7K2PQqxYz7">https://discord.gg/7K2PQqxYz7</a></p> | ||
<p>to be added, send <a href="mailto:[email protected]">[email protected]</a> an email with subject: | ||
Please add me to discord for bii_dsc_community</p> | ||
<p>please subscribe if you work on rivanna and are part of the | ||
bii_dsc_community.</p> | ||
<h2 id="rivanna-at-uva">Rivanna at UVA</h2> | ||
|
@@ -1122,6 +1124,10 @@ <h2 id="linux-commands-for-hpc">Linux commands for HPC</h2> | |
<td>check available account and balance</td> | ||
</tr> | ||
<tr> | ||
<td><code>allocations -a bii_dsc_community</code></td> | ||
<td>check allocation availability for users under <code>bii_dsc_community</code></td> | ||
</tr> | ||
<tr> | ||
<td><code>hdquota</code></td> | ||
<td>check storage you has used</td> | ||
</tr> | ||
|
@@ -1372,6 +1378,10 @@ <h3 id="singularity-cache">Singularity cache</h3> | |
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna> | ||
</span></span><span style="display:flex;"><span> mkdir -p /scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><p>Please remember that scratch is not permanent. In case you like a bit more permanent location you can alternatively use</p> | ||
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna> | ||
</span></span><span style="display:flex;"><span> mkdir -p /project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><h3 id="builddef">build.def</h3> | ||
<p>To build an image you will need a build definition file</p> | ||
<p>We show next an exxample of a simple <code>buid.def</code> file that uses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -259,7 +259,9 @@ A100-40GB, A100-80GB.</p> | |
|
||
<h2 id="communication">Communication</h2> | ||
<p>We have a team discord at: uva-bii-community</p> | ||
<p><a href="https://discord.gg/uFKJ5TUv">https://discord.gg/uFKJ5TUv</a></p> | ||
<p><a href="https://discord.gg/7K2PQqxYz7">https://discord.gg/7K2PQqxYz7</a></p> | ||
<p>to be added, send <a href="mailto:[email protected]">[email protected]</a> an email with subject: | ||
Please add me to discord for bii_dsc_community</p> | ||
<p>please subscribe if you work on rivanna and are part of the | ||
bii_dsc_community.</p> | ||
<h2 id="rivanna-at-uva">Rivanna at UVA</h2> | ||
|
@@ -913,6 +915,10 @@ partitons use <code>qlist</code> to check partitions</p> | |
<td>check available account and balance</td> | ||
</tr> | ||
<tr> | ||
<td><code>allocations -a bii_dsc_community</code></td> | ||
<td>check allocation availability for users under <code>bii_dsc_community</code></td> | ||
</tr> | ||
<tr> | ||
<td><code>hdquota</code></td> | ||
<td>check storage you has used</td> | ||
</tr> | ||
|
@@ -1155,6 +1161,10 @@ set it as follows</p> | |
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna&gt; | ||
</span></span><span style="display:flex;"><span> mkdir -p /scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/scratch/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><p>Please remember that scratch is not permanent. In case you like a bit more permanent location you can alternatively use</p> | ||
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rivanna&gt; | ||
</span></span><span style="display:flex;"><span> mkdir -p /project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span><span style="display:flex;"><span> <span style="color:#204a87">export</span> <span style="color:#000">SINGULARITY_CACHEDIR</span><span style="color:#ce5c00;font-weight:bold">=</span>/project/bii_dsc_community/<span style="color:#000">$USER</span>/.singularity/cache | ||
</span></span></code></pre></div><h3 id="builddef">build.def</h3> | ||
<p>To build an image you will need a build definition file</p> | ||
<p>We show next an exxample of a simple <code>buid.def</code> file that uses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,12 +27,12 @@ | |
<meta property="og:type" content="article" /> | ||
<meta property="og:url" content="https://infomall.org/uva/docs/tutorial/rivanna/" /><meta property="article:section" content="docs" /> | ||
|
||
<meta property="article:modified_time" content="2023-07-28T11:13:06-04:00" /><meta property="og:site_name" content="Infomall.org" /> | ||
<meta property="article:modified_time" content="2023-10-07T16:42:13-04:00" /><meta property="og:site_name" content="Infomall.org" /> | ||
<meta itemprop="name" content="Rivanna"> | ||
<meta itemprop="description" content="Rivanna | ||
"> | ||
<meta itemprop="dateModified" content="2023-07-28T11:13:06-04:00" /> | ||
<meta itemprop="wordCount" content="2930"> | ||
<meta itemprop="dateModified" content="2023-10-07T16:42:13-04:00" /> | ||
<meta itemprop="wordCount" content="2956"> | ||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="Rivanna"/> | ||
<meta name="twitter:description" content="Rivanna | ||
|
@@ -344,7 +344,9 @@ <h1>Rivanna</h1> | |
|
||
<h2 id="communication">Communication</h2> | ||
<p>We have a team discord at: uva-bii-community</p> | ||
<p><a href="https://discord.gg/uFKJ5TUv">https://discord.gg/uFKJ5TUv</a></p> | ||
<p><a href="https://discord.gg/7K2PQqxYz7">https://discord.gg/7K2PQqxYz7</a></p> | ||
<p>to be added, send <a href="mailto:[email protected]">[email protected]</a> an email with subject: | ||
Please add me to discord for bii_dsc_community</p> | ||
<p>please subscribe if you work on rivanna and are part of the | ||
bii_dsc_community.</p> | ||
<h2 id="rivanna-at-uva">Rivanna at UVA</h2> | ||
|
@@ -998,6 +1000,10 @@ <h2 id="linux-commands-for-hpc">Linux commands for HPC</h2> | |
<td>check available account and balance</td> | ||
</tr> | ||
<tr> | ||
<td><code>allocations -a bii_dsc_community</code></td> | ||
<td>check allocation availability for users under <code>bii_dsc_community</code></td> | ||
</tr> | ||
<tr> | ||
<td><code>hdquota</code></td> | ||
<td>check storage you has used</td> | ||
</tr> | ||
|
@@ -1092,7 +1098,7 @@ <h2 id="help-support">Help Support</h2> | |
|
||
|
||
<div class="text-muted mt-5 pt-3 border-top"> | ||
Last modified July 28, 2023: <a href="https://github.com/DSC-SPIDAL/infomall-org-uva/commit/bfc73a27c6fe4d2e633278da85f17c92188d1ad7">Update rivanna.md (bfc73a2)</a> | ||
Last modified October 7, 2023: <a href="https://github.com/DSC-SPIDAL/infomall-org-uva/commit/99432ec895665a2f5c637ce47f1136aa460b8588">Update rivanna.md (99432ec)</a> | ||
</div> | ||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters