Skip to content

Commit

Permalink
shell1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Aug 14, 2023
1 parent ff89b9a commit e14622e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nczarr_test/run_nccopyz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ verifychunking() {
testcase() {
zext=$1
fileargs tmp
./test_zchunks3 -e ${zext}
${execdir}/test_zchunks3 -e ${zext}
echo "*** Test that nccopy -c can chunk files"
${NCCOPY} -M0 tmp_chunks3.nc "$fileurl"
${NCDUMP} -n tmp -sh "$fileurl" > tmp_nccz.cdl
verifychunking tmp_nccz.cdl "ivar:_ChunkSizes=7,4,2,3,5,6,9;" "fvar:_ChunkSizes=9,6,5,3,2,4,7;"

fileargs tmp_chunked
./test_zchunks3 -e ${zext}
${execdir}/test_zchunks3 -e ${zext}
${NCCOPY} -M0 -c dim0/,dim1/1,dim2/,dim3/1,dim4/,dim5/1,dim6/ tmp_chunks3.nc "$fileurl"
${NCDUMP} -sh -n tmp "$fileurl" > tmp_chunked.cdl
verifychunking tmp_chunked.cdl "ivar:_ChunkSizes=7,1,2,1,5,1,9;" "fvar:_ChunkSizes=9,1,5,1,2,1,7;"
Expand Down

0 comments on commit e14622e

Please sign in to comment.