Skip to content

Commit

Permalink
deploy: be657a2
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Almeida committed Nov 7, 2024
1 parent a28bfd2 commit 2eae52d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ <h2 id="contents">Contents</h2>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-11-07 13:52:25.166656+00:00
Build Date UTC : 2024-11-07 13:56:12.201000+00:00
-->
6 changes: 5 additions & 1 deletion quick_start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,13 @@ <h2 id="3-create-your-slurm-job-script">3. Create your SLURM job script</h2>
1. Specification of the resources needed and some job information;
2. Comands that will be executed on the destination node.</p>
<p>As an example, in the first part of the script, we define the job name, the output file and the requested resources (1 GPU, 2 CPUs and 4GB RAM). Then, in the second part, we define the tasks of the job.</p>
<p>By default since no partition was defined the job will run under the default partitaion that in this cluster is the gpu partition, you can check which partitions and nodes are available with:</p>
<p>Note that the cluster is configured to use the CPU partition by default. Therefore, when requesting GPU resources, you must explicitly specify the GPU partition using --partition=gpu.</p>
<p>To view available partitions and nodes, use:</p>
<pre><code class="language-bash"> $ sinfo
</code></pre>
<p>For a more detailed view of all system resources, use:</p>
<pre><code class="language-bash"> $ cluster-info
</code></pre>
<h2 id="4-submit-the-job">4. Submit the job</h2>
<p>To submit the job, you should run the following command:</p>
<pre><code class="language-bash">$ sbatch script_trainer.sh
Expand Down
Loading

0 comments on commit 2eae52d

Please sign in to comment.