Difference between HPC and GPGPU

Hi,

Can anybody tell me the difference between High Performance Computing and GPGPU?

Thanks

GPGPU is HPC with GPU but HPC can be without GPU. Generally it is based on parallel programming on clusters using MPI, OpenMP, …

Thanks Mat36!!