Skip to content

Commit

Permalink
deploy: 6b59473
Browse files Browse the repository at this point in the history
  • Loading branch information
ofisette committed Nov 3, 2024
1 parent c2cd06a commit 7fcb375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h2>Goal - Writing a Proper Job Script for Slurm<a class="headerlink" href="#goa
<li><p>The Bash commands that will be executed
automatically on the reserved resources for the job</p></li>
</ul>
<p>For example : <a class="reference external" href="https://github.com/calculquebec/cip201-compute-systems/blob/main/scripts/mpi-hello.sh"><code class="docutils literal notranslate"><span class="pre">scripts/mpi-hello.sh</span></code></a></p>
<p>For example : <a class="reference external" href="https://github.com/calculquebec/cip201-compute-systems/blob/main/scripts/mpi-pi/pi-job.sh"><code class="docutils literal notranslate"><span class="pre">scripts/mpi-pi/pi-job.sh</span></code></a></p>
<div class="highlight-Bash notranslate"><div class="highlight"><pre><span></span>cat<span class="w"> </span>scripts/mpi-pi/pi-job.sh
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sources/2-resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"For example : [`scripts/mpi-hello.sh`](https://github.com/calculquebec/cip201-compute-systems/blob/main/scripts/mpi-hello.sh)\n",
"For example : [`scripts/mpi-pi/pi-job.sh`](https://github.com/calculquebec/cip201-compute-systems/blob/main/scripts/mpi-pi/pi-job.sh)\n",
"\n",
"```Bash\n",
"cat scripts/mpi-pi/pi-job.sh\n",
Expand Down
Loading

0 comments on commit 7fcb375

Please sign in to comment.