Running target/debug/deps/health_check-1b83a7cb3a2b9b85
running 1 test
test health_check_works ... FAILED
failures:
---- health_check_works stdout ----
thread 'health_check_works' panicked at 'Failed to spawn our app.: Os { code: 98, kind: AddrInUse, message: "Address already in use" }', tests/health_check.rs:9:23
๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opam-version: "2.0" | |
compiler: [ | |
"base-bigarray.base" | |
"base-threads.base" | |
"base-unix.base" | |
"ocaml.4.10.0" | |
"ocaml-variants.4.10.0+multicore" | |
] | |
roots: [ | |
"cmdliner.1.0.4" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orun LU_decomposition_multicore.12_2048.orun.bench [4.12.0+domains+effects+dlabs_1] (got signal SEGV) | |
(cd _build/4.12.0+domains+effects+dlabs_1/benchmarks/multicore-numerical && /home/shubham/sandmark/_opam/4.12.0+domains+effects+dlabs/bin/orun -o ../../LU_decomposition_multicore.12_2048.orun.bench -- taskset --cpu-list 2-13 ./LU_decomposition_multicore.exe 12 2048 &> /dev/null | |
orun LU_decomposition_multicore.16_2048.orun.bench [4.12.0+domains+effects+dlabs_1] (got signal SEGV) | |
(cd _build/4.12.0+domains+effects+dlabs_1/benchmarks/multicore-numerical && /home/shubham/sandmark/_opam/4.12.0+domains+effects+dlabs/bin/orun -o ../../LU_decomposition_multicore.16_2048.orun.bench -- taskset --cpu-list 2-13,16-27 ./LU_decomposition_multicore.exe 16 2048 &> /dev/null | |
orun LU_decomposition_multicore.20_2048.orun.bench [4.12.0+domains+effects+dlabs_1] (got signal SEGV) | |
(cd _build/4.12.0+domains+effects+dlabs_1/benchmarks/multicore-numerical && /home/shubham/sandmark/_opam/4.12.0+domains+effects+dlabs/bin |
List of items I need, except TBDs which are still undecided
- Laptop - macbook pro m1, with 16gb ram and 512 internal storage
- Dongle/Port Hub for the macbook pro so that I connect stuff to it :P
- Headphones
- [Monitor](https://www.amazon.in/LG-UltraWide-Inch-WFHD-Display/dp/B08CF4LZT1/ref=sxin_9?asc_contentid=amzn1.osa.db47689e-5e51-457a-9745-16c57bbd6beb.A21TJRUUN4KGV.en_IN&asc_contenttype=article&ascsubtag=amzn1.osa.db47689e-5e51-457a-9745-16c57bbd6beb.A21TJRUUN4KGV.en_IN&creativeASIN=B08CF4LZT1&cv_ct_cx=wide+screen+monitor&cv_ct_id=amzn1.osa.db47689e-5e51-457a-9745-16c57bbd6beb.A21TJRUUN4KGV.en_IN&cv_ct_pg=search&cv_ct_we=asin&cv_ct_wn=osp-single-source-pecos-desktop&dchild=1&keywords=widescreen+monitor&linkCode=oas&pd_rd_i=B08CF4LZT1&pd_rd_r=3786cc37-2063-4641-8e58-2f581838a5a6&pd_rd_w=PhgRL&pd_rd_wg=8lBtl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"crout-decomposition.","command":"taskset --cpu-list 5 ./crout_decomposition.exe","time_secs":1.442824125289917,"user_time_secs":1.422518,"sys_time_secs":0.020035,"maxrss_kB":67204,"ocaml":{"version":"4.12.0+multicore","c_compiler":"gcc","architecture":"amd64","word_size":"64","system":"linux","function_sections":"true","supports_shared_libraries":"true","linear_magic_number":"Caml1999L029"},"gc":{"allocated_words":551063459,"minor_words":543585663,"promoted_words":298455,"major_words":7776251,"minor_collections":2076,"major_collections":7,"forced_major_collections":0,"heap_words":7772654,"top_heap_words":7772654,"mean_space_overhead":10.166362},"codesize":345866.0,"ocaml_url":"https://github.com/ocaml-multicore/ocaml-multicore/archive/4.12+domains+effects.tar.gz"} | |
{"name":"menhir.ocamly","command":"taskset --cpu-list 5 menhir benchmarks/menhir/ocaml.mly --list-errors -la 2 --no-stdlib --lalr","time_secs":254.9907898902893,"user_time_secs":251.28706,"sys_time_secs":3.699927,"maxrss_kB":3490192,"ocaml" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let read_whole_file filename = | |
let ch = open_in filename in | |
let s = really_input_string ch (in_channel_length ch) in | |
close_in ch; | |
s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add this to the start of the crontab file to access local packages | |
PATH=/usr/bin:/bin:/usr/local/bin/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jq '{wrappers : .wrappers, benchmarks: [.benchmarks | .[] | select(.tags | index("macro_bench") != null)]}' < run_config.json > run_config_filtered.json | |
intervaltree is not installed. Install using pip3 install. | |
git log -n 1 | |
commit f1d0104bd599efea109071db82c6a06808dc44ac | |
Merge: 9da9b70 1770b7d | |
Author: KC Sivaramakrishnan <[email protected]> | |
Date: Thu Jul 8 15:12:35 2021 +0530 | |
Merge pull request #242 from Sudha247/grammatrix_commentary | |