https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 6c58bf04abc5a90453a0a17dc222cfa836604f22 authored by Lionel Muller on 25 October 2011, 13:23:44 UTC
switch mono-thread by default in polyselect2
Tip revision: 6c58bf0
cado_mpi_config_h.in
#ifndef CADO_MPI_CONFIG_H_IN
#define CADO_MPI_CONFIG_H_IN

#include "cado_config.h"

/* This file is just a placeholder so as to force rebuilding of the parts
 * of cado that use MPI when the selected MPI library changes. If we have
 * an MPI build, then HAVE_MPI is substituted with the directory where
 * the __mpiexec__ command has been found. */

#cmakedefine    HAVE_MPI "@HAVE_MPI@"


#endif	/* CADO_MPI_CONFIG_H_IN */
back to top