Will Dunklin

Results 10 comments of Will Dunklin

jenkins test this please

jenkins test this please

Looks fine to me outside of that one minor formatting discrepancy

@burlen not sure if you've hit these issues before as well

Just for reference, this is the output I'm getting when running ADIOS2SST test with ADIOS2 2.9.0 on the testing container. ``` root@9cb2fee5a080:/sensei/src/.github/ci# ctest -VV -S ctest_test.cmake -R ADIOS2SST ... test...

@vicentebolea does this failure look familiar? I know you were porting some ADIOS2 2.9 changes a while back

@vicentebolea Here's that more verbose output from the first of the two tests: ``` test 13 Start 13: testADIOS2SST 13: Test command: /sensei/src/sensei/testing/testADIOS2.sh "/opt/spack/opt/spack/linux-ubuntu20.04-x86_64/gcc-11.1.0/openmpi-4.1.5-l7f7aw6einsykqbqqouclherjvxfmz5p/bin/mpiexec" "-n" "2" "/opt/spack/opt/spack/linux-ubuntu20.04-x86_64/gcc-11.1.0/python-3.10.10-qkgsudypzqi5xikftwylbiis5xh7aa3x/bin/python3" "/sensei/src/sensei/testing" "testADIOS2SST.bp" "SST"...

@danlipsa do you know what BUILDCACHE_VERSION version tag you were using before setting it to the version above? It's been a while since I've worked with this process. If you...

To quote my comment from the import-tracker plugin PR (https://github.com/DigitalSlideArchive/import-tracker/pull/19#issuecomment-1724046868) > That looks good, I've been able to essentially recreate a version of `moveFileToAssetstore` for attached files. Using the lower...

Got it, I made a PR with a modified version of your code for the speedup. It seems to perform quite well in comparison. I'm working on sorting out attached...