Parallel fuzzing with llvm-opt-fuzzer

Hello everyone,

I’m learning how to use ‘llvm-opt-fuzzer’ but I didn’t find out how to run it in parallel.
Is it possible to run fuzzer in parallel?

Thanks

There should be a -jobs=N option to control how many jobs to run in parallel.