並列実行 Meaning in English - translations and usage examples

parallel execution
並列実行
be executed in parallel

Examples of using 並列実行 in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
静的カーソルとキーセットドリブンカーソルは、並列実行プランによって作成できます。
Static and keyset-driven cursors can be populated by parallel execution plans.
Cで並列実行プログラムを作成する方法は多数あります。
There are many ways to create a parallel executing program in C.
また並列実行数を増やすに当たって、複数の物理マシンを運用していくのも今後課題になっていくと感じました。
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.
更新が比較的多いコレクションは、並列実行性を高めるためロックの粒度はROW単位です。
The lock granularity of a collection which is updated relatively more frequently is a ROW in order toimprove the concurrent execution performance.
彼らの研究の間に、彼らは、米国での並列実行プログラムの学生と仕事をする機会を持っています。
During their studies, they have the opportunity to work with students of the parallel executive program in the United States.
検証のランタイムは並列実行と最適リソース利用により劇的に短縮されます。
The verification runtimes can be reduced dramatically both through parallel execution and optimum resource utilization.
ALLは、時間と意識の錬金術に錯覚が投影されています-すべては同時に意識的に経験する並列実行プログラムです。
ALL is projected illusion in the Alchemy of Time and Consciousness- ALL are parallel running programs through which we consciously experience simultaneously.
この間に他のイベント処理にCPUを割り当てる(処理プログラムを切り替える)と、並列実行、つまり「~しながら、~する」ことが可能になります。
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.
OpenCLの特別な特徴は、シングル・ステップで複数の並列実行(SIMD=SingleInstructionMultipleData)が可能なことであり、そのため、典型的な並列コンピュータ・アーキテクチャもまたサポートすることができる。
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.
自動並列化は、アプリケーション・ソース・コード中のループのデータフローを解析して、安全かつ効率的に並列実行可能なループに対するマルチスレッド・コードを生成します。
The auto-parallelizer analyzes the dataflow of the loops in the application source code and generates multithreaded code for those loops which can safely andefficiently be executed in parallel.
並列実行による速度向上:組合せ問題における探索木の枝の評価を、多くの要素プロセッサを使って並列に行うことで、マルチプルアライメントが高速に行える。
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.
我々は、ゲノム解析の専門家である黒川顕教授(東工大)の協力の下に、まず既存のBLASTXソフトウェアの超並列実行環境の構築を行った。
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.
オフロードされる入れ子構造のループの反復空間はrループとcループの両方を含む2次元で、各ターゲットスレッドに並列実行用の2次元の反復空間チャンクが割り当てられます。
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.
さらに、Debian6.0では依存関係ベースの起動システムが導入されており、起動スクリプトの並列実行およびこれらの依存関係の正確な追跡の結果として、システムの起動がより速くより堅牢になりました。
Furthermore, Debian 6.0 introduces a dependency-based boot system,making system startup faster and more robust due to parallel execution of boot scripts and correct dependency tracking between them.
柔軟でかつシンプルで使いやすい機能や、最小限のコードでの並列実行といったネイティブゲームコンセプト、ブループリントとC++との深い統合も提供しています。
Its live workflow includes robust yet simple and easy-to-learn features,native game concepts such as concurrency with minimal lines of code, and deep integration with Blueprints and C.
アプリケーション全体を1つのコンパイラーでコンパイルしてビルドしたとしても、異なるコンパイラーではOpenMP*ソース互換(異なるコンパイラーで同じアプリケーション・ソース・セットをリンクして、コンパイルし、期待する並列実行結果を得ることが可能)を提供しないことに注意してください。
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.
最後に、コードブロックの配置とどのようにデータ構造にアクセスするかは、シリアル実行のパフォーマンスを向上するだけでなく、コンパイラーが並列実行可能なコードを認識し、ベクトル化する可能性を高めます。
Finally, the location of code blocks and how those interact with the data structures can not only boost performance of the serial execution, but can give the compiler abetter chance of recognizing code that can be executed in parallel and code that can be vectorized.
複数のマシンに同じデータが複製されることで、スケーラビリティとフォールトトレランスが得られ、更新と問い合わせの並列実行(別々のデータ部が、別々のマシンで同時にアクセスされます)により、パフォーマンスが得られます。
Performance is achieved through parallel execution of updates and queries(different parts of data can be accessed simultaneously on different machines) while scalability and fault tolerance can be achieved by replicating the same data on multiple machines.
並列版KLICの新しい実行時ライブラリが開発され,並列実行管理,資源管理,デバッギング, モニタリングなどの諸機能を提供している.KLICの並列版の最初のリリースが1994年9月に行われた.ICOT無償公開ソフトウェアとしてのリリースは1995年2月に行われる予定である。
A new KLIC run-time library for the parallelversion 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.
オンプレミスのゲートウェイの1月の更新:2018年1月に、PowerShellギャラリーで、オンプレミスのデータゲートウェイを管理するベータ版PowerShellコマンドレットをリリースしました。これにより、並列実行可能な複数のマッシュアップエンジンコンテナーを制御できるようになります。このほか、新バージョンのマッシュアップエンジンも追加しています。
January update for on-premises gateway-The January 2018 update includes a beta release of the PowerShell Cmdlets to manage on-premises data gateway in the public PowerShell gallery configuration that lets you control thenumber of mashup engine containers that can run in parallel, in addition to a new version of the Mashup Engine.
プロセスを並列実行
Running Processes In Parallel.
並列実行を管理するモジュール。
Parallel execution control module.
複数のスレッドにより並列実行されるアプリケーションの比率。
The percentage of the application that is executed in parallel by multiple threads.
今回は8個のエージェントを並列実行した。
In this experiment, eight agents run in parallel.
論理記号は、機能の順次または並列実行を表す。
Logic symbols represent sequential or parallel execution of functions.
パフォーマンス・ライブラリー:OpenMP*並列実行をサポートします。
There are several kinds of libraries: Performance: supports parallel OpenMP* execution.
その後bundleexecrspecによって実際のテストが並列実行されます。
Then bundle exec rspec runs the actual tests in parallel.
Cで並列実行プログラムを作成する方法は多数あります。
There are several ways to perform parallel computing in C.
注意:集約は、集約されるタスクを順不同に並列実行する。
Note: aggregation will run the aggregated tasks in parallel and with no defined ordering between them.
Results: 29, Time: 0.0458

How to use "並列実行" in a sentence

ベンチマーカーは並列で高速にHTTPリクエストを送信する必要があり、高速 に 並列実行 ならGo言語でしょう!。
net (の財産)を利用したコマンドラインツールなのですが、ソースコードを読んでみるとHTTPリクエストの送信アルゴリズムを改善できそうな感じがしたので、高速 に 並列実行 ならGo言語でしょう!
タスクの依存関係定義 並列実行 別のタスクの呼び出し また、タスクを記述する Rakefile 内では Ruby の文法が使えるので、特に外部の gem を使わなくても、任意…。
実行ポリシーと実行形態 コンパイラやライブラリが実行形態を選ぶ vec ベクトル実行 ベクトル演算 (シングルスレッド) par 並列実行 マルチスレッド並列実行 seq 逐次実行 シングルスレッド実行 56.
並列実行 並列実行 • 選択したデバイスで並列にテストを実施できる。

Word-for-word translation

Top dictionary queries

Japanese - English