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

This commit is contained in:
sjplimp 2015-03-04 17:30:20 +00:00
parent b33a0164de
commit 68ef75c74e
2 changed files with 10 additions and 8 deletions

View File

@ -377,10 +377,11 @@ need to build the STUBS library for your platform before making LAMMPS
itself. Note that if you are building with src/MAKE/Makefile.serial,
e.g. by typing "make serial", then the STUBS library is built for you.
</P>
<P>To build the STUBS library from the src directory, type "make stubs",
or from the src/STUBS dir, type "make". This should create a
libmpi_stubs.a file suitable for linking to LAMMPS. If the build
fails, you will need to edit the STUBS/Makefile for your platform.
<P>To build the STUBS library from the src directory, type "make
mpi-stubs", or from the src/STUBS dir, type "make". This should
create a libmpi_stubs.a file suitable for linking to LAMMPS. If the
build fails, you will need to edit the STUBS/Makefile for your
platform.
</P>
<P>The file STUBS/mpi.c provides a CPU timer function called MPI_Wtime()
that calls gettimeofday() . If your system doesn't support

View File

@ -371,10 +371,11 @@ need to build the STUBS library for your platform before making LAMMPS
itself. Note that if you are building with src/MAKE/Makefile.serial,
e.g. by typing "make serial", then the STUBS library is built for you.
To build the STUBS library from the src directory, type "make stubs",
or from the src/STUBS dir, type "make". This should create a
libmpi_stubs.a file suitable for linking to LAMMPS. If the build
fails, you will need to edit the STUBS/Makefile for your platform.
To build the STUBS library from the src directory, type "make
mpi-stubs", or from the src/STUBS dir, type "make". This should
create a libmpi_stubs.a file suitable for linking to LAMMPS. If the
build fails, you will need to edit the STUBS/Makefile for your
platform.
The file STUBS/mpi.c provides a CPU timer function called MPI_Wtime()
that calls gettimeofday() . If your system doesn't support