Last change
on this file since 6892 was
1993,
checked in by josefine.ghattas, 11 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 | |
---|
10 | MODULE tools_para |
---|
11 | !- |
---|
12 | USE mod_orchidee_para_var, ONLY : MPI_COMM_ORCH |
---|
13 | !- |
---|
14 | #include "src_parallel.h" |
---|
15 | !- |
---|
16 | CONTAINS |
---|
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 | |
---|
24 | END MODULE tools_para |
---|
Note: See
TracBrowser
for help on using the repository browser.