mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
9f8b25422c
Improvement Description: During configure, it tries to find the size of various basic C data types (int, int8, fast_int8, ...) by running a small program for each data type. But Pecific blue uses a batch queue system to launch all jobs and the whole process takes couple minutes. With over 20 basic types to test, that takes "forever" for the configure to complete. Solution: Let the configure complete, then save all those valid values in the config.cache file into the specific config file for Pac. Blue. With the values cached, configure does not need to run those little problems. Platform Tested: Pacific blue with mpicc. |
||
---|---|---|
.. | ||
site-specific | ||
BlankForm | ||
commence.in | ||
conclude.in | ||
dec-flags | ||
dec-osf4.x | ||
depend1.in | ||
depend2.in | ||
depend3.in | ||
depend4.in | ||
dependN.in | ||
freebsd | ||
gnu-flags | ||
hpux9.03 | ||
hpux10.20 | ||
hpux11.00 | ||
i386-pc-cygwin32 | ||
intel-osf1 | ||
irix5.x | ||
irix6.x | ||
linux-gnu | ||
linux-gnulibc1 | ||
linux-gnulibc2 | ||
powerpc-ibm-aix4.2.1.0 | ||
powerpc-ibm-aix4.3.2.0 | ||
powerpc-ibm-aix4.x | ||
rs6000-ibm-aix4.x | ||
solaris2.x | ||
unicos | ||
unicosmk | ||
unicosmk2.0.X |