Package schrodinger :: Package application :: Package desmond :: Module gui :: Class DesmondBasicConfigDialog
[hide private]
[frames] | no frames]

Class DesmondBasicConfigDialog

ui.qt.appframework.ConfigDialog --+
                                  |
                                 DesmondBasicConfigDialog

This is identical to Appframeowrk.ConfigDialog except adds platform check for localhost jobs

Instance Methods [hide private]
 
validate(self)
Checks the panel to make sure settings are valid.

Inherited from ui.qt.appframework.ConfigDialog: __init__, activate, applySettings, cpus3Edited, currentHost, getHosts, getSettings, getTotalMPICPUs, savePressed, setParentJobname, setupHostCombo, setupHostLayout, showHelp, startPressed, updateMPIInfo, updateMPILabel, updateQueueResources, validateAndAccept, validateNumCpus, validateNumGpus, validateNumMPI, validateNumProcs, warning

Class Methods [hide private]

Inherited from ui.qt.appframework.ConfigDialog: getGPGPUs

Class Variables [hide private]

Inherited from ui.qt.appframework.ConfigDialog: CANCEL, CPU_UNIT_LABEL, GPU_UNIT_LABEL, HELP, SAVE, START

Method Details [hide private]

validate(self)

 

Checks the panel to make sure settings are valid. Return False if any validation test fails, otherwise return True.

Overrides: ui.qt.appframework.ConfigDialog.validate
(inherited documentation)