• 如何结束第一异步并行任务节点

    How to end on first async parallel task completion in Node?

    youdao

  • 用于选择顺序并行执行方法理想阙值协调并行任务成本

    The ideal threshold for choosing between sequential and parallel execution is a function of the cost of coordinating the parallel tasks.

    youdao

  • 这个泳道并行任务限制值1因为我们希望这个类别

    A WIP of 1 was set for this lane, since we want to discourage the use of this category.

    youdao

  • 计算机中,除了追求系统利用率外,还提高并行任务加速比。

    Besides pursuing the utilization of the system, we must improve the speedup of the parallel task in computing cluster.

    youdao

  • 依赖性较少任务通常被描述高度平行”,容易它们分成多个并行任务了。

    Tasks with few dependencies are often described as "embarrassingly parallel," meaning that they're almost too easy to separate into a number of parallel tasks.

    youdao

  • 这种方法实现做了具体描述并且成功地实践并行任务上述集群间的运行

    The implementation of the method is detailed and with the method parallel jobs run successfully on PC clusters.

    youdao

  • 进行中的并行任务限制值我们定为比运维团队人数1,因为那个人是团队守门员。

    We set a Doing WIP equal to the number of ops team members minus one (for the goalie).

    youdao

  • DSNTIP4MAXDEGREE选项决定最大并行并行任务的最大数量)。

    The MAX DEGREE option on DSNTIP4 determines the maximum degree of parallelism (maximum number of parallel tasks).

    youdao

  • 并行任务调度一个主要目标达到负载平衡执行过程充分利用并行系统资源

    A primary aim to parallel dispatch for tasks is to reach load balance, and take full advantage of the parallel systems' resource in running.

    youdao

  • 可以充分利用混合遗传退火算法优异全局搜索能力寻找具有最大并行并行任务序列。

    The hybrid GASA can be used to find the parallel test tasks arrange of the maxim parallel efficiency, for it has an excellent ability in searching for the globally optimal solution.

    youdao

  • 多处理器系统中,寻求一个有效并行任务设计安排使得整个执行时间达到最小至关重要的环节。

    In the multiprocessor systems, an efficient scheduling of a parallel program onto the processors that minimizes the entire execution time is vital.

    youdao

  • 网格服务器端本文讨论一个重点,讨论的主要内容有:网格并行任务运行集群并行任务管理

    This thesis focuses on the grid server, which includes mainly execution of grid parallel tasks and management of parallel tasks on a PC cluster.

    youdao

  • 通过这个计算模型可从机器利用率连续工作服务速率并行任务分配等方面并行任务完成时间进行预测。

    The computing model result in the separation of the influence of machine utilization, sequential job service rate, and parallel task allocation to the parallel task completion time.

    youdao

  • 并行任务(Parallel Tasks)——在需要执行每个都具有自己数据输入不同操作时候使用

    Parallel Tasks - Used when one needs to apply different operations, each with its own data input.

    youdao

  • 该文从理论上分析评估网络流量专用机群计算环境下各种并行任务影响给出了典型的实验结果

    This paper tries to analyze theoretically and estimate the influence of network flow to the various parallel tasks running in a non-dedicated cluster. The typical measurement results are provided.

    youdao

  • 为了鼓励小组成员一起完成故事我们考虑进一步减小并行任务限制值,不过那是我们熟悉看板方法之后。

    We are considering lowering it even more to encourage Shared stories, but only after we get more comfortable with Kanban.

    youdao

  • 网格环境中,并行系统本身非对称带来复杂性、多用户环境以及并行任务粒度较等因素负载平衡问题的解决带来了新的困难

    In grid environment, the parallel systems inherent complexity, the mult-user environment and the large granularity of parallel tasks and so on, bring new difficulty to load balance.

    youdao

  • 启动并行任务JNDI查找WorkManager(如上所述)通过调用startWork()方法移交Work对象

    To start the parallel task, locate a WorkManager in JNDI, as described above, and hand over the Work object by calling the startWork() method.

    youdao

  • 因为单元测试中的并行任务通常很小同时也很少调度程序切换线程之前它们通常一直运行结束除非强迫(也就是通过wait )。

    Because concurrent tasks in unit tests are usually small and few, they usually run to completion before the scheduler switches the thread, unless it is forced to (say, by wait ).

    youdao

  • 该算法适用于可并行任务在考虑到了任务截止期资源因素基础上,加入了运行时间因素,达到了减少调度返回次数以及提高有效性的目的。

    It takes processing time into account besides the deadline and resource requirement of the task sets in order to reduce scheduling backtracks and increase effectiveness.

    youdao

  • 然而增加并行CSLD任务数量特别是增加它们内部线程数不是件容易的事情。

    Increasing the number of parallel CSLD tasks and particularly their internal threads, however, is not as straightforward.

    youdao

  • 不是仅仅通过设置某种配置文档中的一个参数就可以完成,而是需要环境进行分析设计设置使并行CSLD任务线程成为可能。

    Instead of setting a parameter in some configuration document, you need to analyze the environment and design the setup so that parallel CSLD task threads are possible.

    youdao

  • 意味着5个并行CSLD任务线程

    This means that there are 5 parallel CSLD task threads.

    youdao

  • 任务并行,又被称为TPL,本质上一个高级版本。NET线程

    The Task Parallel Library, or TPL, is essentially an advanced version of the.net thread pool.

    youdao

  • 试图同时着手多个并行项目或是多个任务都会损害进度

    Attempting to do too many concurrent projects or multitasking is detrimental to progress.

    youdao

  • 正如之前提到的,并行任务并行处理能力,其中任务会分成不同任务,它们最后合并一个

    As mentioned before, parallelism implies the parallel-processing capability of a task where the task is split to different subtasks with consolidation at the end.

    youdao

  • 注意与具有名称活动并行人工任务可用性不可预测的,因为并行流程分支并发的。

    Note: the availability in human tasks parallel to the activity with this name would be unpredictable, since parallel process branches are concurrent.

    youdao

  • 下面一种常见并行实用程序模型任务队列

    The following class is a model of a common concurrent utility: a work queue.

    youdao

  • 此外如果使用计算网格并行处理任务通常需要一个数据网格来为其提供清理状态

    In addition, if you use a compute grid to process tasks in parallel, you usually want a data grid superimposed as well, to provision the state for the compute grid to work off.

    youdao

  • “多任务并行道德上一个缺憾”,当然是一句玩笑话。

    Multi-tasking is a moral weakness”, is of course all in fun.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定