diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2005-04-20 21:48:31 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2005-04-20 21:48:31 (GMT) |
commit | 705815370505ad3a8d81e918a0a15cfa24a5f0c1 (patch) | |
tree | 89211cff3ff55f56b9df4b4dfdf20e1c157f37c9 /src | |
parent | af260258da1e7c02a270d43a00f09666c9fd5a51 (diff) | |
download | hdf5-705815370505ad3a8d81e918a0a15cfa24a5f0c1.zip hdf5-705815370505ad3a8d81e918a0a15cfa24a5f0c1.tar.gz hdf5-705815370505ad3a8d81e918a0a15cfa24a5f0c1.tar.bz2 |
[svn-r10634] Purpose:
Use getenv_all for determining HDF5_PARAPREFIX instead of getenv
Description:
the environment variable HDF5_PARAPREFIX is now determined collectively, instead of
having each task call getenv.
Solution:
Environment variables set for task 0 often do not propogate to other tasks which
leads to obscure and hard to track down bugs. getenv_all was written to overcome
this by having all tasks query a single task for the value of its environment.
Eventually, all calls to getenv will be migrated to use getenv_all. For now,
only HDF5_PARAPREFIX will be determined this way.
Platforms tested:
heping pp, sol pp
Misc. update:
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions