JPSS
  1. JPSS

HL_NPOESS

Public

Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
3edef5419b4Description: routines for testing (printing results) and bitfield test program for fortran tested: jam (intel, gcc)
Scot BreitenfeldScot Breitenfeld
3a810257794Description: added/debugged H5LTread_bitfield_value_f Tested: jam (intel, gcc)
Scot BreitenfeldScot Breitenfeld
2bd39bcc6e0Description: fixed typo
Scot BreitenfeldScot Breitenfeld
9b0651a3633Description: Added check for 3D array.
Scot BreitenfeldScot Breitenfeld
9732c70100fDescription: Cleaned up formating.
Scot BreitenfeldScot Breitenfeld
aebd23b854eDescription: Cleanded up API fortran descriptions.
Scot BreitenfeldScot Breitenfeld
0c70a83f36bDescription: Fixed API definition.
Scot BreitenfeldScot Breitenfeld
340317058fcDescription: Added descriptions of the input parameters to the API
Scot BreitenfeldScot Breitenfeld
acf06b861b6Description: Added Fortran wrapper APIs.
Scot BreitenfeldScot Breitenfeld
e4cbfe8621eDescription: Fixed errors when compiling with Fortran wrappers with gfortran Tested: jam (gcc/gfortran)
Scot BreitenfeldScot Breitenfeld
c308d2c66b0Description: Added modification to compile Fortran wrappers. Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
22eb1a2ddd7Description: Fixes and API modifications for Fortran NPOESS wrappers. Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
a30b8f59a63Description: Initial import of test program for Fortran wrappers. Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
54753f780c3Description: Added Fortran description of wrappers.
Scot BreitenfeldScot Breitenfeld
d1c14af5de2Description: removed extra USE HDF5 tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
7754ef7d558Description: Added test output and test scripts for automatic testing.
Scot BreitenfeldScot Breitenfeld
5926bf7ba1bDescription: Examples output and h5dump output for automatic testing. Tested: intel (jam)
Scot BreitenfeldScot Breitenfeld
b683b878258Example program for fortran NPOESS H5LR wrappers. Tested: intel (jam)
Scot BreitenfeldScot Breitenfeld
5367eb68a22Description: example for function H5LRcreate_ref_to_all_f Tested: intel, jam
Scot BreitenfeldScot Breitenfeld
daea6f75653Desciption: changed the name of H5LRcopy_references to H5LRcopy_reference to match what was provided in the documentation. Added H5LRmake_dataset routine that does not transpose the data of a region reference. Used in FORTRAN wrappers mainly. tested: jam (intel compilers)
Scot BreitenfeldScot Breitenfeld
6a7c5eed644Description: Added fortran wrappers H5LRcreate_region_references_f, H5LRread_region_f, H5LRmake_dataset_f, H5LRcopy_region_f, H5LRcopy_reference_f, H5LRcreate_ref_to_all_f. Added examples for the wrappers. Tested: jam (intel compilers)
Scot BreitenfeldScot Breitenfeld
60e53df6fd5Added NPOESS H5LR and examples.
Scot BreitenfeldScot Breitenfeld
8f452dd3b39Description: Added bit field function, and H5LR wrapper functions.
Scot BreitenfeldScot Breitenfeld
d82d590ac6bDescription: Initial import of Fortran wrappers for NPOESS H5LR functions.
Scot BreitenfeldScot Breitenfeld
a15e3ce65a9Description: added example programs ex_bitfield.f90, ex_regref_read.f90
Scot BreitenfeldScot Breitenfeld
b1966f6f1c1Description: Example program for using H5LRget_region_info_f, H5LRread_region_f
Scot BreitenfeldScot Breitenfeld
18dd5893323Description: Example for H5LTread_bitfield_value_f function
Scot BreitenfeldScot Breitenfeld
051396f5a8dDescription: Added missing argument, int *rank, in the signature.
Scot BreitenfeldScot Breitenfeld
7a8d3a7cce1Description: Added H5LTcopy_region_f wrapper example. Tested: intel
Scot BreitenfeldScot Breitenfeld
6d1db14db4cDescription: Added fortran wrapper for H5LTcopy_region. Tested: intel
Scot BreitenfeldScot Breitenfeld
e59da2f36f2Desciption: Changed the character length in interface to h5ltread_region_c to be 1 to be compliant with bind C, fixes problem with gfortran. tested: jam (gfortran, intel, g95)
Scot BreitenfeldScot Breitenfeld
a47ecf3e05aDescription: Added fortran HL_NPOESS wrapper files.
Scot BreitenfeldScot Breitenfeld
b312040c22eDescription: Initial import of Fortran wrappers for NPOESS_HL functions. Tested: jam (intel and g95 compilers)
Scot BreitenfeldScot Breitenfeld
7c2c9a0688eDescription: Removed H5_api_entered_g variable from NPOESS_H5HLerror.c where is was causing multiple definition of `H5_api_entered_g' when compiled with the hdf5 trunk. tested: jam
Elena PourmalElena Pourmal
94bdb75a0a9Maintenance: Checking in updated files before tagging the code for the release
Elena PourmalElena Pourmal
9642a7c69e2Maintenance: Added COPYING files to MANIFEST
Elena PourmalElena Pourmal
ecac8bd2942Maintenance: Did more code clean-up. Platforms tested: amani with gcc and Intel pahra (Mac OSX) with gcc
Elena PourmalElena Pourmal
04c30a6d30aMaintenance: Removed warnings exposed by PGI compiler Platforms tested: jam with Intel and PGI
Elena PourmalElena Pourmal
54df3cdf812Maintenance: - Added new headers to all source files to point to the correct COPYING file. - Removed CFLAGS and CCFLAGS from the src/Makefile since we can set it up with h5cc and we should be settuing flags for our users. - Added make uninstall to remove installed library and header files. - Removed lines left after testing release script. Platforms tested: jam
Elena PourmalElena Pourmal
134725287a3Maintenance: Cleaned compilation warnings on Solaris and Linux Platforms tested: linew in 64-bit mode, jam 32-bit mode
Frank BakerFrank Baker
e978fb90c00Description: Updated copyright header as example to be emulated in other source, example, and test files.
Frank BakerFrank Baker
29a0211af55Description: Added new copyright and license statement (COPYING file).
Frank BakerFrank Baker
915f1fdd4d2Description: Updated copyright header. Added link to COPYING.html. Tested: Safari
Scot BreitenfeldScot Breitenfeld
9cc68dd245fDescription: Added option for the makefile "PREFIX=" so that user can change the location of the installed files instead of the default location.
Elena PourmalElena Pourmal
0e383396876Bug fix: Script used old file name h5vers; fixed Platforms tested: jam
Scot BreitenfeldScot Breitenfeld
8ff10e716b1Description: Cleaned up compiler warnings on solarias. tested: smirom (pgcc) linew (cc)
Scot BreitenfeldScot Breitenfeld
6919a5d49d5Added comments
Scot BreitenfeldScot Breitenfeld
4a69fe4d313Description: Renamed source files to avoid confustion with H5 HL files.
Scot BreitenfeldScot Breitenfeld
8a8b508e6c5Renamed the files to be NPOESS HL specific to avoid confusion with other H5 HL files. tested: smirom (icc)
Scot BreitenfeldScot Breitenfeld
f1a437c76eaDescription: Included header files in the make.