Skip to content
Snippets Groups Projects
  1. Nov 03, 2023
    • Megan Dahl's avatar
      data_parser/v0.0.39 - Fix how jobs with deleted associations are dumped · 249100bd
      Megan Dahl authored
      Before the list of associations provided by NEED_ASSOC did not included
      deleted associations. This causes issues when dumping jobs that used old
      deleted associations. In DUMP_FUNC(ASSOC_ID) if the association is not
      found in the list provided by NEED_ASSOC it return an warning.
      To prevent this include the deleted associations in the associations list.
      
      Bug 17895
      249100bd
    • Megan Dahl's avatar
      data_parser/v0.0.39 - Fix how jobs with invalid QOS IDs are dumped. · 24b9af1d
      Megan Dahl authored
      In DUMP_FUNC(QOS_ID) if the qos_id is not found in the QOS list provided by
      NEED_QOS it return an error and stops the parsing of the jobs early.
      Instead of returning an error it should return a warning so that the data
      can be dumped gracefully without being cut short.
      
      Bug 17895
      24b9af1d
    • Megan Dahl's avatar
      data_parser/v0.0.39 - Fix how jobs with deleted QOS are dumped · aa4af2e8
      Megan Dahl authored
      Before the list of QOS provided by NEED_QOS did not included deleted QOS.
      This causes issues when dumping jobs that used old deleted QOS. In
      DUMP_FUNC(QOS_ID) if the qos_id is not found in the QOS list provided by
      NEED_QOS it return an error and stops the parsing of the jobs early.
      To prevent this include the deleted qos in the QOS list.
      
      Bug 17895
      aa4af2e8
    • Megan Dahl's avatar
      data_parser/v0.0.39 - Prevent xassert after DUMP_FUNC(QOS_ID) error · 624960a7
      Megan Dahl authored
      If the qos_id is not found in the qos list DUMP_FUNC(QOS_ID) returns
      without setting a string in the data_t. This causes an xassert error during
      _check_dump() since data_get_type(dst) is DATA_TYPE_NULL while
      openapi_type_format_to_data_type(parser->obj_openapi) is a
      DATA_TYPE_STRING.
      
      Instead of leaving it as a DATA_TYPE_NULL set the string to be Unknown,
      which is also what sacct's normal output shows for any bad QOS IDs.
      
      Bug 17895
      624960a7
  2. Nov 02, 2023
  3. Oct 31, 2023
  4. Oct 30, 2023
  5. Oct 28, 2023
  6. Oct 27, 2023
  7. Oct 26, 2023
  8. Oct 25, 2023
  9. Oct 24, 2023
    • Albert Gil's avatar
      Testsuite - Improve reset_bash_prompt for multiple spawns · 176a7f82
      Albert Gil authored
      In some cases, when a test has multiple spawned process, when
      reset_bash_prompt is called it loses the spawn_id of the caller
      and the send command it not actually sent to the expected process.
      
      Bug 17982
      176a7f82
    • Felip Moll's avatar
      Add JobAcctGatherParams=DisableGPUAcct · 5f4db134
      Felip Moll authored
      By enabling this parameter the gpu_g_usage_read call will be skipped in
      jobacct_gather/common so no accounting of GPU will be done. For example
      this can help with performance if one wants to disable frequent calls to
      NVML libraries, which can be slow.
      
      Bug 17102
      5f4db134
  10. Oct 23, 2023
Loading