|
1 | | -<?php $this->assign('title', 'Submission'); ?> |
| 1 | +<?php $this->assign('title', 'Benchmark'); ?> |
2 | 2 |
|
3 | 3 | <div class="submissions index content"> |
4 | 4 |
|
| 5 | +<div class="landing landing-running" id="running"> |
| 6 | + <h1><?php echo __('Run IO500') ?></h1> |
| 7 | + |
| 8 | + <p> |
| 9 | + You can download <b>IO500</b> from the <b>GitHub</b> repository. Follow the instructions in the GitHub |
| 10 | + README file to install, configure, and run the benchmark! |
| 11 | + </p> |
| 12 | + |
| 13 | + <ul> |
| 14 | + <li> |
| 15 | + <?php |
| 16 | + echo $this->Html->link(__('Get IO500'), 'https://github.com/IO500/io500', [ |
| 17 | + 'class' => 'button-highlight' |
| 18 | + ]); |
| 19 | + ?> |
| 20 | + </li> |
| 21 | + </ul> |
| 22 | + |
| 23 | +</div> |
| 24 | + |
5 | 25 | <div class="content"> |
6 | 26 | <h2>How to Submit?</h2> |
7 | 27 |
|
8 | 28 | <p> |
9 | 29 | This page contains the information about the submission procedure. |
10 | 30 | First, you need to |
11 | | - <?php echo $this->Html->link(_('run the benchmark'), |
12 | | - [ 'controller' => 'Pages', 'action' => 'display', |
13 | | - 'running' |
14 | | - ], [ 'class' => 'link' ]); |
| 31 | + <?php echo $this->Html->link(__('run the benchmark'), |
| 32 | + '#running', [ 'class' => 'link' ]); |
15 | 33 | ?> |
16 | 34 | . |
17 | 35 | </p> |
18 | 36 |
|
19 | 37 | <p> |
20 | | - The IO500 list is released during ISC and SC each year. |
21 | | - Submissions to the upcoming list can be made all year. However, |
| 38 | + The IO500 lists are released during ISC and SC each year. |
| 39 | + Submissions to the upcoming lists can be made all year. However, |
22 | 40 | <strong>to be included in the next submission</strong>, we must receive |
23 | 41 | the submission before the deadline listed above, unless you have |
24 | 42 | previously contacted the committee and approved an extension for |
|
35 | 53 | This better reflects the |
36 | 54 | important distinction between storage systems that run in production |
37 | 55 | environments and those that may use more experimental hardware and |
38 | | - software configurations. At ISC'24, we continue to populate these |
39 | | - two lists and users will be able to submit to either of the two lists |
40 | | - (and their 10 client-node counterparts). Please see |
| 56 | + software configurations. Please see |
41 | 57 | <?php echo $this->Html->link('the requirements for each list', |
42 | 58 | [ 'controller' => 'pages', 'action' => 'display', 'the-lists' ], |
43 | 59 | [ 'class' => 'link' ]); |
|
86 | 102 | </li> |
87 | 103 | <li> |
88 | 104 | Complete the submission form with all required information |
| 105 | + <ul> |
| 106 | + <li> |
| 107 | + You will be able to incrementally complete the |
| 108 | + submission (i.e., your progress will be saved) |
| 109 | + </li> |
| 110 | + <li> |
| 111 | + You are able to edit your submission until you submit it |
| 112 | + </li> |
| 113 | + <li> |
| 114 | + Once you double-check your submission data, click on |
| 115 | + "[Submit]" to send it to the IO500 committee for review |
| 116 | + </li> |
| 117 | + </ul> |
89 | 118 | </li> |
90 | | - <ul> |
91 | | - <li> |
92 | | - You will be able to incrementally complete the |
93 | | - submission (i.e., your progress will be saved) |
94 | | - </li> |
95 | | - <li> |
96 | | - You are able to edit your submission until you submit it |
97 | | - </li> |
98 | | - <li> |
99 | | - Once you double-check your submission data, click on |
100 | | - "[Submit]" to send it to the IO500 committee for review |
101 | | - </li> |
102 | | - </ul> |
103 | 119 | </ol> |
104 | 120 |
|
105 | | - As part of this new tool, we |
106 | | - have improved the submission fields that describe the hardware and |
107 | | - software of the system under test. For reproducibility and analysis |
108 | | - reasons, we now made the easily obtainable fields mandatory - |
109 | | - data from storage servers are for users often difficult to obtain, |
110 | | - therefore, most remain optional. |
111 | | - <p> |
112 | | - As a new system, there may be quirks, please reach out on |
113 | | - Slack or the mailing list if you see any issues. |
114 | | - </p> |
| 121 | + The form is designed to handle submissions from a wide range of storage system types, |
| 122 | + each with different numbers of hardware components. For reproducibility and analysis |
| 123 | + reasons, within each component, the easily obtainable fields are mandatory, but it is up |
| 124 | + to the submitter to select the right components. The key components are: |
| 125 | + <ul> |
| 126 | + <li>Site - High Level details of the submitting institution</li> |
| 127 | + <li>IO500 - Summary of storage client and server information utilized in benchmark execution</li> |
| 128 | + <li>Storage System - General storage system information and which list is targeted (Production or Research)</li> |
| 129 | + <li>Specific Storage System Component (e.g., Lustre, DAOS, SpectrumScale) - Detailed per-file system information |
| 130 | + <ul> |
| 131 | + <li>Depending on the Storage System, there is a series of sub-components to fill out that provide |
| 132 | + the full details of the server, network, and storage of each server in the storage system. |
| 133 | + </li> |
| 134 | + </ul> |
| 135 | + </li> |
| 136 | + <li>Supercomputer - Detailed information regarding the client nodes utilized in benchmark execution</li> |
| 137 | + </ul> |
| 138 | + |
115 | 139 | </li> |
116 | 140 | <li> |
117 | 141 | If you experience problems with the online form, please reach out on |
|
150 | 174 | <h4>Privacy</h4> |
151 | 175 |
|
152 | 176 | <p> |
153 | | - We will publish all data submitted, so by submitting the information |
154 | | - you <strong>give us the right to publish the uploaded data</strong>. |
| 177 | + We will handle all data submitted as per our data handling policy. |
| 178 | + The key point is that by submitting you and your organization |
| 179 | + <strong>give the IO500 Committee the right to publish all uploaded data</strong> |
| 180 | + (except for contact information). |
155 | 181 | </p> |
156 | 182 |
|
157 | 183 | <h5>Submitter Name</h5> |
158 | 184 |
|
159 | 185 | <p> |
160 | 186 | Submissions will be visible immediately to the members of the |
161 | | - <?php echo $this->Html->link(_('IO500 Steering Committee'), |
| 187 | + <?php echo $this->Html->link(__('IO500 Steering Committee'), |
162 | 188 | [ 'controller' => 'Pages', 'action' => 'display', |
163 | 189 | 'steering' |
164 | 190 | ], [ 'class' => 'link' ]); |
|
168 | 194 | results privately to a subset of the committee (i.e. do not use |
169 | 195 | the official submission tools if you have privacy concerns). |
170 | 196 | </p> |
171 | | - |
172 | 197 | <p> |
173 | 198 | Starting with the SC'18 list, submissions include the name of the |
174 | 199 | submitter (or team) to give them the credit they deserve to execute |
|
0 commit comments