Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Any alters to a job’s walltime after it’s submitted won’t affect when the job will be ended by the mom.

  • resources used reported by mom will be set as follows:

    • walltime: will be set to if Resource_List.walltime if providedhas been provided, them mom keeps track of the used walltime, so that will continue to work the same way.

    • cput/cpupercent: will be set assuming 100% cpu utilization

    • ncpus: will be set to Resource_List.ncpus

    • mem: will be set to Resource_List.mem, if provided

    • vmem: will be set to Resource_List.mem, if provided

  • session ID will not be set on the job

  • No output/error files will be generated for the job

...