Skip to content

Commit 76fc671

Browse files
committed
use dom shorter run times for documentation
1 parent 1b76629 commit 76fc671

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

docs/tutorial_basic.rst

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -177,51 +177,51 @@ If everything is configured correctly for your system, you should get an output
177177

178178
.. code-block:: none
179179
180-
[ReFrame Setup]
181-
version: 3.0-dev7 (rev: 85ca676f)
182-
command: './bin/reframe -C tutorial/config/settings.py -c tutorial/example1.py -r'
183-
launched by: user@daint104
184-
working directory: '/path/to/reframe'
185-
settings file: 'tutorial/config/settings.py'
186-
check search path: (R) '/path/to/reframe/tutorial/example1.py'
187-
stage directory: '/path/to/reframe/stage'
188-
output directory: '/path/to/reframe/output'
189-
190-
[==========] Running 1 check(s)
191-
[==========] Started on Fri May 29 10:28:24 2020
192-
193-
[----------] started processing Example1Test (Simple matrix-vector multiplication example)
194-
[ RUN ] Example1Test on daint:login using PrgEnv-cray
195-
[ RUN ] Example1Test on daint:login using PrgEnv-gnu
196-
[ RUN ] Example1Test on daint:login using PrgEnv-intel
197-
[ RUN ] Example1Test on daint:login using PrgEnv-pgi
198-
[ RUN ] Example1Test on daint:gpu using PrgEnv-cray
199-
[ RUN ] Example1Test on daint:gpu using PrgEnv-gnu
200-
[ RUN ] Example1Test on daint:gpu using PrgEnv-intel
201-
[ RUN ] Example1Test on daint:gpu using PrgEnv-pgi
202-
[ RUN ] Example1Test on daint:mc using PrgEnv-cray
203-
[ RUN ] Example1Test on daint:mc using PrgEnv-gnu
204-
[ RUN ] Example1Test on daint:mc using PrgEnv-intel
205-
[ RUN ] Example1Test on daint:mc using PrgEnv-pgi
206-
[----------] finished processing Example1Test (Simple matrix-vector multiplication example)
207-
208-
[----------] waiting for spawned checks to finish
209-
[ OK ] ( 1/12) Example1Test on daint:mc using PrgEnv-cray [compile: 0.473s run: 10.489s total: 11.217s]
210-
[ OK ] ( 2/12) Example1Test on daint:login using PrgEnv-intel [compile: 2.180s run: 24.253s total: 27.381s]
211-
[ OK ] ( 3/12) Example1Test on daint:login using PrgEnv-cray [compile: 0.411s run: 29.166s total: 30.552s]
212-
[ OK ] ( 4/12) Example1Test on daint:login using PrgEnv-gnu [compile: 1.911s run: 29.132s total: 32.266s]
213-
[ OK ] ( 5/12) Example1Test on daint:login using PrgEnv-pgi [compile: 1.859s run: 25.681s total: 28.222s]
214-
[ OK ] ( 6/12) Example1Test on daint:mc using PrgEnv-gnu [compile: 2.213s run: 15.942s total: 18.297s]
215-
[ OK ] ( 7/12) Example1Test on daint:mc using PrgEnv-intel [compile: 2.263s run: 14.737s total: 17.027s]
216-
[ OK ] ( 8/12) Example1Test on daint:mc using PrgEnv-pgi [compile: 1.951s run: 13.866s total: 15.842s]
217-
[ OK ] ( 9/12) Example1Test on daint:gpu using PrgEnv-intel [compile: 2.232s run: 140.521s total: 143.192s]
218-
[ OK ] (10/12) Example1Test on daint:gpu using PrgEnv-cray [compile: 0.473s run: 146.357s total: 147.028s]
219-
[ OK ] (11/12) Example1Test on daint:gpu using PrgEnv-gnu [compile: 2.024s run: 154.526s total: 156.579s]
220-
[ OK ] (12/12) Example1Test on daint:gpu using PrgEnv-pgi [compile: 1.796s run: 152.881s total: 154.703s]
221-
[----------] all spawned checks have finished
222-
223-
[ PASSED ] Ran 12 test case(s) from 1 check(s) (0 failure(s))
224-
[==========] Finished on Fri May 29 10:31:15 2020
180+
[ReFrame Setup]
181+
version: 3.0-dev7 (rev: 85ca676f)
182+
command: './bin/reframe -C tutorial/config/settings.py -c tutorial/example1.py -r'
183+
launched by: user@daint104
184+
working directory: '/path/to/reframe'
185+
settings file: 'tutorial/config/settings.py'
186+
check search path: (R) '/path/to/reframe/tutorial/example1.py'
187+
stage directory: '/path/to/reframe/stage'
188+
output directory: '/path/to/reframe/output'
189+
190+
[==========] Running 1 check(s)
191+
[==========] Started on Wed Jun 3 08:50:46 2020
192+
193+
[----------] started processing Example1Test (Simple matrix-vector multiplication example)
194+
[ RUN ] Example1Test on daint:login using PrgEnv-cray
195+
[ RUN ] Example1Test on daint:login using PrgEnv-gnu
196+
[ RUN ] Example1Test on daint:login using PrgEnv-intel
197+
[ RUN ] Example1Test on daint:login using PrgEnv-pgi
198+
[ RUN ] Example1Test on daint:gpu using PrgEnv-cray
199+
[ RUN ] Example1Test on daint:gpu using PrgEnv-gnu
200+
[ RUN ] Example1Test on daint:gpu using PrgEnv-intel
201+
[ RUN ] Example1Test on daint:gpu using PrgEnv-pgi
202+
[ RUN ] Example1Test on daint:mc using PrgEnv-cray
203+
[ RUN ] Example1Test on daint:mc using PrgEnv-gnu
204+
[ RUN ] Example1Test on daint:mc using PrgEnv-intel
205+
[ RUN ] Example1Test on daint:mc using PrgEnv-pgi
206+
[----------] finished processing Example1Test (Simple matrix-vector multiplication example)
207+
208+
[----------] waiting for spawned checks to finish
209+
[ OK ] ( 1/12) Example1Test on daint:login using PrgEnv-intel [compile: 1.940s run: 20.747s total: 23.778s]
210+
[ OK ] ( 2/12) Example1Test on daint:login using PrgEnv-cray [compile: 0.347s run: 25.096s total: 26.591s]
211+
[ OK ] ( 3/12) Example1Test on daint:mc using PrgEnv-intel [compile: 2.019s run: 6.286s total: 8.357s]
212+
[ OK ] ( 4/12) Example1Test on daint:mc using PrgEnv-cray [compile: 0.506s run: 11.056s total: 11.744s]
213+
[ OK ] ( 5/12) Example1Test on daint:gpu using PrgEnv-cray [compile: 0.435s run: 19.499s total: 20.483s]
214+
[ OK ] ( 6/12) Example1Test on daint:login using PrgEnv-gnu [compile: 1.648s run: 25.631s total: 27.964s]
215+
[ OK ] ( 7/12) Example1Test on daint:mc using PrgEnv-gnu [compile: 1.825s run: 10.434s total: 12.301s]
216+
[ OK ] ( 8/12) Example1Test on daint:gpu using PrgEnv-intel [compile: 2.018s run: 16.316s total: 18.529s]
217+
[ OK ] ( 9/12) Example1Test on daint:login using PrgEnv-pgi [compile: 1.643s run: 22.118s total: 24.090s]
218+
[ OK ] (10/12) Example1Test on daint:gpu using PrgEnv-gnu [compile: 1.729s run: 20.028s total: 21.901s]
219+
[ OK ] (11/12) Example1Test on daint:gpu using PrgEnv-pgi [compile: 1.753s run: 15.128s total: 16.923s]
220+
[ OK ] (12/12) Example1Test on daint:mc using PrgEnv-pgi [compile: 1.732s run: 35.556s total: 37.330s]
221+
[----------] all spawned checks have finished
222+
223+
[ PASSED ] Ran 12 test case(s) from 1 check(s) (0 failure(s))
224+
[==========] Finished on Wed Jun 3 08:51:46 2020
225225
226226
227227
Notice how our regression test is run on every partition of the configured system and for every programming environment.

