TABLE OF CONTENTS


::pwtk::ll_profile

USAGE

::pwtk::ll_profile profileName profileSpecs

DESCRIPTION

Define a LL (Load-Leveler) "profile" within the PWTK script. See also: ::pwtk::LL.

Here is an example of how a new ll profile can be defined and used:

      ll_profile n24 {
         #!/bin/sh
         # @ wall_clock_limit = 24:00:00
         # @ blocking         = 1
         # @ total_tasks      = 24
      }

      LL n24 {
         import job.pwtk
      }