👋 Welcome to  Cuterwrite 's Blog

Featured image of post Record: Install Intel® OneAPI-2024.0

Record: Install Intel® OneAPI-2024.0

OneAPI is an open and standards-based specification that supports multiple architecture types, including but not limited to GPU, CPU, and FPGA. The specification has direct programming and API-based programming paradigms. Intel® OneAPI is a software suite that includes various tools and libraries to support the OneAPI specification. This article documents the process of installing Intel® OneAPI-2024.0 on CentOS 7.6.

Featured image of post Notes: Pure - Improving Message Passing to Better Utilize Intra-Node Shared Memory

Notes: Pure - Improving Message Passing to Better Utilize Intra-Node Shared Memory

Pure is a new programming model and runtime system designed to fully leverage shared memory within nodes in environments based on the Message Passing Interface (enhancing the utilization of idle core capabilities through tasks). Pure utilizes shared memory in two ways: (1) allowing ranks to steal work from each other while waiting for messages to arrive; (2) enabling high-performance message passing and collective operations between processes within a node using efficient lock-free data structures. Researchers evaluated the key message passing and collective features of Pure through micro benchmark tests and demonstrated that in CoMD molecular dynamics and miniAMR adaptive mesh refinement applications, Pure can achieve up to 2.1x application acceleration when scaling to 4096 ranks.

Featured image of post Scientific Research Chart Drawing

Scientific Research Chart Drawing

In scientific research, precise and expressive data visualization is a crucial step. This article aims to explore and recommend a series of professional and widely used scientific charting tools, which have become indispensable work partners for researchers due to their powerful features and flexibility.

Featured image of post RDMA Basic Service Types

RDMA Basic Service Types

This article is reprinted from Zhihu Column: 5. Basic Service Types of RDMA, Author: Savir. Just like the UDP and TCP in the transport layer of the TCP/IP protocol stack, RDMA technology also specifies service types for different scenarios, with each type emphasizing different aspects of reliability and speed. This article introduces the characteristics and application scenarios of 4 main service types.

Featured image of post RDMA Operation Types

RDMA Operation Types

This article is reprinted from Zhihu column: 4. RDMA Operation Types, author: Savir. There are various communication models/modes in RDMA. Based on the CPU's involvement during data transmission and reception, they can be divided into two-sided operations requiring the participation of both sending and receiving ends, and one-sided operations requiring only the initiator's involvement. This article introduces the data transfer process in software and hardware for different operation types.

本博客已稳定运行
总访客数: Loading
总访问量: Loading
发表了 27 篇文章 · 总计 71.51k
Built with Hugo
Theme Stack designed by Jimmy
基于 v3.32.0 分支版本修改