![]() |
PURIFY
Next-generation radio interferometric imaging
|
#include <purify/config.h>
#include <memory>
#include <mpi.h>
#include <random>
#include <regex>
#include <vector>
#include <catch2/catch_all.hpp>
#include <purify/logging.h>
#include <sopt/logging.h>
#include <sopt/mpi/session.h>
Go to the source code of this file.
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
std::unique_ptr< std::mt19937_64 > | mersenne (new std::mt19937_64(0)) |
int | main (int argc, const char **argv) |
#define CATCH_CONFIG_RUNNER |
Definition at line 1 of file common_mpi_catch_main.cc.
int main | ( | int | argc, |
const char ** | argv | ||
) |
Definition at line 16 of file common_mpi_catch_main.cc.
References purify::constant::c, and mersenne().
std::unique_ptr<std::mt19937_64> mersenne | ( | new | std::mt19937_640 | ) |
Referenced by main().