resolve conflict between src/STUBS/mpi.h and lib/message/cslib/src/STUBS_MPI/mpi.h
This commit is contained in:
@ -12,7 +12,11 @@
|
|||||||
See the README file in the top-level CSlib directory.
|
See the README file in the top-level CSlib directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@ -14,7 +14,11 @@
|
|||||||
|
|
||||||
// C style library interface to CSlib class
|
// C style library interface to CSlib class
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@ -12,7 +12,11 @@
|
|||||||
See the README file in the top-level CSlib directory.
|
See the README file in the top-level CSlib directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|||||||
@ -15,7 +15,11 @@
|
|||||||
#ifndef MSG_H
|
#ifndef MSG_H
|
||||||
#define MSG_H
|
#define MSG_H
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace CSLIB_NS {
|
namespace CSLIB_NS {
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,11 @@
|
|||||||
See the README file in the top-level CSlib directory.
|
See the README file in the top-level CSlib directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@ -12,7 +12,11 @@
|
|||||||
See the README file in the top-level CSlib directory.
|
See the README file in the top-level CSlib directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
@ -12,7 +12,11 @@
|
|||||||
See the README file in the top-level CSlib directory.
|
See the README file in the top-level CSlib directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
@ -12,7 +12,11 @@
|
|||||||
See the README file in the top-level CSlib directory.
|
See the README file in the top-level CSlib directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifdef MPI_YES
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
#else
|
||||||
|
#include <mpi_dummy.h>
|
||||||
|
#endif
|
||||||
#include <zmq.h>
|
#include <zmq.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user