rgmol.set_nprocs#

rgmol.set_nprocs()#

set_number_procs(nprocs)

This functions sets the number maximum of processors that can be used by rgmol. Because of python shenanigans, the maximum number of processors that should be used is 8. Higher number of processors will slow down the calculations

Parameters:

nprocs (int) – the maximum number of processors

Returns:

None