~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/CG_biomolecules/protein_folding_examples/1bead+chaperone/frustrated/README_run.sh

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# You would probably run lammps this way:
2
 
#
3
 
# lmp_ubuntu -i run.in.nvt
4
 
 
5
 
# The files "run.in.min", and "run.in.nvt" are LAMMPS input scripts which refer
6
 
# to the input scripts & data files you created earlier when you ran moltemplate
7
 
# system.in.init, system.in.settings, system.data
8
 
 
9
 
 
10
 
# -----------------------------------
11
 
 
12
 
LAMMPS_COMMAND="lmp_ubuntu"
13
 
 
14
 
# Here "$LAMMPS_BINARY" is the name of the command you use to invoke lammps
15
 
# (such as lmp_linux, lmp_g++, lmp_mac, lmp_cygwin, etc...) Change if necessary.
16
 
 
17
 
# Run lammps using the following 3 commands:
18
 
 
19
 
"$LAMMPS_COMMAND" -i run.in.min              # minimize         (OPTIONAL)
20
 
"$LAMMPS_COMMAND" -i run_short_sim.in.nvt    # production run
21