𝕏

strftime() failed on Windows

Message boards : Number crunching : strftime() failed on Windows
Message board moderation

To post messages, you must log in.

AuthorMessage
Petr Malik

Send message
Joined: 8 Apr 25
Posts: 1
Credit: 38,801
RAC: 240
Message 2806 - Posted: 9 Apr 2025, 16:05:33 UTC

I see the following error at the end of the Stderr log from a Windows (Beta of DENIS-fiber v0.02 windows_x86_64) machine (the task itself finished with success): strftime() failed called boinc_finish(0)

This does not seem to affect my Linux machine.

Excerpt from Stderr of WU: https://denis.usj.es/denisathome/workunit.php?wuid=27890293:

Cell 299:
 - V in component membrane (millivolt): -85.966743
 - K_i in component potassium_dynamics (millimolar): 138.407148
 - Na_i in component sodium_dynamics (millimolar): 10.342511
 - Ca_i in component calcium_dynamics (millimolar): 0.000107
 - Xr1 in component rapid_time_dependent_potassium_current_Xr1_gate (dimensionless): 0.000191
 - Xr2 in component rapid_time_dependent_potassium_current_Xr2_gate (dimensionless): 0.478832
 - Xs in component slow_time_dependent_potassium_current_Xs_gate (dimensionless): 0.003116
 - m in component fast_sodium_current_m_gate (dimensionless): 0.001467
 - h in component fast_sodium_current_h_gate (dimensionless): 0.764537
 - j in component fast_sodium_current_j_gate (dimensionless): 0.764102
 - Ca_ss in component calcium_dynamics (millimolar): 0.000217
 - d in component L_type_Ca_current_d_gate (dimensionless): 0.000031
 - f in component L_type_Ca_current_f_gate (dimensionless): 0.972781
 - f2 in component L_type_Ca_current_f2_gate (dimensionless): 0.999394
 - fCass in component L_type_Ca_current_fCass_gate (dimensionless): 0.999962
 - s in component transient_outward_current_s_gate (dimensionless): 0.626776
 - r in component transient_outward_current_r_gate (dimensionless): 0.000000
 - Ca_SR in component calcium_dynamics (millimolar): 3.608355
 - R_prime in component calcium_dynamics (dimensionless): 0.987100
strftime() failed called boinc_finish(0)

</stderr_txt>
]]>
ID: 2806 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile ivanbisimbrero
Project developer
Project scientist

Send message
Joined: 21 Nov 24
Posts: 21
Credit: 63,260
RAC: 774
Message 2808 - Posted: 9 Apr 2025, 19:32:15 UTC - in response to Message 2806.  

Hi!
It's not a problem with the execution or anything, it's just that the output is currently very long, and I didn't realize it when I created it.
We're in the process of optimizing it to only show the necessary data so that doesn't happen.

Best regards,

Iván.
ID: 2808 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team

Send message
Joined: 21 May 15
Posts: 10
Credit: 30,826
RAC: 5
Message 2892 - Posted: 17 Apr 2025, 15:51:34 UTC

The error strftime() failed called boinc_finish(0) is a bug in BOINC API that occurs in projects compiled with MinGW. However, it is supposed to simply display the time when the execution finishes, it has no impact on the results.
ID: 2892 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : strftime() failed on Windows