Changeset 3fbbfbb for partem_p.f


Ignore:
Timestamp:
06/16/10 08:25:47 (14 years ago)
Author:
Jan Meinke <j.meinke@…>
Branches:
master
Children:
5fef0d7
Parents:
9f146fa
Message:

Move to doxygen comments and smmp_p.

Doxygen comments in Fortran are !> ... !! ... !<. I'm planning move the API documentation from the
lyx file into the code. This should make it easier to get documentation for all the common block
variables as well.

Use import smmp_p to indicate the parallel version of the Python bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • partem_p.f

    r9f146fa r3fbbfbb  
    1111!     **************************************************************
    1212
     13!>
     14!!     PURPOSE: SIMULATION OF PROTEINS BY PARALLEL TEMPERING ALGORITHM
     15!!     ON PARALLEL COMPUTERS USING MPI
     16!!
     17!!     switch: Choses the starting configuration:
     18!!     -1 - stretched configuration
     19!!     0 - don't change anything
     20!!     1 - random start configuration
     21!!
     22!!     CALLS:  addang,contacts,energy,hbond,helix,iendst,metropolis,
     23!!     outvar,(rand),rgyr
     24!<
    1325      subroutine  partem_p(num_rep, nequi, nswp, nmes, nsave, newsta,
    1426     &                     switch, rep_id, partem_comm)
    15 !     
    16 !     PURPOSE: SIMULATION OF PROTEINS BY PARALLEL TEMPERING ALGORITHM
    17 !     ON PARALLEL COMPUTERS USING MPI
    18 !     
    19 !     switch: Choses the starting configuration:
    20 !     -1 - stretched configuration
    21 !     0 - don't change anything
    22 !     1 - random start configuration
    23 !     
    24 !     CALLS:  addang,contacts,energy,hbond,helix,iendst,metropolis,
    25 !     outvar,(rand),rgyr
    26 !     
    2727      include 'INCL.H'
    2828      include 'INCP.H'
Note: See TracChangeset for help on using the changeset viewer.