#include <distntfio.hpp>
Definition at line 28 of file distntfio.hpp.
◆ DistNTFIO()
◆ ~DistNTFIO()
planc::DistNTFIO::~DistNTFIO |
( |
| ) |
|
|
inline |
◆ A()
const Tensor& planc::DistNTFIO::A |
( |
| ) |
const |
|
inline |
◆ global_dims()
UVEC planc::DistNTFIO::global_dims |
( |
| ) |
const |
|
inline |
◆ mpicomm()
◆ read_dist_tensor()
UVEC planc::DistNTFIO::read_dist_tensor |
( |
const std::string |
filename, |
|
|
UVEC * |
start_idxs_uvec = NULL |
|
) |
| |
|
inline |
◆ readInput()
void planc::DistNTFIO::readInput |
( |
const std::string |
file_name, |
|
|
UVEC |
i_global_dims, |
|
|
UVEC |
i_proc_grids, |
|
|
UWORD |
k = 0 , |
|
|
double |
sparsity = 0 |
|
) |
| |
|
inline |
◆ write()
void planc::DistNTFIO::write |
( |
const std::string & |
output_file_name, |
|
|
DistAUNTF * |
ntfsolver |
|
) |
| |
|
inline |
◆ write_dist_tensor()
void planc::DistNTFIO::write_dist_tensor |
( |
const std::string |
filename, |
|
|
const Tensor & |
local_tensor |
|
) |
| |
|
inline |
Writes distributed tensor.
Expecting a .tensor text file and .bin file. .info text file will be written by root processor alone .bin file will be an mpi io file Read distributed tensor
- Parameters
-
[in] | filename | |
[in] | local_tensor | |
Definition at line 253 of file distntfio.hpp.
◆ writeRandInput()
void planc::DistNTFIO::writeRandInput |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: