X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2Ftogether.F;h=8bc9d7a4b7215c336513a58ef6ba42cabdedb696;hb=5e13bfdf2c98103be8166d5d2bbf9269c40e63a4;hp=5737b4841ce978760fbd585d90c845fcd7a6e823;hpb=f0ab76db798e4461535a3ce519bf1188744a7d9b;p=unres.git diff --git a/source/unres/src_CSA/together.F b/source/unres/src_CSA/together.F index 5737b48..8bc9d7a 100644 --- a/source/unres/src_CSA/together.F +++ b/source/unres/src_CSA/together.F @@ -1,3 +1,4 @@ +#ifdef MPI Subroutine together c feeds tasks for parallel processing implicit real*8 (a-h,o-z) @@ -718,6 +719,17 @@ cccccccccccccccccccccccccccccc return end +#else + Subroutine together +c feeds tasks for parallel processing + implicit real*8 (a-h,o-z) + include 'DIMENSIONS' + include 'COMMON.IOUNITS' + write (iout,*) "Unsupported option for the serial version" + return + end +#endif +#ifdef MPI c------------------------------------------------- subroutine feedin(nconf,nft) c sends out starting conformations and receives results of energy minimization @@ -1278,3 +1290,4 @@ c---------------------------------------------------------- #endif return end +#endif