11457e810e
New features since 1.8.x: - SWMR (a concurrent read/write file access pattern) - Fine-tuning the Metadata Cache - Collective Metadata I/O - File Space Management - Virtual Datasets (VDS) - Partial Edge Chunk Options - Metadata Cache Image - Metadata Cache Evict on Close - Paged Aggregation - Page Buffering
15 lines
882 B
Bash
15 lines
882 B
Bash
$NetBSD: patch-examples_run-c-ex.sh.in,v 1.4 2017/11/15 20:28:27 minskim Exp $
|
|
|
|
Fix path to examples.
|
|
|
|
--- examples/run-c-ex.sh.in.orig 2016-04-26 12:44:10.000000000 +0000
|
|
+++ examples/run-c-ex.sh.in
|
|
@@ -20,7 +20,7 @@
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# #
|
|
# This script will compile and run the c examples from source files installed #
|
|
-# in .../share/hdf5_examples/c using h5cc or h5pc. The order for running #
|
|
+# in .../share/examples/hdf5/c using h5cc or h5pc. The order for running #
|
|
# programs with RunTest in the MAIN section below is taken from the Makefile. #
|
|
# The order is important since some of the test programs use data files created #
|
|
# by earlier test programs. Any future additions should be placed accordingly. #
|