Package schrodinger :: Package ui :: Package qt :: Module appframework :: Class MultiGPGPUConfigDialog
[hide private]
[frames] | no frames]

Class MultiGPGPUConfigDialog

 ConfigDialog --+    
                |    
GPGPUConfigDialog --+
                    |
                   MultiGPGPUConfigDialog

Subclass for selecting multiple GPGPU's

Instance Methods [hide private]
 
__init__(self, parent, title='', jobname='', checkcommand=None, **kw)
See class docstring.

Inherited from GPGPUConfigDialog: addGPGPUTableToLayout, applySettings, checkGPGPUSelection, createGPGPUTable, getCheckedGPGPUIDs, getHostType, getHosts, getSettings, isCPUHost, isGPUHost, onHostMenuChanged, setCheckedGPGPUIDs, setupGPGPUTable, validate

Inherited from ConfigDialog: activate, cpus3Edited, currentHost, getTotalOpenMPCPUs, savePressed, setupHostCombo, setupHostLayout, showHelp, startPressed, updateOpenMPInfo, updateOpenMPLabel, updateQueueResources, validateAndAccept, validateNumCpus, validateNumGpus, validateNumOpenMP, validateNumProcs, warning

Class Methods [hide private]

Inherited from ConfigDialog: getGPGPUs

Inherited from ConfigDialog (private): _getLocalGPGPUs, _getRemoteGPGPUs

Class Variables [hide private]

Inherited from GPGPUConfigDialog: local_no_gpgpu_warning, no_gpgpu_warning

Inherited from ConfigDialog: CANCEL, CPU_UNIT_LABEL, GPU_UNIT_LABEL, HELP, SAVE, START

Method Details [hide private]

__init__(self, parent, title='', jobname='', checkcommand=None, **kw)
(Constructor)

 

See class docstring. Raises an Exception if the disposition specified as the default is not recognized.

If pre_close_command is specified, it will be run when the user presses the Start button. The dialog is only closed if that function returns 0.

Overrides: ConfigDialog.__init__
(inherited documentation)