source: branches/publications/ORCHIDEE_2.2_r7266/ORCHIDEE/src_parallel/mpi_dummy.h @ 7541

Last change on this file since 7541 was 7541, checked in by fabienne.maignan, 2 years ago
  1. Zhang publication on coupling factor
  • Property svn:executable set to *
File size: 1.9 KB
Line 
1! ==============================================================================================================================
2! INCLUDE    : mpi_dummy.h
3!
4! CONTACT      : orchidee-help _at_ listes.ipsl.fr
5!
6! LICENCE      : IPSL (2006)
7! This software is governed by the CeCILL licence see ORCHIDEE/ORCHIDEE_CeCILL.LIC
8!
9!>\BRIEF      Overlap of MPI functions not present in some MPI implementations.
10!!
11!!\n DESCRIPTION  :  NONE
12!!
13!! RECENT CHANGE(S): None
14!!
15!! REFERENCES(S)    : None
16!!
17!! SVN              :
18!! $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE_2_2/ORCHIDEE/src_parallel/mpi_dummy.h $
19!! $Date: 2017-06-28 16:04:50 +0200 (Wed, 28 Jun 2017) $
20!! $Revision: 4470 $
21!! \n
22!_ ================================================================================================================================
23
24#ifdef MPI_SECOND__
25
26SUBROUTINE MPI_NULL_COPY_FN
27END SUBROUTINE MPI_NULL_COPY_FN
28
29SUBROUTINE MPI_NULL_DELETE_FN
30END SUBROUTINE MPI_NULL_DELETE_FN
31
32SUBROUTINE MPI_COMM_NULL_COPY_FN
33END SUBROUTINE MPI_COMM_NULL_COPY_FN
34
35SUBROUTINE MPI_COMM_NULL_DELETE_FN
36END SUBROUTINE MPI_COMM_NULL_DELETE_FN
37
38SUBROUTINE MPI_TYPE_NULL_COPY_FN
39END SUBROUTINE MPI_TYPE_NULL_COPY_FN
40
41SUBROUTINE MPI_TYPE_NULL_DELETE_FN
42END SUBROUTINE MPI_TYPE_NULL_DELETE_FN
43
44SUBROUTINE MPI_WIN_NULL_COPY_FN
45END SUBROUTINE MPI_WIN_NULL_COPY_FN
46
47SUBROUTINE MPI_WIN_NULL_DELETE_FN
48END SUBROUTINE MPI_WIN_NULL_DELETE_FN
49
50SUBROUTINE MPI_DUP_FN
51END SUBROUTINE MPI_DUP_FN
52
53SUBROUTINE MPI_COMM_DUP_FN
54END SUBROUTINE MPI_COMM_DUP_FN
55
56SUBROUTINE MPI_TYPE_DUP_FN
57END SUBROUTINE MPI_TYPE_DUP_FN
58
59SUBROUTINE MPI_WIN_DUP_FN
60END SUBROUTINE MPI_WIN_DUP_FN
61
62FUNCTION MPI_WTIME () RESULT (R)
63  DOUBLE PRECISION R
64END FUNCTION MPI_WTIME
65
66FUNCTION MPI_WTICK () RESULT (R)
67  DOUBLE PRECISION :: R
68END FUNCTION MPI_WTICK
69
70FUNCTION PMPI_WTIME () RESULT (R)
71  DOUBLE PRECISION R
72END FUNCTION PMPI_WTIME
73
74FUNCTION PMPI_WTICK () RESULT (R)
75  DOUBLE PRECISION R
76END FUNCTION PMPI_WTICK
77
78#endif
Note: See TracBrowser for help on using the repository browser.