All Classes and Interfaces
Class
Description
The BindingSpecifier object represents the core binding settings
for a job.
The CheckpointSpecifier class represents the checkpointing environment
settings for a job, including the name of the checkpoint environment to use
and the frequency with which checkpoints should be taken.
The JobDescription class represents a job to be verified by the JSV.
The possible values for the verification property.
The Jsv interface is implemented by any class that will be used as a JSV.
The JsvManager class is implements the JSV protocol.
The LogLevel enumeration is used to control the log level of messages
logged through the JSV framework.
The Result enumeration is used to set the result of a JSV verification
operation.
The MailSpecifier class represents the occasions when an email notification
should be sent to the mail recipients list about the state of this job.
The ParallelEnvironment object represents the parallel environment settings
for a job.
This is a simple JSV that:
Rejects binary jobs
Rejects parallel jobs that don't request a multiple of 16 processes
Temporarily reject jobs that request h_vmem
Removes request for h_data
Increments the job context variable "a"
Removes the job context variable "b"
Removes the job context variable "c"
Adds a job context variable d=5
The TaskSpecifier class represents an array task specification for a job.