Ward Fisher
Ward Fisher
@edwardhartnett @jhendersonHDF if anything leaps out at you, feel free to chime in, it might save some time as I dig through this! And if not, no worries XD. Thanks!
Additional notes: On ubuntu 24.04, installing `libhdf5-mpi-dev` installs `openmpi` and related tools. This version of libhdf5 works just fine, although the `nc_test4/run_par_test.sh` script requires `--oversubscribe` be passed to `mpiexec -n...
For what it's worth, I'm able to recreate the `Not Enough Space` failure on my local Windows VM, so I should be able to dive in and see what the...
``` *** Test zmap create -k file canonicalfile: C:\Users\wfisher\Desktop\tmp\netcdf-c-DennisHeimbigner-v3plug.dmh\build\alltests_1737496015\nczarr_test\testdir_mapapi\tmp_mapapi.file url=|file:///cygdrive/C/Users/wfisher/Desktop/tmp/netcdf-c-DennisHeimbigner-v3plug.dmh/build/alltests_1737496015/nczarr_test/testdir_mapapi/tmp_mapapi.file#mode=nczarr,file| ``` @DennisHeimbigner So there is one issue going on here. It is trying to create the file on the path...
> Can you run the run_ut_mapapi.sh script with the -x flag set so I can see where the url is being constructed? @DennisHeimbigner Here you go; I'll let you take...
@DennisHeimbigner does anything leap out at you from the log?
@DennisHeimbigner I believe it should be the second, `file:///d (...)` but I'm double checking. For what it's worth, it should be whatever the other non-nczarr tests are doing, as those...
@DennisHeimbigner here is a log from before the PR, with the file pathing that works. I am surprised to still see the `file:///cygdrive` nomenclature, but the pathing does work. It...
@DennisHeimbigner The fact that the pathing used to work makes me wonder now if it was a double red-herring; I'm looking at the following from the first log I provided:...
@DennisHeimbigner It makes sense to me that the 'not enough space' results from trying to access an invalid file path, or a path it does not have access to. Is...