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

Last change on this file since 7346 was 1993, checked in by josefine.ghattas, 10 years ago

Updated with modifications done on the trunk for revision 1538:1991 .

  • 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.