https://gitlab.inria.fr/cado-nfs/cado-nfs
Revision 64af103ac1808897e670f28579916b34f08a2984 authored by Alexander Kruppa on 16 January 2013, 13:32:14 UTC, committed by Alexander Kruppa on 16 January 2013, 13:32:14 UTC
Also fail at exporting CMAKE_DUMP_VARIABLES.
1 parent 5419084
Raw File
Tip revision: 64af103ac1808897e670f28579916b34f08a2984 authored by Alexander Kruppa on 16 January 2013, 13:32:14 UTC
I fail at weirdo CMake if syntax.
Tip revision: 64af103
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