VIRTUAL PARALLEL ENVIRONMENT USING PVM CASE STUDY BUBBLE SORT ALGORITHM
Daftar Isi:
- Parallel computing is a technique to solve a problem using many CPUs. To perform the parallel computing, it is required parallel computer, which is commonly known as supercomputers (multi processor computer). Nowadays a supercomputer is still very expensive, so it is rarely to used. Therefore, parallel algorithm is difficult to be applied in general. To resolve that problem, virtual parallel workstation is being created. Virtual parallel workstation is actually a network of computers controlled by software that can regulate the allocation of computational processes to processors across the entire network. This project uses PVM (Parallel Virtual Machine) to implement the parallel workstation environment to perform bubble sort in parallel approach.