Skip to content

Commit

Permalink
make default num of nodes to 1 and min value is also 1 for metis part…
Browse files Browse the repository at this point in the history
…ition UI
  • Loading branch information
chenwuperth committed Jun 20, 2017
1 parent 82dbc77 commit 9e19fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dfms/dropmake/web/lg_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
new go.Binding("figure", "figure")),
$(go.TextBlock,
{
font: "11pt Helvetica, Arial, sans-serif",
font: "bold 11pt Helvetica, Arial, sans-serif",
stroke: "black",
margin: 8,
maxSize: new go.Size(160, NaN),
Expand Down Expand Up @@ -1697,7 +1697,7 @@
<td> Algorithm 1</td><td>Minimise data movement while subject to load balancing </td>
</tr>
<tr>
<td># of nodes </td><td><input type="number" name="num_par" min="2" value="5"></td>
<td># of nodes </td><td><input type="number" name="num_par" min="1" value="1"></td>
</tr>
<tr>
<td>Partition label</td>
Expand Down

0 comments on commit 9e19fbc

Please sign in to comment.