Switch the GPU buffer ops on when update is on GPU
[alexxy/gromacs.git] / admin / builds / gromacs.py
index 4fa518f1864865c2b4d442d5e6b9d8d9d9e87590..49007c5a63f125a098c719b7e73bf4b1b005d2e2 100644 (file)
@@ -185,7 +185,6 @@ def do_build(context):
 
     # GPU update flag enables GPU update+constraints as well as buffer ops (dependency)
     if context.opts.gpuupdate:
-        context.env.set_env_var('GMX_USE_GPU_BUFFER_OPS', "1")
         context.env.set_env_var('GMX_FORCE_UPDATE_DEFAULT_GPU', "1")
 
     regressiontests_path = context.workspace.get_project_dir(Project.REGRESSIONTESTS)