Skip to content

Commit

Permalink
add section on launching advanced desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansdaniels committed Aug 27, 2024
1 parent 3ab1402 commit a1601f5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
19 changes: 18 additions & 1 deletion workshop-instructions/instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,25 @@ <h2 id="logging-into-the-oscar-virtual-environment">Logging into the Oscar Virtu
</ol>
<p></span></p>
<h2 id="launching-the-desktop-app-on-oscar">Launching the Desktop App on Oscar</h2>
<ol type="1">
<li>Choose the “Desktop (Advanced)” application. Note that this is different form the regular “Desktop” app.</li>
<li>You will see a form. Enter the following in the fields.
<ul>
<li>Account: [Leave Blank]</li>
<li>Desktop Environment: xfce</li>
<li>Number of Hours: 3</li>
<li>Partition: batch</li>
<li>Num Cores: 8</li>
<li>Num GPUs: 1 [This number does not matter]</li>
<li>Memory (GB): 8</li>
<li>Reservation: hnn-workshop</li>
<li>Slurm Features: [Leave Blank]</li>
</ul></li>
<li>Click “Launch” . It may take a minute before the “Launch Desktop” button appears.</li>
</ol>
<h2 id="launching-hnn-core-gui-via-oscar">Launching HNN-Core GUI via Oscar</h2>
<p>With the Oscar desktop instance open, open a terminal and type the following to activate the environment.</p>
<p>With the Oscar desktop instance open, launch a Terminal via the “Terminal Emulator” at the bottom of the Desktop or via the Applications drop-down at the top-left of the Desktop.</p>
<p>Type the following into the terminal to activate the environment.</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1"></a><span class="ex">module</span> purge</span>
<span id="cb1-2"><a href="#cb1-2"></a><span class="ex">module</span> load python/3.11</span>
<span id="cb1-3"><a href="#cb1-3"></a><span class="ex">module</span> load hpcx-mpi/4.1.5rc2</span>
Expand Down
16 changes: 15 additions & 1 deletion workshop-instructions/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,24 @@
</span>

## Launching the Desktop App on Oscar
1. Choose the "Desktop (Advanced)" application. Note that this is different form the regular "Desktop" app.
2. You will see a form. Enter the following in the fields.
- Account: [Leave Blank]
- Desktop Environment: xfce
- Number of Hours: 3
- Partition: batch
- Num Cores: 8
- Num GPUs: 1 [This number does not matter]
- Memory (GB): 8
- Reservation: hnn-workshop
- Slurm Features: [Leave Blank]
3. Click "Launch" . It may take a minute before the “Launch Desktop” button appears.


## Launching HNN-Core GUI via Oscar
With the Oscar desktop instance open, open a terminal and type the following to activate the environment.
With the Oscar desktop instance open, launch a Terminal via the “Terminal Emulator” at the bottom of the Desktop or via the Applications drop-down at the top-left of the Desktop.

Type the following into the terminal to activate the environment.

```bash
module purge
Expand Down

0 comments on commit a1601f5

Please sign in to comment.