The document presents a paper on the performance evaluation of a parallel bubble sort algorithm using the supercomputer Iman1, highlighting its running time, speedup, and efficiency as the number of processors increases. It discusses various background studies and objectives, particularly emphasizing the application's benefits for supercomputers in handling large data sets with improved efficiency and reduced cost. The parallel bubble sort demonstrates a complexity of O(n), outperforming the traditional O(n log n) complexity of sequential algorithms.