Using GPUs with Slurm/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
No edit summary
(Updating to match new version of source page)
Line 131: Line 131:
</div>
</div>


<div class="mw-translate-fuzzy">
A params.input file should include input parameters in each line like:
A params.input file should include input parameters in each line like:
<pre>
<pre>
Line 140: Line 141:
</pre>
</pre>
With this method, users can run multiple codes in one submission. In this case, GNU Parallel will run a maximum of 4 jobs at a time. It will launch the next job when one job is finished. CUDA_VISIBLE_DEVICES is used to force using only 1 GPU for each code.
With this method, users can run multiple codes in one submission. In this case, GNU Parallel will run a maximum of 4 jobs at a time. It will launch the next job when one job is finished. CUDA_VISIBLE_DEVICES is used to force using only 1 GPU for each code.
</div>
38,789

edits

Navigation menu