forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13886 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
24bf97204b
commit
6663800ad9
|
@ -80,7 +80,7 @@ Type "Make.py -h" for help. If run from the src directory, this
|
|||
command will create src/lmp_cuda using src/MAKE/Makefile.mpi as the
|
||||
starting Makefile.machine:
|
||||
</P>
|
||||
<PRE>Make.py -p cuda -cuda mode=single arch=20 -o cuda lib-cuda file mpi
|
||||
<PRE>Make.py -p cuda -cuda mode=single arch=20 -o cuda -a lib-cuda file mpi
|
||||
</PRE>
|
||||
<P>Or you can follow these two (a,b) steps:
|
||||
</P>
|
||||
|
|
|
@ -82,7 +82,7 @@ Type "Make.py -h" for help. If run from the src directory, this
|
|||
command will create src/lmp_gpu using src/MAKE/Makefile.mpi as the
|
||||
starting Makefile.machine:
|
||||
</P>
|
||||
<PRE>Make.py -p gpu -gpu mode=single arch=31 -o gpu lib-gpu file mpi
|
||||
<PRE>Make.py -p gpu -gpu mode=single arch=31 -o gpu -a lib-gpu file mpi
|
||||
</PRE>
|
||||
<P>Or you can follow these two (a,b) steps:
|
||||
</P>
|
||||
|
|
|
@ -103,8 +103,8 @@ in <A HREF = "Section_start.html#start_4">Section 2.4</A> of the manual. Type
|
|||
will create src/lmp_intel_cpu and lmp_intel_phi using
|
||||
src/MAKE/Makefile.mpi as the starting Makefile.machine:
|
||||
</P>
|
||||
<PRE>Make.py -p intel omp -intel cpu -o intel_cpu -cc icc file mpi
|
||||
Make.py -p intel omp -intel phi -o intel_phi -cc icc file mpi
|
||||
<PRE>Make.py -p intel omp -intel cpu -o intel_cpu -cc icc -a file mpi
|
||||
Make.py -p intel omp -intel phi -o intel_phi -cc icc -a file mpi
|
||||
</PRE>
|
||||
<P>Note that this assumes that your MPI and its mpicxx wrapper
|
||||
is using the Intel compiler. If it is not, you should
|
||||
|
|
|
@ -48,7 +48,7 @@ MPI task running on a CPU.
|
|||
src/lmp_omp using src/MAKE/Makefile.mpi as the starting
|
||||
Makefile.machine:
|
||||
</P>
|
||||
<PRE>Make.py -p omp -o omp file mpi
|
||||
<PRE>Make.py -p omp -o omp -a file mpi
|
||||
</PRE>
|
||||
<P>Or you can follow these steps:
|
||||
</P>
|
||||
|
|
|
@ -44,7 +44,7 @@ input script.
|
|||
src/lmp_opt using src/MAKE/Makefile.mpi as the starting
|
||||
Makefile.machine:
|
||||
</P>
|
||||
<PRE>Make.py -p opt -o opt file mpi
|
||||
<PRE>Make.py -p opt -o opt -a file mpi
|
||||
</PRE>
|
||||
<P>Or you can follow these steps:
|
||||
</P>
|
||||
|
|
Loading…
Reference in New Issue