Crunch is the name for the Arvados system for managing computation. It provides an abstract API to various clouds and HPC resource allocation and scheduling systems, and integrates closely with Keep storage and the Arvados permission system.
Note: although the preferred API for Arvados going forward, the Container API may not yet be available on all installations.
Committed state.container_uuid field. If the same request has been submitted in the past, it may reuse an existing container. The reuse behavior can be suppressed with use_existing: false in the container request.Queued state and submit a container executor to the underlying work queuing system (such as SLURM).Complete state. If the container execution was interrupted or lost due to system failure, it will go into the Cancelled state.Final state.output_uuid field of the container request contains the uuid of output collection produced by container request.Completed state.Queued state and attempt to allocate nodes to run the job.output field with the portable data hash of the collection with the output files of the job.
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.