forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7849 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b2e7c4970f
commit
52568d2738
|
@ -1,7 +1,6 @@
|
||||||
# glory = Linux cluster with 4-way quad cores, Intel mpicxx, native MPI, FFTW
|
# glory = Linux cluster with 4-way quad cores, Intel mpicxx, native MPI, FFTW
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
.IGNORE:
|
|
||||||
|
|
||||||
# this Makefile builds LAMMPS for mvapich running on Glory
|
# this Makefile builds LAMMPS for mvapich running on Glory
|
||||||
# to invoke this Makefile, you need these modules loaded:
|
# to invoke this Makefile, you need these modules loaded:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# redsky - SUN X6275 with dual socket/quad core nodes, mpic++, openmpi, FFTW
|
# redsky - SUN X6275 with dual socket/quad core nodes, mpic++, openmpi, FFTW
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
.IGNORE:
|
|
||||||
|
|
||||||
# this Makefile builds LAMMPS for RedSky with OpenMPI
|
# this Makefile builds LAMMPS for RedSky with OpenMPI
|
||||||
# to invoke this Makefile, you need these modules loaded:
|
# to invoke this Makefile, you need these modules loaded:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# tunnison - 64-bit dual-core Linux cluster, mpic++, OpenMPI-1.1, FFTW2
|
# tunnison - 64-bit dual-core Linux cluster, mpic++, OpenMPI-1.1, FFTW2
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
.IGNORE:
|
|
||||||
|
|
||||||
# this Makefile builds LAMMPS for Tunnison with OpenMPI
|
# this Makefile builds LAMMPS for Tunnison with OpenMPI
|
||||||
# to invoke this Makefile, you need these modules loaded:
|
# to invoke this Makefile, you need these modules loaded:
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "atom_vec_atomic.h"
|
#include "atom_vec_atomic.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "atom_vec_charge.h"
|
#include "atom_vec_charge.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
Contributing author: Mike Brown (SNL)
|
Contributing author: Mike Brown (SNL)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "atom_vec_ellipsoid.h"
|
#include "atom_vec_ellipsoid.h"
|
||||||
#include "math_extra.h"
|
#include "math_extra.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "atom_vec_hybrid.h"
|
#include "atom_vec_hybrid.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "mpi.h"
|
|
||||||
#include "lmptype.h"
|
#include "lmptype.h"
|
||||||
|
#include "mpi.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
Contributing author (triclinic) : Pieter in 't Veld (SNL)
|
Contributing author (triclinic) : Pieter in 't Veld (SNL)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "mpi.h"
|
#include "mpi.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "mpi.h"
|
#include "mpi.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "compute_reduce.h"
|
#include "compute_reduce.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "delete_atoms.h"
|
#include "delete_atoms.h"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
Axel Kohlmeyer (Temple U), support for groups
|
Axel Kohlmeyer (Temple U), support for groups
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "inttypes.h"
|
#include "inttypes.h"
|
||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "fix_ave_atom.h"
|
#include "fix_ave_atom.h"
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
Reese Jones (Sandia)
|
Reese Jones (Sandia)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "fix_ave_correlate.h"
|
#include "fix_ave_correlate.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "fix_ave_histo.h"
|
#include "fix_ave_histo.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
Contributing author: Pieter in 't Veld (SNL)
|
Contributing author: Pieter in 't Veld (SNL)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "fix_ave_spatial.h"
|
#include "fix_ave_spatial.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
Contributing author: Pieter in 't Veld (SNL)
|
Contributing author: Pieter in 't Veld (SNL)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "fix_ave_time.h"
|
#include "fix_ave_time.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "ctype.h"
|
#include "ctype.h"
|
||||||
|
|
|
@ -11,9 +11,8 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
|
||||||
#include "math.h"
|
|
||||||
#include "mpi.h"
|
#include "mpi.h"
|
||||||
|
#include "math.h"
|
||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "integrate.h"
|
#include "integrate.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
JR Shewchuk, http://www-2.cs.cmu.edu/~jrs/jrspapers.html#cg
|
JR Shewchuk, http://www-2.cs.cmu.edu/~jrs/jrspapers.html#cg
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "minimize.h"
|
#include "minimize.h"
|
||||||
#include "domain.h"
|
#include "domain.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "modify.h"
|
#include "modify.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "neighbor.h"
|
#include "neighbor.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "force.h"
|
#include "force.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "neigh_list.h"
|
#include "neigh_list.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
#include "lmptype.h"
|
||||||
#include "math.h"
|
|
||||||
#include "mpi.h"
|
#include "mpi.h"
|
||||||
|
#include "math.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "ctype.h"
|
#include "ctype.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "replicate.h"
|
#include "replicate.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "run.h"
|
#include "run.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "lmptype.h"
|
//#include "lmptype.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
|
|
Loading…
Reference in New Issue