Frequently Asked Questions and Troubleshooting Tips
This section provides recommendations to obtain the maximum performance from Accelerator Plus.
Use the Latest Release
The performance of the Accelerator Plus scheduler is frequently updated. Using the most current version is recommended.
Use the vwn Wrapper
vwn
(alias for vw -N
) avoids
communication with vovserver. An example is shown below:
% wx run -wrapper vwn sleep 0
The benefit is of using vwn
is speed.
The disadvantage is that jobs that require the -wl option cannot be run. However, this disadvantage may be not be significant, as -wl adds a relatively high load for what it does: -wl requires an extra notify client to handle the event generated when the job terminates.
Disable Wait Reasons
# In policy.tcl
set config(enableWaitReasons) 0
% wx cmd vovsh -x 'vtk_server_config enableWaitReasons 1'
### collect some data for a few minutes, then
% wx cmd vovsh -x 'vtk_server_config enableWaitReasons 0'
Disable File Access
% wx cmd vovsh -x 'vtk_server_config disablefileaccess 2'
Reduce Update Rate of Notify Clients
# In policy.tcl
set config(notifySkip) 100