Difference between revisions of "LAMMPS"

From Tau Wiki
Jump to: navigation, search
(Building with TAU)
Line 28: Line 28:
  
 
configure TAU:
 
configure TAU:
 +
 +
running:
 +
 +
cd examples/USER/cuda
 +
mpirun -np 3 $(LAMMPS_ROOT)/src/lmp_keeneland -sf cuda -cuda on < in.melt_5.0.cuda

Revision as of 22:36, 25 April 2012


Link Code Version Machine Date
Sandia website git repo Keeneland March 2011


Building with TAU

To start copy over the file Makefile.keeneland to the src/MAKE directory. Then do,

cd src
make yes-user-cuda
cd ../lib/cuda
make lib
cd ../../src
make keeneland


configure TAU:

running:

cd examples/USER/cuda
mpirun -np 3 $(LAMMPS_ROOT)/src/lmp_keeneland -sf cuda -cuda on < in.melt_5.0.cuda