Example #1
0
 def ram_max(self, value):
     self['ramMax'] = to_str_int(value)
Example #2
0
 def cores_max(self, value):
     self['coresMax'] = to_str_int(value)
Example #3
0
 def ram_min(self, value):
     self['ramMin'] = to_str_int(value)
Example #4
0
 def cores_min(self, value):
     self['coresMin'] = to_str_int(value)
Example #5
0
 def outdir_max(self, value):
     self['outdirMax'] = to_str_int(value)
Example #6
0
 def outdir_min(self, value):
     self['outdirMin'] = to_str_int(value)
Example #7
0
 def tmpdir_max(self, value):
     self['tmpdirMax'] = to_str_int(value)
Example #8
0
 def tmpdir_min(self, value):
     self['tmpdirMin'] = to_str_int(value)