From 35db9c4ddb0bc2bb855cabf0cc1f015f44134bd2 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 1 Aug 2011 14:07:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6574 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_start.html | 19 ++++++++++++++----- doc/Section_start.txt | 19 ++++++++++++++----- doc/pair_meam.html | 8 ++++---- doc/pair_meam.txt | 8 ++++---- 4 files changed, 36 insertions(+), 18 deletions(-) diff --git a/doc/Section_start.html b/doc/Section_start.html index 8977275e3c..2fb42855b8 100644 --- a/doc/Section_start.html +++ b/doc/Section_start.html @@ -142,13 +142,19 @@ gmake -f Makefile.list mac the file names in your src dir. The 2nd "make" command (make or gmake) will use it to build LAMMPS.

-

(2) Other errors typically occur because the low-level Makefile isn't +

(2) If you get an error that says something like 'identifier "atoll" +is undefined', then your machine does not support "long long" +integers, and you need to edit the src/lmptype.h file. There is a +comment in the file about what to do. Basically you replace +MPI_LONG_LONG with MPI_LONG and atoll with atol. +

+

(3) Other errors typically occur because the low-level Makefile isn't setup correctly for your machine. If your platform is named "foo", you will need to create a Makefile.foo in the MAKE sub-directory. Use whatever existing file is closest to your platform as a starting point. See the next section for more instructions.

-

(3) If you get a link-time error about missing libraries or missing +

(4) If you get a link-time error about missing libraries or missing dependencies, then it can be because: