MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <omp.h>
#include <math.h>
#include <mpi.h>
#include "stub.h"
#include <bigfile-mpi.h>
#include <libgadget/powerspectrum.h>
Go to the source code of this file.
Macros | |
#define | NUM_THREADS 4 |
Functions | |
static void | test_total_powerspectrum (void **state) |
int | main (void) |
#define NUM_THREADS 4 |
Definition at line 18 of file test_powerspectrum.c.
int main | ( | void | ) |
Definition at line 60 of file test_powerspectrum.c.
References test_total_powerspectrum().
|
static |
Definition at line 21 of file test_powerspectrum.c.
References _powerspectrum::kk, _powerspectrum::Nmodes, _powerspectrum::Norm, NUM_THREADS, _powerspectrum::Power, powerspectrum_alloc(), powerspectrum_sum(), powerspectrum_zero(), and _powerspectrum::size.
Referenced by main().