Altair Accelerator Configuration

Many aspects of Accelerator behavior can be customized.
  • Caching of nc list results may be configured in the file $VOVDIR/local/vnclist.config.tcl
    # Example content of vnclist.config.tcl
    # enable 'nc list' local caching
    set NCLIST(cache,enable) 1
    
    # Other variables used in global array NCLIST (not settable)
    #set NCLIST(cache,timeout,default)
    #set NCLIST(cache,cacheFile)
    #set NCLIST(cache,cacheFp)
    
    # environment variables that influence 'nc list' caching
    # NC_LIST_FORMAT
    # NC_LIST_CACHE_DIR  ; # default ~/.vov/vnclist.caches/<project>...
    # NC_LIST_CACHE_TIMEOUT