Changeset 38d77eb for contacts.f


Ignore:
Timestamp:
11/19/09 11:29:48 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
7137e5d
Parents:
32289cd
Message:

Redirected standard out to logString.

SMMP produced a lot of log messages. This became an issue when run in massively
parallel environments. I replaced all writes to standard out to a write to logString.
The next step is to pass this string to a function that writes the messages to a log
file according to their importance and the chosen log level.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contacts.f

    r32289cd r38d77eb  
    161161           do nr_j=nr_i+3,irsml2(nmol) ! Over res. j
    162162
    163 !             write(*,'(2i3)'),nr_i,nr_j
     163!             write (logString, '(2i3)'),nr_i,nr_j
    164164
    165165              ic=0
     
    173173              if(sqrt(rij2).lt.rcut) ic=1
    174174
    175 !             write(*,'(2i3)'),nr_i,nr_j
     175!             write (logString, '(2i3)'),nr_i,nr_j
    176176
    177177              ijcont(nr_i,nr_j)=ic
Note: See TracChangeset for help on using the changeset viewer.