R Job Reference
Neptune has support for R, and deploys in a non-distributed environment over a single machine.
Go Job Reference
Neptune has support for Go, and deploys in a non-distributed environment over a single machine.
Output Job Reference
To get either the results of a compute job or the code used for a compute job, you use an output job. The results or code are located in the storage backend that you're using. This could be AppDB (whatever database that AppScale is using), or a remote database. Remote databases currently supported are Amazon S3, Google Storage, or Eucalyptus Walrus (as all three are API-compliant).
The parameters that can be used in an input job are:
:type (required) - The type of job to run. For output jobs, this should be set to :output.
Input Job Reference
Before running a compute job, you first have to put some input (usually the code to compute with) in the storage backend that you're using. This could be AppDB (whatever database that AppScale is using), or a remote database. Remote databases currently supported are Amazon S3, Google Storage, or Eucalyptus Walrus (as all three are API-compliant).
The parameters that can be used in an input job are:
:type (required) - The type of job to run. For input jobs, this should be set to :input.
UPC Job Reference
Neptune has support for UPC 2.12.1, and deploys in a distributed environment using the MPI backend.
X10 Job Reference
Neptune has support for X10 2.1.0, and deploys in a distributed environment using the MPI backend.
MPI Job Reference
Let's say you want to run a MPI job, but don't know how. Well here are all the possible parameters that can be used with MPI jobs: