git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7849 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-02-28 17:19:20 +00:00
parent b2e7c4970f
commit 52568d2738
35 changed files with 32 additions and 36 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"