Skip to content

Commit 8d5b067

Browse files
committed
D2
1 parent 7c934dd commit 8d5b067

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

t3/runners/rmg_runner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ def check_running_jobs_ids(cluster_soft: str) -> List[str]:
121121
Returns:
122122
List(str): List of job IDs.
123123
"""
124+
print(f'Checking running jobs IDs on the server...')
125+
print(f'Cluster software: {cluster_soft}')
126+
print(f'Check status command: {CHECK_STATUS_COMMAND}')
124127
stdout = execute_command(CHECK_STATUS_COMMAND)[0]
125128
running_job_ids = parse_running_jobs_ids(stdout, cluster_soft=cluster_soft.lower())
126129
print(f'Running job IDs: {running_job_ids}')

0 commit comments

Comments
 (0)