CoreNEURON
test_solver.cpp File Reference
#include "coreneuron/apps/corenrn_parameters.hpp"
#include "coreneuron/gpu/nrn_acc_manager.hpp"
#include "coreneuron/permute/cellorder.hpp"
#include "coreneuron/permute/node_permute.h"
#include "coreneuron/sim/multicore.hpp"
#include <boost/test/included/unit_test.hpp>
#include <iostream>
#include <functional>
#include <map>
#include <random>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  SolverData
 
struct  ToyModelConfig
 
struct  SetupThreads
 

Macros

#define BOOST_TEST_MODULE   CoreNEURON solver
 

Enumerations

enum  SolverImplementation {
  SolverImplementation::CellPermute0_CPU, SolverImplementation::CellPermute0_GPU, SolverImplementation::CellPermute1_CPU, SolverImplementation::CellPermute1_GPU,
  SolverImplementation::CellPermute2_CPU, SolverImplementation::CellPermute2_GPU, SolverImplementation::CellPermute2_CUDA
}
 

Functions

std::ostream & operator<< (std::ostream &os, SolverImplementation impl)
 
template<typename... Args>
auto solve_and_dump (Args &&... args)
 
auto active_implementations ()
 
void compare_solver_data (std::map< SolverImplementation, std::vector< SolverData >> const &solver_data)
 
template<typename... Args>
auto compare_all_active_implementations (Args &&... args)
 
 BOOST_AUTO_TEST_CASE (SingleCellAndThread, *utf::tolerance(default_tolerance))
 
 BOOST_AUTO_TEST_CASE (UnbalancedCellSingleThread, *utf::tolerance(default_tolerance))
 
 BOOST_AUTO_TEST_CASE (LargeCellSingleThread, *utf::tolerance(default_tolerance))
 
 BOOST_AUTO_TEST_CASE (ManySmallCellsSingleThread, *utf::tolerance(default_tolerance))
 
 BOOST_AUTO_TEST_CASE (ManySmallCellsMultiThread, *utf::tolerance(default_tolerance))
 
auto random_config ()
 
 BOOST_AUTO_TEST_CASE (LargeCellSingleThreadRandom, *utf::tolerance(default_tolerance))
 
 BOOST_AUTO_TEST_CASE (ManySmallCellsSingleThreadRandom, *utf::tolerance(default_tolerance))
 

Variables

constexpr auto magic_index_value = -2
 
constexpr auto magic_double_value = std::numeric_limits<double>::lowest()
 
constexpr double default_tolerance = 2e-11
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   CoreNEURON solver

Definition at line 14 of file test_solver.cpp.

Enumeration Type Documentation

◆ SolverImplementation

enum SolverImplementation
strong
Enumerator
CellPermute0_CPU 
CellPermute0_GPU 
CellPermute1_CPU 
CellPermute1_GPU 
CellPermute2_CPU 
CellPermute2_GPU 
CellPermute2_CUDA 

Definition at line 36 of file test_solver.cpp.

Function Documentation

◆ active_implementations()

auto active_implementations ( )

Definition at line 268 of file test_solver.cpp.

◆ BOOST_AUTO_TEST_CASE() [1/7]

BOOST_AUTO_TEST_CASE ( LargeCellSingleThread  ,
utf::tolerancedefault_tolerance 
)

Definition at line 344 of file test_solver.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( LargeCellSingleThreadRandom  ,
utf::tolerancedefault_tolerance 
)

Definition at line 382 of file test_solver.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/7]

BOOST_AUTO_TEST_CASE ( ManySmallCellsMultiThread  ,
utf::tolerancedefault_tolerance 
)

Definition at line 356 of file test_solver.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/7]

BOOST_AUTO_TEST_CASE ( ManySmallCellsSingleThread  ,
utf::tolerancedefault_tolerance 
)

Definition at line 350 of file test_solver.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/7]

BOOST_AUTO_TEST_CASE ( ManySmallCellsSingleThreadRandom  ,
utf::tolerancedefault_tolerance 
)

Definition at line 388 of file test_solver.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/7]

BOOST_AUTO_TEST_CASE ( SingleCellAndThread  ,
utf::tolerancedefault_tolerance 
)

Definition at line 325 of file test_solver.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/7]

BOOST_AUTO_TEST_CASE ( UnbalancedCellSingleThread  ,
utf::tolerancedefault_tolerance 
)

Definition at line 338 of file test_solver.cpp.

◆ compare_all_active_implementations()

template<typename... Args>
auto compare_all_active_implementations ( Args &&...  args)

Definition at line 311 of file test_solver.cpp.

◆ compare_solver_data()

void compare_solver_data ( std::map< SolverImplementation, std::vector< SolverData >> const &  solver_data)

Definition at line 283 of file test_solver.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
SolverImplementation  impl 
)

Definition at line 46 of file test_solver.cpp.

◆ random_config()

auto random_config ( )

Definition at line 363 of file test_solver.cpp.

◆ solve_and_dump()

template<typename... Args>
auto solve_and_dump ( Args &&...  args)

Definition at line 262 of file test_solver.cpp.

Variable Documentation

◆ default_tolerance

constexpr double default_tolerance = 2e-11
constexpr

Definition at line 322 of file test_solver.cpp.

◆ magic_double_value

constexpr auto magic_double_value = std::numeric_limits<double>::lowest()
constexpr

Definition at line 34 of file test_solver.cpp.

◆ magic_index_value

constexpr auto magic_index_value = -2
constexpr

Definition at line 33 of file test_solver.cpp.