Author Commit Message Commit Date Scot Breitenfeld 3edef5419b4 Description: routines for testing (printing results) and bitfield test program for fortran
tested: jam (intel, gcc) 23 Mar 2010 Scot Breitenfeld 3a810257794 Description: added/debugged H5LTread_bitfield_value_f
Tested: jam (intel, gcc) 23 Mar 2010 Scot Breitenfeld 2bd39bcc6e0 Description: fixed typo 17 Mar 2010 Scot Breitenfeld 9b0651a3633 Description: Added check for 3D array. 17 Mar 2010 Scot Breitenfeld 9732c70100f Description: Cleaned up formating. 17 Mar 2010 Scot Breitenfeld aebd23b854e Description: Cleanded up API fortran descriptions. 17 Mar 2010 Scot Breitenfeld 0c70a83f36b Description: Fixed API definition. 16 Mar 2010 Scot Breitenfeld 340317058fc Description: Added descriptions of the input parameters to the API 16 Mar 2010 Scot Breitenfeld acf06b861b6 Description: Added Fortran wrapper APIs. 16 Mar 2010 Scot Breitenfeld e4cbfe8621e Description:
Fixed errors when compiling with Fortran wrappers with gfortran
Tested: jam (gcc/gfortran) 15 Mar 2010 Scot Breitenfeld c308d2c66b0 Description:
Added modification to compile Fortran wrappers.
Tested: jam (intel) 15 Mar 2010 Scot Breitenfeld 22eb1a2ddd7 Description:
Fixes and API modifications for Fortran NPOESS wrappers.
Tested: jam (intel) 15 Mar 2010 Scot Breitenfeld a30b8f59a63 Description: Initial import of test program for Fortran wrappers.
Tested: jam (intel) 15 Mar 2010 Scot Breitenfeld 54753f780c3 Description: Added Fortran description of wrappers. 15 Mar 2010 Scot Breitenfeld d1c14af5de2 Description: removed extra USE HDF5
tested: jam (intel) 07 Mar 2010 Scot Breitenfeld 7754ef7d558 Description:
Added test output and test scripts for automatic testing. 06 Mar 2010 Scot Breitenfeld 5926bf7ba1b Description: Examples output and h5dump output for automatic testing.
Tested: intel (jam) 06 Mar 2010 Scot Breitenfeld b683b878258 Example program for fortran NPOESS H5LR wrappers.
Tested: intel (jam) 06 Mar 2010 Scot Breitenfeld 5367eb68a22 Description:
example for function H5LRcreate_ref_to_all_f
Tested: intel, jam 06 Mar 2010 Scot Breitenfeld daea6f75653 Desciption: 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) 01 Mar 2010 Scot Breitenfeld 6a7c5eed644 Description:
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) 01 Mar 2010 Scot Breitenfeld 60e53df6fd5 Added NPOESS H5LR and examples. 10 Feb 2010 Scot Breitenfeld 8f452dd3b39 Description:
Added bit field function, and H5LR wrapper functions. 10 Feb 2010 Scot Breitenfeld d82d590ac6b Description:
Initial import of Fortran wrappers for NPOESS H5LR functions. 10 Feb 2010 Scot Breitenfeld a15e3ce65a9 Description:
added example programs ex_bitfield.f90, ex_regref_read.f90 10 Feb 2010 Scot Breitenfeld b1966f6f1c1 Description:
Example program for using H5LRget_region_info_f, H5LRread_region_f 10 Feb 2010 Scot Breitenfeld 18dd5893323 Description:
Example for H5LTread_bitfield_value_f function 10 Feb 2010 Scot Breitenfeld 051396f5a8d Description:
Added missing argument, int *rank, in the signature. 03 Feb 2010 Scot Breitenfeld 7a8d3a7cce1 Description:
Added H5LTcopy_region_f wrapper example.
Tested: intel 05 Jan 2010 Scot Breitenfeld 6d1db14db4c Description:
Added fortran wrapper for H5LTcopy_region.
Tested: intel 05 Jan 2010 Scot Breitenfeld e59da2f36f2 Desciption:
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) 04 Jan 2010 Scot Breitenfeld a47ecf3e05a Description:
Added fortran HL_NPOESS wrapper files. 04 Jan 2010 Scot Breitenfeld b312040c22e Description:
Initial import of Fortran wrappers for NPOESS_HL functions.
Tested: jam (intel and g95 compilers) 04 Jan 2010 Scot Breitenfeld 7c2c9a0688e Description:
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 04 Jan 2010 Elena Pourmal 94bdb75a0a9 Maintenance:
Checking in updated files before tagging the code for the release 10 Oct 2009 Elena Pourmal 9642a7c69e2 Maintenance:
Added COPYING files to MANIFEST 10 Oct 2009 Elena Pourmal ecac8bd2942 Maintenance:
Did more code clean-up.
Platforms tested: amani with gcc and Intel
pahra (Mac OSX) with gcc 10 Oct 2009 Elena Pourmal 04c30a6d30a Maintenance:
Removed warnings exposed by PGI compiler
Platforms tested: jam with Intel and PGI 10 Oct 2009 Elena Pourmal 54df3cdf812 Maintenance:
- 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 10 Oct 2009 Elena Pourmal 134725287a3 Maintenance: Cleaned compilation warnings on Solaris and Linux
Platforms tested: linew in 64-bit mode, jam 32-bit mode 10 Oct 2009 Frank Baker e978fb90c00 Description:
Updated copyright header as example to be emulated
in other source, example, and test files. 09 Oct 2009 Frank Baker 29a0211af55 Description:
Added new copyright and license statement (COPYING file). 09 Oct 2009 Frank Baker 915f1fdd4d2 Description:
Updated copyright header.
Added link to COPYING.html.
Tested: Safari 09 Oct 2009 Scot Breitenfeld 9cc68dd245f Description:
Added option for the makefile "PREFIX=" so that user can change the location of the installed files instead of the default location. 06 Oct 2009 Elena Pourmal 0e383396876 Bug fix: Script used old file name h5vers; fixed
Platforms tested: jam 24 Sep 2009 Scot Breitenfeld 8ff10e716b1 Description:
Cleaned up compiler warnings on solarias.
tested: smirom (pgcc)
linew (cc) 17 Sep 2009 Scot Breitenfeld 6919a5d49d5 Added comments 17 Sep 2009 Scot Breitenfeld 4a69fe4d313 Description:
Renamed source files to avoid confustion with H5 HL files. 17 Sep 2009 Scot Breitenfeld 8a8b508e6c5 Renamed the files to be NPOESS HL specific to avoid confusion with other H5 HL files.
tested: smirom (icc) 17 Sep 2009 Scot Breitenfeld f1a437c76ea Description:
Included header files in the make. 17 Sep 2009 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '3edef5419b4ac0dea3c373c2e0e16a8905c288da', href: '/projects/JPSS/repos/hl_npoess/commits/3edef5419b4ac0dea3c373c2e0e16a8905c288da',parents: [{ id: '3a810257794e949db7f090d87954d8af66ae579d' }]},{id: '3a810257794e949db7f090d87954d8af66ae579d', href: '/projects/JPSS/repos/hl_npoess/commits/3a810257794e949db7f090d87954d8af66ae579d',parents: [{ id: '2bd39bcc6e0382860913094d2ff4898ab2e086da' }]},{id: '2bd39bcc6e0382860913094d2ff4898ab2e086da', href: '/projects/JPSS/repos/hl_npoess/commits/2bd39bcc6e0382860913094d2ff4898ab2e086da',parents: [{ id: '9b0651a3633821e35b040b3b396141165100fa7a' }]},{id: '9b0651a3633821e35b040b3b396141165100fa7a', href: '/projects/JPSS/repos/hl_npoess/commits/9b0651a3633821e35b040b3b396141165100fa7a',parents: [{ id: '9732c70100f82bf3160ae0475f22cdb89b3f09cc' }]},{id: '9732c70100f82bf3160ae0475f22cdb89b3f09cc', href: '/projects/JPSS/repos/hl_npoess/commits/9732c70100f82bf3160ae0475f22cdb89b3f09cc',parents: [{ id: 'aebd23b854e72bf9c95fd236ef31a3de2f9f34e5' }]},{id: 'aebd23b854e72bf9c95fd236ef31a3de2f9f34e5', href: '/projects/JPSS/repos/hl_npoess/commits/aebd23b854e72bf9c95fd236ef31a3de2f9f34e5',parents: [{ id: '0c70a83f36b5d65ed297fe4a8bb1a81489cc30c9' }]},{id: '0c70a83f36b5d65ed297fe4a8bb1a81489cc30c9', href: '/projects/JPSS/repos/hl_npoess/commits/0c70a83f36b5d65ed297fe4a8bb1a81489cc30c9',parents: [{ id: '340317058fc1dd0b6b534ff49fb465c8e00f41b4' }]},{id: '340317058fc1dd0b6b534ff49fb465c8e00f41b4', href: '/projects/JPSS/repos/hl_npoess/commits/340317058fc1dd0b6b534ff49fb465c8e00f41b4',parents: [{ id: 'acf06b861b6a5e365303ff50e3d1cbdba8cce8e7' }]},{id: 'acf06b861b6a5e365303ff50e3d1cbdba8cce8e7', href: '/projects/JPSS/repos/hl_npoess/commits/acf06b861b6a5e365303ff50e3d1cbdba8cce8e7',parents: [{ id: 'e4cbfe8621ec5518cc751fc9799d2ccf0dc1b5a8' }]},{id: 'e4cbfe8621ec5518cc751fc9799d2ccf0dc1b5a8', href: '/projects/JPSS/repos/hl_npoess/commits/e4cbfe8621ec5518cc751fc9799d2ccf0dc1b5a8',parents: [{ id: 'c308d2c66b01b33a8bedfc395cf94fa69f5fa2df' }]},{id: 'c308d2c66b01b33a8bedfc395cf94fa69f5fa2df', href: '/projects/JPSS/repos/hl_npoess/commits/c308d2c66b01b33a8bedfc395cf94fa69f5fa2df',parents: [{ id: '22eb1a2ddd76ef28acae180568db1b5d13649aae' }]},{id: '22eb1a2ddd76ef28acae180568db1b5d13649aae', href: '/projects/JPSS/repos/hl_npoess/commits/22eb1a2ddd76ef28acae180568db1b5d13649aae',parents: [{ id: 'a30b8f59a63f4422b4db697dc6ee8c0e0d9c7206' }]},{id: 'a30b8f59a63f4422b4db697dc6ee8c0e0d9c7206', href: '/projects/JPSS/repos/hl_npoess/commits/a30b8f59a63f4422b4db697dc6ee8c0e0d9c7206',parents: [{ id: '54753f780c33d11d13561aac908b86a11951724a' }]},{id: '54753f780c33d11d13561aac908b86a11951724a', href: '/projects/JPSS/repos/hl_npoess/commits/54753f780c33d11d13561aac908b86a11951724a',parents: [{ id: 'd1c14af5de21445072970247bd534c19b106a7dc' }]},{id: 'd1c14af5de21445072970247bd534c19b106a7dc', href: '/projects/JPSS/repos/hl_npoess/commits/d1c14af5de21445072970247bd534c19b106a7dc',parents: [{ id: '7754ef7d558840ea8db7af4fa23a01cdc84dca1c' }]},{id: '7754ef7d558840ea8db7af4fa23a01cdc84dca1c', href: '/projects/JPSS/repos/hl_npoess/commits/7754ef7d558840ea8db7af4fa23a01cdc84dca1c',parents: [{ id: '5926bf7ba1b60ab968cc4c261225aa7f8cfd35fe' }]},{id: '5926bf7ba1b60ab968cc4c261225aa7f8cfd35fe', href: '/projects/JPSS/repos/hl_npoess/commits/5926bf7ba1b60ab968cc4c261225aa7f8cfd35fe',parents: [{ id: 'b683b8782586663e976f2806f655db39ec2c00df' }]},{id: 'b683b8782586663e976f2806f655db39ec2c00df', href: '/projects/JPSS/repos/hl_npoess/commits/b683b8782586663e976f2806f655db39ec2c00df',parents: [{ id: '5367eb68a22e9f0da88fec74483322dc42d2afba' }]},{id: '5367eb68a22e9f0da88fec74483322dc42d2afba', href: '/projects/JPSS/repos/hl_npoess/commits/5367eb68a22e9f0da88fec74483322dc42d2afba',parents: [{ id: 'daea6f7565362106559dfe963179f90a39029a9e' }]},{id: 'daea6f7565362106559dfe963179f90a39029a9e', href: '/projects/JPSS/repos/hl_npoess/commits/daea6f7565362106559dfe963179f90a39029a9e',parents: [{ id: '6a7c5eed644aebe1bb089a5401025fe77e791ec6' }]},{id: '6a7c5eed644aebe1bb089a5401025fe77e791ec6', href: '/projects/JPSS/repos/hl_npoess/commits/6a7c5eed644aebe1bb089a5401025fe77e791ec6',parents: [{ id: '60e53df6fd536c3fd8a1bc5a4646fe28c67ed2a0' }]},{id: '60e53df6fd536c3fd8a1bc5a4646fe28c67ed2a0', href: '/projects/JPSS/repos/hl_npoess/commits/60e53df6fd536c3fd8a1bc5a4646fe28c67ed2a0',parents: [{ id: '8f452dd3b39de113970f3b3d075bf19acec71f8a' }]},{id: '8f452dd3b39de113970f3b3d075bf19acec71f8a', href: '/projects/JPSS/repos/hl_npoess/commits/8f452dd3b39de113970f3b3d075bf19acec71f8a',parents: [{ id: 'd82d590ac6bb6f5a76f29271ce5e136fdcad1d81' }]},{id: 'd82d590ac6bb6f5a76f29271ce5e136fdcad1d81', href: '/projects/JPSS/repos/hl_npoess/commits/d82d590ac6bb6f5a76f29271ce5e136fdcad1d81',parents: [{ id: 'a15e3ce65a9bf6ffeeba07458805a8bfd9a22b5c' }]},{id: 'a15e3ce65a9bf6ffeeba07458805a8bfd9a22b5c', href: '/projects/JPSS/repos/hl_npoess/commits/a15e3ce65a9bf6ffeeba07458805a8bfd9a22b5c',parents: [{ id: 'b1966f6f1c1c21a2de787b71bc5a0cf94ed4dbd5' }]},{id: 'b1966f6f1c1c21a2de787b71bc5a0cf94ed4dbd5', href: '/projects/JPSS/repos/hl_npoess/commits/b1966f6f1c1c21a2de787b71bc5a0cf94ed4dbd5',parents: [{ id: '18dd589332321ab1ba19f43bb51108596f9942f0' }]},{id: '18dd589332321ab1ba19f43bb51108596f9942f0', href: '/projects/JPSS/repos/hl_npoess/commits/18dd589332321ab1ba19f43bb51108596f9942f0',parents: [{ id: '051396f5a8dbb3b7765603a688a5a8ff03bf7feb' }]},{id: '051396f5a8dbb3b7765603a688a5a8ff03bf7feb', href: '/projects/JPSS/repos/hl_npoess/commits/051396f5a8dbb3b7765603a688a5a8ff03bf7feb',parents: [{ id: '7a8d3a7cce175019f45ec9749c030fccf6a69235' }]},{id: '7a8d3a7cce175019f45ec9749c030fccf6a69235', href: '/projects/JPSS/repos/hl_npoess/commits/7a8d3a7cce175019f45ec9749c030fccf6a69235',parents: [{ id: '6d1db14db4ccecef563d2443fec32d9c9185ba50' }]},{id: '6d1db14db4ccecef563d2443fec32d9c9185ba50', href: '/projects/JPSS/repos/hl_npoess/commits/6d1db14db4ccecef563d2443fec32d9c9185ba50',parents: [{ id: 'e59da2f36f2e5d8f1accd811ee2c765be6f24f47' }]},{id: 'e59da2f36f2e5d8f1accd811ee2c765be6f24f47', href: '/projects/JPSS/repos/hl_npoess/commits/e59da2f36f2e5d8f1accd811ee2c765be6f24f47',parents: [{ id: 'a47ecf3e05aa4b49ca57f30704fb9a302a7f7e04' }]},{id: 'a47ecf3e05aa4b49ca57f30704fb9a302a7f7e04', href: '/projects/JPSS/repos/hl_npoess/commits/a47ecf3e05aa4b49ca57f30704fb9a302a7f7e04',parents: [{ id: 'b312040c22e84b48a6f32f23b3d1b379fd016574' }]},{id: 'b312040c22e84b48a6f32f23b3d1b379fd016574', href: '/projects/JPSS/repos/hl_npoess/commits/b312040c22e84b48a6f32f23b3d1b379fd016574',parents: [{ id: '7c2c9a0688e7b0c4a47084eafc1300dc0bc1c94a' }]},{id: '7c2c9a0688e7b0c4a47084eafc1300dc0bc1c94a', href: '/projects/JPSS/repos/hl_npoess/commits/7c2c9a0688e7b0c4a47084eafc1300dc0bc1c94a',parents: [{ id: '94bdb75a0a98a8657cc01caab64bb38d78de0949' }]},{id: '94bdb75a0a98a8657cc01caab64bb38d78de0949', href: '/projects/JPSS/repos/hl_npoess/commits/94bdb75a0a98a8657cc01caab64bb38d78de0949',labels: [{name: 'hdf5_hl_npoess_1_0_0', type: 'TAG', href: '/projects/JPSS/repos/hl_npoess/browse?at=hdf5_hl_npoess_1_0_0'}],parents: [{ id: '9642a7c69e2ef843d8c7ea3c8dc17f4788231353' }]},{id: '9642a7c69e2ef843d8c7ea3c8dc17f4788231353', href: '/projects/JPSS/repos/hl_npoess/commits/9642a7c69e2ef843d8c7ea3c8dc17f4788231353',parents: [{ id: 'ecac8bd2942acc61d9b5e2c5304a0ce50adbcb3e' }]},{id: 'ecac8bd2942acc61d9b5e2c5304a0ce50adbcb3e', href: '/projects/JPSS/repos/hl_npoess/commits/ecac8bd2942acc61d9b5e2c5304a0ce50adbcb3e',parents: [{ id: '04c30a6d30aa47d9db8a989f190e307ccce8a5e1' }]},{id: '04c30a6d30aa47d9db8a989f190e307ccce8a5e1', href: '/projects/JPSS/repos/hl_npoess/commits/04c30a6d30aa47d9db8a989f190e307ccce8a5e1',parents: [{ id: '54df3cdf8121d1a51e144d401a5ab22f721d9e44' }]},{id: '54df3cdf8121d1a51e144d401a5ab22f721d9e44', href: '/projects/JPSS/repos/hl_npoess/commits/54df3cdf8121d1a51e144d401a5ab22f721d9e44',parents: [{ id: '134725287a310845ecd6641550246fc487a31f6f' }]},{id: '134725287a310845ecd6641550246fc487a31f6f', href: '/projects/JPSS/repos/hl_npoess/commits/134725287a310845ecd6641550246fc487a31f6f',parents: [{ id: 'e978fb90c00735a0920084162347b95a6532e8d2' }]},{id: 'e978fb90c00735a0920084162347b95a6532e8d2', href: '/projects/JPSS/repos/hl_npoess/commits/e978fb90c00735a0920084162347b95a6532e8d2',parents: [{ id: '29a0211af55acc32550b60bb5dfa7df151399308' }]},{id: '29a0211af55acc32550b60bb5dfa7df151399308', href: '/projects/JPSS/repos/hl_npoess/commits/29a0211af55acc32550b60bb5dfa7df151399308',parents: [{ id: '915f1fdd4d2d6434dab1d07c802fb523c8f28710' }]},{id: '915f1fdd4d2d6434dab1d07c802fb523c8f28710', href: '/projects/JPSS/repos/hl_npoess/commits/915f1fdd4d2d6434dab1d07c802fb523c8f28710',parents: [{ id: '9cc68dd245f1ada57044e958128f0c9ce60f020f' }]},{id: '9cc68dd245f1ada57044e958128f0c9ce60f020f', href: '/projects/JPSS/repos/hl_npoess/commits/9cc68dd245f1ada57044e958128f0c9ce60f020f',parents: [{ id: '0e383396876c26abc6c50c53e7f5bc4043106007' }]},{id: '0e383396876c26abc6c50c53e7f5bc4043106007', href: '/projects/JPSS/repos/hl_npoess/commits/0e383396876c26abc6c50c53e7f5bc4043106007',parents: [{ id: '8ff10e716b17031cde6b20d3f97183e64ac451be' }]},{id: '8ff10e716b17031cde6b20d3f97183e64ac451be', href: '/projects/JPSS/repos/hl_npoess/commits/8ff10e716b17031cde6b20d3f97183e64ac451be',parents: [{ id: '6919a5d49d5aa72d1f783247b7910b2b5ec2358b' }]},{id: '6919a5d49d5aa72d1f783247b7910b2b5ec2358b', href: '/projects/JPSS/repos/hl_npoess/commits/6919a5d49d5aa72d1f783247b7910b2b5ec2358b',parents: [{ id: '4a69fe4d31374257dd586007668e2a523613a8fb' }]},{id: '4a69fe4d31374257dd586007668e2a523613a8fb', href: '/projects/JPSS/repos/hl_npoess/commits/4a69fe4d31374257dd586007668e2a523613a8fb',parents: [{ id: '8a8b508e6c5cbefec5a941b135b8cd9fb1a1b38c' }]},{id: '8a8b508e6c5cbefec5a941b135b8cd9fb1a1b38c', href: '/projects/JPSS/repos/hl_npoess/commits/8a8b508e6c5cbefec5a941b135b8cd9fb1a1b38c',parents: [{ id: 'f1a437c76ea6551c1acdec4bff5665a99f2e7606' }]},{id: 'f1a437c76ea6551c1acdec4bff5665a99f2e7606', href: '/projects/JPSS/repos/hl_npoess/commits/f1a437c76ea6551c1acdec4bff5665a99f2e7606',parents: [{ id: 'f8588283ecfc0e50c632a5e29c40af1349b534aa' }]}]);