NVlabs / FPSci

Aim Training Experiments
Other
67 stars 23 forks source link

Getenv null check #399

Closed bboudaoud-nv closed 1 year ago

bboudaoud-nv commented 1 year ago

This branch adds support for null checking results of std::getenv() calls which can be null when the requested values aren't set in the environment variables (as documented here).

Merging this PR closes #398.