![]() |
![]()
| ![]() |
![]()
NAMEsc::R12IntsAcc_Node0File SYNOPSISInherits sc::R12IntsAcc. Public Member FunctionsR12IntsAcc_Node0File (Ref< MemoryGrp >
&mem, const char *filename, int num_te_types, int ni, int
nj, int nx, int ny)
Public Member Functions inherited from sc::R12IntsAcc
Public Member Functions inherited from sc::SavableState
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Additional Inherited MembersPublic Types inherited from sc::R12IntsAcc
Static Public Member Functions inherited from
sc::SavableState
Static Public Attributes inherited from sc::R12IntsAcc
Protected Member Functions inherited from sc::R12IntsAcc
Protected Member Functions inherited from sc::SavableState
Protected Member Functions inherited from sc::RefCount
Protected Attributes inherited from sc::R12IntsAcc
Member Function Documentationvoid sc::R12IntsAcc_Node0File::activate () [virtual]Call when ready to start reading content. Reimplemented from sc::R12IntsAcc. bool sc::R12IntsAcc_Node0File::can_restart () const [inline], [virtual]Can restart Node0File-based accumulator. Implements sc::R12IntsAcc. void sc::R12IntsAcc_Node0File::commit () [virtual]Commit the content of the accumulator for reading - deactivate the associated MemoryGrp and activate the accumulator. This is a collective operation. Reimplemented from sc::R12IntsAcc. void sc::R12IntsAcc_Node0File::deactivate () [virtual]Done reading content - activate the associated MemoryGrp This is a collective operation. Reimplemented from sc::R12IntsAcc. bool sc::R12IntsAcc_Node0File::has_access (int proc) const [inline], [virtual]Does this task have access to all the integrals? Implements sc::R12IntsAcc. bool sc::R12IntsAcc_Node0File::is_avail (int i, int j) const [inline], [virtual]In this implementation blocks are available only on node 0. Implements sc::R12IntsAcc. bool sc::R12IntsAcc_Node0File::is_local (int i, int j) const [inline], [virtual]Is this block stored locally? Implements sc::R12IntsAcc. void sc::R12IntsAcc_Node0File::release_pair_block (int i, int j, tbint_type oper_type) [virtual]Releases an ij pair block of integrals. Implements sc::R12IntsAcc. double * sc::R12IntsAcc_Node0File::retrieve_pair_block (int i, int j, tbint_type oper_type) [virtual]Retrieves an ij pair block of integrals from the file. Implements sc::R12IntsAcc. void sc::R12IntsAcc_Node0File::save_data_state (StateOut &) [virtual]Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. This must be implemented by the derived class if the class has data. Reimplemented from sc::R12IntsAcc. void sc::R12IntsAcc_Node0File::store_memorygrp (Ref< MemoryGrp > & mem, int ni, const size_t blksize = 0) [virtual]Stores all pair block of integrals held in mem. By default blocks are appended to the end of the same file, i.e. they are assumed to have come from consecutive passes of the same transformation. This is a collective operation. See documentation for R12IntsAcc::store_memorygrp() for more info. Implements sc::R12IntsAcc. void sc::R12IntsAcc_Node0File::store_pair_block (int i, int j, double * ints) [virtual]Stores an ij pair block of integrals to the file. Implements sc::R12IntsAcc. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|