远程批处理作业
Wolfram 语言提供了一个框架,用于将异步作业提交给批处理计算提供者,然后查询所提交作业的状态和结果.
提交作业
RemoteBatchSubmit — 提交单个批处理作业给批计算提供者
RemoteBatchMapSubmit — 将函数映射到使用批提交的列表元素
作业和环境表示
RemoteBatchJobObject — 远程批处理作业的符号表示
RemoteBatchSubmissionEnvironment — 提供者特定配置的符号表示
$DefaultRemoteBatchSubmissionEnvironment — 提交作业时使用的默认环境
作业控制
RemoteBatchJobs — 查询已提交作业列表的提供者
RemoteBatchJobAbort — 中止已排队或正在运行的作业
作业提交选项
ForwardCloudCredentials ▪ IncludeDefinitions ▪ Initialization ▪ LicensingSettings ▪ RemoteInputFiles ▪ Method ▪ RemoteProviderSettings ▪ TimeConstraint
批计算提供者
"AWSBatch" ▪ "AzureBatch" ▪ "CharityEngine"