Skip to content
Snippets Groups Projects
Commit 769e7d0b authored by Carsten Bauer's avatar Carsten Bauer
Browse files

noctua2 benchmarks

parent 5701e14d
No related branches found
No related tags found
No related merge requests found
Pipeline #19309 passed
# This file is machine-generated - editing it directly is not advised
julia_version = "1.7.2"
manifest_format = "2.0"
[[deps.Adapt]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "af92965fb30777147966f58acb05da51c5616b5f"
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
version = "3.3.3"
[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
[[deps.ArrayInterface]]
deps = ["Compat", "IfElse", "LinearAlgebra", "Requires", "SparseArrays", "Static"]
git-tree-sha1 = "6e8fada11bb015ecf9263f64b156f98b546918c7"
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
version = "5.0.5"
[[deps.Artifacts]]
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
[[deps.Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
[[deps.BenchmarkTools]]
deps = ["JSON", "Logging", "Printf", "Profile", "Statistics", "UUIDs"]
git-tree-sha1 = "4c10eee4af024676200bc7752e536f858c6b8f93"
uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
version = "1.3.1"
[[deps.BitTwiddlingConvenienceFunctions]]
deps = ["Static"]
git-tree-sha1 = "28bbdbf0354959db89358d1d79d421ff31ef0b5e"
uuid = "62783981-4cbd-42fc-bca8-16325de8dc4b"
version = "0.1.3"
[[deps.CPUSummary]]
deps = ["Hwloc", "IfElse", "Preferences", "Static"]
git-tree-sha1 = "68150205edbf60f0410ba2463b5b38eae44cad1f"
uuid = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
version = "0.1.15"
[[deps.ChainRulesCore]]
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
git-tree-sha1 = "c9a6160317d1abe9c44b3beb367fd448117679ca"
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
version = "1.13.0"
[[deps.ChangesOfVariables]]
deps = ["ChainRulesCore", "LinearAlgebra", "Test"]
git-tree-sha1 = "bf98fa45a0a4cee295de98d4c1462be26345b9a1"
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
version = "0.1.2"
[[deps.CloseOpenIntervals]]
deps = ["ArrayInterface", "Static"]
git-tree-sha1 = "f576084239e6bdf801007c80e27e2cc2cd963fe0"
uuid = "fb6a15b2-703c-40df-9091-08a04967cfa9"
version = "0.1.6"
[[deps.CommonSubexpressions]]
deps = ["MacroTools", "Test"]
git-tree-sha1 = "7b8a93dba8af7e3b42fecabf646260105ac373f7"
uuid = "bbf7d656-a473-5ed7-a52c-81e309532950"
version = "0.3.0"
[[deps.Compat]]
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
git-tree-sha1 = "96b0bc6c52df76506efc8a441c6cf1adcb1babc4"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "3.42.0"
[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
[[deps.ConstructionBase]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "f74e9d5388b8620b4cee35d4c5a618dd4dc547f4"
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
version = "1.3.0"
[[deps.Contour]]
deps = ["StaticArrays"]
git-tree-sha1 = "9f02045d934dc030edad45944ea80dbd1f0ebea7"
uuid = "d38c429a-6771-53c6-b99e-75d170b6e991"
version = "0.5.7"
[[deps.Crayons]]
git-tree-sha1 = "249fe38abf76d48563e2f4556bebd215aa317e15"
uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
version = "4.1.1"
[[deps.DataAPI]]
git-tree-sha1 = "cc70b17275652eb47bc9e5f81635981f13cea5c8"
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
version = "1.9.0"
[[deps.DataStructures]]
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
git-tree-sha1 = "3daef5523dd2e769dad2365274f760ff5f282c7d"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.18.11"
[[deps.Dates]]
deps = ["Printf"]
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
[[deps.DelimitedFiles]]
deps = ["Mmap"]
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
[[deps.DiffResults]]
deps = ["StaticArrays"]
git-tree-sha1 = "c18e98cba888c6c25d1c3b048e4b3380ca956805"
uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
version = "1.0.3"
[[deps.DiffRules]]
deps = ["IrrationalConstants", "LogExpFunctions", "NaNMath", "Random", "SpecialFunctions"]
git-tree-sha1 = "dd933c4ef7b4c270aacd4eb88fa64c147492acf0"
uuid = "b552c78f-8df3-52c6-915a-8e097449b14b"
version = "1.10.0"
[[deps.Distributed]]
deps = ["Random", "Serialization", "Sockets"]
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
[[deps.DocStringExtensions]]
deps = ["LibGit2"]
git-tree-sha1 = "b19534d1895d702889b219c382a6e18010797f0b"
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
version = "0.8.6"
[[deps.Downloads]]
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
[[deps.ForwardDiff]]
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions", "StaticArrays"]
git-tree-sha1 = "1bd6fc0c344fc0cbee1f42f8d2e7ec8253dda2d2"
uuid = "f6369f11-7733-5829-9624-2563aa707210"
version = "0.10.25"
[[deps.HostCPUFeatures]]
deps = ["BitTwiddlingConvenienceFunctions", "IfElse", "Libdl", "Static"]
git-tree-sha1 = "18be5268cf415b5e27f34980ed25a7d34261aa83"
uuid = "3e5b6fbb-0976-4d2c-9146-d79de83f2fb0"
version = "0.1.7"
[[deps.Hwloc]]
deps = ["Hwloc_jll"]
git-tree-sha1 = "92d99146066c5c6888d5a3abc871e6a214388b91"
uuid = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
version = "2.0.0"
[[deps.Hwloc_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "d8bccde6fc8300703673ef9e1383b11403ac1313"
uuid = "e33a78d0-f292-5ffc-b300-72abe9b543c8"
version = "2.7.0+0"
[[deps.IfElse]]
git-tree-sha1 = "debdd00ffef04665ccbb3e150747a77560e8fad1"
uuid = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
version = "0.1.1"
[[deps.InteractiveUtils]]
deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
[[deps.InverseFunctions]]
deps = ["Test"]
git-tree-sha1 = "91b5dcf362c5add98049e6c29ee756910b03051d"
uuid = "3587e190-3f89-42d0-90ee-14403ec27112"
version = "0.1.3"
[[deps.IrrationalConstants]]
git-tree-sha1 = "7fd44fd4ff43fc60815f8e764c0f352b83c49151"
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
version = "0.1.1"
[[deps.JLLWrappers]]
deps = ["Preferences"]
git-tree-sha1 = "abc9885a7ca2052a736a600f7fa66209f96506e1"
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
version = "1.4.1"
[[deps.JSON]]
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
git-tree-sha1 = "3c837543ddb02250ef42f4738347454f95079d4e"
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
version = "0.21.3"
[[deps.LayoutPointers]]
deps = ["ArrayInterface", "LinearAlgebra", "ManualMemory", "SIMDTypes", "Static"]
git-tree-sha1 = "b651f573812d6c36c22c944dd66ef3ab2283dfa1"
uuid = "10f19ff3-798f-405d-979b-55457f8fc047"
version = "0.1.6"
[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
[[deps.LibCURL_jll]]
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
[[deps.LibGit2]]
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
[[deps.LibSSH2_jll]]
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[deps.Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[deps.LinearAlgebra]]
deps = ["Libdl", "libblastrampoline_jll"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[[deps.LogExpFunctions]]
deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
git-tree-sha1 = "58f25e56b706f95125dcb796f39e1fb01d913a71"
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
version = "0.3.10"
[[deps.Logging]]
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
[[deps.LoopVectorization]]
deps = ["ArrayInterface", "CPUSummary", "ChainRulesCore", "CloseOpenIntervals", "DocStringExtensions", "ForwardDiff", "HostCPUFeatures", "IfElse", "LayoutPointers", "LinearAlgebra", "OffsetArrays", "PolyesterWeave", "SIMDDualNumbers", "SLEEFPirates", "SpecialFunctions", "Static", "ThreadingUtilities", "UnPack", "VectorizationBase"]
git-tree-sha1 = "077c7c9d746cbe30ac5f001ea4c1277f64cc5dad"
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
version = "0.12.103"
[[deps.MacroTools]]
deps = ["Markdown", "Random"]
git-tree-sha1 = "3d3e902b31198a27340d0bf00d6ac452866021cf"
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
version = "0.5.9"
[[deps.ManualMemory]]
git-tree-sha1 = "bcaef4fc7a0cfe2cba636d84cda54b5e4e4ca3cd"
uuid = "d125e4d3-2237-4719-b19c-fa641b8a4667"
version = "0.1.8"
[[deps.MarchingCubes]]
deps = ["StaticArrays"]
git-tree-sha1 = "5f768e0a0c3875df386be4c036f78c8bd4b1a9b6"
uuid = "299715c1-40a9-479a-aaf9-4a633d36f717"
version = "0.1.2"
[[deps.Markdown]]
deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
[[deps.MbedTLS_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[deps.Missings]]
deps = ["DataAPI"]
git-tree-sha1 = "bf210ce90b6c9eed32d25dbcae1ebc565df2687f"
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
version = "1.0.2"
[[deps.Mmap]]
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
[[deps.MozillaCACerts_jll]]
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
[[deps.NaNMath]]
git-tree-sha1 = "b086b7ea07f8e38cf122f5016af580881ac914fe"
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
version = "0.3.7"
[[deps.NetworkOptions]]
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
[[deps.OffsetArrays]]
deps = ["Adapt"]
git-tree-sha1 = "043017e0bdeff61cfbb7afeb558ab29536bbb5ed"
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
version = "1.10.8"
[[deps.OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
[[deps.OpenLibm_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
[[deps.OpenSpecFun_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "13652491f6856acfd2db29360e1bbcd4565d04f1"
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
version = "0.5.5+0"
[[deps.OrderedCollections]]
git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c"
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.4.1"
[[deps.Parsers]]
deps = ["Dates"]
git-tree-sha1 = "85b5da0fa43588c75bb1ff986493443f821c70b7"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.2.3"
[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[[deps.PolyesterWeave]]
deps = ["BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "Static", "ThreadingUtilities"]
git-tree-sha1 = "7e597df97e46ffb1c8adbaddfa56908a7a20194b"
uuid = "1d0040c9-8b98-4ee7-8388-3f51789ca0ad"
version = "0.1.5"
[[deps.Preferences]]
deps = ["TOML"]
git-tree-sha1 = "d3538e7f8a790dc8903519090857ef8e1283eecd"
uuid = "21216c6a-2e73-6563-6e65-726566657250"
version = "1.2.5"
[[deps.Printf]]
deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[[deps.Profile]]
deps = ["Printf"]
uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
[[deps.REPL]]
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[[deps.Random]]
deps = ["SHA", "Serialization"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[[deps.Requires]]
deps = ["UUIDs"]
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "1.3.0"
[[deps.SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
[[deps.SIMDDualNumbers]]
deps = ["ForwardDiff", "IfElse", "SLEEFPirates", "VectorizationBase"]
git-tree-sha1 = "62c2da6eb66de8bb88081d20528647140d4daa0e"
uuid = "3cdde19b-5bb0-4aaf-8931-af3e248e098b"
version = "0.1.0"
[[deps.SIMDTypes]]
git-tree-sha1 = "330289636fb8107c5f32088d2741e9fd7a061a5c"
uuid = "94e857df-77ce-4151-89e5-788b33177be4"
version = "0.1.0"
[[deps.SLEEFPirates]]
deps = ["IfElse", "Static", "VectorizationBase"]
git-tree-sha1 = "d4c366b135fc2e1af7a000473e08edc5afd94819"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
version = "0.6.31"
[[deps.STREAMBenchmark]]
deps = ["BenchmarkTools", "Downloads", "LoopVectorization", "Statistics"]
path = "../.."
uuid = "05e9033e-e298-417a-adae-495536c11ad4"
version = "0.4.1"
[[deps.Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[[deps.SharedArrays]]
deps = ["Distributed", "Mmap", "Random", "Serialization"]
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
[[deps.Sockets]]
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
[[deps.SortingAlgorithms]]
deps = ["DataStructures"]
git-tree-sha1 = "b3363d7460f7d098ca0912c69b082f75625d7508"
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
version = "1.0.1"
[[deps.SparseArrays]]
deps = ["LinearAlgebra", "Random"]
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[[deps.SpecialFunctions]]
deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
git-tree-sha1 = "5ba658aeecaaf96923dce0da9e703bd1fe7666f9"
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
version = "2.1.4"
[[deps.Static]]
deps = ["IfElse"]
git-tree-sha1 = "87e9954dfa33fd145694e42337bdd3d5b07021a6"
uuid = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
version = "0.6.0"
[[deps.StaticArrays]]
deps = ["LinearAlgebra", "Random", "Statistics"]
git-tree-sha1 = "6976fab022fea2ffea3d945159317556e5dad87c"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.4.2"
[[deps.Statistics]]
deps = ["LinearAlgebra", "SparseArrays"]
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[[deps.StatsAPI]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "c3d8ba7f3fa0625b062b82853a7d5229cb728b6b"
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
version = "1.2.1"
[[deps.StatsBase]]
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
git-tree-sha1 = "8977b17906b0a1cc74ab2e3a05faa16cf08a8291"
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
version = "0.33.16"
[[deps.TOML]]
deps = ["Dates"]
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[[deps.Tar]]
deps = ["ArgTools", "SHA"]
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
[[deps.Test]]
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[[deps.ThreadPinning]]
deps = ["DelimitedFiles", "Libdl", "LinearAlgebra", "Random", "Requires"]
git-tree-sha1 = "217ccfc75da03366f020d512bf7d6f476289954c"
uuid = "811555cd-349b-4f26-b7bc-1f208b848042"
version = "0.4.0"
[[deps.ThreadingUtilities]]
deps = ["ManualMemory"]
git-tree-sha1 = "f8629df51cab659d70d2e5618a430b4d3f37f2c3"
uuid = "8290d209-cae3-49c0-8002-c8c24d57dab5"
version = "0.5.0"
[[deps.UUIDs]]
deps = ["Random", "SHA"]
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[[deps.UnPack]]
git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b"
uuid = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
version = "1.0.2"
[[deps.Unicode]]
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[[deps.UnicodePlots]]
deps = ["Contour", "Crayons", "Dates", "LinearAlgebra", "MarchingCubes", "NaNMath", "SparseArrays", "StaticArrays", "StatsBase", "Unitful"]
git-tree-sha1 = "1785494cb9484f9ab05bbc9d81a2d4de4341eb39"
uuid = "b8865327-cd53-5732-bb35-84acbb429228"
version = "2.9.0"
[[deps.Unitful]]
deps = ["ConstructionBase", "Dates", "LinearAlgebra", "Random"]
git-tree-sha1 = "b649200e887a487468b71821e2644382699f1b0f"
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
version = "1.11.0"
[[deps.VectorizationBase]]
deps = ["ArrayInterface", "CPUSummary", "HostCPUFeatures", "Hwloc", "IfElse", "LayoutPointers", "Libdl", "LinearAlgebra", "SIMDTypes", "Static"]
git-tree-sha1 = "1901efb08ce6c4526ddf7fdfa9181dc3593fe6a2"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
version = "0.21.25"
[[deps.Zlib_jll]]
deps = ["Libdl"]
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
[[deps.libblastrampoline_jll]]
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
[[deps.nghttp2_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
[[deps.p7zip_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
[deps]
STREAMBenchmark = "05e9033e-e298-417a-adae-495536c11ad4"
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
Inactive Modules:
1) compiler/GCCcore/10.2.0 4) lib/zlib/1.2.11-GCCcore-10.2.0
2) devel/ncurses/6.2-GCCcore-10.2.0 5) tools/tmux
3) lib/libevent/2.1.12-GCCcore-10.2.0
Node: n2fpga14
| 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,
16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,
32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,
48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ |
| 64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,
80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,
96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,
112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ |
# = Julia thread, # = HT, # = Julia thread on HT, | = Socket seperator
Julia threads: 128
├ Occupied CPU-threads: 128
└ Mapping (Thread => CPUID): 1 => 0, 2 => 1, 3 => 2, 4 => 3, 5 => 4, ...
Julia threads are running on the following cores:
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127]
╔══╡ Single-threaded:
╟─ COPY: 23334.0 MB/s
╟─ SCALE: 23576.0 MB/s
╟─ ADD: 24894.1 MB/s
╟─ TRIAD: 24931.6 MB/s
╟─────────────────────
║ Median: 24235.1 MB/s
╚═════════════════════
╔══╡ Multi-threaded:
╠══╡ (128 threads)
╟─ COPY: 462291.2 MB/s
╟─ SCALE: 457061.7 MB/s
╟─ ADD: 391821.9 MB/s
╟─ TRIAD: 381946.0 MB/s
╟─────────────────────
║ Median: 424441.8 MB/s
╚═════════════════════
# Threads: 1 Max. memory bandwidth: 33941.4
# Threads: 2 Max. memory bandwidth: 38767.1
# Threads: 3 Max. memory bandwidth: 39517.2
# Threads: 4 Max. memory bandwidth: 39609.6
# Threads: 5 Max. memory bandwidth: 39102.9
# Threads: 6 Max. memory bandwidth: 38284.1
# Threads: 7 Max. memory bandwidth: 37811.7
# Threads: 8 Max. memory bandwidth: 37550.4
# Threads: 9 Max. memory bandwidth: 39206.3
# Threads: 10 Max. memory bandwidth: 39409.3
# Threads: 11 Max. memory bandwidth: 39467.6
# Threads: 12 Max. memory bandwidth: 39540.5
# Threads: 13 Max. memory bandwidth: 39570.5
# Threads: 14 Max. memory bandwidth: 39609.2
# Threads: 15 Max. memory bandwidth: 39708.9
# Threads: 16 Max. memory bandwidth: 39672.4
# Threads: 17 Max. memory bandwidth: 42262.7
# Threads: 18 Max. memory bandwidth: 44959.9
# Threads: 19 Max. memory bandwidth: 47618.6
# Threads: 20 Max. memory bandwidth: 50331.5
# Threads: 21 Max. memory bandwidth: 53020.4
# Threads: 22 Max. memory bandwidth: 55755.4
# Threads: 23 Max. memory bandwidth: 58452.7
# Threads: 24 Max. memory bandwidth: 61296.8
# Threads: 25 Max. memory bandwidth: 64048.3
# Threads: 26 Max. memory bandwidth: 66930.0
# Threads: 27 Max. memory bandwidth: 69775.6
# Threads: 28 Max. memory bandwidth: 72580.6
# Threads: 29 Max. memory bandwidth: 75390.5
# Threads: 30 Max. memory bandwidth: 78293.4
# Threads: 31 Max. memory bandwidth: 81460.0
# Threads: 32 Max. memory bandwidth: 83668.6
# Threads: 33 Max. memory bandwidth: 86534.2
# Threads: 34 Max. memory bandwidth: 89575.3
# Threads: 35 Max. memory bandwidth: 92646.5
# Threads: 36 Max. memory bandwidth: 95490.8
# Threads: 37 Max. memory bandwidth: 98414.6
# Threads: 38 Max. memory bandwidth: 101697.9
# Threads: 39 Max. memory bandwidth: 104463.9
# Threads: 40 Max. memory bandwidth: 107721.6
# Threads: 41 Max. memory bandwidth: 110941.6
# Threads: 42 Max. memory bandwidth: 113983.3
# Threads: 43 Max. memory bandwidth: 117262.1
# Threads: 44 Max. memory bandwidth: 120312.6
# Threads: 45 Max. memory bandwidth: 123521.3
# Threads: 46 Max. memory bandwidth: 127212.2
# Threads: 47 Max. memory bandwidth: 130323.0
# Threads: 48 Max. memory bandwidth: 132789.6
# Threads: 49 Max. memory bandwidth: 135288.6
# Threads: 50 Max. memory bandwidth: 138513.6
# Threads: 51 Max. memory bandwidth: 141462.7
# Threads: 52 Max. memory bandwidth: 145843.2
# Threads: 53 Max. memory bandwidth: 148691.9
# Threads: 54 Max. memory bandwidth: 151944.4
# Threads: 55 Max. memory bandwidth: 155839.8
# Threads: 56 Max. memory bandwidth: 158417.9
# Threads: 57 Max. memory bandwidth: 162548.3
# Threads: 58 Max. memory bandwidth: 165540.3
# Threads: 59 Max. memory bandwidth: 170512.2
# Threads: 60 Max. memory bandwidth: 173214.5
# Threads: 61 Max. memory bandwidth: 176547.2
# Threads: 62 Max. memory bandwidth: 181011.2
# Threads: 63 Max. memory bandwidth: 184472.1
# Threads: 64 Max. memory bandwidth: 187421.5
# Threads: 65 Max. memory bandwidth: 188262.2
# Threads: 66 Max. memory bandwidth: 192293.7
# Threads: 67 Max. memory bandwidth: 196260.6
# Threads: 68 Max. memory bandwidth: 200640.7
# Threads: 69 Max. memory bandwidth: 203263.9
# Threads: 70 Max. memory bandwidth: 209873.3
# Threads: 71 Max. memory bandwidth: 210803.0
# Threads: 72 Max. memory bandwidth: 216486.0
# Threads: 73 Max. memory bandwidth: 221481.7
# Threads: 74 Max. memory bandwidth: 222692.8
# Threads: 75 Max. memory bandwidth: 225600.8
# Threads: 76 Max. memory bandwidth: 229398.5
# Threads: 77 Max. memory bandwidth: 235343.1
# Threads: 78 Max. memory bandwidth: 240904.0
# Threads: 79 Max. memory bandwidth: 241675.6
# Threads: 80 Max. memory bandwidth: 244348.1
# Threads: 81 Max. memory bandwidth: 248013.3
# Threads: 82 Max. memory bandwidth: 251541.4
# Threads: 83 Max. memory bandwidth: 257786.8
# Threads: 84 Max. memory bandwidth: 261039.7
# Threads: 85 Max. memory bandwidth: 268311.2
# Threads: 86 Max. memory bandwidth: 272422.6
# Threads: 87 Max. memory bandwidth: 276686.4
# Threads: 88 Max. memory bandwidth: 277800.7
# Threads: 89 Max. memory bandwidth: 281057.5
# Threads: 90 Max. memory bandwidth: 286517.2
# Threads: 91 Max. memory bandwidth: 293541.7
# Threads: 92 Max. memory bandwidth: 296142.3
# Threads: 93 Max. memory bandwidth: 299492.7
# Threads: 94 Max. memory bandwidth: 306380.6
# Threads: 95 Max. memory bandwidth: 312008.0
# Threads: 96 Max. memory bandwidth: 314732.9
# Threads: 97 Max. memory bandwidth: 315592.3
# Threads: 98 Max. memory bandwidth: 323392.1
# Threads: 99 Max. memory bandwidth: 319958.9
# Threads: 100 Max. memory bandwidth: 329524.2
# Threads: 101 Max. memory bandwidth: 334298.6
# Threads: 102 Max. memory bandwidth: 334569.9
# Threads: 103 Max. memory bandwidth: 343026.8
# Threads: 104 Max. memory bandwidth: 350256.5
# Threads: 105 Max. memory bandwidth: 355691.6
# Threads: 106 Max. memory bandwidth: 360099.7
# Threads: 107 Max. memory bandwidth: 363009.5
# Threads: 108 Max. memory bandwidth: 372386.4
# Threads: 109 Max. memory bandwidth: 371830.4
# Threads: 110 Max. memory bandwidth: 382039.8
# Threads: 111 Max. memory bandwidth: 383984.7
# Threads: 112 Max. memory bandwidth: 380027.5
# Threads: 113 Max. memory bandwidth: 385447.6
# Threads: 114 Max. memory bandwidth: 390575.7
# Threads: 115 Max. memory bandwidth: 398674.1
# Threads: 116 Max. memory bandwidth: 398005.8
# Threads: 117 Max. memory bandwidth: 408238.9
# Threads: 118 Max. memory bandwidth: 413160.0
# Threads: 119 Max. memory bandwidth: 417274.4
# Threads: 120 Max. memory bandwidth: 428735.6
# Threads: 121 Max. memory bandwidth: 430021.9
# Threads: 122 Max. memory bandwidth: 434019.8
# Threads: 123 Max. memory bandwidth: 437953.3
# Threads: 124 Max. memory bandwidth: 442246.1
# Threads: 125 Max. memory bandwidth: 453289.8
# Threads: 126 Max. memory bandwidth: 463640.3
# Threads: 127 Max. memory bandwidth: 461435.7
# Threads: 128 Max. memory bandwidth: 462300.1
Memory Bandwidth Scaling
+----------------------------------------+
500000 | |
| ./ |
| /` |
| .*` |
| .' |
| .-` |
| ,/ |
MB/s | ./ |
| ./` |
| .r/ |
| .r' |
| .r' |
| _*' |
|___,/` |
0 | |
+----------------------------------------+
0 200
# threads
#!/usr/bin/env sh
#SBATCH -J STREAMBenchmark
#SBATCH -N 1
#SBATCH -n 128
#SBATCH -A pc2-mitarbeiter
#SBATCH -p ALL
#SBATCH -t 30:00
#SBATCH --hint=nomultithread
#=
ml load lang
ml load Julia/1.7.2-linux-x86_64
export JULIA_NUM_THREADS=128
julia --project $(scontrol show job $SLURM_JOBID | awk -F= '/Command=/{print $2}')
exit
# =#
println("Node: ", gethostname(), "\n")
using Pkg
Pkg.instantiate()
Pkg.precompile()
flush(stdout)
flush(stderr)
using STREAMBenchmark
using ThreadPinning
using UnicodePlots
# thread affinity
pinthreads(:compact)
threadinfo(; color=false)
println()
println("Julia threads are running on the following cores:")
println(getcpuids(), "\n")
flush(stdout)
# membw benchmark
println()
benchmark(N=64_000_000)
flush(stdout)
# membw scaling benchmark
println()
maximums = scaling_benchmark(N=64_000_000)
flush(stdout)
p = lineplot(1:Threads.nthreads(), maximums, title="Memory Bandwidth Scaling", xlabel="# threads", ylabel="MB/s", border=:ascii, canvas=AsciiCanvas)
println(p)
flush(stdout)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment