git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14290 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -22,7 +22,7 @@ OBJ = $(SRC:.c=.o)
|
|||||||
# System-specific settings
|
# System-specific settings
|
||||||
|
|
||||||
CC = g++
|
CC = g++
|
||||||
CCFLAGS = -O -fPIC
|
CCFLAGS = -O -fPIC -I. # add -I to insure mpi.h from this dir is included
|
||||||
ARCHIVE = ar
|
ARCHIVE = ar
|
||||||
ARCHFLAG = rs
|
ARCHFLAG = rs
|
||||||
|
|
||||||
|
|||||||
@ -12,13 +12,14 @@
|
|||||||
------------------------------------------------------------------------ */
|
------------------------------------------------------------------------ */
|
||||||
|
|
||||||
/* Single-processor "stub" versions of MPI routines */
|
/* Single-processor "stub" versions of MPI routines */
|
||||||
|
/* -I. in Makefile insures dummy mpi.h in this dir is included */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include "mpi.h"
|
#include <mpi.h">
|
||||||
|
|
||||||
/* data structure for double/int */
|
/* data structure for double/int */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user