Lately I install a large number of opam packages regularly (blow away a switch, recreate, reinstall packages) and I’m using machines with 16 cores. When I use “make”, I can specify “-j32” and pretty much use up the entire machine, but when I’m installing with opam, it seems that even specifying “-j32” for “opam install” doesn’t actually induce any significant parallelism.
Does anybody know if there’s a way to push down the “-j32” to the make that opam will invoke ?