1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

disable PANPHASIA when MPI is off, since implementation requires MPI

This commit is contained in:
Oliver Hahn 2021-11-23 13:02:45 +01:00
parent 4a82ab4723
commit 8386db3319

View file

@ -23,7 +23,7 @@
// found here: http://icc.dur.ac.uk/Panphasia.php
// NOTE THAT PANPHASIA REQUIRES REGISTRATION ON THIS WEBSITE PRIOR TO USE
#if defined(USE_PANPHASIA)
#if defined(USE_PANPHASIA) && defined (USE_MPI)
#include <general.hh>
#include <random_plugin.hh>
@ -39,6 +39,7 @@
#include <grid_fft.hh>
namespace PANPHASIA2
{
extern "C"