ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/src/Makefile.in
(Generate patch)

Comparing trunk/OOPSE/src/Makefile.in (file contents):
Revision 840 by gezelter, Wed Oct 29 14:29:12 2003 UTC vs.
Revision 944 by gezelter, Wed Jan 14 22:41:34 2004 UTC

# Line 37 | Line 37 | SPRNG_INC=@SPRNG_INC@
37   # SPRNG include path
38   SPRNG_INC=@SPRNG_INC@
39  
40 < # MPICH library path
40 > # MPI library path
41   MPI_LIBDIR=@MPI_LIBDIR@
42  
43 < # MPICH library
43 > # MPI library
44   MPI_LIB=@MPI_LIB@
45  
46 < # MPICH include path
46 > # MPI F90 library
47 > MPI_F90LIB=@MPI_F90LIB@
48 >
49 > # MPI include path
50   MPI_INC=@MPI_INC@
51  
52 < # MPI F90 Module path
53 < MPI_F90_MODS=@MPI_F90_MODS@
52 > # MPI F90 include path
53 > MPI_F90INC=@MPI_F90INC@
54  
52 # MPI F90 libname
53 MPIMODLIBNAME=@MPIMODLIBNAME@
54
55   # Location of yacc (or its substitution)
56   YACC=@YACC@
57  
# Line 145 | Line 145 | OOPSE_MPI_LDFLAGS= $(MPI_LIBS) $(F90LIBS) -L$(MPI_LIBD
145  
146   OOPSE_LDFLAGS= $(LIBS) $(F90LIBS) -L$(SPRNG_LIBDIR) $(SPRNG_LIB)
147  
148 < OOPSE_MPI_LDFLAGS= $(MPI_LIBS) $(F90LIBS) -L$(MPI_LIBDIR) $(MPIMODLIBNAME) $(MPI_LIB) -L$(SPRNG_LIBDIR) $(SPRNG_LIB)
148 > OOPSE_MPI_LDFLAGS= $(MPI_LIBS) $(F90LIBS) -L$(MPI_LIBDIR) $(MPI_F90LIB) $(MPI_LIB) -L$(SPRNG_LIBDIR) $(SPRNG_LIB)
149  
150  
151   PREFS=-DOOPSE_HOME=\"$(OOPSE_HOME)\"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines