MESSAGE PASSING 日本語 意味 - 日本語訳 - 英語の例文

['mesidʒ 'pɑːsiŋ]
名詞
['mesidʒ 'pɑːsiŋ]
message passing
メッセージパッシング
メッセージの受け渡し

英語 での Message passing の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Common message passing APIs are PVM or MPI.
共通のメッセージパッシングAPIはPVMかMPIにあります。
To communicate, processes rely on message passing.
相互通信をするのに、プロセスはメッセージパッシングを頼ります。
In a message passing system there may be times when mutable data must be shared amongst many tasks.
メッセージ・パッシングシステムでは、変更可能なデータが多くのタスクで共有されなければならない時がしばしばある。
The interface between the actions and the model is pure message passing.
モデルとアクションの間のインターフェースは純粋なメッセージパッシングです
MPI, or Message Passing Interface, is a standard programming model used for developing parallel applications.
MPI(メッセージパッシングインターフェース)は、並列アプリケーションの開発に使われる標準プログラミングモデルです。
All processes are isolated from each other and communicate with each other through message passing.
すべてのプロセスは互いに隔離され、メッセージの受け渡しを通じて互いに通信します。
Self uses message passing to access slots, which includes methods, so 1+ 2 is message passing.
Selfはメッセージパッシングを用いてスロットをアクセスする。このスロットはメソッドも含み、1+2はメッセージパッシングだ。
Since the Amiga has only one address space,Exec message passing is quite efficient.
しかし、AmigaOSは1つのアドレス空間しか持たないため、Execによるメッセージパッシングは非常に効率的である。
The purity of a particular programming language or style can be determined by how much it deviates from the above definition:objects and message passing.
ある特定のプログラミング言語やスタイルの純粋さは上記の定義(オブジェクトとメッセージパッシング)からどれだけ外れているかによって決めることができる。
The kernel's job is to handle the message passing, interrupt handling, low-level process management, and possibly the I/O.".
カーネルの仕事は、メッセージの受け渡し、割り込み処理、低レベルのプロセス管理、それにおそらくI/Oです。
Examples are PVM(Parallel Virtual Machine) and MPI(Message Passing Interface).
例えば、PVM(ParallelVirtualMachine)やMPI(MessagePassingInterface)などです。
Although PVM is the de-facto standard message-passing library,MPI(Message Passing Interface) is the official standard.
PVMはメッセージ通信ライブラリの事実上の標準となっていますが、MPI(MessagePassingInterface)はPVMと比べると新しい公式の規格です。
Examples are PVM(Parallel Virtual Machine) and MPI(Message Passing Interface).
並列分散実行のための、PVM(ParallelVirtualMachine)やMPI(MessagePassingInterface)の紹介.。
This style of programming is often called message passing, and we will be using it as a basic tool in Chapter 3 when we address the issues of modeling and simulation.
このプログラミングスタイルはよくメッセージパッシング(messagepassing)と呼ばれ、第3章でモデル化とシミュレーションの問題を扱う際には、これを基本的な道具として使うことになります。
Scala also allows any method that takes parameters to be written in infix style,so 1+ 2 is message passing.
Scalaはまた、パラメータを取る全てのメソッドを中置記法で書けるようにしたため、1+2はメッセージパッシングだ。
Hewitt apparently didn't like how complex message passing was implemented in Smalltalk-71 or Smalltalk-72.
話によるとHewittはSmalltalk-71やSmalltalk-72のメッセージパッシングの実装が複雑であることが好まなかったらしい。
Also, if the language contained values that are non-objects,it's hard to achieve everything using just message passing.
また、言語が非オブジェクトの値を含んでいる場合、全てをメッセージパッシングだけで実現するのは難しいだろう。
Using MPI: Portable Parallel Programming with the Message Passing Interface, 2nd edition.
UsingMPI:PortableParallelProgrammingwiththeMessage-PassingInterfaceMPI3.0を含む第三版が出るようです。
The concurrency model relies on Actors,a contained process that communicates with other processes through message passing.
並行性のモデルはアクターに依存しています。アクターとはメッセージパッシングによって他のプロセスと相互通信を行う、制御されたプロセスのことです。
Streams are similar in concept to Apache Kafka's message passing in their support of consumer groups, but also unique in nature.
Streamsは、コンシューマー・グループのサポートという点でApacheKafkaのメッセージパスと概念が似ているが、本質的にユニークである。
The purity of a particular programming language or style can be determined by how much it deviates from the above definition:objects and message passing. In other words:.
ある特定のプログラミング言語やスタイルの純粋さは上記の定義(オブジェクトとメッセージパッシング)からどれだけ外れているかによって決めることができる。別の言い方をすると:。
With EFA,HPC applications using popular HPC technologies like Message Passing Interface(MPI) can scale to thousands of CPU cores.
EFAにより、MessagePassingInterface(MPI)等のポピュラーなHPCテクノロジーを使用するHPCアプリケーションは、何千ものCPUコアにスケールできます。
This helps enable faster communication between VMs at low latency for parallel workloads andapplications that take advantage of the Message Passing Interface(MPI) stack.
その結果、低待機時間での高速化されたVM間の通信が実現し、MessagePassingInterface(MPI)スタックを利用する並列ワークロードや並列アプリケーションのパフォーマンスが向上します。
Message Passing Interface(MPI)[ Features] MPI is a message passing library based on the MPI-1 and MPI-2 standards and provides high-speed communication capability that fully exploits the features of IXS and shared memory.
MessagePassingInterface(MPI)【機能】MPIは、MPI-1仕様およびMPI-2仕様に基づくメッセージ通信ライブラリであり、IXSと共有メモリの機能を利用した高速な通信を実現します。
There are several parallel run modes, including PVM(Parallel Virtual Machine)and MPI(Message Passing Interface) communication libraries.
例えば、PVM(ParallelVirtualMachine)やMPI(MessagePassingInterface)などです。
With KSM, you can validate, nominate validators, bond parachains,pay for interop message passing, and vote on governance referenda.
KSMを使用すると、検証、バリデータの推薦、パラチェインの結合、相互運用メッセージの受け渡しに対する支払い、およびガバナンスへの影響についての投票を行うことができます。
The RPiCluster provides another option forcontinuing development of projects that require MPI[Message Passing Interface] or Java in a cluster environment.
このRPiClusterは、クラスタ環境のMPI(MessagePassingInterface)やJavaを必要とするプロジェクトの開発を継続するための、別の選択肢を与えてくれる。
Cisco User-Space NIC(usNIC)The usNIC improves the performance of software applications using the Message Passing Interface(MPI) instead of sockets or other communication APIs.
CiscoUser-SpaceNIC(usNIC)usNIC機能は、ソケットやその他の通信APIの代わりにMessagePassingInterface(MPI)を利用しソフトウェアアプリケーションのパフォーマンスを向上させます。
In addition to supporting refactoring in CPython and IronPython,this release offers support for MPI(Message Passing Interface) and Microsoft HPC(High Performance Computing).
CPythonとIronPythonでのリファクタリングのサポートに加えて、このリリースはMPI(MessagePassingInterface)とMicrosoftHPC(HighPerformanceComputing)のサポートを提供している。
結果: 29, 時間: 0.035

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語