source: XIOS/trunk/src/globalScopeData.hpp @ 490

Last change on this file since 490 was 490, checked in by mhnguyen, 10 years ago

Implementing print output in seperate files

+) Add an option to write information into standard output or into files,
each of which is created by a process
+) Add a new file for global data (constant, value macro, etc)
+) Do a minor change in how to generate doxygen

Test
+) On Curie, with two modes: only client (connected) and client-server
+) All tests passed, each client prints out its info in a seperate file

File size: 282 bytes
Line 
1/*!
2   \file globalScopeData.hpp
3   \author Ha NGUYEN
4   \since  24 Sep 2014
5   \date 24 Sep 2014
6
7   Global scope variable and object definitions
8 */
9#ifndef __GLOBAL_SCOPE_DATA_HPP__
10#define __GLOBAL_SCOPE_DATA_HPP__
11
12const int INVALID_RANK = -1;
13
14#endif // __GLOBAL_SCOPE_DATA__
Note: See TracBrowser for help on using the repository browser.