X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2Ftogether.F;h=8bc9d7a4b7215c336513a58ef6ba42cabdedb696;hb=3db71da5060b2b9e22398b7db3b1d4421f042bc6;hp=5737b4841ce978760fbd585d90c845fcd7a6e823;hpb=fef6575ec13df09d65b0b1ac7d7ca23ba4c57082;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