-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare release version #33
Prepare release version #33
Conversation
I will test the binaries this afternoon/evening. |
I get an error on Windows using the binaries if I select power/temperature logging for Intel:
Nevertheless, the logging seems to be fine. julia> h5open("out_SSPRK_test.h5", "r") do io
display(read(io, "/housekeeping/intel"))
end
Dict{String,Any} with 8 entries:
"temperature_time" => [1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.5…
"TDP" => 95.0
"package_temperature" => UInt16[0x0022, 0x0022, 0x0022, 0x0022, 0x0022, 0x0022, 0x0022, 0x0032, 0x0036, 0x0036 … 0x…
"power_time" => [1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.55291e9, 1.5…
"DRAM0" => Float32[0.444122, 0.459119, 0.45039, 0.446602, 0.448259, 0.446364, 0.449206, 0.463428, 0.508…
"Package_power_limit" => 95.0
"cores0" => Float32[1.58965, 1.83813, 1.23916, 1.19193, 1.22519, 1.16007, 1.5695, 7.0671, 29.8957, 30.12…
"package0" => Float32[4.97291, 5.25945, 4.66966, 4.61355, 4.65522, 4.57991, 4.99975, 10.4579, 33.3535, 33.… |
Apart from the error message |
I get the same thing on all systems, which are not the original build system. It seems to me, that somehow the interface gets reinitialized - which fails, but as the library is already loaded, it still works. Do we want to try and fix this prior to release? |
Since the error does not seem to be crucial and all functionality is available, we might publish this version now. However, if you think that it is not too difficult or time consuming for you to fix this issue now, that would of course be nice. |
Includes small fixes to support all Windows power profiling libraries in a single build.
Attached is a precompiled version including the required HDF5 DLLs for testing before release.
toolkitiCL.zip