We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204a3b1 commit f094440Copy full SHA for f094440
src/scip/main.py
@@ -154,6 +154,8 @@ def main( # noqa: C901
154
t = datetime.utcnow().isoformat(timespec="seconds")
155
logger.info(f"Starting at {t}")
156
logger.info(f"Running pipeline for {','.join(paths)}")
157
+
158
+ n_workers = len(context.client.scheduler_info()["workers"])
159
logger.info(f"Running with {n_workers} workers and {n_threads} threads per worker")
160
logger.info(f"Mode: {mode}")
161
logger.info(f"GPUs: {gpu}")
0 commit comments