new (optional) configure argument --with-logpath-by-env
- Allows the administrator, at configure time, to specify a list of environment variables to check at runtime to find the absolute path to place log files in, overriding the normal year/month/day hierarchy - Falls back to --with-logpath path (if specified) if there is no environment variable match - example: --with-logpath-by-env=FOO,HOME --with-logpath=/log will cause darshan to try (in order): - $FOO - $HOME - /log/<year>/<month>/<day> git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@428 3b7491f3-a168-0410-bf4b-c445ed680a29
Please register or sign in to comment