Skip to content

Commit 93c46e1

Browse files
committed
Prevent the driver process from triggering MPS
1 parent 652793d commit 93c46e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/driver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ reset_cuda_environment(struct error *err)
8585
{"CUDA_CACHE_DISABLE", "1"},
8686
{"CUDA_DEVICE_ORDER", "FASTEST_FIRST"},
8787
{"CUDA_VISIBLE_DEVICES", NULL},
88+
{"CUDA_MPS_PIPE_DIRECTORY", "/dev/null"},
8889
};
8990
int ret;
9091

0 commit comments

Comments
 (0)