/usr/include/paraview/IceTMPI.h is in paraview-dev 5.0.1+dfsg1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | /* -*- c -*- *******************************************************/
/*
* Copyright (C) 2003 Sandia Corporation
* Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
* the U.S. Government retains certain rights in this software.
*
* This source code is released under the New BSD License.
*/
#ifndef __IceTMPI_h
#define __IceTMPI_h
#include <IceT.h>
#include <mpi.h>
#ifdef __cplusplus
extern "C" {
#endif
#if 0
}
#endif
ICET_MPI_EXPORT IceTCommunicator icetCreateMPICommunicator(MPI_Comm mpi_comm);
ICET_MPI_EXPORT void icetDestroyMPICommunicator(IceTCommunicator comm);
#ifdef __cplusplus
}
#endif
#endif /*__IceTMPI_h*/
|