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, 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. e.g. by typing "make serial", then the STUBS library is built for you.
</P> </P>
<P>To build the STUBS library from the src directory, type "make stubs", <P>To build the STUBS library from the src directory, type "make
or from the src/STUBS dir, type "make". This should create a mpi-stubs", or from the src/STUBS dir, type "make". This should
libmpi_stubs.a file suitable for linking to LAMMPS. If the build create a libmpi_stubs.a file suitable for linking to LAMMPS. If the
fails, you will need to edit the STUBS/Makefile for your platform. build fails, you will need to edit the STUBS/Makefile for your
platform.
</P> </P>
<P>The file STUBS/mpi.c provides a CPU timer function called MPI_Wtime() <P>The file STUBS/mpi.c provides a CPU timer function called MPI_Wtime()
that calls gettimeofday() . If your system doesn't support 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, 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. 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", To build the STUBS library from the src directory, type "make
or from the src/STUBS dir, type "make". This should create a mpi-stubs", or from the src/STUBS dir, type "make". This should
libmpi_stubs.a file suitable for linking to LAMMPS. If the build create a libmpi_stubs.a file suitable for linking to LAMMPS. If the
fails, you will need to edit the STUBS/Makefile for your platform. 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() The file STUBS/mpi.c provides a CPU timer function called MPI_Wtime()
that calls gettimeofday() . If your system doesn't support that calls gettimeofday() . If your system doesn't support