-
函数
- CreditConstraint
- DeleteObject
- ForwardCloudCredentials
- IncludeDefinitions
- Initialization
- LicensingSettings
- Method
- RemoteBatchJobAbort
- RemoteBatchJobObject
- RemoteBatchJobs
- RemoteBatchMapSubmit
- RemoteBatchSubmissionEnvironment
- RemoteBatchSubmit
- RemoteInputFiles
- RemoteJobNotifications
- RemoteMachineClass
- RemoteProviderSettings
- TimeConstraint
- 相关的工作流程指南
-
-
函数
- CreditConstraint
- DeleteObject
- ForwardCloudCredentials
- IncludeDefinitions
- Initialization
- LicensingSettings
- Method
- RemoteBatchJobAbort
- RemoteBatchJobObject
- RemoteBatchJobs
- RemoteBatchMapSubmit
- RemoteBatchSubmissionEnvironment
- RemoteBatchSubmit
- RemoteInputFiles
- RemoteJobNotifications
- RemoteMachineClass
- RemoteProviderSettings
- TimeConstraint
- 相关的工作流程指南
-
函数
远程批处理作业
Wolfram 语言提供了一个框架,用于将异步作业提交给批处理计算提供者,然后查询所提交作业的状态和结果. 通过 Wolfram Compute Services,"WolframBatch" 服务商负责处理所有配置和调度工作,让您能够即时且稳定地运行任何超级计算机级别的计算任务,并可利用大规模并行计算、大容量内存、高性能 GPU 等资源.
批计算提供者
"WolframBatch" — Wolfram 提供的零配置批量计算
"AWSBatch" ▪ "AzureBatch" ▪ "CharityEngine"
提交作业
RemoteBatchSubmit — 提交单个批处理作业给批计算提供者
RemoteBatchMapSubmit — 将函数映射到使用批提交的列表元素
作业和环境表示
RemoteBatchJobObject — 远程批处理作业的符号表示
RemoteBatchSubmissionEnvironment — 提供者特定配置的符号表示
$DefaultRemoteBatchSubmissionEnvironment — 提交作业时使用的默认环境
作业控制
RemoteBatchJobs — 查询已提交作业列表的提供者
RemoteBatchJobAbort — 中止已排队或正在运行的作业
DeleteObject — 永久删除一个作业(如果服务商支持)
作业提交选项
RemoteJobNotifications ▪ RemoteInputFiles ▪ RemoteMachineClass ▪ TimeConstraint ▪ CreditConstraint ▪ RemoteProviderSettings ▪ ForwardCloudCredentials ▪ IncludeDefinitions ▪ LicensingSettings ▪ Initialization ▪ Method
相关的工作流程指南
-
▪
- 远程批处理计算