Skip to content
Snippets Groups Projects
Commit c1e34ff9 authored by erwan's avatar erwan
Browse files

simca: fix a typo and make sure gitlab CI catch the in the future!

parent 5310efcf
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,7 @@ simca:
stage: release
script:
- cd tools/simca
- make
- make cmxs
- make log
- make pdf
allow_failure: true
- make && make cmxs && make log && make pdf
artifacts:
paths:
- tools/simca
......
......@@ -17,7 +17,7 @@ let rings = List.init 5 (fun n -> Ring (100*(n+1))) (* [100; 200; ...; 500] *)
let er = List.init 5 (fun n -> ER (20*(n+1), 0.4)) (* [20; 40; ...; 100] *)
let networks = (cliques@rings@er)
let gen_make_rules () = gen_makefile "Makefile.expe-rules" daemons algos networks
let gen_make_rules () = gen_makefile "Makefile.expe-rules" daemons algos networks;;
#use "parseLog.ml";;
let gen_pdf () =
......
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