X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2Funres_csa.F;h=00f9e1972eb33456f9395781e64247a508a59611;hb=5e13bfdf2c98103be8166d5d2bbf9269c40e63a4;hp=51d6bca1f6a0fc3f77684523e15233305efdd161;hpb=f0ab76db798e4461535a3ce519bf1188744a7d9b;p=unres.git diff --git a/source/unres/src_CSA/unres_csa.F b/source/unres/src_CSA/unres_csa.F index 51d6bca..00f9e19 100644 --- a/source/unres/src_CSA/unres_csa.F +++ b/source/unres/src_CSA/unres_csa.F @@ -148,6 +148,7 @@ c include 'COMMON.MD' common /srutu/ icall double precision energy(0:n_ene) double precision energy_long(0:n_ene),energy_short(0:n_ene) + double precision varia(maxvar) if (indpdb.eq.0) call chainbuild c time00=MPI_Wtime() call chainbuild_cart @@ -266,8 +267,8 @@ c enddo totT=1.d0 eq_time=0.0d0 c call read_fragments - read(inp,*) t_bath - call rescale_weights(t_bath) +c read(inp,*) t_bath +c call rescale_weights(t_bath) call chainbuild_cart call cartprint call intout @@ -302,6 +303,7 @@ C This method works only with parallel machines! return end c--------------------------------------------------------------------------- +#ifdef MPI subroutine exec_mult_eeval_or_minim implicit real*8 (a-h,o-z) include 'DIMENSIONS' @@ -540,5 +542,13 @@ c Broadcast the order to compute internal coordinates to the slaves. enddo return end +#else + subroutine exec_mult_eeval_or_minim + include 'DIMENSIONS' + include 'COMMON.IOUNITS' + write (iout,*) "Unsupported option in serial version" + return + end +#endif c---------------------------------------------------------------------------