Share

LAMMPS

Code

Programming Languages: C++

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2005-09-29 cvs -d:pserver:anonymous@lammps.cvs.sourceforge.net:/cvsroot/lammps login

cvs -z3 -d:pserver:anonymous@lammps.cvs.sourceforge.net:/cvsroot/lammps co -P modulename

Show:

What's happening?

  • Followup: RE: How to install LAMMPS?

    Forget my previous entry. I did properly configure and instal mpich on the linux system using --prefix. I believe my problem is that I do not have the icc compiler. I am using Portland Group compilers with mpich. I am trying to make all with the exceptions of the gpu and opt progams. I have resolved all the locations of include files to create all the object files. I have reached the...

    2009-11-13 19:55:53 UTC by mdoll1

  • Trouble building lammps without icc

    I do not have the Intel c compiler. I am using Portland Group compilers with mpich. I am trying to make all with the exceptions of the gpu and opt progams. I have resolved all the locations of files to create all the object files. I have reached the last stage where the program is linked together. pgcpp -O -L... The build fails because I am missing Intel compiler libraries starting with...

    2009-11-13 19:47:19 UTC by nobody

  • Followup: RE: How to install LAMMPS?

    hi, please check if you have properly configured and installed mpich on your linux box. You should configure mpich with prefix. Here is way of doing all this: I installed openmpi */configure --prefix=/home/ram/openmpi/prefix make all install* and then give your path in makefile.linux as: *CC = /home/ram/openmpi/prefix/bin/mpicc* hope it'll work... cheers, Ram.

    2009-11-11 06:22:24 UTC by raguelmoon

  • Followup: RE: How to install LAMMPS?

    I have a ROCKS cluster with RedHat linux. mpich was compiled against Portland compilers. I set up my account using export PGI=/share/apps/pgi export PATH=$PGI/linux86-64/7.1-1/bin:$PATH export LM_LICENSE_FILE=$PGI/license.dat export PATH=/share/apps/bin:$PATH I edited src/MAKE/Makefile.linux changing the following lines CC = /share/apps/bin/mpicc #MPI_INC =...

    2009-11-10 20:27:21 UTC by mdoll1

  • Followup: RE: How to install LAMMPS?

    plz send me your email to my me, I'll send you you step by step procedure for installing LAMMPS on linux system. my email: raguelmoon (at) yahoo.com.

    2009-10-24 15:10:53 UTC by raguelmoon

  • Followup: RE: How to create an initial crack in the example

    I am also new, please anybody here who can help how to initialize the particles...

    2009-10-24 13:17:51 UTC by raguelmoon

  • DO NOT POST here - post to LAMMPS mail list

    No one reads this discussion forum - please post to the LAMMPS mail list instead. Steve.

    2009-10-24 13:05:13 UTC by sjplimp

  • DO NOT POST here - no one reads it

    Post your questions/comments to the LAMMPS mail list instead. Steve.

    2009-10-24 13:03:53 UTC by sjplimp

  • DO NOT POST here - no one reads it

    Please post bug issues to the LAMMPS mailing list, not to this bug tracker. Steve.

    2009-10-24 13:01:59 UTC by nobody

  • How to create an initial crack in the example

    Hi. I just started learning LAMMPS. I tried to write an input file based on the example simulation of crack that comes with the source files. My question is how is the initial crack (initially debonded region) defined in the model. The same pair potential seems to be defined for all pairs of atom types. Thanks!

    2009-10-04 23:00:07 UTC by chocobys

Our Numbers