diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2005-04-05 21:42:02 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2005-04-05 21:42:02 (GMT) |
commit | bba7693f56cdf01eca814e64fd289eeb48823a0d (patch) | |
tree | 815b99169a3deed737625e7864f2c89ab88aaf40 /src/H5FDmpi.c | |
parent | a4760c1ade4affb5a7d517a8a75311ba2186b5e8 (diff) | |
download | hdf5-bba7693f56cdf01eca814e64fd289eeb48823a0d.zip hdf5-bba7693f56cdf01eca814e64fd289eeb48823a0d.tar.gz hdf5-bba7693f56cdf01eca814e64fd289eeb48823a0d.tar.bz2 |
[svn-r10555] Purpose:
Feature
Description:
Added new function, getenv_all (only for parallel builds)
Solution:
getenv_all is a collective version of getenv. It is used to the return the value of
an environment variable in another task and can be used to synchronize all of the
environment variables used by all of the tasks. This helps to fix problems that commonly crop up
(like with HDF5_PARAPREFIX) when an environment variable does not propogate to other tasks.
This commit only includes the function. Future commits will replace the various getenv calls with getenv_all calls.
Platforms tested:
heping, sol, copper
Misc. update:
Diffstat (limited to 'src/H5FDmpi.c')
0 files changed, 0 insertions, 0 deletions