Commit 37852490 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

use "make mpi" instead of "make g++" in examples

parent e18941e8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -725,15 +725,15 @@ before building LAMMPS. From the src directory, this is typically as
simple as:

make yes-colloid
make g++ :pre
make mpi :pre

or

make no-manybody
make g++ :pre
make mpi :pre

NOTE: You should NOT include/exclude packages and build LAMMPS in a
single make command using multiple targets, e.g. make yes-colloid g++.
single make command using multiple targets, e.g. make yes-colloid mpi.
This is because the make procedure creates a list of source files that
will be out-of-date for the build if the package configuration changes
within the same command.
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ Using MPI-IO requires two steps. First, build LAMMPS with its MPIIO
package installed, e.g.

make yes-mpiio    # installs the MPIIO package
make g++          # build LAMMPS for your platform :pre
make mpi          # build LAMMPS for your platform :pre

Second, use a dump filename which contains ".mpiio".  Note that it
does not have to end in ".mpiio", just contain those characters.
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ MPI-IO requires two steps. First, build LAMMPS with its MPIIO package
installed, e.g.

make yes-mpiio    # installs the MPIIO package
make g++          # build LAMMPS for your platform :pre
make mpi          # build LAMMPS for your platform :pre

Second, use a restart filename which contains ".mpiio".  Note that it
does not have to end in ".mpiio", just contain those characters.
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ versions 2.0 and above. Using MPI-IO requires two steps. First,
build LAMMPS with its MPIIO package installed, e.g.

make yes-mpiio    # installs the MPIIO package
make g++          # build LAMMPS for your platform :pre
make mpi          # build LAMMPS for your platform :pre

Second, use a restart filename which contains ".mpiio".  Note that it
does not have to end in ".mpiio", just contain those characters.
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ versions 2.0 and above. Using MPI-IO requires two steps. First,
build LAMMPS with its MPIIO package installed, e.g.

make yes-mpiio    # installs the MPIIO package
make g++          # build LAMMPS for your platform :pre
make mpi          # build LAMMPS for your platform :pre

Second, use a restart filename which contains ".mpiio".  Note that it
does not have to end in ".mpiio", just contain those characters.