Visit Platform at http://www.platform.com

vem_container_spec Struct Reference

Container specification used when invoking vem_startcontainer(). More...


Data Fields

char * command
char * execUser
int umask
char * execCwd
int envC
char ** envV
vem_rlimit_t rlimits [VEM_RLIM_NLIMITS]
char * jobcontroller


Detailed Description

Note:
Special care is needed while populating rlimits field, VEM_RLIM_INFINITY should be used to indicate no limit, a value of zero really means zero, and often will create problems with container execution.


Field Documentation

char* command

argc and argv to execute

char* execUser

execution user name

int umask

file creation mode mask

char* execCwd

execution working directory

int envC

number of environment variables

char** envV

environment variables in val=value format

vem_rlimit_t rlimits[VEM_RLIM_NLIMITS]

resource limits to set for the container.

command to control the container



     
Date Modified: 26 Nov 2007
Platform Computing: www.platform.com

Platform Support: support@platform.com
Platform Information Development: doc@platform.com

Copyright © 2001-2007 Platform Computing Corporation. All rights reserved.