#!/bin/sh if test "x$srcdir" = x ; then srcdir=`pwd`; fi . ../test_common.sh set -e if test "x$srcdir" = x ; then srcdir=`pwd`; fi . ../test_common.sh # Get the target OS and CPU CPU=`uname -p` OS=`uname` # Test diskless on a reasonably large file size # Try a large in-memory file; two instances at once may be needed when doing realloc #SIZE=1000000000 SIZE=500000000 FILE4=tst_diskless4.nc # Uncomment to get timing #TIME=time # Create the reference ncdump output for tst_diskless4 rm -fr ref_tst_diskless4.cdl cat >ref_tst_diskless4.cdl <