ARC SDK
Data Fields
Arc::ApplicationType Class Reference

Data Fields

ExecutableType Executable
 Main executable to be run. More...
 
std::string Input
 Standard input. More...
 
std::string Output
 Standard output. More...
 
std::string Error
 Standard error. More...
 
std::list< ExecutableTypePreExecutable
 Executables to be run before the main executable. More...
 
std::list< ExecutableTypePostExecutable
 Executables to be run after the main executable. More...
 
std::string LogDir
 Name of logging directory. More...
 
std::list< RemoteLoggingTypeRemoteLogging
 Remote logging services. More...
 

Field Documentation

std::string Arc::ApplicationType::Error

Standard error.

The Error string specifies the relative path to the job session directory of the file which standard error of the job should be written to.

ExecutableType Arc::ApplicationType::Executable

Main executable to be run.

The Executable object specifies the main executable which should be run by the job created by the job description enclosing this object. Note that in some job description languages specifying a main executable is not essential.

std::string Arc::ApplicationType::Input

Standard input.

The Input string specifies the relative path to the job session directory of the file to be used for standard input for the job.

std::string Arc::ApplicationType::LogDir

Name of logging directory.

The LogDir string specifies the name of the logging directory at the execution service which should be used to access log files for the job.

std::string Arc::ApplicationType::Output

Standard output.

The Output string specifies the relative path to the job session directory of the file which standard output of the job should be written to.

std::list<ExecutableType> Arc::ApplicationType::PostExecutable

Executables to be run after the main executable.

The PostExecutable object specifies a number of executables which should be executed after invoking the main application, where the main application is either the main executable (Executable) or the specified run time environment (RunTimeEnvironment in the ResourcesType class).

std::list<ExecutableType> Arc::ApplicationType::PreExecutable

Executables to be run before the main executable.

The PreExecutable object specifies a number of executables which should be executed before invoking the main application, where the main application is either the main executable (Executable) or the specified run time environment (RunTimeEnvironment in the ResourcesType class).

std::list<RemoteLoggingType> Arc::ApplicationType::RemoteLogging

Remote logging services.

The RemoteLogging list specifies the services to use for logging job information. See the RemoteLoggingType class for more details.


The documentation for this class was generated from the following file: