lammps/lib/meam
sjplimp 0bbc1aae7b git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10836 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-10-01 13:43:14 +00:00
..
Makefile.g95 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9971 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-05-30 19:43:25 +00:00
Makefile.gfortran git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10099 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-06-27 14:21:12 +00:00
Makefile.ifort git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9971 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-05-30 19:43:25 +00:00
Makefile.lammps.gfortran git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6729 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-08-18 17:32:34 +00:00
Makefile.lammps.glory Added settings for glory Intel v.11 2011-11-30 15:36:15 +00:00
Makefile.lammps.ifort git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6729 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-08-18 17:32:34 +00:00
Makefile.mingw32-cross git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10165 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-06-28 19:30:58 +00:00
Makefile.mingw32-cross-mpi git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10165 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-06-28 19:30:58 +00:00
Makefile.mingw64-cross git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10165 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-06-28 19:30:58 +00:00
Makefile.mingw64-cross-mpi git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10165 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-06-28 19:30:58 +00:00
Makefile.pgf90 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9971 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-05-30 19:43:25 +00:00
Makefile.tbird git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9971 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-05-30 19:43:25 +00:00
README git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9983 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-05-30 21:04:06 +00:00
meam_cleanup.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@421 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2007-03-22 15:21:09 +00:00
meam_data.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6544 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-07-19 18:31:58 +00:00
meam_dens_final.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6544 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-07-19 18:31:58 +00:00
meam_dens_init.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5701 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-02-22 20:30:53 +00:00
meam_force.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5701 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-02-22 20:30:53 +00:00
meam_setup_done.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6544 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-07-19 18:31:58 +00:00
meam_setup_global.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6544 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-07-19 18:31:58 +00:00
meam_setup_param.F git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10836 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-10-01 13:43:14 +00:00

README

MEAM (modified embedded atom method) library

Greg Wagner, Sandia National Labs
gjwagne at sandia.gov
Jan 2007

This library is in implementation of the MEAM potential, specifically
designed to work with LAMMPS.

-------------------------------------------------

This directory has source files to build a library that LAMMPS
links against when using the MEAM package.

This library must be built with a F90 compiler, before LAMMPS is
built, so LAMMPS can link against it.

Build the library using one of the provided Makefile.* files or create
your own, specific to your compiler and system.  For example:

make -f Makefile.gfortran

When you are done building this library, two files should
exist in this directory:

libmeam.a		the library LAMMPS will link against
Makefile.lammps		settings the LAMMPS Makefile will import

Makefile.lammps is created by the make command, by copying one of the
Makefile.lammps.* files.  See the EXTRAMAKE setting at the top of the
Makefile.* files.

IMPORTANT: You must examine the final Makefile.lammps to insure it is
correct for your system, else the LAMMPS build will likely fail.

Makefile.lammps has settings for 3 variables:

user-meam_SYSINC = leave blank for this package
user-meam_SYSLIB = auxiliary F90 libs needed to link a F90 lib with
                  a C++ program (LAMMPS) via a C++ compiler
user-meam_SYSPATH = path(s) to where those libraries are

Because you have a F90 compiler on your system, you should have these
libraries.  But you will have to figure out which ones are needed and
where they are.  Examples of common configurations are in the
Makefile.lammps.* files.