-
Notifications
You must be signed in to change notification settings - Fork 7
/
global.grmhd.h
77 lines (56 loc) · 1.66 KB
/
global.grmhd.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#define DOINGGRMHDTYPECODE 1 // always 1
#define DOINGGRRAYTYPECODE 0 // always 0
#define DOINGLIAISONTYPECODE 0 // always 0
#include "global.general.h"
/*
Generally, switches that are performance related are here, while others are in init with variable complements for flexibility during runtime.
Not everything is in here so can compile quicker on simple changes.
*/
/////////////////////////////////////////
//
// Comments on comments
//
//////////////////////////////////////////
//
// CHANGINGMARK: Most recent changes or issues
//
// GODMARK: Generally needs consideration but may not be crucial
//
// SUPERGODMARK: Needs urgent attention or workaround
//
// SUPERMARK: Something changing
//
// SASMARK: Changes by Sasha
//
// SECTIONMARK: Issue/Comment with regards to grid sectioning
//
// TESTMARK: Something was/is for testing purposes only
//
// NEWMARK: New code in development
//
// **TODO** : Things to do in code
//
// GLOBALMARK: Location where global positional array is used
//
// ISSUESMARK: List of known issues of importance
//
// USAGEMARK: Notes on usage of code
//
// OPTMARK: Comment about performance optimizations
//
// SUPERNOTE: Important note should consider anytime in that file
//
// OPENMPNOTE: Note related to OpenMP
//
// OPENMPOPTMARK: Optimization note or suggestion
//
/////////////////////////////////////////
// Ensure to test for external declaration consistency using checkexterns.sh. See end of global.general.h
// See also the files:
// docs/
// bbcp and file transfer info: bbcp.txt
// code-system optimization info: optimizations.txt
// MPI and OPENMP info: parallel.txt
// svnand git info: svngit.txt
// debug info: debug.txt
//