Chris Dinneen
Chris Dinneen
I too could not get the periodic boundary condition working in devito. The channel cfd notebook explicitly states this at the bottom. If you look at the last plot, the...
I think the root cause of this may be that LTO6 tapes cannot be read in an LTO8 drive. [IBM Tape Compatibility Matrix](https://www.ibm.com/docs/en/ts3500-tape-library?topic=overview-mixing-media-in-drives)
Thanks for the comments. I will have a read through and submit an update later tonight. Perhaps I should have submitted the T10KD cartridge PR first!
Just submitted #72
Updated Media type to the correct value.
Drive support is listed [here](https://github.com/markh794/mhvtl/blob/d3ec98550dc375696dfdc134ce19dd1942d566e1/usr/vtllib.h#L211)
Logs are attached. I have redacted sensitive (or not sensitive) details. [createtape_debug.txt](https://github.com/boto/boto3/files/7683439/createtape_debug.txt) [listtags.txt](https://github.com/boto/boto3/files/7683437/listtags.txt)
I will check it today and get back to you.
Hi @tim-finnigan, I have just checked on aws-cli/2.8.13 Python/3.9.11 Linux/5.4.0-132-generic and the issue is still there.
The issue here is that the code asks to run any POSIX compliant shell `#!/bin/sh` but then uses non-POSIX compliant syntax. On ubuntu the shell used will be dash which...