docs/tutorial_deps.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Here is the output when running the OSU tests with the asynchronous execution po
7777
.. code-block:: none
7878
7979
[==========] Running 7 check(s)
80-
[==========] Started on Fri May 29 10:38:39 2020
80+
[==========] Started on Wed Jun 3 09:00:40 2020
8181
8282
[----------] started processing OSUBuildTest (OSU benchmarks build test)
8383
[ RUN ] OSUBuildTest on daint:gpu using PrgEnv-gnu
@@ -140,31 +140,31 @@ Here is the output when running the OSU tests with the asynchronous execution po
140140
[----------] finished processing OSUAllreduceTest_16 (OSU Allreduce test)
141141
142142
[----------] waiting for spawned checks to finish
143-
[ OK ] ( 1/21) OSUBuildTest on daint:gpu using PrgEnv-pgi [compile: 40.798s run: 0.049s total: 40.871s]
144-
[ OK ] ( 2/21) OSUBuildTest on daint:gpu using PrgEnv-gnu [compile: 37.491s run: 94.722s total: 132.269s]
145-
[ OK ] ( 3/21) OSUBuildTest on daint:gpu using PrgEnv-intel [compile: 53.682s run: 149.022s total: 204.305s]
146-
[ OK ] ( 4/21) OSUAllreduceTest_2 on daint:gpu using PrgEnv-pgi [compile: 0.013s run: 285.790s total: 310.205s]
147-
[ OK ] ( 5/21) OSUAllreduceTest_4 on daint:gpu using PrgEnv-pgi [compile: 0.013s run: 292.393s total: 310.225s]
148-
[ OK ] ( 6/21) OSUAllreduceTest_8 on daint:gpu using PrgEnv-pgi [compile: 0.013s run: 298.706s total: 310.239s]
149-
[ OK ] ( 7/21) OSUAllreduceTest_16 on daint:gpu using PrgEnv-pgi [compile: 0.015s run: 307.942s total: 310.241s]
150-
[ OK ] ( 8/21) OSUAllreduceTest_4 on daint:gpu using PrgEnv-gnu [compile: 0.015s run: 361.561s total: 382.128s]
151-
[ OK ] ( 9/21) OSUAllreduceTest_16 on daint:gpu using PrgEnv-gnu [compile: 0.018s run: 375.334s total: 382.083s]
152-
[ OK ] (10/21) OSUAllreduceTest_8 on daint:gpu using PrgEnv-gnu [compile: 0.013s run: 429.159s total: 450.733s]
153-
[ OK ] (11/21) OSUAllreduceTest_16 on daint:gpu using PrgEnv-intel [compile: 0.016s run: 396.904s total: 397.451s]
154-
[ OK ] (12/21) OSULatencyTest on daint:gpu using PrgEnv-pgi [compile: 0.014s run: 469.009s total: 507.141s]
155-
[ OK ] (13/21) OSUAllreduceTest_2 on daint:gpu using PrgEnv-gnu [compile: 0.013s run: 480.193s total: 507.121s]
156-
[ OK ] (14/21) OSULatencyTest on daint:gpu using PrgEnv-gnu [compile: 0.015s run: 507.327s total: 548.098s]
157-
[ OK ] (15/21) OSUBandwidthTest on daint:gpu using PrgEnv-pgi [compile: 0.016s run: 517.850s total: 548.074s]
158-
[ OK ] (16/21) OSUBandwidthTest on daint:gpu using PrgEnv-gnu [compile: 0.015s run: 542.910s total: 578.974s]
159-
[ OK ] (17/21) OSUAllreduceTest_8 on daint:gpu using PrgEnv-intel [compile: 0.022s run: 492.948s total: 494.999s]
160-
[ OK ] (18/21) OSUAllreduceTest_2 on daint:gpu using PrgEnv-intel [compile: 0.017s run: 556.185s total: 560.729s]
161-
[ OK ] (19/21) OSULatencyTest on daint:gpu using PrgEnv-intel [compile: 0.016s run: 569.278s total: 576.155s]
162-
[ OK ] (20/21) OSUAllreduceTest_4 on daint:gpu using PrgEnv-intel [compile: 0.022s run: 572.871s total: 576.079s]
163-
[ OK ] (21/21) OSUBandwidthTest on daint:gpu using PrgEnv-intel [compile: 0.024s run: 621.716s total: 627.347s]
143+
[ OK ] ( 1/21) OSUBuildTest on daint:gpu using PrgEnv-pgi [compile: 29.581s run: 0.086s total: 29.708s]
144+
[ OK ] ( 2/21) OSUBuildTest on daint:gpu using PrgEnv-gnu [compile: 26.250s run: 69.120s total: 95.437s]
145+
[ OK ] ( 3/21) OSUBuildTest on daint:gpu using PrgEnv-intel [compile: 39.385s run: 89.213s total: 129.871s]
146+
[ OK ] ( 4/21) OSULatencyTest on daint:gpu using PrgEnv-pgi [compile: 0.012s run: 145.355s total: 154.504s]
147+
[ OK ] ( 5/21) OSUAllreduceTest_2 on daint:gpu using PrgEnv-pgi [compile: 0.014s run: 148.276s total: 154.433s]
148+
[ OK ] ( 6/21) OSUAllreduceTest_4 on daint:gpu using PrgEnv-pgi [compile: 0.011s run: 149.763s total: 154.407s]
149+
[ OK ] ( 7/21) OSUAllreduceTest_8 on daint:gpu using PrgEnv-pgi [compile: 0.013s run: 151.262s total: 154.378s]
150+
[ OK ] ( 8/21) OSUAllreduceTest_16 on daint:gpu using PrgEnv-pgi [compile: 0.010s run: 152.716s total: 154.360s]
151+
[ OK ] ( 9/21) OSULatencyTest on daint:gpu using PrgEnv-gnu [compile: 0.014s run: 210.952s total: 220.847s]
152+
[ OK ] (10/21) OSUBandwidthTest on daint:gpu using PrgEnv-pgi [compile: 0.015s run: 213.285s total: 220.758s]
153+
[ OK ] (11/21) OSUAllreduceTest_4 on daint:gpu using PrgEnv-gnu [compile: 0.011s run: 215.596s total: 220.717s]
154+
[ OK ] (12/21) OSUAllreduceTest_16 on daint:gpu using PrgEnv-gnu [compile: 0.011s run: 218.742s total: 220.651s]
155+
[ OK ] (13/21) OSUAllreduceTest_2 on daint:gpu using PrgEnv-intel [compile: 0.013s run: 203.214s total: 206.115s]
156+
[ OK ] (14/21) OSUAllreduceTest_8 on daint:gpu using PrgEnv-intel [compile: 0.016s run: 204.819s total: 206.078s]
157+
[ OK ] (15/21) OSUBandwidthTest on daint:gpu using PrgEnv-gnu [compile: 0.012s run: 258.772s total: 266.873s]
158+
[ OK ] (16/21) OSUAllreduceTest_8 on daint:gpu using PrgEnv-gnu [compile: 0.014s run: 263.576s total: 266.752s]
159+
[ OK ] (17/21) OSULatencyTest on daint:gpu using PrgEnv-intel [compile: 0.011s run: 227.234s total: 231.789s]
160+
[ OK ] (18/21) OSUAllreduceTest_4 on daint:gpu using PrgEnv-intel [compile: 0.013s run: 229.729s total: 231.724s]
161+
[ OK ] (19/21) OSUAllreduceTest_2 on daint:gpu using PrgEnv-gnu [compile: 0.013s run: 286.203s total: 292.444s]
162+
[ OK ] (20/21) OSUAllreduceTest_16 on daint:gpu using PrgEnv-intel [compile: 0.028s run: 242.030s total: 242.091s]
163+
[ OK ] (21/21) OSUBandwidthTest on daint:gpu using PrgEnv-intel [compile: 0.013s run: 243.719s total: 247.384s]
164164
[----------] all spawned checks have finished
165165
166166
[ PASSED ] Ran 21 test case(s) from 7 check(s) (0 failure(s))
167-
[==========] Finished on Fri May 29 10:53:08 2020
167+
[==========] Finished on Wed Jun 3 09:07:24 2020
168168
169169
Before starting running the tests, ReFrame topologically sorts them based on their dependencies and schedules them for running using the selected execution policy.
170170
With the serial execution policy, ReFrame simply executes the tests to completion as they "arrive", since the tests are already topologically sorted.

0 commit comments

Comments
 (0)