mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r1294] Removed the pre-defined macro DOS386. It was used to identify
being in the TFLOPS machine but it is not recognized by the system. TFLOPS uses __PUMAGON__ to identify itself.
This commit is contained in:
parent
93a6938cef
commit
14364b9257
@ -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?
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user