Witold Wysota
Witold Wysota
Initial implementation of the aforementioned processors has been completed and is available in 'mlprocessors' branch of respective repositories. Once it is confirmed the ports work as expected, I'll work on...
I'd feel safer if you tested it slightly first but if you feel confident about it then go ahead. Once I know it works, I'll fiddle with the implementation as...
Both symlinks and hardlinks have their issues. Some possible alternative would be to rely on filesystems such as btrfs that can make a copy of a file without actually copying...
Falling back to NFS for the temporary cache is not an option, hard to call that a cache then. If your data fits on the fast SSD this would be...
Maybe it should just be a config option for the user with the default of hardlink-or-copy. The user could switch to hardlink-or-symlink or something like that.
I'd vote for simply mda. Edit: unless it's not a full replacement for 'old mda'.
It would be nice to have some basic error detection. $ ./mda-info README.txt Invalid number of dimensions **: 543518313 Something along the lines of "Hey, this doesn't look like an...
Also, should mda-info also handle these cases (would not be an "info" command then)? mda get_chunk file.mda chunk_out.mda --index=0,100 --size=4x50 mda create file.mda --dtype=int16 --size=4x1000 mda set_chunk target_file.mda chunk.mda --index=0,100
Would you please explain step by step how you installed mountainsort?
This is the old version of mountainsort that is not currently supported. Please follow instructions on the following page: https://github.com/flatironinstitute/mountainsort_examples/blob/master/README.md