Skip to content

Commit

Permalink
D2
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Dec 4, 2024
1 parent 7c934dd commit 8d5b067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t3/runners/rmg_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ def check_running_jobs_ids(cluster_soft: str) -> List[str]:
Returns:
List(str): List of job IDs.
"""
print(f'Checking running jobs IDs on the server...')
print(f'Cluster software: {cluster_soft}')
print(f'Check status command: {CHECK_STATUS_COMMAND}')
stdout = execute_command(CHECK_STATUS_COMMAND)[0]
running_job_ids = parse_running_jobs_ids(stdout, cluster_soft=cluster_soft.lower())
print(f'Running job IDs: {running_job_ids}')
Expand Down

0 comments on commit 8d5b067

Please sign in to comment.