apps.crc_squeue ========================= .. autoapi-nested-parse:: A simple wrapper around the Slurm ``squeue`` command. Module Contents --------------- .. py:class:: CrcSqueue Bases: :py:obj:`apps.utils.cli.BaseParser` Summarize currently running Slurm jobs. .. py:attribute:: output_format_user :value: "-o '%.8i %.3P %.35j %.2t %.12M %.6D %.4C %.50R %.20S'" .. py:attribute:: output_format_all :value: "-o '%.8i %.3P %.6a %.6u %.35j %.2t %.12M %.6D %.4C %.50R %.20S'" .. py:method:: build_slurm_command(args: argparse.Namespace) -> str :classmethod: Return an ``squeue`` command matching parsed command line arguments :param args: Parsed command line arguments .. py:method:: app_logic(args: argparse.Namespace) -> None Logic to evaluate when executing the application :param args: Parsed command line arguments