You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -517,7 +517,7 @@ An example scenario is to test different runtime configurations of a benchmark t
517
517
In such cases, you don't want to rebuild your test for each runtime configuration.
518
518
You could have a build test, which all runtime tests would depend on.
519
519
This is the approach we take with the following example, that fetches, builds and runs several `OSU benchmarks <http://mvapich.cse.ohio-state.edu/benchmarks/>`__.
520
-
We first a create a basic compile-only test, that fetches the benchmarks and builds them for the different programming environments:
520
+
We first create a basic compile-only test, that fetches the benchmarks and builds them for the different programming environments:
0 commit comments