Home
last modified time | relevance | path

Searched refs:gmxOclFilePath (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gpu_utils/
H A Docl_compiler.cpp222 const char* gmxOclFilePath = getenv("GMX_OCL_FILE_PATH"); in getSourceRootPath() local
224 if (gmxOclFilePath == nullptr) in getSourceRootPath()
234 if (!Directory::exists(gmxOclFilePath)) in getSourceRootPath()
239 gmxOclFilePath))); in getSourceRootPath()
241 sourceRootPath = Path::join(gmxOclFilePath, sourceRelativePath); in getSourceRootPath()