triggering_on_cluster.check_files_server ======================================== Back to :doc:`Module page <../modules/triggering_on_cluster>` Summary ------- Warning: doesn't work on Hyperion due to lack to bash commands! Signature --------- .. code-block:: python def check_files_server(files, output_dir, helios = True, duplicate_check = True, mem_limit = 8) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``files`` - - - - - - * - ``output_dir`` - - - - - - * - ``helios`` - - - True - - * - ``duplicate_check`` - - - True - - * - ``mem_limit`` - - - 8 - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Warning: doesn't work on Hyperion due to lack to bash commands!