Skip to content

Instantly share code, notes, and snippets.

View dpo's full-sized avatar
💭
Hacking

Dominique dpo

💭
Hacking
View GitHub Profile
@dpo
dpo / 1_fact.svg
Created July 18, 2020 03:54
LDLFactorizations repository benchmark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dpo
dpo / 1_fact.svg
Created July 16, 2020 19:51
LDLFactorizations repository benchmark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dpo
dpo / commit.md
Created July 13, 2020 15:09
LDLFactorizations repository benchmark

Benchmark Report for LDLFactorizations

Job Properties

  • Time of benchmark: 11 Jul 2020 - 15:12
  • Package commit: 777a21
  • Julia commit: b8e9a9
  • Julia command flags: None
  • Environment variables: None

Results

@dpo
dpo / bmark.md
Created July 10, 2020 01:58
Benchmarks uploaded by SolverBenchmark.jl

Benchmark Report for LDLFactorizations

Job Properties

  • Time of benchmark: 9 Jul 2020 - 21:57
  • Package commit: 6bd5ba
  • Julia commit: b8e9a9
  • Julia command flags: None
  • Environment variables: None

Results

@dpo
dpo / # xz - 2020-06-05_17-05-13.txt
Created June 5, 2020 21:09
xz on 5.6.7-1.el7.elrepo.x86_64 - Homebrew build logs
Homebrew build logs for xz on 5.6.7-1.el7.elrepo.x86_64
Build date: 2020-06-05 17:05:13
using BinaryBuilder
name = "Bogus"
version = v"0.0.1"
sources = [ # download anything, it doesn't matter
ArchiveSource("https://github.com/JuliaPackaging/BinaryBuilder.jl/archive/v0.2.4.tar.gz",
"46de5242addad8825beac7b7ef254a9b4eb5f1b70a54f6f438b182d9a57f9f07"),
]
@dpo
dpo / # protobuf - 2020-04-20_20-06-02.txt
Created April 21, 2020 00:06
protobuf on 3.10.0-1062.18.1.el7.x86_64 - Homebrew build logs
Homebrew build logs for protobuf on 3.10.0-1062.18.1.el7.x86_64
Build date: 2020-04-20 20:06:02
2020-04-16 16:35:39 -0400
make
/usr/bin/make all-recursive
make[1]: Entering directory `/tmp/pkg-config-20200416-29408-1fd8juh/pkg-config-0.29.2'
Making all in glib
make[2]: Entering directory `/tmp/pkg-config-20200416-29408-1fd8juh/pkg-config-0.29.2/glib'
/usr/bin/make all-recursive
make[3]: Entering directory `/tmp/pkg-config-20200416-29408-1fd8juh/pkg-config-0.29.2/glib'
using BinaryProvider # requires BinaryProvider 0.3.0 or later
# Parse some basic command-line arguments
const verbose = "--verbose" in ARGS
const prefix = Prefix(get([a for a in ARGS if a != "--verbose"], 1, joinpath(@__DIR__, "usr")))
products = [
LibraryProduct(prefix, ["libipopt"], :libipopt),
ExecutableProduct(prefix, "ipopt", :amplexe),
]