会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • 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函数。
    • 3. 发明授权
    • Thread dispatcher for multi-threaded communication library
    • 用于多线程通信库的线程调度程序
    • US06934950B1
    • 2005-08-23
    • US09588492
    • 2000-06-06
    • William G. Tuel, Jr.Rama K. Govindaraju
    • William G. Tuel, Jr.Rama K. Govindaraju
    • G06F9/46
    • G06F9/546
    • Method, computer program product, and apparatus for efficiently dispatching threads in a multi-threaded communication library which become runnable by completion of an event. Each thread has a thread-specific structure containing a “ready flag” and a POSIX thread condition variable unique to that thread. Each message is assigned a “handle”. When a thread waits for a message, thread-specific structure is attached to the message handle being waited on, and the thread is enqueued, waiting for its condition variable to be signaled. When a message completes, the message matching logic sets the ready flag to READY, and causes the queue to be examined. The queue manager scans the queue of waiting threads, and sends a thread awakening condition signal to one of the threads with its ready flag set to READY. The queue manager can implement any desired policy, including First-In-First-Out (FIFO), Last-In-First-Out (LIFO), or some other thread priority scheduling policy. This ensures that the thread which is awakened has the highest priority message to be processed, and enhances the efficiency of message delivery. The priority of the message to be processed is computed based on the overall state of the communication subsystem.
    • 方法,计算机程序产品和用于在多线程通信库中有效调度线程的装置,其可以通过事件完成而运行。 每个线程都有一个线程特定的结构,其中包含一个“就绪标志”和该线程唯一的POSIX线程条件变量。 每个消息都被分配一个“句柄”。 当线程等待消息时,线程特定的结构被附加到等待的消息句柄,并且线程入队,等待其条件变量被发信号。 当消息完成时,消息匹配逻辑将就绪标志设置为READY,并且使队列被检查。 队列管理器扫描等待线程的队列,并将线程唤醒条件信号发送到其准备标志设置为READY的线程之一。 队列管理器可以实现任何所需的策略,包括先进先出(FIFO),先进先出(LIFO)或一些其他线程优先级调度策略。 这确保了被唤醒的线程具有待处理的最高优先级的消息,并提高了消息传递的效率。 基于通信子系统的总体状态来计算要处理的消息的优先级。
    • 5. 发明授权
    • System for resource lock/unlock capability in multithreaded computer
environment
    • 多线程计算机环境中的资源锁定/解锁功能系统
    • US6105050A
    • 2000-08-15
    • US139255
    • 1998-08-25
    • Rama K. GovindarajuElizabeth Anne KonRobert Michael StraubWilliam G. Tuel, Jr.
    • Rama K. GovindarajuElizabeth Anne KonRobert Michael StraubWilliam G. Tuel, Jr.
    • G06F9/46G06F9/00
    • G06F9/52
    • Hybrid lock and unlock capabilities are provided for a threaded computing environment. For example, kernel locking services are selectively employed in conjunction with functions in the POSIX threads standard to provide a lock capability and an unlock capability. The hybrid approach determines which lock scheme to employ by evaluating whether one thread or multiple threads concurrently desire a resource lock. When only one thread desires the lock, the thread is directly assigned resource ownership employing one of an operating system primitive lock process or a hardware lock process. An alternate lock process is used to obtain resource ownership when multiple threads concurrently desire the lock. This alternate process employs at least one function in the POSIX threads standard to implement a queue of waiting threads. A similar hybrid approach to the unlock capability is also provided.
    • 为线程计算环境提供混合锁和解锁功能。 例如,内核锁定服务与POSIX线程标准中的功能一起选择性地采用,以提供锁定功能和解锁功能。 混合方法通过评估一个线程或多个线程是否同时需要资源锁来确定要采用的锁定方案。 当只有一个线程需要锁定时,线程将直接使用操作系统原语锁定过程或硬件锁定过程之一分配资源所有权。 当多个线程同时需要锁定时,使用备用锁定进程来获取资源所有权。 该替代过程在POSIX线程标准中使用至少一个函数来实现等待线程的队列。 还提供了类似的解锁能力的混合方法。
    • 8. 发明授权
    • Method for handling of asynchronous message packet in a multi-node threaded computing environment
    • 在多节点线程计算环境中处理异步消息包的方法
    • US06415332B1
    • 2002-07-02
    • US09136692
    • 1998-08-19
    • William G. Tuel, Jr.
    • William G. Tuel, Jr.
    • G06F954
    • G06F9/546G06F9/4843
    • Message-passing capability is provided in a computer system with a plurality of asynchronous computing nodes interconnected for transmission of messages between threaded user tasks executing in ones of the computing nodes. A message is received at a receiver computing node employing a threaded message passing interface (MPI), which includes a means by which a user-defined program can be called by an interrupt service thread at the MPI. The user-defined program takes a predefined action in response to the asynchronous arrival of the at least one message packet. For example, the user-defined program might comprise a program to initiate a function to receive the at least one message packet at the receiver's threaded MPI, which may include awaking a waiting thread.
    • 在具有多个异步计算节点的计算机系统中提供消息传递能力,所述多个异步计算节点被互连用于在计算节点之一中执行的线程用户任务之间的消息传输。 在采用线程消息传递接口(MPI)的接收机计算节点处接收到消息,其包括用于通过MPI中断服务线程来调用用户定义的程序的装置。 用户定义的程序响应于至少一个消息分组的异步到达而采取预定义的动作。 例如,用户定义的程序可以包括用于发起功能以在接收者的线程MPI处接收至少一个消息分组的程序,其可以包括唤醒等待线程。
    • 9. 发明授权
    • System for handling asynchronous message packet in a multi-node threaded computing environment
    • 用于在多节点线程计算环境中处理异步消息包的系统
    • US06412018B1
    • 2002-06-25
    • US09136388
    • 1998-08-19
    • William G. Tuel, Jr.
    • William G. Tuel, Jr.
    • G06F954
    • G06F9/546
    • Message-passing capability is provided in a computer system with a plurality of asynchronous computing nodes interconnected for transmission of messages between threaded user tasks executing in ones of the computing nodes. A message is received at a receiver computing node employing a threaded message passing interface (MPI), which includes a means by which a user-defined program can be called by an interrupt service thread at the MPI. The user-defined program takes a predefined action in response to the asynchronous arrival of the at least one message packet. For example, the user-defined program might comprise a program to initiate a function to receive the at least one message packet at the receiver's threaded MPI, which may include awaking a waiting thread.
    • 在具有多个异步计算节点的计算机系统中提供消息传递能力,所述多个异步计算节点被互连用于在计算节点之一中执行的线程用户任务之间的消息传输。 在采用线程消息传递接口(MPI)的接收机计算节点处接收到消息,其包括用于通过MPI中断服务线程来调用用户定义的程序的装置。 用户定义的程序响应于至少一个消息分组的异步到达而采取预定义的动作。 例如,用户定义的程序可以包括用于发起功能以在接收者的线程MPI处接收至少一个消息分组的程序,其可以包括唤醒等待线程。