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
First of all, we need to define a new system and set the list of hostnames that will help ReFrame identify it.
@@ -707,7 +706,7 @@ Notice that we do not include Clang in the list, since there is no such compiler
707
706
Before looking into the definition of the new environments for the four compilers, it is worth mentioning the :js:attr:`max_jobs` parameter.
708
707
This parameter specifies the maximum number of ReFrame test jobs that can be simultaneously in flight.
709
708
ReFrame will try to keep concurrency close to this limit (but not exceeding it).
710
-
By default, this is set to one, so you are advised to set it to a higher number if you want to increase the throughput of completed tests.
709
+
By default, this is set to ``8``, so you are advised to set it to a higher number if you want to increase the throughput of completed tests.
711
710
712
711
The new environments are defined similarly to the ones we had for our local system, except that now we set two more parameters: the :js:attr:`modules` and the :js:attr:`target_systems`.
713
712
The :js:attr:`modules` parameter is a list of environment modules that needs to be loaded, in order to make available this compiler.
0 commit comments