搜索资源列表
agent_MPI
- 基于大型机的秉性运算程序实现的是用多个agent对多任务的调度。程序实现的还不够成熟,请高手指教!-mainframe-based computing in the city's program is more than the agent scheduling multiple tasks. The program also not mature enough, experts advise!
Min_min-and--Max_min
- 任务调度的一篇好文章,比较并分析了经典Max-min和Min-min两种算法的优劣-a good paper of Task scheduling
balance-para-tuff
- 并行分布式任务调度算法实现,运行于LINUX平台,有详细的源码-Distributed task scheduling parallel algorithm, running on the LINUX platform, the source in detail
con1
- 分析Cannon算法的数据分布存储特点、任务调度方法、负载平衡方法、与并行计算流程,利用简单的发送与接收函数来实现正方形处理器网格上的MPI并行程序。-Parallel computing
MSF-HR-2
- 基于DVS的多核周期任务调度,在任务队列分配时采用最大空闲时间预分配策略-DVS the multicore cycle task scheduling, task queue allocation maximum idle time pre-allocation strategy
GLF-and-GTEF
- 基于DVS的多核周期任务调度,在任务队列分配时采用最大空闲时间预分配策略-DVS the multicore cycle task scheduling, task queue allocation maximum idle time pre-allocation strategy
remapping
- 基于DVS的多核周期任务调度,任务映射到处理器核的策略,这是在多核周期调度的第一个阶段-DVS of multicore cycle task scheduling, tasks are mapped to the processor core strategy, which is a scheduling on multicore cycle, the first stage
slack
- 基于DVS的多核周期任务调度,在任务队列分配时采用最大空闲时间预分配策略,任务的第三步空闲时间回收的策略-Pre-allocation strategy based DVS the multicore cycle task scheduling, task queue allocation maximum idle time, the third step of the task idle time recovery strategy
Colfax-HOW-Day-04
- 引入了线程并行,OpenMP并行框架。讨论的主题包括:使用线程来利用多个处理器内核,线程和数据并行,协调使用OpenMP线程的创建和团队他们处理循环和树木的任务。OpenMP的讨论提到控制线程的数量,控制变量条款和范围的共享,循环调度模式,使用互斥锁来保护竞争的条件,并与线程私有变量减少并行可扩展的方法。讲座部分的结论与讨论的一般方法来实现在计算应用中的并行的机会。动手部分演示了使用OpenMP并行串行计算和论证了循环变量共享,在一个应用实例进行数值积分的互斥和并行还原。-Session 4 i
MyGA-master
- 将节点按内存情况排序 将任务按内存需求情况排序 规则:将内存需求最小的节点先行分配在内存剩余最多的节点上(Sort nodes by memory and tasks by memory requirements Rule: the node with the least memory requirement is allocated to the node with the most remaining memory)