We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca4870 commit cb81d56Copy full SHA for cb81d56
src/H5FDpublic.h
@@ -77,8 +77,8 @@
77
* Defining H5FD_FEAT_DATA_SIEVE for a VFL driver means that
78
* the library will attempt to cache raw data as it is read from/written to
79
* 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
+ * https://web.cels.anl.gov/~thakur/papers/romio-coll.pdf
+ * https://web.cels.anl.gov/~thakur/papers/users-guide.pdf
82
*/
83
#define H5FD_FEAT_DATA_SIEVE 0x00000008
84
/*
0 commit comments