Revision a399c1d8334fdd016cb73fb6e7218bd43c133d07 authored by Emmanuel Thomé on 26 November 2010, 09:37:25 UTC, committed by Emmanuel Thomé on 26 November 2010, 09:37:25 UTC
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/cado-nfs/branches/1.0@468 3eaf19af-ecc0-40f6-b43f-672aa0c71c71
1 parent 82dca91
Raw File
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