apps.crc_sinfo ======================== .. autoapi-nested-parse:: A simple wrapper around the Slurm ``sinfo`` command. This application is equivalent to running: .. code-block:: bash sinfo -M all Module Contents --------------- .. py:class:: CrcSinfo Bases: :py:obj:`apps.utils.cli.BaseParser` Display information about available Slurm clusters. .. py:method:: app_logic(args: argparse.Namespace) -> None Logic to evaluate when executing the application :param args: Parsed command line arguments