diff --git a/E/ExaAdmm/Compat.toml b/E/ExaAdmm/Compat.toml new file mode 100644 index 000000000000000..017cf4a103f4f05 --- /dev/null +++ b/E/ExaAdmm/Compat.toml @@ -0,0 +1,9 @@ +[0] +CUDA = "3.4.0-3" +ExaTron = "1" +FileIO = "1.14.0-1" +Ipopt = "1" +JLD2 = "0.4" +JuMP = "1" +MPI = "0.19" +julia = "1.7.0-1" diff --git a/E/ExaAdmm/Deps.toml b/E/ExaAdmm/Deps.toml new file mode 100644 index 000000000000000..ad9f26ae99915a7 --- /dev/null +++ b/E/ExaAdmm/Deps.toml @@ -0,0 +1,15 @@ +[0] +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" +DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" +ExaTron = "28b18bf8-76f9-41ea-81fa-0f922810b349" +FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" +Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9" +JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" +JuMP = "4076af6c-e467-56ae-b986-b466b2749572" +LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/E/ExaAdmm/Package.toml b/E/ExaAdmm/Package.toml new file mode 100644 index 000000000000000..9d673417aac0cea --- /dev/null +++ b/E/ExaAdmm/Package.toml @@ -0,0 +1,3 @@ +name = "ExaAdmm" +uuid = "4d6a948c-1075-4240-a564-361a5d4e22a2" +repo = "https://github.com/exanauts/ExaAdmm.jl.git" diff --git a/E/ExaAdmm/Versions.toml b/E/ExaAdmm/Versions.toml new file mode 100644 index 000000000000000..05fdd8257479ee0 --- /dev/null +++ b/E/ExaAdmm/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "03dc7717716e28e7c5c9a5f1f719720e40a679ac" diff --git a/Registry.toml b/Registry.toml index 50d398f9a1ffe7d..91c28683079f145 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2354,6 +2354,7 @@ some amount of consideration when choosing package names. 4d619e01-cdd4-5c75-9845-95db0342950b = { name = "libmodplug_jll", path = "L/libmodplug_jll" } 4d633899-0529-4c96-b1ed-a77d049c39ef = { name = "SignalOperators", path = "S/SignalOperators" } 4d6a76a9-bfbc-5492-8924-cf6ed7875f06 = { name = "Econometrics", path = "E/Econometrics" } +4d6a948c-1075-4240-a564-361a5d4e22a2 = { name = "ExaAdmm", path = "E/ExaAdmm" } 4d6d38e4-5b87-5e63-912a-873ff2d649b7 = { name = "NCCL_jll", path = "N/NCCL_jll" } 4d7a3746-15be-11ea-1130-334b0c4f5fa0 = { name = "ImplicitGlobalGrid", path = "I/ImplicitGlobalGrid" } 4d8266f6-2b3b-57e3-ad7a-d431eaaac945 = { name = "libpolymake_julia_jll", path = "L/libpolymake_julia_jll" }