source: XMLIO_V2/dev/common/src/xmlio/fake_client/fake.hpp @ 219

Last change on this file since 219 was 219, checked in by hozdoba, 13 years ago

Préparation nouvelle arborescence

File size: 850 bytes
Line 
1#ifndef __XMLIO_FAKE__
2#define __XMLIO_FAKE__
3
4#ifdef __cplusplus
5extern"C"
6{
7#endif //__cplusplus
8
9   // Point d'entrée du faux client nemo (src/fake_client/fake_nemo.f90)
10   void nemo_fake_entry(MPIComm comm_client,
11                        MPIComm comm_client_grp,
12                        MPIComm comm_client_server);
13
14   // Point d'entrée du faux client nemo (src/fake_client/fake_lmdz.f90)
15   void lmdz_fake_entry(MPIComm comm_client,
16                        MPIComm comm_client_grp,
17                        MPIComm comm_client_server);
18
19   // Point d'entrée du faux client nemo (src/fake_client/fake_orchidee.f90)
20   void orchidee_fake_entry(MPIComm comm_client,
21                            MPIComm comm_client_grp,
22                            MPIComm comm_client_server);
23
24
25#ifdef __cplusplus
26}
27#endif //__cplusplus
28
29#endif //__XMLIO_FAKE__
Note: See TracBrowser for help on using the repository browser.