Package glue :: Module workflow :: Class ProfileShortcuts
[hide private]
[frames] | no frames]

Class ProfileShortcuts

source code

object --+
         |
        ProfileShortcuts
Known Subclasses:

Container of common methods for setting pegasus profile information on Executables and nodes. This class expects to be inherited from and for a add_profile method to be implemented.

Instance Methods [hide private]
 
set_category(self, category) source code
 
set_memory(self, size)
Set the amount of memory that is required in megabytes
source code
 
set_num_cpus(self, number) source code
 
set_num_retries(self, number) source code
 
set_priority(self, priority) source code
 
set_storage(self, size)
Set the amount of storage required in megabytes
source code
 
set_universe(self, universe) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__