Short writes are not treated correctly in FilePOSIX transport
Created by: keichi
Currently, ADIOS2 aborts when POSIX write() writes fewer bytes than requested. Short writes are explicitly allowed in the POSIX specification and need to be treated correctly (repeat write() until no unwritten data is left).