raspistill --sharpness 100 -q 5 -t 1 -mm average -ifx denoise -sa 20 -ISO 200 --vstab -awb fluorescent -w 1920 -h 1080 -o /var/www/html/cam/cam.jpg
Mittwoch, 21. Februar 2018
Raspberry pi 3 camera quality vs Moto G5
Mittwoch, 14. Februar 2018
Dienstag, 13. Februar 2018
HDF5 v1.10 or above on the Lustre FS
If you unable to read the files on the lustrefs with the HDF5 library v1.10 and above you should mount the FS with localflock option. The reason is flock support absence by default.
h5ls --version
h5ls: Version 1.10.1
Error:
h5ls snapshot.hdf5 snapshot_063.hdf5: unable to open file
What?!
mount -tlustrefs -o localflock 10.10.10.10@o2ib:/lustre /lustre
Now everything is ok!!
h5ls snapshot.hdf5
Header Group
PartType0 Group
h5ls --version
h5ls: Version 1.10.1
Error:
h5ls snapshot.hdf5 snapshot_063.hdf5: unable to open file
What?!
mount -tlustrefs -o localflock 10.10.10.10@o2ib:/lustre /lustre
Now everything is ok!!
h5ls snapshot.hdf5
Header Group
PartType0 Group
Abonnieren
Posts (Atom)