Skip to content

Commit cb81d56

Browse files
authored
Update links to Rajeev Thakur's papers (#5605)
1 parent 1ca4870 commit cb81d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/H5FDpublic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
* Defining H5FD_FEAT_DATA_SIEVE for a VFL driver means that
7878
* the library will attempt to cache raw data as it is read from/written to
7979
* a file in a "data sieve" buffer. See Rajeev Thakur's papers:
80-
* http://www.mcs.anl.gov/~thakur/papers/romio-coll.ps.gz
81-
* http://www.mcs.anl.gov/~thakur/papers/mpio-high-perf.ps.gz
80+
* https://web.cels.anl.gov/~thakur/papers/romio-coll.pdf
81+
* https://web.cels.anl.gov/~thakur/papers/users-guide.pdf
8282
*/
8383
#define H5FD_FEAT_DATA_SIEVE 0x00000008
8484
/*

0 commit comments

Comments
 (0)