mpi_stream¶
Bindings for utility::io::mpi_stream namespace
- class pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS¶
Bases:
pybind11_object
reported file status after opening
Members:
MPI_SUCCESS_NEW
MPI_SUCCESS_APPEND
MPI_FAIL
- MPI_FAIL = <MPI_FILE_STATUS.MPI_FAIL: 3>¶
- MPI_SUCCESS_APPEND = <MPI_FILE_STATUS.MPI_SUCCESS_APPEND: 2>¶
- MPI_SUCCESS_NEW = <MPI_FILE_STATUS.MPI_SUCCESS_NEW: 1>¶
- property name¶
- property value¶
- class pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG¶
Bases:
pybind11_object
messages to send to MpiFileBuffer
Members:
MPI_STREAM_OPEN
MPI_STREAM_OPEN_APPEND
MPI_STREAM_SEND
MPI_STREAM_FLUSH
MPI_STREAM_CLOSE
MPI_STREAM_FILE_EXIST
- MPI_STREAM_CLOSE = <MPI_STREAM_MSG.MPI_STREAM_CLOSE: 5>¶
- MPI_STREAM_FILE_EXIST = <MPI_STREAM_MSG.MPI_STREAM_FILE_EXIST: 6>¶
- MPI_STREAM_FLUSH = <MPI_STREAM_MSG.MPI_STREAM_FLUSH: 4>¶
- MPI_STREAM_OPEN = <MPI_STREAM_MSG.MPI_STREAM_OPEN: 1>¶
- MPI_STREAM_OPEN_APPEND = <MPI_STREAM_MSG.MPI_STREAM_OPEN_APPEND: 2>¶
- MPI_STREAM_SEND = <MPI_STREAM_MSG.MPI_STREAM_SEND: 3>¶
- property name¶
- property value¶
- class pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t¶
Bases:
basic_mpi_ostreambase_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t
,ostream
- _M_write(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __s: str, __n: int) None ¶
C++: std::basic_ostream<char, std::char_traits<char> >::_M_write(const char *, long) –> void
- close(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) None ¶
C++: utility::io::mpi_stream::basic_mpi_ostream<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::close() –> void
- file_status(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: utility::io::mpi_stream::basic_mpi_ostreambase<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::file_status() const –> int
- flush(*args, **kwargs)¶
Overloaded function.
flush(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) -> pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t
C++: utility::io::mpi_stream::basic_mpi_ostream<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::flush() –> class utility::io::mpi_stream::basic_mpi_ostream<char, struct std::char_traits<char>, class std::allocator<char>, unsigned char, class std::allocator<unsigned char> > &
flush(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) -> pyrosetta.rosetta.std.ostream
C++: std::basic_ostream<char, std::char_traits<char> >::flush() –> std::ostream &
- print_header(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, header: str) None ¶
C++: utility::io::mpi_stream::basic_mpi_ostreambase<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::print_header(const std::string &) –> void
- put(*args, **kwargs)¶
Overloaded function.
put(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, c: str) -> pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t
C++: utility::io::mpi_stream::basic_mpi_ostream<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::put(const char) –> class utility::io::mpi_stream::basic_mpi_ostream<char, struct std::char_traits<char>, class std::allocator<char>, unsigned char, class std::allocator<unsigned char> > &
put(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __c: str) -> pyrosetta.rosetta.std.ostream
C++: std::basic_ostream<char, std::char_traits<char> >::put(char) –> std::ostream &
- rdbuf(*args, **kwargs)¶
Overloaded function.
rdbuf(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) -> pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t
rdbuf(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) -> pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t
C++: utility::io::mpi_stream::basic_mpi_ostreambase<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::rdbuf() –> class utility::io::mpi_stream::basic_mpi_streambuf<char, struct std::char_traits<char>, class std::allocator<char>, unsigned char, class std::allocator<unsigned char> > *
- seekp(*args, **kwargs)¶
Overloaded function.
seekp(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, : pyrosetta.rosetta.std.fpos___mbstate_t_t) -> pyrosetta.rosetta.std.ostream
C++: std::basic_ostream<char, std::char_traits<char> >::seekp(class std::fpos<__mbstate_t>) –> std::ostream &
seekp(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, : int, : std::_Ios_Seekdir) -> pyrosetta.rosetta.std.ostream
C++: std::basic_ostream<char, std::char_traits<char> >::seekp(long, enum std::_Ios_Seekdir) –> std::ostream &
- class sentry¶
Bases:
pybind11_object
- tellp(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) pyrosetta.rosetta.std.fpos___mbstate_t_t ¶
C++: std::basic_ostream<char, std::char_traits<char> >::tellp() –> class std::fpos<__mbstate_t>
- write(*args, **kwargs)¶
Overloaded function.
write(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, str: str, count: int) -> pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t
C++: utility::io::mpi_stream::basic_mpi_ostream<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::write(const char *, const long) –> class utility::io::mpi_stream::basic_mpi_ostream<char, struct std::char_traits<char>, class std::allocator<char>, unsigned char, class std::allocator<unsigned char> > &
write(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostream_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __s: str, __n: int) -> pyrosetta.rosetta.std.ostream
C++: std::basic_ostream<char, std::char_traits<char> >::write(const char *, long) –> std::ostream &
- class pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostreambase_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t¶
Bases:
pybind11_object
- file_status(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostreambase_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: utility::io::mpi_stream::basic_mpi_ostreambase<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::file_status() const –> int
- print_header(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostreambase_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, header: str) None ¶
C++: utility::io::mpi_stream::basic_mpi_ostreambase<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::print_header(const std::string &) –> void
- rdbuf(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_ostreambase_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t ¶
C++: utility::io::mpi_stream::basic_mpi_ostreambase<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::rdbuf() –> class utility::io::mpi_stream::basic_mpi_streambuf<char, struct std::char_traits<char>, class std::allocator<char>, unsigned char, class std::allocator<unsigned char> > *
- class pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t¶
Bases:
streambuf
- epptr(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) str ¶
- file_status(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: utility::io::mpi_stream::basic_mpi_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::file_status() const –> int
- flush(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: utility::io::mpi_stream::basic_mpi_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::flush() –> long
- flush_final(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: utility::io::mpi_stream::basic_mpi_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::flush_final() –> long
- getloc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) pyrosetta.rosetta.std.locale ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::getloc() const –> class std::locale
- in_avail(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::in_avail() –> long
- overflow(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, c: int) int ¶
C++: utility::io::mpi_stream::basic_mpi_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::overflow(int) –> int
- pbase(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) str ¶
- pptr(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) str ¶
- print_header(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, : str) None ¶
C++: utility::io::mpi_stream::basic_mpi_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::print_header(const std::string &) –> void
- pubimbue(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __loc: pyrosetta.rosetta.std.locale) pyrosetta.rosetta.std.locale ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::pubimbue(const class std::locale &) –> class std::locale
- pubseekoff(*args, **kwargs)¶
Overloaded function.
pubseekoff(self: pyrosetta.rosetta.std.streambuf, __off: int, __way: std::_Ios_Seekdir) -> pyrosetta.rosetta.std.fpos___mbstate_t_t
pubseekoff(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __off: int, __way: std::_Ios_Seekdir, __mode: std::_Ios_Openmode) -> pyrosetta.rosetta.std.fpos___mbstate_t_t
C++: std::basic_streambuf<char, std::char_traits<char> >::pubseekoff(long, enum std::_Ios_Seekdir, enum std::_Ios_Openmode) –> class std::fpos<__mbstate_t>
- pubseekpos(*args, **kwargs)¶
Overloaded function.
pubseekpos(self: pyrosetta.rosetta.std.streambuf, __sp: pyrosetta.rosetta.std.fpos___mbstate_t_t) -> pyrosetta.rosetta.std.fpos___mbstate_t_t
pubseekpos(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __sp: pyrosetta.rosetta.std.fpos___mbstate_t_t, __mode: std::_Ios_Openmode) -> pyrosetta.rosetta.std.fpos___mbstate_t_t
C++: std::basic_streambuf<char, std::char_traits<char> >::pubseekpos(class std::fpos<__mbstate_t>, enum std::_Ios_Openmode) –> class std::fpos<__mbstate_t>
- pubsetbuf(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __s: str, __n: int) pyrosetta.rosetta.std.streambuf ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::pubsetbuf(char *, long) –> class std::basic_streambuf<char> *
- pubsync(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::pubsync() –> int
- reset_state(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) None ¶
C++: utility::io::mpi_stream::basic_mpi_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::reset_state() –> void
- sbumpc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::sbumpc() –> int
- sgetc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::sgetc() –> int
- sgetn(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __s: str, __n: int) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::sgetn(char *, long) –> long
- snextc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::snextc() –> int
- sputbackc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __c: str) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::sputbackc(char) –> int
- sputc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __c: str) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::sputc(char) –> int
- sputn(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t, __s: str, __n: int) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::sputn(const char *, long) –> long
- stossc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) None ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::stossc() –> void
- sungetc(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: std::basic_streambuf<char, std::char_traits<char> >::sungetc() –> int
- sync(self: pyrosetta.rosetta.utility.io.mpi_stream.basic_mpi_streambuf_char_std_char_traits_char_std_allocator_char_unsigned_char_std_allocator_unsigned_char_t) int ¶
C++: utility::io::mpi_stream::basic_mpi_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::sync() –> int