git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14290 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-12-08 23:13:17 +00:00
parent 692047a65a
commit 7e710a0fe3
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ OBJ = $(SRC:.c=.o)
# System-specific settings
CC = g++
CCFLAGS = -O -fPIC
CCFLAGS = -O -fPIC -I. # add -I to insure mpi.h from this dir is included
ARCHIVE = ar
ARCHFLAG = rs

View File

@ -12,13 +12,14 @@
------------------------------------------------------------------------ */
/* Single-processor "stub" versions of MPI routines */
/* -I. in Makefile insures dummy mpi.h in this dir is included */
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include "mpi.h"
#include <mpi.h">
/* data structure for double/int */