The paper compares two methods for parallel matrix multiplication using the Parallel Virtual Machine (PVM): the 'row per slave' and 'rows set per slave' methods. Results demonstrate that the 'row per slave' method significantly reduces computation time, showing an average decrease of around 50% relative to the 'rows set per slave' method across various matrix sizes. The study emphasizes the efficiency benefits of the 'row per slave' approach in a parallel computing environment.