Dana Robinson
209df7c3b0
[svn-r27839] Removed generated autotools stragglers missed in trunk sync.
2015-09-21 03:36:01 -05:00
Quincey Koziol
0695d6366a
[svn-r27835] Description:
...
Sync w/trunk.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
2015-09-20 21:18:45 -05:00
Elena Pourmal
68659dd411
[svn-r27769] Maintenance: Fixed example that failed daily tests.
...
Tested on Mac Air, jam and ostrich.
2015-09-14 10:03:58 -05:00
Quincey Koziol
2c91cbecc6
[svn-r27630] Description:
...
Bring in changes from the trunk, through r27628.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
2015-08-31 15:14:57 -05:00
Scot Breitenfeld
e6f9fc5f7f
[svn-r27625] Added preprocessor commands for PGI compiler.
...
tested: h5committest
2015-08-31 13:49:17 -05:00
Quincey Koziol
c2ce904d5d
[svn-r27598] Description:
...
Check in misc. minor code cleanups, found during code review
2015-08-27 16:52:15 -05:00
Neil Fortner
c365b9a59f
[svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.
...
Tested: ummon
2015-08-27 12:06:54 -05:00
Scot Breitenfeld
d06fee7bd2
[svn-r27517] Removed all perl scripts from configure.
...
Tested: h5committest
2015-08-17 16:12:03 -05:00
Dana Robinson
c27d180848
[svn-r27507] Merge of r27237-27500 from the trunk.
...
Tested w/ h5committest
NOTES: - The manifest may still be messed up.
- Cmake fails since the dual binary work needs to be merged with
this repo's CMake externals.
2015-08-14 14:58:54 -05:00
Scot Breitenfeld
caf0e7692a
[svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.
...
Tested: h5committest --PASSED--
2015-08-11 09:35:30 -05:00
Scot Breitenfeld
3b4696ccd1
[svn-r27489] reverted merge of branch
2015-08-10 20:22:33 -05:00
Scot Breitenfeld
a9bef45c75
[svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-08-05 16:35:30 -05:00
Allen Byrne
9e2434625d
[svn-r27469] Merge from trunk with dual-binary CMake code.
...
Tested: local linux with CMake
2015-08-05 16:01:07 -05:00
Scot Breitenfeld
985e8d02a4
[svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-07-02 14:12:03 -05:00
Neil Fortner
6063aa87e1
[svn-r27256] Merge revisions 27102 through 27255 from trunk to vds branch.
...
Tested: ummon
2015-06-19 17:16:45 -05:00
Elena Pourmal
3b1acf484e
[svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds.
...
Tested on jam.
2015-06-19 08:07:30 -05:00
Elena Pourmal
b32c1bc3ff
[svn-r27245] Maintenance: Eiger example had wrong printf type of name (had dimension number in it). Fixed.
...
Tested on jam.
2015-06-18 16:54:51 -05:00
Dana Robinson
fb27787c2a
[svn-r27222] Merge of r27035-27221 from the trunk.
...
Tested on 64-bit linux VM:
Serial: C++ and Fortran 2003
Parallel: Fortran
2015-06-17 06:48:34 -05:00
Scot Breitenfeld
85bcb77904
[svn-r27221] Reworked Fortran autools REAL KIND detection.
2015-06-16 16:47:00 -05:00
Elena Pourmal
fc0fba145e
[svn-r27220] Maintenance: Added copyrigth; removed read buffer initialization since fill value feature works now.
...
Tested on jam.
2015-06-16 16:42:48 -05:00
Barbara Jones
6e9e9e0dd2
[svn-r27216] The comments in this example were incorrect regarding the resulting
...
dataset. They were updated to match the output of the file. (HDFFV-637)
2015-06-16 13:32:04 -05:00
Scot Breitenfeld
f2d14c76b8
[svn-r27186] added fix for jam with promoted reals and integers
2015-06-10 14:15:08 -05:00
Scot Breitenfeld
62401ac7c6
[svn-r27167] more DT fixes
2015-06-09 12:05:09 -05:00
Scot Breitenfeld
32703c9fc5
[svn-r27164] various bug fixes for DT
2015-06-08 16:13:15 -05:00
Scot Breitenfeld
8641814c4e
[svn-r27154] fixed issue with mis-matching long double between Fortran and C
2015-06-05 17:17:13 -05:00
Scot Breitenfeld
043173a689
[svn-r27151] fixed __float128 errors
2015-06-04 15:26:02 -05:00
Scot Breitenfeld
4d500d4902
[svn-r27140] fixed interger*16 support
2015-06-03 09:13:58 -05:00
Scot Breitenfeld
52e5579fba
[svn-r27122] removed dependency on generatored fortran source code
2015-05-28 11:53:15 -05:00
Scot Breitenfeld
244784ab2c
[svn-r27115] Moved testing KINDs and SIZEOFs to configure.
2015-05-27 17:07:18 -05:00
Neil Fortner
f7e10b55ab
[svn-r27053] Add more tests for unlimited selections.
...
Fix off by 1 error involving minimum extent of VDS.
Other minor fixes/cleanup.
Tested: ummon
2015-05-12 10:39:10 -05:00
Dana Robinson
984ecb72c2
[svn-r27038] Merge of r26393-27031 from the trunk.
...
Tested on 64-bit linux VM w/ C++ and Fortran 2003
2015-05-07 16:05:14 -05:00
Elena Pourmal
bc6873d3bd
[svn-r27025] Enabled compilation and run for the new vds examples for "make installcheck"; added to MANIFET.
2015-05-05 16:35:10 -05:00
Elena Pourmal
eda6bf097a
[svn-r27024] Modified Percival example to read VDS data.
...
First, the example reads all VDS data, then the data that is in the first source dataset.
Tested on jam.
2015-05-05 15:41:21 -05:00
Neil Fortner
8fe3dfbf94
[svn-r27022] Add new functions H5Pset_virtual_dataspace_bounds and
...
H5Pget_virtual_dataspace_bounds.
Minor refactor of dataset initialization code to make this cleaner.
Update h5_vds-percival-unlim-maxmin.c
Other minor fixes/cleanup.
Tested: ummon
2015-05-05 15:15:40 -05:00
Elena Pourmal
8ba06cb15e
[svn-r27018] Fixed a comment for the expected VDS sizes.
2015-05-05 13:07:15 -05:00
Elena Pourmal
95b63ae685
[svn-r27017] Modified Percival example to have different extents for the source datasets for quick testing of
...
H5Pset_virtual_dataspace_bounds.
Tested on jam that the source datasets are extended and data is added as intended.
2015-05-05 12:57:44 -05:00
Neil Fortner
a9b2e36065
[svn-r26962] Add support for unlimited selections to VDS code.
...
Not tested (except for percival-unlim example)
Fix percival-unlim example
Other bug fixes/cleanup
Tested: Fedora 64
2015-04-28 22:22:55 -05:00
Elena Pourmal
f3f7473161
[svn-r26960] Added example of unlimited VDS using Percival use case.
2015-04-28 18:23:02 -05:00
Dana Robinson
a2475e33a2
[svn-r26879] Removed printf size_t warnings from VDS examples.
...
size_t parameters are now printed using lu after being cast to
unsigned long (safe for C89).
Tested on: 64-bit linux VM
2015-04-22 08:29:03 -05:00
Neil Fortner
0a3151792f
[svn-r26878] Fix errors in unlimited selection serialize/deserialize
...
Other minor fixes
Tested: jam
2015-04-21 17:42:33 -05:00
Scot Breitenfeld
5e6d18e5be
[svn-r26869] removed the --enable-fortran2003 option, it is now just --enable-fortran
2015-04-21 13:33:25 -05:00
Scot Breitenfeld
0cc9b0c79f
[svn-r26825] Added include for preprocessing fortran files with configure definitions
2015-04-16 13:36:34 -05:00
Neil Fortner
6a27582a44
[svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.
...
Tested: ummon
2015-04-10 18:00:48 -05:00
Larry Knox
3032f3adf3
[svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure.
...
Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths.
Tested with h5committest.
2015-04-02 16:07:53 -05:00
Allen Byrne
45577d5693
[svn-r26660] HDFFV-9131: autotols rework
...
Remove CXX_CONDITIONAL
remove unneeded/obsolete sections.
h5commtitest
2015-03-30 13:55:21 -05:00
Elena Pourmal
e26999516d
[svn-r26609] Neil fixed a bug that caused a failure when a source file was closed. Removed comments from the
...
example.
Tested on jam.
2015-03-26 17:03:45 -05:00
Allen Byrne
451a91e53b
[svn-r26594] Merge macros and fortran changes from dual_binary feature.
...
Tested: local linux
2015-03-25 17:08:46 -05:00
Elena Pourmal
1f9bf8d63b
[svn-r26568] Simplified percival example.
2015-03-24 18:42:14 -05:00
Elena Pourmal
b8551d25cc
[svn-r26565] Since fill values for VDS do not work at this point initialized the read buffer to show
...
that VDS data is read correctly, leaving unmapped data untouched.
Tested on jam.
2015-03-24 18:02:37 -05:00
Elena Pourmal
dd5a137083
[svn-r26564] Modified related files after adding example/h5_vds-percival.c
...
Tested on jam.
2015-03-24 17:56:24 -05:00
Elena Pourmal
f7c38d0a2d
[svn-r26562] Added examples for percival use case.
2015-03-24 17:43:43 -05:00
Elena Pourmal
13299383ea
[svn-r26557] Removed commented VDS read code. tested on jam.
2015-03-24 15:21:53 -05:00
Jerome Soumagne
1cd7c16a9d
[svn-r26509] Run reconfigure after merges from autotools_rework branch.
2015-03-20 14:15:51 -05:00
Allen Byrne
e1fed18477
[svn-r26431] Add new example (reorder to match closer to makefile)
2015-03-11 09:25:20 -05:00
Elena Pourmal
ca2a0b80c5
[svn-r26420] Added new example for simple I/O. Modified other examples according to the suggestion in H5VDS-7 (see VDS-178)
2015-03-10 17:15:20 -05:00
Elena Pourmal
802fac804d
[svn-r26376] Added new examples for fixed-size Excalibur and for Eiger use cases. Fixed several typos.
...
Tested on jam.
2015-03-05 18:04:57 -05:00
Elena Pourmal
e2175fd0ca
[svn-r26360] Modified CMake files to accomodate new h5_vds-exc.c example.
2015-03-04 12:29:29 -05:00
Elena Pourmal
3c9c263e5a
[svn-r26359] Added h5_vds-exc.c to misc. files and ran bin/reconfigure.
...
Tested on jam.
2015-03-04 12:26:33 -05:00
Elena Pourmal
026cf21de8
[svn-r26357] Added mapping example for the Excalibur detector use case.
2015-03-04 12:03:32 -05:00
Elena Pourmal
56f7406671
[svn-r26343] Improved output.
2015-03-02 16:34:39 -05:00
Elena Pourmal
a726992cd8
[svn-r26342] Added usage of the new H5S*_regular_hyperslab functions.
...
Tested on jam.
2015-03-02 16:32:27 -05:00
Dana Robinson
7462a7ef1c
[svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_rework
...
branch.
Removed the configure option that allows selective disabling of individual
internal filters (fletcher32, shuffle, etc.).
This feature mucked up the code with a lot of #ifdefs, saved very little space,
and was not scalable to a general scheme for library size reduction. We've
decided to remove the feature while we investigate a more general scheme for
decreasing the library size.
Part of: HDFFV-9086
Tested on: h5committest
2015-02-27 07:50:38 -05:00
Neil Fortner
952d00e7f0
[svn-r26306] Merge r26296 through 26304 from trunk to vds branch.
...
It should no longer be necessary to use --enable-using-memchecker
make check fails due to an issue with h5ls apparently unrelated to the merge
Tested: ummon
2015-02-25 17:06:18 -05:00
Mohamad Chaarawi
c4044e0c85
[svn-r26303] remove files with .clog2 extension generated by MPE when doing make clean.
2015-02-25 13:48:31 -05:00
Elena Pourmal
99a3f4d8d4
[svn-r26297] Changed example and h5dump according to suggestions at today's code review VDS-176.
...
BNF has been updated too. Now h5dump displays VDS like this:
HDF5 "vds.h5" {
GROUP "/" {
DATASET "VDS" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) }
STORAGE_LAYOUT {
VIRTUAL {
HYPERSLAB { (0,0)-(0,5) };
a.h5;
A;
ALL;
HYPERSLAB { (1,0)-(1,5) };
b.h5;
B;
ALL;
HYPERSLAB { (2,0)-(2,5) };
c.h5;
C;
ALL;
}
}
}
FILTERS {
.......
I just commented the code with "EIP" and didn't delete to simplify the review with Allen tomorrow.
Tested on jam
2015-02-24 23:19:41 -05:00
Neil Fortner
2ca5b16a9f
[svn-r26296] Merge r26050 through 26295 from trunk to vds branch.
...
Tested: ummon
2015-02-24 16:53:56 -05:00
Dana Robinson
c07d803659
[svn-r26274] Merge of r26096 to r26271 from trunk.
...
Tested on: jam - serial: C++/Fortran
parallel: Fortran
2015-02-22 07:16:30 -05:00
Elena Pourmal
7556f179c3
[svn-r26269] Minor cleanup in the comments.
2015-02-21 22:38:00 -05:00
Elena Pourmal
7881deb15e
[svn-r26268] Added VDS example.
...
I ran bin/reconfigure on jam and it modified test/Makefile.in. May be Neil fixed Makefile.am,
but didn't run reconfigure?
Tested on jam.
2015-02-21 22:26:08 -05:00
Allen Byrne
73bb11dda3
[svn-r26208] Update cmake minimums
2015-02-18 11:56:22 -05:00
Scot Breitenfeld
b28b5fade9
[svn-r26188] Merged autotools fixes into the trunk:
...
HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
2015-02-16 12:17:49 -05:00
Mohamad Chaarawi
74fbb9e327
[svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from autotools_rework branch:
...
- Remove Infering parallel compilers (C and Fortran) from configure.ac
- Remove restriction to build shared with parallel
- Cleanup parallel sections in configure.ac
- remove large file support checks
- MPE fixes.
tested with h5committest.
2015-02-16 11:17:03 -05:00
Dana Robinson
e2240d544e
[svn-r26097] Removed configure and Makefile.in files from version control.
...
Developers will now have to run bin/reconfigure (deprecated, will be removed
soon) or autogen.sh after checking out code.
Part of: HDFFV-9120
Tested on: jam with Fortran and C++
2015-02-02 02:50:25 -05:00
Dana Robinson
45aece2434
[svn-r26069] Removed the option to selectively disable internal filters like n-bit
...
at compile time.
Fixes HDFFV-9086
Tested on: jam, both serial and parallel w/ fortran & C++
2015-01-29 08:19:22 -05:00
Scot Breitenfeld
4d34a0c6ad
[svn-r26051] Fix for HDFFV-9092
...
Change AC_TRY_RUN TO AC_TRY_COMPILE
Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use
AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory:
aclocal_cxx.m4 (for C++ tests)
aclocal_fc.m4 (for Fortran tests)
tested: jam
2015-01-27 12:17:09 -05:00
Quincey Koziol
33ea1ada24
[svn-r25496] Description:
...
Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups
that aren't on the branch)
Tested on:
Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN
(h5committested on branch already for a week)
2014-07-30 15:55:14 -05:00
Mohamad Chaarawi
06ef71a37f
[svn-r25397] - remove configure checks for MPI_File_get_size and Big
...
MPI_File_set_size as they are supported by most MPI implementations.
- fix bug in t_mpi.c (HDFFV-8856)
2014-07-07 13:22:48 -05:00
Allen Byrne
21474f8eee
[svn-r25188] Implement change to cmake_ext_mod config folder
...
Tested: local linux
2014-05-14 14:50:28 -05:00
Larry Knox
c6e3e68297
[svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll back fix for removing rpaths from l
...
ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co
nfigure option was invoked.
Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux
and solaris machines.
Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
2014-04-25 16:59:53 -05:00
Dana Robinson
7309bb5ab8
[svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.
2014-04-25 16:27:37 -05:00
Larry Knox
f32690b53c
[svn-r24997] Added compiler versions for mpich to settings file and configure summary.
...
For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run.
Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled.
Set flag to -O3 in production mode for Intel compilers other than those with specified other settings.
Gentoo patches:
Remove unnecessary setting of LD_LIBRARY_PATH from configure.
Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c.
Tested with h5committest on jam, koala, ostrich and platypus, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
2014-04-08 23:55:49 -05:00
Allen Byrne
c6fe8c70b2
[svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1
...
h5committest
2014-03-31 12:07:05 -05:00
Quincey Koziol
2e4302818a
[svn-r24864] Description:
...
Remove all traces of MPI-POSIX VFD and GPFS detection/code.
Remove remaining traces of stream VFD.
Remove testpar/t_posix_compliant test (it's not actually verifying anything).
Clean up H5D__mpio_opt_possible() further.
Moved environment variable that disables MPI collective operations into
MPI-IO VFD (instead of it being in src/H5S.c).
A few other small code cleanups.
Tested on:
Mac OSX/64 10.9.2 (amazon) w/parallel & serial
2014-03-21 18:02:24 -05:00
Allen Byrne
da23edd24e
[svn-r24851] example causes modal permission dialog to popup on windows. build but do not execute.
2014-03-20 16:18:30 -05:00
Allen Byrne
ba2c98d42a
[svn-r24850] example causes modal permission dialog to popup on windows. Do not build.
2014-03-20 16:17:24 -05:00
Allen Byrne
03d10edd23
[svn-r24824] HDFFV-8700 -
...
KitWare recommendations: Change CMake commands to lower case.
Bump up CMake minimum versions.
Split test file into separate file for h5repack test.
Tested: local linux
2014-03-18 11:21:46 -05:00
Allen Byrne
f5689224b5
[svn-r24789] Bump up the minimum cmake version
2014-03-13 10:05:09 -05:00
Allen Byrne
6c5e74942d
[svn-r24782] HDFFV-8700 -
...
KitWare recommendations: Change CMake commands to lower case.
2014-03-11 17:07:13 -05:00
Allen Byrne
a3292a77ce
[svn-r24781] HDFFV-8700 -
...
KitWare recommendations: Change CMake commands to lower case.
Remove INCLUDE_DIRECTORIES in src for target level includes.
Change ADD_DEFINITIONS package debug defines into CMake option.
Remove -DNDEBUG
2014-03-11 16:14:57 -05:00
Allen Byrne
819b8099e2
[svn-r24392] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles.
...
Tested: local cmake, autools, and h5committest
2013-11-01 16:15:37 -05:00
Larry Knox
ab239810e1
[svn-r24194] Don't add hdf5 library dependencies to lib files when --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276.
...
Tested with h5committest and on hdf-duck.
2013-09-23 20:14:24 -05:00
Allen Byrne
c502d81a8c
[svn-r24029] Move TESTS to seperate file to allow easier editing by all developers.
...
Tested: local linux
2013-08-19 16:49:44 -05:00
Allen Byrne
feb14ea872
[svn-r23745] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake support needed.
2013-06-10 12:46:48 -05:00
Allen Byrne
aff5c20a6a
[svn-r23305] HDFFV-8257: szip still used even if headers are not found. Change configure to test the result of the CHECK HEADERS call before checking for the library.
...
Tested: local linux, h5committest
2013-02-18 15:56:21 -05:00
Allen Byrne
2fba171a67
[svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10
2013-01-14 13:35:30 -05:00
Scot Breitenfeld
8dc9f39570
[svn-r23093] Fixed API to be 1.6 compliant, removed deprecated APIs
...
Checked: jam (gnu, mpi) --disable-deprecated-symbols, --with-default-api-version=v16
2012-12-12 09:56:39 -05:00
Scot Breitenfeld
7155aa6f1d
[svn-r23091] Changed C examples to reflect changes in documentation via Barbara;
...
mainly program additions from tutorial.
Tested: jam (gnu compilers)
2012-12-11 23:00:34 -05:00
Larry Knox
33504deb83
[svn-r22908] Reverted changes in revision 22819
...
Tested with h5committest on jam, koala and ostrich.
2012-10-16 16:38:58 -05:00
Larry Knox
c5371d7618
[svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that if configured with --disable-static the default for HDF5_USE_SHLIB in the compile scripts will be changed to yes. This is a fix for HDFFV-8141, where the compile scripts try to link to non-existant static hdf5 libraries.
...
Tested on jam,koala,ostrich(h5committest) and other THG machines.
2012-09-26 23:49:19 -05:00
Allen Byrne
eff696a3b0
[svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders
...
Tested: jam with intel compilers
2012-09-18 17:08:07 -05:00