Changes between Version 9 and Version 10 of Workshops/JobCheckpointing/Examples
- Timestamp:
- 04/07/2026 04:07:05 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/JobCheckpointing/Examples
v9 v10 480 480 The types of anomalies determined, if any are the following. 481 481 482 * | Z | > 3.5 for execution time, where482 * | Z | > 3.5 for single job execution time ('''Elapsed''' in the above), where 483 483 484 484 {{{ … … 486 486 }}} 487 487 488 * modZ > 3.5 for '''MaxRSS''' (SLURM max job memory usage), where488 * modZ > 3.5 for maximum memory usage by a single job ('''MaxRss''' in the above), where 489 489 490 490 {{{ 491 modZ = 0.6745 * | x- median | / (Median Absolute Deviation)491 modZ = 0.6745 * | value - median | / (Median Absolute Deviation) 492 492 }}} 493 493
