source: branches/publications/ORCHIDEE_CAN_r3069/src_parallel/tools_para.f90 @ 7346

Last change on this file since 7346 was 1962, checked in by matthew.mcgrath, 10 years ago

DEV: Trunk changes up to and including r1925

  • Property svn:keywords set to HeadURL Date Author Revision
File size: 352 bytes
Line 
1! Obsolete parallel tools : Barrier
2
3!-
4!< $HeadURL$
5!< $Date$
6!< $Author$
7!< $Revision$
8!-
9
10MODULE tools_para
11!-
12  USE mod_orchidee_para_var, ONLY : MPI_COMM_ORCH
13!-
14#include "src_parallel.h"
15!-
16CONTAINS
17
18  SUBROUTINE barrier_para()
19#ifdef CPP_PARA
20    CALL MPI_BARRIER(MPI_COMM_ORCH,ierr)
21#endif
22  END SUBROUTINE barrier_para
23
24END MODULE tools_para
Note: See TracBrowser for help on using the repository browser.