RemoteBatchJobs

RemoteBatchJobs[env]

env を使って送信されたバッチジョブを表すRemoteBatchJobObject式のリストを与える.

RemoteBatchJobs[env,type]

指定された type のジョブだけを返す.

RemoteBatchJobs[]

$DefaultRemoteBatchSubmissionEnvironmentを使って送信されたジョブのリストを与える.

詳細

  • リモートバッチジョブはRemoteBatchSubmitRemoteBatchMapSubmit等の関数によって送信される.
  • 環境 envRemoteBatchSubmissionEnvironment式でなければならない.
  • type は,"Single""Array"Allのいずれかである.
  • RemoteBatchJobs[env]RemoteBatchJobs[env,All]と等価である.
  • RemoteBatchJobObject式の返されたリストはどのような順序でもよい.
  • バッチ計算プロバイダに返されたジョブのリストは一定の時間内に作成されたジョブに限られるかもしれない.プロバイダが課す可能性のあるそのような有効時間のダイナミクスは,各プロバイダの個別参照ページに記載されている.

例題

すべて開くすべて閉じる

  (1)

指定された送信環境を使ってそれまでにバッチ計算プロバイダに送信されたバッチジョブをリストにする:

スコープ  (2)

配列ジョブだけを列挙する:

デフォルトのリモートバッチ送信環境で送信されたジョブを列挙する:

考えられる問題  (1)

RemoteBatchJobsは,配列の子ジョブを直接列挙することはできない:

配列の子ジョブは,RemoteBatchJobsによって返された各配列ジョブオブジェクトの特性"ChildJobObjects"にアクセスすることで列挙できるかもしれない:

Wolfram Research (2020), RemoteBatchJobs, Wolfram言語関数, https://reference.wolfram.com/language/ref/RemoteBatchJobs.html.

テキスト

Wolfram Research (2020), RemoteBatchJobs, Wolfram言語関数, https://reference.wolfram.com/language/ref/RemoteBatchJobs.html.

CMS

Wolfram Language. 2020. "RemoteBatchJobs." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RemoteBatchJobs.html.

APA

Wolfram Language. (2020). RemoteBatchJobs. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RemoteBatchJobs.html

BibTeX

@misc{reference.wolfram_2024_remotebatchjobs, author="Wolfram Research", title="{RemoteBatchJobs}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/RemoteBatchJobs.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_remotebatchjobs, organization={Wolfram Research}, title={RemoteBatchJobs}, year={2020}, url={https://reference.wolfram.com/language/ref/RemoteBatchJobs.html}, note=[Accessed: 18-November-2024 ]}