forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13887 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6663800ad9
commit
2395d650df
|
@ -180,7 +180,7 @@ described in <a class="reference internal" href="Section_start.html#start-4"><sp
|
|||
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>
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p cuda -cuda mode=single arch=20 -o cuda lib-cuda file mpi
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p cuda -cuda mode=single arch=20 -o cuda -a lib-cuda file mpi
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Or you can follow these two (a,b) steps:</p>
|
||||
|
|
|
@ -77,7 +77,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:
|
||||
|
||||
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
|
||||
|
||||
Or you can follow these two (a,b) steps:
|
||||
|
||||
|
|
|
@ -184,7 +184,7 @@ described in <a class="reference internal" href="Section_start.html#start-4"><sp
|
|||
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>
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p gpu -gpu mode=single arch=31 -o gpu lib-gpu file mpi
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p gpu -gpu mode=single arch=31 -o gpu -a lib-gpu file mpi
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Or you can follow these two (a,b) steps:</p>
|
||||
|
|
|
@ -79,7 +79,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:
|
||||
|
||||
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
|
||||
|
||||
Or you can follow these two (a,b) steps:
|
||||
|
||||
|
|
|
@ -202,8 +202,8 @@ in <a class="reference internal" href="Section_start.html#start-4"><span>Section
|
|||
“Make.py -h” for help. If run from the src directory, these commands
|
||||
will create src/lmp_intel_cpu and lmp_intel_phi using
|
||||
src/MAKE/Makefile.mpi as the starting Makefile.machine:</p>
|
||||
<div class="highlight-python"><div class="highlight"><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
|
||||
<div class="highlight-python"><div class="highlight"><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></div>
|
||||
</div>
|
||||
<p>Note that this assumes that your MPI and its mpicxx wrapper
|
||||
|
|
|
@ -100,8 +100,8 @@ in "Section 2.4"_Section_start.html#start_4 of the manual. Type
|
|||
will create src/lmp_intel_cpu and lmp_intel_phi using
|
||||
src/MAKE/Makefile.mpi as the starting Makefile.machine:
|
||||
|
||||
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
|
||||
|
||||
Note that this assumes that your MPI and its mpicxx wrapper
|
||||
is using the Intel compiler. If it is not, you should
|
||||
|
|
|
@ -155,7 +155,7 @@ MPI task running on a CPU.</p>
|
|||
-h” for help. If run from the src directory, this command will create
|
||||
src/lmp_omp using src/MAKE/Makefile.mpi as the starting
|
||||
Makefile.machine:</p>
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p omp -o omp file mpi
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p omp -o omp -a file mpi
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Or you can follow these steps:</p>
|
||||
|
|
|
@ -45,7 +45,7 @@ To do this in one line, use the src/Make.py script, described in
|
|||
src/lmp_omp using src/MAKE/Makefile.mpi as the starting
|
||||
Makefile.machine:
|
||||
|
||||
Make.py -p omp -o omp file mpi :pre
|
||||
Make.py -p omp -o omp -a file mpi :pre
|
||||
|
||||
Or you can follow these steps:
|
||||
|
||||
|
|
|
@ -149,7 +149,7 @@ input script.</p>
|
|||
-h” for help. If run from the src directory, this command will create
|
||||
src/lmp_opt using src/MAKE/Makefile.mpi as the starting
|
||||
Makefile.machine:</p>
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p opt -o opt file mpi
|
||||
<div class="highlight-python"><div class="highlight"><pre>Make.py -p opt -o opt -a file mpi
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Or you can follow these steps:</p>
|
||||
|
|
|
@ -41,7 +41,7 @@ To do this in one line, use the src/Make.py script, described in
|
|||
src/lmp_opt using src/MAKE/Makefile.mpi as the starting
|
||||
Makefile.machine:
|
||||
|
||||
Make.py -p opt -o opt file mpi :pre
|
||||
Make.py -p opt -o opt -a file mpi :pre
|
||||
|
||||
Or you can follow these steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue