removal of CSA from MD version of code
[unres.git] / source / unres / src_MD / unres.F
index 067f4d8..02f3fb6 100644 (file)
@@ -52,7 +52,7 @@ c      call memmon_print_usage()
 
       call init_task
       if (me.eq.king)
-     & write(iout,*)'### LAST MODIFIED  11/03/09 1:19PM by czarek'  
+     & write(iout,*)'### LAST MODIFIED  03/28/12 23:29 by czarek'  
       if (me.eq.king) call cinfo
 C Read force field parameters and job setup data
       call readrtns
@@ -754,9 +754,11 @@ c---------------------------------------------------------------------------
 C Conformational Space Annealling programmed by Jooyoung Lee.
 C This method works only with parallel machines!
 #ifdef MPI
-      call together
+csa      call together
+      write (iout,*) "CSA is not supported in this version"
 #else
-      write (iout,*) "CSA works on parallel machines only"
+csa      write (iout,*) "CSA works on parallel machines only"
+      write (iout,*) "CSA is not supported in this version"
 #endif
       return
       end