From eae45f7753d9afb6f4be1e05c070f8d812563c70 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Sat, 25 Sep 2021 15:10:35 +0100 Subject: [PATCH] added tasks --- binarycpython/utils/grid.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 37ab96be1..636cca067 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -4208,9 +4208,11 @@ eccentricity3=0 """ Verbosity-level 1 printing, to keep an eye on a grid. Arguments: - ID : thread ID for debugging (int) - now : the time now as a UNIX-style epoch in seconds (float) - system_number : the system number + ID: thread ID for debugging (int) + now: the time now as a UNIX-style epoch in seconds (float) + system_number: the system number + + TODO: add information about the amount of cores. the TPR shows the dt/dn but i want to see the amt per core too """ # calculate estimated time of arrive (eta and eta_secs), time per run (tpr) -- GitLab