Fized same buffer issue in gather and gatherv in wham and cluster and a minor issue...
[unres.git] / source / wham / src-M / enecalc1.F
index 5ce2fff..0137fe6 100644 (file)
@@ -45,6 +45,7 @@
       double precision fT(6),quot,quotl,kfacl,kfac /2.4d0/,T0 /3.0d2/
       double precision tt
       integer snk_p(MaxR,MaxT_h,Max_parm)
+      integer scount_(MaxProcs)
       logical lerr
       character*64 bprotfile_temp
       call opentmp(islice,ientout,bprotfile_temp)
@@ -201,6 +202,10 @@ c        call pdbout(ii+1,beta_h(ib,ipar),efree,energia(0),0.0d0,rmsdev)
      &         " the value read in: ",energia(0),eini," point",
      &         iii+1,indstart(me1)+iii," T",
      &         1.0d0/(1.987D-3*beta_h(ib,ipar))
+              call pdbout(indstart(me1)+iii,
+     & 1.0d0/(1.987D-3*beta_h(ib,ipar)),
+     &energia(0),eini,0.0d0,0.0d0)
+              call enerprint(energia(0),fT)
               errmsg_count=errmsg_count+1
               if (errmsg_count.gt.maxerrmsg_count) 
      &          write (iout,*) "Too many warning messages"
@@ -265,11 +270,11 @@ c     &   " snk",snk_p(iR,ib,ipar)
   121   continue
       enddo   
 #ifdef MPI
-      scount(me)=iii 
+      scount_(me)=iii 
       write (iout,*) "Me",me," scount",scount(me)
       call flush(iout)
 c  Master gathers updated numbers of conformations written by all procs.
-      call MPI_AllGather( scount(me), 1, MPI_INTEGER, scount(0), 1, 
+      call MPI_AllGather( scount_(me), 1, MPI_INTEGER, scount(0), 1, 
      &  MPI_INTEGER, WHAM_COMM, IERROR)
       indstart(0)=1
       indend(0)=scount(0)