Examples of using Parallel execution in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Parallel execution control module.
These are easily exploited for parallel execution.
Parallel: It allows parallel execution of states in the machine.
PG-Strom also supports PostgreSQL's CPU parallel execution.
Support for parallel execution across multiple computing machines to significantly reduce the optimization time.
Logic symbols represent sequential or parallel execution of functions.
Parallel execution leverages the multiple cores of your host machine to run many simulations more quickly.
Static and keyset-driven cursors can be populated by parallel execution plans.
For cluster and network parallel execution, the Linda parallel computing environment software must also be licensed.
Race conditions can only occurwhen using shared resources(like memory) and parallel execution.
The high-level language was reminiscent of C with parallel execution functions; it was created by modifying the Gnu C compiler.
One pragma, which has been inserted immediately before the loop,is all that is needed for parallel execution.
Silk replicators use parallel execution to copy their entire code with one instruction, and begin execution of the copy before it is finished.
P Returns data to the client by running the same query on all nodes andusing the parallel execution engine.
We also felt that as we increased the number of parallel executions, maintaining more than one physical machine would become an issue in the future.
Lighting Calculation is a computationally intensiveprocess which can be efficiently accelerated by parallel execution on GPU.
Interfaces such as UFS andPCIe support the higher data speeds and parallel execution that can better take advantage of the improved flash capabilities.
Speed-up by Parallel Execution Multiple branches of a search tree in this combinatorial problem are eval- uated in parallel by using many processing elements in each iteration.
The verification runtimes can be reduced dramatically both through parallel execution and optimum resource utilization.
We firstly established the super parallel execution environment of the existing BLASTX software with the cooperation of Prof. Ken Kurokawa(Tokyo Institute of Technology), who is an expert in genomic analysis.
Cló implementation was of course far slower than TeX,but switching to parallel execution provided a“substantial benefit.”.
So the iteration space of the offloaded loop nest is 2 dimensional, encompassing both the r and the c loops, and each target thread isallotted a two dimensional iteration space chunk for parallel execution.
Assigning the CPU to some other event processing(switching the processing program)during a wait state enables parallel execution; that is, processing while other processing is being done is effectively realized.
The special feature of OpenCL is that multiple parallel execution is possible in a single step(SIMD=Single Instruction Multiple Data), so that it can support the classic parallel computer architecture as well.
Their PL/CUDA function and their statistical analysis andmachine learning libraries enables parallel execution of advanced algorithms leveraging GPUs.
A new KLIC run-time library for the parallel version was developed to provide functions for parallel execution management, resource management, debugging and monitoring, and so on. First release of the KLIC parallel version was made in September 1994 and will be released in February 1995 as ICOT Free Software.
Even if you compile and build the entire application with one compiler, be aware that different compilers might not provide OpenMP* source compatibility that would allow you to compile and link the same set of application sources with a different compiler and get the expected parallel execution results.
For execution on a single simulation target or highly parallel execution on the various LABCAR-RTPCs in a NETWORK-LABCAR network HiL system for maximum simulation speed.
Automatic parallelization determines the loops that are good worksharing candidates,performs the dataflow analysis to verify correct parallel execution, and partitions the data for threaded code generation as needed in programming with OpenMP* directives.
PG-Strom's own statistics displayed at EXPLAIN ANALYZE if CPU parallel execution. Because PostgreSQL v9.6 does not provide ShutdownCustomScan callback of the CustomScan interface, coordinator process has no way to reclaim information of worker processes prior to the release of DSM(Dynamic Shared Memory) segment.