source: perso/abdelouhab.djerrah/ORCHIDEE/src_parallel/parallel.f90 @ 854

Last change on this file since 854 was 643, checked in by martial.mancip, 12 years ago

Use the script trunk/TOOLS/script_cvssvn_headers in src_parallel and src_stomate to replace old CVS entries for SVN ones.
This has to be done on trunk before merge the DOC.

  • Property svn:keywords set to HeadURL Date Author Revision
File size: 210 bytes
Line 
1! Global module for all parallel modules.
2
3!-
4!< $HeadURL$
5!< $Date$
6!< $Author$
7!< $Revision$
8!-
9
10MODULE PARALLEL
11
12  USE data_para
13  USE transfert_para
14  USE ioipsl_para
15  USE tools_para
16
17END MODULE PARALLEL
Note: See TracBrowser for help on using the repository browser.