Skip to content
Snippets Groups Projects
Commit 3a83d745 authored by Youngsu Kim's avatar Youngsu Kim
Browse files

Merge branch 'youngsu_kim-main-patch-66540' into 'main'

Update increase max core from 64 to 128

See merge request csusb-hpc!20
parents ae35d9cb a7e0ae4f
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,9 @@ output { ...@@ -41,9 +41,9 @@ output {
<p> &nbsp </p> <p> &nbsp </p>
<p> <p>
<label for="cores">Cores </label> max 64 <label for="cores">Cores </label> max 128
<br/> <br/>
<input type="range" name="cores" value="4" min="4" max="64" step="4" oninput="this.nextElementSibling.value = this.value"/> <input type="range" name="cores" value="4" min="4" max="128" step="4" oninput="this.nextElementSibling.value = this.value"/>
<output> default 4 </output> <output> default 4 </output>
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment