Class SimpleJsv

  • All Implemented Interfaces:
    Jsv

    public class SimpleJsv
    extends java.lang.Object
    implements Jsv
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleJsv()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Run this JSV.
      void onStart​(JsvManager jsv)
      This method is called to start the job verification process.
      void onVerify​(JsvManager jsv)
      This method is called to trigger the job verification step.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait