Changeset 4e219a3 for main_p.f


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
  • main_p.f

    r229cc35 r4e219a3  
    127127      upchswitch=1
    128128      rndord=.true.
    129       if (ientyp.eq.2) call init_lundff
    130129!     =================================================================
    131130!     Distribute nodes to parallel tempering tasks
     
    190189     &        fileNameMP(filebase, 6, 9, rep_id + 1))
    191190      endif
     191      call init_lund
     192!     Must call init_lundff *after* molecule has been loaded.
     193      if (ientyp.eq.2) call init_lundff
    192194      if (ientyp.eq.3) call init_abgn
    193195
    194196      nml = 1
     197
    195198
    196199!     RRRRRRRRRRMMMMMMMMMMMMSSSSSSSSSSDDDDDDDDDDDDD
Note: See TracChangeset for help on using the changeset viewer.