high performance computing hpc at ul
play

High Performance Computing (HPC) at UL Present and Future - PowerPoint PPT Presentation

High Performance Computing (HPC) at UL Present and Future Challenges Sbastien Varrette, PhD UL HPC Management Team, Parallel Computing and Optimization Group (PCOG), University of Luxembourg (UL), Luxembourg Sbastien Varrette, PhD (UL


  1. High Performance Computing (HPC) at UL Present and Future Challenges Sébastien Varrette, PhD UL HPC Management Team, Parallel Computing and Optimization Group (PCOG), University of Luxembourg (UL), Luxembourg Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 1 / 40 �

  2. Preliminaries Summary 1 Preliminaries 2 The UL HPC platform Overview Platform Management Tools Monitoring Statistics & Milestones 3 Incoming Milestones and Challenges Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 2 / 40 �

  3. Preliminaries Computing / Storage Performances HPC : H igh P erformance C omputing Main HPC Performance Metrics Computing Capacity/speed: often measured in flops (or flop/s ) → Fl oating p oint o perations per s econds ֒ (often in DP) → GFlops = 10 9 Flops TFlops = 10 12 Flops PFlops = 10 15 Flops ֒ Storage Capacity measured in multiples of bytes = 8 bits → GB = 10 9 bytes TB = 10 12 bytes PB = 10 15 bytes ֒ → GiB = 1024 3 bytes TiB = 1024 4 bytes PiB = 1024 5 bytes ֒ Transfer rate on a medium measured in Mb/s or MB/s Other metrics: Sequential vs Random R/W speed , IOPS Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 3 / 40 �

  4. Preliminaries Why High Performance Computing ? "The country that out-computes will be the one that out-competes". Council on Competitiveness Accelerate research by accelerating computations 14.4 G Flops 49.918 T Flops (Dual-core i7 1.8GHz) (400computing nodes, 4284cores) Increase storage capacity 2TB (1 disk) 4268.4TB raw (642disks) Communicate faster 1 GbE (1 Gb/s) vs Infiniband QDR (40 Gb/s) Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 4 / 40 �

  5. Preliminaries Computing for Researchers Regular PC / Local Laptop / Workstation → Native OS (Windows, Linux, Mac etc.) ֒ Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 5 / 40 �

  6. Preliminaries Computing for Researchers Regular PC / Local Laptop / Workstation → Native OS (Windows, Linux, Mac etc.) ֒ → Virtualized OS through an hypervisor ֒ � Hypervisor: core virtualization engine / environment � Performance loss: ≥ 20% Xen, VMWare ESXi, KVM VirtualBox Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 5 / 40 �

  7. Preliminaries Computing for Researchers Cloud Computing Platform → Infrastructure as a Service (IaaS) ֒ Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 6 / 40 �

  8. Preliminaries Computing for Researchers Cloud Computing Platform → Platform as a Service (PaaS) ֒ Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 6 / 40 �

  9. Preliminaries Computing for Researchers Cloud Computing Platform → Software as a Service (SaaS) ֒ Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 6 / 40 �

  10. Preliminaries Computing for Researchers High Performance Computing platforms → For Speedup , Scalability and Faster Time to Solution ֒ Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 7 / 40 �

  11. Preliminaries Computing for Researchers High Performance Computing platforms → For Speedup , Scalability and Faster Time to Solution ֒ YET... PC � = HPC Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 7 / 40 �

  12. Preliminaries Computing for Researchers High Performance Computing platforms → For Speedup , Scalability and Faster Time to Solution ֒ YET... PC � = HPC HPC ≃ Formula 1 → can end badly, even after minor errors ֒ Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 7 / 40 �

  13. Preliminaries Jobs, Tasks & Local Execution $> ./myprog CPU 1 Core 1 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  14. Preliminaries Jobs, Tasks & Local Execution $> ./myprog CPU 1 Core 1 ./myprog Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  15. Preliminaries Jobs, Tasks & Local Execution $> ./myprog $> ./myprog -n 10 CPU 1 Core 1 ./myprog Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  16. Preliminaries Jobs, Tasks & Local Execution $> ./myprog $> ./myprog -n 10 CPU 1 Core 1 ./myprog ./myprog -n 10 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  17. Preliminaries Jobs, Tasks & Local Execution $> ./myprog $> ./myprog -n 10 $> ./myprog -n 100 CPU 1 Core 1 ./myprog ./myprog -n 10 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  18. Preliminaries Jobs, Tasks & Local Execution $> ./myprog $> ./myprog -n 10 $> ./myprog -n 100 CPU 1 Core 1 ./myprog ./myprog -n 10 ./myprog -n 100 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  19. Preliminaries Jobs, Tasks & Local Execution $> ./myprog $> ./myprog -n 10 $> ./myprog -n 100 T1(local) = 100s CPU 1 Core 1 ./myprog ./myprog -n 10 ./myprog -n 100 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  20. Preliminaries Jobs, Tasks & Local Execution Job(s) $> ./myprog $> ./myprog -n 10 $> ./myprog -n 100 Task(s) 3 3 T1(local) = 100s CPU 1 Core 1 ./myprog ./myprog -n 10 ./myprog -n 100 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  21. Preliminaries Jobs, Tasks & Local Execution # launcher ./myprog ./myprog -n 10 ./myprog -n 100 CPU 1 Core 1 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  22. Preliminaries Jobs, Tasks & Local Execution # launcher ./myprog ./myprog -n 10 ./myprog -n 100 CPU 1 Core 1 ./myprog Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  23. Preliminaries Jobs, Tasks & Local Execution # launcher ./myprog ./myprog -n 10 ./myprog -n 100 CPU 1 Core 1 ./myprog ./myprog -n 10 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  24. Preliminaries Jobs, Tasks & Local Execution # launcher ./myprog ./myprog -n 10 ./myprog -n 100 CPU 1 Core 1 ./myprog ./myprog -n 10 ./myprog -n 100 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  25. Preliminaries Jobs, Tasks & Local Execution # launcher ./myprog ./myprog -n 10 ./myprog -n 100 T1(local) = 100s CPU 1 Core 1 ./myprog ./myprog -n 10 ./myprog -n 100 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  26. Preliminaries Jobs, Tasks & Local Execution # launcher Job(s) Job(s) ./myprog Task(s) Task(s) ./myprog -n 10 3 3 ./myprog -n 100 1 1 T1(local) = 100s CPU 1 Core 1 ./myprog ./myprog -n 10 ./myprog -n 100 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  27. Preliminaries Jobs, Tasks & Local Execution # launcher ./myprog ./myprog -n 10 ./myprog -n 100 CPU 1 Core 1 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  28. Preliminaries Jobs, Tasks & Local Execution # launcher2 "Run in //:" ./myprog ./myprog -n 10 ./myprog -n 100 CPU 1 Core 1 Core 2 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  29. Preliminaries Jobs, Tasks & Local Execution # launcher2 "Run in //:" ./myprog ./myprog -n 10 ./myprog -n 100 T2(local) = 70s CPU 1 Core 1 ./myprog ./myprog -n 100 Core 2 ./myprog -n 10 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  30. Preliminaries Jobs, Tasks & Local Execution # launcher2 "Run in //:" Job(s) Job(s) ./myprog Task(s) Task(s) ./myprog -n 10 3 3 ./myprog -n 100 1 1 T2(local) = 70s CPU 1 Core 1 ./myprog ./myprog -n 100 Core 2 ./myprog -n 10 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 8 / 40 �

  31. Preliminaries Jobs, Tasks & HPC Execution # launcher ./myprog ./myprog -n 10 ./myprog -n 100 CPU 1 Core 1 Node 1 Core 2 CPU 2 Core 3 Core 4 CPU 1 Core 1 Node 2 Core 2 CPU 2 Core 3 Core 4 Time Sébastien Varrette, PhD (UL HPC, PCOG, CSC Research Unit) High Performance Computing (HPC) at UL 9 / 40 �

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend