%0 Conference Paper %B 20th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGRID 2020) %D 2020 %T Using Arm Scalable Vector Extension to Optimize Open MPI %A Dong Zhong %A Pavel Shamis %A Qinglei Cao %A George Bosilca %A Jack Dongarra %K ARMIE %K datatype pack and unpack %K local reduction %K non-contiguous accesses %K SVE %K Vector Length Agnostic %X As the scale of high-performance computing (HPC) systems continues to grow, increasing levels of parallelism must be implored to achieve optimal performance. Recently, the processors support wide vector extensions, vectorization becomes much more important to exploit the potential peak performance of target architecture. Novel processor architectures, such as the Armv8-A architecture, introduce Scalable Vector Extension (SVE) - an optional separate architectural extension with a new set of A64 instruction encodings, which enables even greater parallelisms. In this paper, we analyze the usage and performance of the SVE instructions in Arm SVE vector Instruction Set Architecture (ISA); and utilize those instructions to improve the memcpy and various local reduction operations. Furthermore, we propose new strategies to improve the performance of MPI operations including datatype packing/unpacking and MPI reduction. With these optimizations, we not only provide a higher-parallelism for a single node, but also achieve a more efficient communication scheme of message exchanging. The resulting efforts have been implemented in the context of OPEN MPI, providing efficient and scalable capabilities of SVE usage and extending the possible implementations of SVE to a more extensive range of programming and execution paradigms. The evaluation of the resulting software stack under different scenarios with both simulator and Fujitsu’s A64FX processor demonstrates that the solution is at the same time generic and efficient. %B 20th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGRID 2020) %I IEEE/ACM %C Melbourne, Australia %8 2020-05 %G eng %R https://doi.org/10.1109/CCGrid49817.2020.00-71