From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) by mail.toke.dk (Postfix) with ESMTPS id EF34780CF97 for ; Sun, 7 Mar 2021 16:33:56 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=m5yyxXFT Received: from github.com (hubbernetes-node-7b40740.ac4-iad.github.net [10.52.207.48]) by smtp.github.com (Postfix) with ESMTPA id 7045C560058 for ; Sun, 7 Mar 2021 07:33:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1615131235; bh=6/QPqkNZ67aJFjk+/cEfB4C/9Iu+ZJXEs0TQK7J3P+w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m5yyxXFTlDTPR6zU5rfGAkyUg6lDDK3tcCa/ZlYWSjGwZ/jW9kDpnjtFuP+ulO4u3 4N+68i/OimAv9xYTLabqkcHL1khMA7uh2he18Mu0LFuNXy4+hEzF+0z/SHb6fCYJtI GSzusgq16cNur6KfmTUql18Qwl/bYhx9gTstWXuI= Date: Sun, 07 Mar 2021 07:33:55 -0800 From: Stuart Henderson To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6044f2636dba9_15df17c06214f"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: sthen X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: I7L4RVSXVYC7IETJ2D55W7JIP5WQYPE5 X-Message-ID-Hash: I7L4RVSXVYC7IETJ2D55W7JIP5WQYPE5 X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.2 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] flent on openbsd loops, consuming available cpu/memory, after test completes (#221) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6044f2636dba9_15df17c06214f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Oh, well the python 2 trace gives a pretty good idea where it's spinning actually. Printing t_0/t_max/steps before the loop, something is clearly wrong with t_0... ``` t_0 581513.01849 t_max 1615131003.179 steps 8072747451 ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/221#issuecomment-792297497 ----==_mimepart_6044f2636dba9_15df17c06214f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Oh, well the python 2 trace gives a pretty good idea where it's spinning actually. Printing t_0/t_max/steps before the loop, something is clearly wrong with t_0...

t_0 581513.01849 t_max 1615131003.179 steps 8072747451


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_6044f2636dba9_15df17c06214f--