会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • METHOD FOR IMPLEMENTING MPI-2 ONE SIDED COMMUNICATION
    • 实施MPI-2一次通信的方法
    • US20080127203A1
    • 2008-05-29
    • US11467946
    • 2006-08-29
    • Su-Hsuan HuangChulho KimRichard R. TreumannWilliam G. Tuel
    • Su-Hsuan HuangChulho KimRichard R. TreumannWilliam G. Tuel
    • G06F3/00
    • G06F9/544G06F9/546H04L67/10H04L67/40
    • A method for implementing Message Passing Interface (MPI-2) one-sided communication by using Low-level Applications Programming Interface (LAPI) active messaging capabilities, including providing at least three data transfer types, one of which is used to send a message with a message header greater than one packet where Data Gather and Scatter Programs (DGSP) are placed as part of the message header; allowing a multi-packet header by using a LAPI data transfer type; sending the DGSP and data as one message; reading the DSGP with a header handler; registering the DSGP with the LAPI to allow the LAPI to scatter the data to one or more memory locations; defining two sets of counters, one counter set for keeping track of a state of a prospective communication partner, and another counter set for recording activities of local and Remote Memory Access (RMA) operations; comparing local and remote counts of completed RMA operations to complete synchronization mechanisms; and creating a mpci_wait_loop function.
    • 一种通过使用低级应用程序编程接口(LAPI)活动消息传递功能实现消息传递接口(MPI-2)单向通信的方法,包括提供至少三种数据传输类型,其中一种用于发送消息 一个消息头大于一个数据包,数据收集和散布程序(DGSP)作为消息头的一部分放置; 通过使用LAPI数据传输类型允许多分组报头; 发送DGSP和数据作为一个消息; 用头处理程序读取DSGP; 将DSGP注册到LAPI以允许LAPI将数据分散到一个或多个存储器位置; 定义两组计数器,一个用于跟踪预期通信伙伴的状态的计数器集合,以及用于记录本地和远程存储器访问(RMA)操作的活动的另一个计数器集合; 比较完成的RMA操作的本地和远程计数以完成同步机制; 并创建一个mpci_wait_loop函数。
    • 3. 发明授权
    • Method for implementing MPI-2 one sided communication
    • 实现MPI-2单向通信的方法
    • US07694310B2
    • 2010-04-06
    • US11467946
    • 2006-08-29
    • Su-Hsuan HuangChulho KimRichard R. TreumannWilliam G. Tuel, Jr.
    • Su-Hsuan HuangChulho KimRichard R. TreumannWilliam G. Tuel, Jr.
    • G06F3/00G06F9/44G06F9/46G06F13/00
    • G06F9/544G06F9/546H04L67/10H04L67/40
    • A method for implementing Message Passing Interface (MPI-2) one-sided communication by using Low-level Applications Programming Interface (LAPI) active messaging capabilities, including providing at least three data transfer types, one of which is used to send a message with a message header greater than one packet where Data Gather and Scatter Programs (DGSP) are placed as part of the message header; allowing a multi-packet header by using a LAPI data transfer type; sending the DGSP and data as one message; reading the DSGP with a header handler; registering the DSGP with the LAPI to allow the LAPI to scatter the data to one or more memory locations; defining two sets of counters, one counter set for keeping track of a state of a prospective communication partner, and another counter set for recording activities of local and Remote Memory Access (RMA) operations; comparing local and remote counts of completed RMA operations to complete synchronization mechanisms; and creating a mpci_wait_loop function.
    • 一种通过使用低级应用程序编程接口(LAPI)活动消息传递功能实现消息传递接口(MPI-2)单向通信的方法,包括提供至少三种数据传输类型,其中一种用于发送消息 一个消息头大于一个数据包,数据收集和散布程序(DGSP)作为消息头的一部分放置; 通过使用LAPI数据传输类型允许多分组报头; 发送DGSP和数据作为一个消息; 用头处理程序读取DSGP; 将DSGP注册到LAPI以允许LAPI将数据分散到一个或多个存储器位置; 定义两组计数器,一个用于跟踪预期通信伙伴的状态的计数器集合,以及用于记录本地和远程存储器访问(RMA)操作的活动的另一个计数器集合; 比较完成的RMA操作的本地和远程计数以完成同步机制; 并创建一个mpci_wait_loop函数。
    • 6. 发明授权
    • Interrupt mechanism for shared memory message passing
    • 共享内存消息传递的中断机制
    • US06799317B1
    • 2004-09-28
    • US09604310
    • 2000-06-27
    • Patricia E. HeywoodSu-Hsuan HuangJanet MorganWilliam G. Tuel, Jr.
    • Patricia E. HeywoodSu-Hsuan HuangJanet MorganWilliam G. Tuel, Jr.
    • G06F300
    • G06F9/544G06F9/4812
    • A method for transparently handling messages originating from local shared memory and from an external source. A device driver allows the local sender to identify and wake up a waiting receiver task thread, simulating a packet arrival hardware interrupt. Upon awakening, the receiver task thread examines both shared memory and hardware message queues. The method can use a software routine that simulates handling of an occurrence of a hardware interrupt. The method invokes a local notify system service module that passes a window number identifying a receiving task. The method invokes a wake thread module that passes awakens a thread associated with the window number, and examines the shared memory buffer for receipt of the local source message. The method then copies the local source message from the shared memory buffer to the receiving task.
    • 一种透明地处理源自本地共享内存和来自外部源的消息的方法。 设备驱动程序允许本地发送方识别和唤醒等待的接收者任务线程,模拟数据包到达硬件中断。 唤醒后,接收者任务线程检查共享内存和硬件消息队列。 该方法可以使用模拟处理硬件中断发生的软件程序。 该方法调用传递标识接收任务的窗口号的本地通知系统服务模块。 该方法调用唤醒线程模块,该模块通过唤醒与窗口号相关联的线程,并检查共享内存缓冲区以接收本地源消息。 该方法然后将本地源消息从共享内存缓冲区复制到接收任务。