SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::datadriven::ParallelConfiguration Struct Reference

Struct that stores all the configuration information for parallelization with ScaLAPACK. More...

#include <ParallelConfiguration.hpp>

Public Attributes

size_t columnBlockSize_ = 64
 
int processCols_ = -1
 
int processRows_ = -1
 
size_t rowBlockSize_ = 64
 
bool scalapackEnabled_ = false
 

Detailed Description

Struct that stores all the configuration information for parallelization with ScaLAPACK.

Member Data Documentation

◆ columnBlockSize_

◆ processCols_

int sgpp::datadriven::ParallelConfiguration::processCols_ = -1

◆ processRows_

int sgpp::datadriven::ParallelConfiguration::processRows_ = -1

◆ rowBlockSize_

◆ scalapackEnabled_


The documentation for this struct was generated from the following file: