Error compiling with Intel Cluster Studio 2012 on RHEL6 w/ patch

Hi,

I just git cloned the LAMMPS source this morning, and tried to run a
compilation. System is RHEL6, using Intel Cluster Suite 2012.

There were errors in compiling awpmd -- something about vsnprintf not
being defined. The fix was to add

    #include <stdio.h>

to the file lib/awpmd/ivutils/include/logexc.h in the appropriate
place. A diff file is attached to avoid ambiguity.

Cheers,
   Dave Chin

logexc.h.diff (251 Bytes)

added it - thanks

Steve