Do you have issues with OCaml5 not working as expected?
Here we share some of the tips and tricks that the OCaml Multicore developers have benefitted from in debugging OCaml5 applications, along with tools to help test and verify OCaml5 code.
Tools for performance debugging
htop
Simply running htop can be useful to understand if your parallel code utilizes all your CPUs in parallel.
[ screenshot ]
Here one can see that all 4 cores are utilized fully when running the multicore OCaml5 program.