I have a python script that runs programs in parallel using joblib and it works just fine (100% cpu consumption on local machine).
Lately, I've migrated the python script to data science virtual machine (DSVM) on azure but found that the multiprocessing logic does not work (cpu consumption remains low level 5% on average).
Does anyone know whether azure VM supports parallelization? if yes, what python package I should use? "joblib" is currently used.
if no, any alternatives you can suggest for parallelization on azure VM?
Thank you in advance and stay healthy!!!
Regards, Kelvin