### START - Dependency installation order ###
cuda-order = 88
parboil-order = 89
### END - Dependency installation order ###

### START - Dependency-specific installation method ###
# pm = "package manager" (yum or apt-get)
# sl = "soft link" (assume that the dependency is already installed, just has to
# be properly exposed to the user's path.
# git = git clone using above giturl
# pip = python pip utility
# man = "manual"
cuda-install = man
parboil-install = man
### END - Dependency-specific installation method ###

### START - Tests ###
cuda-configure = which cuda
parboil-configure = ~/parboil/parboil list
### END - Tests ###

### START - Dependency versions ###
cuda-ver = ANY
parboil-ver = ANY
### END - Dependency versions ###

### START -  Dependency and method-specific compmd lines ###

# AUTOMATICALLY EXTRACTED FROM DOCKERFILE ON ../../docker/workload/

### END -  Dependency and method-specific compmd lines ###