検証 |
|
BOINC では、検証という処理は以下の 2種類のことをします。
バリデータ(validator: 検証機能)はデーモン・プログラムです。 プロジェクトで動かすアプリケーションのそれぞれについてバリデータを用意する必要があります。 そして、それらを プロジェクトの構成定義ファイル の <daemons> セクションに指定しなければなりません。
種々の事情に左右されますが、 BOINC が提供する標準のバリデータを使えることもありますし、 独自の機能をもった検証機能を開発しなければならないこともあります。
下記の 2種類の標準バリデータが用意されています。
| -app appname | アプリケーションの名前 |
| [ -one_pass_N_WU N ] | N 個までワークユニットを検証したら、そこで一旦 exit します |
| [ -one_pass ] | ワークユニットのテーブルを始めから終りまで1回だけ処理し終えたら、そこで exit します。 |
| [ -mod n i ] | (id mod n) == i を満たす id を持つワークユニットだけを処理します。 このオプションを使えば、 バリデータのインスタンスを同時に複数実行し、 性能を上げることが可能になります。 |
最終更新時刻 00:52:05, 2006年08月12日(JST)
Copyright © 2008 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.
Copyright © 2008 Komori Hitoshi(je2bwm at jarl.com).
Japanese translation from English web pages on BOINC.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.