Changeset 4e219a3 for EXAMPLES


Ignore:
Timestamp:
09/05/08 11:49:43 (16 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
a52fb83
Parents:
229cc35
Message:

Update Lund init and BG/P compatibility.

  • Moved call of init_lundff after initialization of the molecule. The Lund

force field needs the molecule to calculate the hydrophobicity matrix.

  • Added bgp target to Makefile to compile SMMP on a BlueGene/P
  • Split if statement in setmvs to avoid out-of-range warning for array

access.

  • Changed setup of boundaries in Protein.zimmer() to match new version of

numpy.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@15 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EXAMPLES/parallel_tempering_p.f

    r229cc35 r4e219a3  
    125125      upchswitch=1
    126126      rndord=.true.
    127      
    128       if (ientyp.eq.2) call init_lundff
    129127!     =================================================================
    130128!     Distribute nodes to parallel tempering tasks
     
    198196     &        fileNameMP(filebase, 6, 9, rep_id + 1))
    199197      endif
     198      call init_lund
     199      if (ientyp.eq.2) call init_lundff
    200200      if (ientyp.eq.3) call init_abgn
     201
    201202
    202203!     ========================================  start of parallel tempering run
Note: See TracChangeset for help on using the changeset viewer.