[dcmf] [PATCH 4/5] since we're building the BGL routines into fs operations struct, revert

Rob Latham robl at mcs.anl.gov
Tue Feb 12 14:22:05 CST 2008


Signed-off-by: Rob Latham <robl at mcs.anl.gov>
---
 .../mpich2/src/mpi/romio/adio/ad_ufs/ad_ufs_open.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/lib/mpi/mpich2/src/mpi/romio/adio/ad_ufs/ad_ufs_open.c b/lib/mpi/mpich2/src/mpi/romio/adio/ad_ufs/ad_ufs_open.c
index 1a0dfb9..4e91594 100644
--- a/lib/mpi/mpich2/src/mpi/romio/adio/ad_ufs/ad_ufs_open.c
+++ b/lib/mpi/mpich2/src/mpi/romio/adio/ad_ufs/ad_ufs_open.c
@@ -12,9 +12,6 @@ void ADIOI_UFS_Open(ADIO_File fd, int *error_code)
     int perm, old_mask, amode;
     static char myname[] = "ADIOI_UFS_OPEN";
 
-    /* set internal variables for tuning environment variables */
-    ad_bgl_get_env_vars();		
-
     if (fd->perm == ADIO_PERM_NULL) {
 	old_mask = umask(022);
 	umask(old_mask);
-- 
1.5.3.8




More information about the dcmf mailing list