Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a7f20ece authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

try some other env variable to make it work

parent 958f1165
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,10 @@ int main(int argc, char* argv[]){
setenv("STARPU_NOPENCL","1",1);
setenv("STARPU_OPENCL_ONLY_ON_CPUS","1",1);
setenv("STARPU_DISABLE_ASYNCHRONOUS_OPENCL_COPY","1",1);
setenv("STARPU_OPENCL_PIPELINE","0",1);
setenv("STARPU_OPENCL_ON_CPUS","1",1);
const FParameterNames LocalOptionBlocSize {
{"-bs"},
"The size of the block of the blocked tree"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment