diff options
-rw-r--r-- | config/intel-osf1 | 1 | ||||
-rw-r--r-- | src/H5Fmpio.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index ca11ee2..5d31830 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -26,7 +26,6 @@ RUNSERIAL="yod -sz 1" RUNPARALLEL="yod -sz 8" # What must *always* be present for things to compile correctly? -CFLAGS="$CFLAGS -DDOS386" #CPPFLAGS="$CPPFLAGS -I." # What compiler flags should be used for code development? diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index b960741..971ced5 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -69,7 +69,7 @@ static intn interface_initialize_g = 0; /* Global var to allow elimination of redundant metadata writes * to be controlled by the value of an environment variable. */ /* Use the elimination by default unless this is the Intel Red machine */ -#ifndef DOS386 +#ifndef __PUMAGON__ hbool_t H5_mpi_1_metawrite_g = TRUE; #else hbool_t H5_mpi_1_metawrite_g = FALSE; |