Merge branch 'devel' of mmka:unres into devel
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Wed, 18 Jun 2014 12:56:05 +0000 (14:56 +0200)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Wed, 18 Jun 2014 12:56:05 +0000 (14:56 +0200)
.gitignore
source/unres/src_MD-M/energy_p_new_barrier.F

index d5a5c53..035c785 100644 (file)
@@ -12,6 +12,9 @@ cinfo.f
 # ignore build dir
 build/
 build2/
+build_prere/
+period_build/
+period_build2/
 
 # latex files in documentation 
 doc/*/*.aux
index 5b7cc93..5ad53f1 100644 (file)
@@ -716,7 +716,7 @@ c      enddo
         do i=1,4*nres
           glocbuf(i)=gloc(i,icg)
         enddo
-#define DEBUG
+c#define DEBUG
 #ifdef DEBUG
       write (iout,*) "gloc_sc before reduce"
       do i=1,nres
@@ -725,7 +725,7 @@ c      enddo
        enddo
       enddo
 #endif
-#undef DEBUG
+c#undef DEBUG
         do i=1,nres
          do j=1,3
           gloc_scbuf(j,i)=gloc_sc(j,i,icg)
@@ -745,7 +745,7 @@ c      enddo
         call MPI_Reduce(gloc_scbuf(1,1),gloc_sc(1,1,icg),3*nres,
      &    MPI_DOUBLE_PRECISION,MPI_SUM,king,FG_COMM,IERR)
         time_reduce=time_reduce+MPI_Wtime()-time00
-#define DEBUG
+c#define DEBUG
 #ifdef DEBUG
       write (iout,*) "gloc_sc after reduce"
       do i=1,nres
@@ -754,7 +754,7 @@ c      enddo
        enddo
       enddo
 #endif
-#undef DEBUG
+c#undef DEBUG
 #ifdef DEBUG
       write (iout,*) "gloc after reduce"
       do i=1,4*nres