Package schrodinger :: Package application :: Package desmond :: Module fep_gui :: Class GPUAndCPURESTFEPConfigDialog
[hide private]
[frames] | no frames]

Class GPUAndCPURESTFEPConfigDialog

ui.qt.config_dialog.ConfigDialog --+            
                                   |            
          gui.DesmondGuiConfigDialog --+        
                                       |        
                         FEPConfigDialog --+    
                                           |    
                         RESTFEPConfigDialog --+
                                               |
                                              GPUAndCPURESTFEPConfigDialog

This subclass of RESTFEPConfigDialog lists both CPU and GPU Hosts for the SubJob Hosts menu. This is required for a non-FEP+ Ligand panel.

Instance Methods [hide private]
 
setupSubHostCombo(self, combo)
Add only GPU Hosts to the combo box input.
 
currentHost(self, menu=None)
See ConfigDialog.currentHost() docstring.

Inherited from RESTFEPConfigDialog: __init__, onHostMenuChanged

Inherited from FEPConfigDialog: addAutoGpuCbToLayout, addGPGPUTableToLayout, addNumericLineEdit, addSubprocessStackedWidget, applySettings, buildComboBox, buildLabel, buildLineEdit, getHosts, getSettings, updateMaxjobsDefault, updateNumCPUsLabel, validate, validateNumCpus, validateNumGpus, validateSubHost

Inherited from gui.DesmondGuiConfigDialog: addGPGPUGroupToLayout, createGPGPUTable, getHostType, isCPUHost, isGPUHost, setupGPGPUTable, setupHostLayout, validateNumProcs

Inherited from ui.qt.config_dialog.ConfigDialog: activate, cpus3Edited, getTotalOpenMPCPUs, savePressed, setupHostCombo, showHelp, startPressed, updateOpenMPInfo, updateOpenMPLabel, updateQueueResources, validateAndAccept, validateNumOpenMP, warning

Inherited from ui.qt.config_dialog.ConfigDialog (private): _applySetting, _queueMemoryFixup, _queueWalltimeFixup, _selectComboText, _setupOpenMPWidgets, _setupQueueWidgets, _stripProcs, _updateQArgs, _validateNumProcs

Class Methods [hide private]

Inherited from ui.qt.config_dialog.ConfigDialog: getGPGPUs

Inherited from ui.qt.config_dialog.ConfigDialog (private): _getLocalGPGPUs, _getRemoteGPGPUs

Class Variables [hide private]

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

Method Details [hide private]

setupSubHostCombo(self, combo)

 

Add only GPU Hosts to the combo box input. The combo box menu will be cleared first.

Parameters:
  • combo - combo box to append to.
Overrides: FEPConfigDialog.setupSubHostCombo
(inherited documentation)

currentHost(self, menu=None)

 

See ConfigDialog.currentHost() docstring.

Overrides: ui.qt.config_dialog.ConfigDialog.currentHost