CoreNEURON
lpt.cpp File Reference
#include <algorithm>
#include <functional>
#include <numeric>
#include <queue>
#include "coreneuron/nrnconf.h"
#include "coreneuron/utils/lpt.hpp"
#include "coreneuron/utils/nrn_assert.h"

Go to the source code of this file.

Typedefs

using P = std::pair< size_t, size_t >
 

Functions

std::vector< std::size_t > lpt (std::size_t nbag, std::vector< std::size_t > &pieces, double *bal)
 
double load_balance (std::vector< size_t > &v)
 

Typedef Documentation

◆ P

using P = std::pair<size_t, size_t>

Definition at line 18 of file lpt.cpp.

Function Documentation

◆ load_balance()

double load_balance ( std::vector< size_t > &  v)

Definition at line 69 of file lpt.cpp.

◆ lpt()

std::vector<std::size_t> lpt ( std::size_t  nbag,
std::vector< std::size_t > &  pieces,
double *  bal 
)

Definition at line 25 of file lpt.cpp.