strftime() failed on Windows
Message boards :
Number crunching :
strftime() failed on Windows
Message board moderation
Author | Message |
---|---|
Send message Joined: 8 Apr 25 Posts: 1 Credit: 38,801 RAC: 240 ![]() ![]() |
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> ]]> |
![]() Send message Joined: 21 Nov 24 Posts: 21 Credit: 63,260 RAC: 774 ![]() ![]() ![]() ![]() |
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. |
Send message Joined: 21 May 15 Posts: 10 Credit: 30,826 RAC: 5 ![]() ![]() |
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. |