multichain cleaning output
[unres.git] / source / cluster / wham / src-M / main_clust.F
index 9835c01..3c7e430 100644 (file)
@@ -62,6 +62,7 @@ C
 
       call initialize
       call openunits
+      call cinfo
       call parmread
       call read_control
       call molread
@@ -148,8 +149,6 @@ C
 C CALCULATE DISTANCES
 C
       call daread_ccoords(1,ncon_work)
-      write (iout,*) "AM I HERE"
-      call flush(iout)
       ind1=0
       DO I=1,NCON_work-1
         if (mod(i,100).eq.0) print *,'Calculating RMS i=',i
@@ -191,7 +190,7 @@ c          write (iout,'(2i4,i10,f10.5)') i,j,ind,DISS(IND)
 
 
 #ifdef MPI
-      WRITE (iout,*) "Wchodze do call MPI_Gatherv"
+c      WRITE (iout,*) "Wchodze do call MPI_Gatherv"
       call MPI_Gatherv(diss_buf(1),scount_buf,MPI_REAL,diss(1),
      &     scount(0),idispl(0),MPI_REAL,Master,MPI_COMM_WORLD, IERROR)
       if (me.eq.master) then