X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2Fminim_jlee.F;h=2b53f11fc0247b9717038234f7c2ddea4b8b153b;hb=5e13bfdf2c98103be8166d5d2bbf9269c40e63a4;hp=f1e00be5171beac774fdc61ffabbecd8482dd2b5;hpb=f0ab76db798e4461535a3ce519bf1188744a7d9b;p=unres.git diff --git a/source/unres/src_CSA/minim_jlee.F b/source/unres/src_CSA/minim_jlee.F index f1e00be..2b53f11 100644 --- a/source/unres/src_CSA/minim_jlee.F +++ b/source/unres/src_CSA/minim_jlee.F @@ -1,3 +1,4 @@ +#ifdef MPI subroutine minim_jlee c controls minimization and sorting routines implicit real*8 (a-h,o-z) @@ -375,6 +376,16 @@ cd call enerprint(energia(0)) * i4,' # of gradient calls ',i4,10x) 975 format (' energy ',1p,e12.4,' scaled gradient ',e11.3,32x) end +#else + subroutine minim_jlee +c controls minimization and sorting routines + implicit real*8 (a-h,o-z) + include 'DIMENSIONS' + include 'COMMON.IOUNITS' + write (iout,*) "Unsupported option for serial version" + return + end +#endif logical function check_var(var,info) implicit real*8 (a-h,o-z)