https://gitlab.inria.fr/cado-nfs/cado-nfs
Revision 2d19232d506d93fc1d0b9a919751acd58fe8f8dc authored by Emmanuel Thomé on 15 February 2021, 22:14:14 UTC, committed by Emmanuel Thomé on 15 February 2021, 22:14:38 UTC
1 parent aba4210
Raw File
Tip revision: 2d19232d506d93fc1d0b9a919751acd58fe8f8dc authored by Emmanuel Thomé on 15 February 2021, 22:14:14 UTC
coverage reports are now accessible by an easy url
Tip revision: 2d19232
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@"
#cmakedefine    MPI_C_COMPILER "@MPI_C_COMPILER@"
#cmakedefine    MPI_CXX_COMPILER "@MPI_CXX_COMPILER@"
#cmakedefine    MPIEXEC "@MPIEXEC@"


#endif	/* CADO_MPI_CONFIG_H_IN */
back to top