Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 47b13a46 authored by gsell's avatar gsell
Browse files

cleanup: IPPL_MPIXX related code removed

parent 0284da8d
No related branches found
No related tags found
1 merge request!228Resolve "cleanup: remove IPPL_MPIXX"
......@@ -52,11 +52,7 @@
// static data to keep track of errors
static int numErrors = 0;
#if defined(IPPL_MPIXX)
static MPI_Aint size_of_MPI_INT; /* needed for tracing */
#else
static int size_of_MPI_INT; /* needed for tracing */
#endif
// temporary buffer used for speed
#define PSIZE 1024*16
......
......@@ -606,13 +606,13 @@ inline void getMessage_iter(Message &m, OutputIterator o)
}
#if ( defined(IPPL_MPIXX) || defined(IPPL_PM) )
#if ( defined(IPPL_PM) )
#define main mpi_main
extern "C"
{
int mpi_main(int, char**);
}
#endif // IPPL_MPIXX || IPPL_PM
#endif // IPPL_PM
#include "Message/Message.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment