NeMo icon indicating copy to clipboard operation
NeMo copied to clipboard

Propagate PERF_ENV_VARS and overrides to SlurmExecutor container_env

Open sudostock opened this issue 1 month ago • 0 comments

Expose the container_env parameter of SlurmExecutor, explicitly set container_env for any environment variable being set. If you're setting performance variables for your run you expect them to be set in the container.

The pyxis/enroot defaults are to set all variables in the user environment in the container environment, except when that variable already exists in the container. Then it won't overwrite it unless '--container-env=VAR' is set.

sudostock avatar Dec 09 '25 22:12 sudostock