safe_exec.py
4.83 KB
-
Prevent OpenBLAS from spawning worker threads. TNL-6456 · 1ea92aa2
The RLIMIT_NPROC limit is per-user so simultaneous student submissions pile up and overflow the limit. Setting this environment variable will prevent spawning any threads (the 1 means only have one threads, the already existing main thread).
Ned Batchelder committed