Commit 4e3c41e9 authored by Felip Moll's avatar Felip Moll
Browse files

Fix env var tracking in jobs

When setting environment variables in jobs we were tracking other job's
indexes and information, while the scope of the environment is totally
different for each job. The static variables have been moved to non static.

This fixes CUDA_VISIBLE_DEVICES indexing while running different jobs on
the same node.

Bug 4851
parent 08a51983
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment