forked from eas4dc/EAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
164 lines (157 loc) · 2.64 KB
/
.gitignore
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# General
/Makefile*
!/Makefile.in
!/Makefile.exports
*.o
*.a
*.so
*.swp
*/bin/
*/lib/
src/tests
etc/rpms/rpmbuild.sh
/*.sh
# Autotools
*aclocal.m4
*autom4te.cache*
*config.log
*config.status
*cpu_property.out
*defines.log
/configure
# IDE
cmake*
CMake*
*_trash
*.idea
build/
# Julita's
DB/
OUTS/
DB_Learning_phase/
*romio_hints.txt
*log.env
*hostlist
*sim_metrics.csv
sim_metrics.csv
tmp/*
slurm-*.out
coefficients_list.csv
*accepted_intel_ptu_license
*.csv
*TOOLADMIN_NOTES.txt
Makefile.nocpu.icc.impi
Makefile.gcc*
Makefile.icc*
Makefile.ompi*
deploy*.sh
install*.sh
Makefile.cpu.*
Makefile.gpu.*
# Build files
etc/module/ear
etc/module/ear-lite
etc/conf/ear.conf
etc/conf/ear.conf.template
etc/conf/ear.conf.full.template
etc/slurm/ear.plugstack.conf
etc/systemd/eard.service
etc/systemd/eardbd.service
etc/systemd/eargmd.service
src/common/config/config_install.h
# Build Libraries
*libear.so
*libeart.so
*eard
# Build programs
*batch_insert
*client_api_test
*coefficients_quality_control
*coefficients_to_csv
*coefficients_v2_to_v3
*compute_coefficients
*compute_coefficients_remote
*compute_coefficients_v2
*compute_coefficients_v3
*configuration_check
*database_eraser
*eacct
*eacct1
*ear_control
*ear_dbd_stress_test
*ear_end_job
*ear_energy_over_time
*ear_events
*ear_get_node_freq
*ear_gm
*ear_inc_th
*ear_new_job
*ear_red_freq
*ear_report
*ear_set_freq
*ear_set_node_freq
*ear_set_ondemand
*ear_set_ondemand
*ear_set_th
*ear_store_database
*ear_types
*eardbd
*eardbd_monitor
*earpmd
*eargm_end_job
*eargm_new_job
*eargmd
*econtrol
*edb_clean_pm
*edb_clean_apps
*edb_create
*ereport
*get_active_nodes
*get_app_list
*get_ear_events
*get_periodic
*ips
*postgres_test
*ping
*remove_learning
*traces_to_paraver
*erun
*metrics_show
src/daemon/commands/ear_check_node_test
src/database_cache/tmpi
src/management/test
src/metrics/test
src/tools/coefficients_comparison
src/tools/coeffs_compare
src/tools/coeffs_comparison
src/tools/coeffs_compute
src/tools/coeffs_default
src/tools/coeffs_job
src/tools/coeffs_jobproj
src/tools/coeffs_jobs
src/tools/coeffs_null
src/tools/coeffs_quality
src/tools/coeffs_show
src/tools/compute_coefficients_v2
src/tools/ear_lp_validation
src/tools/external_attach
src/tools/enode_control
src/tools/get_projections
src/tools/insert_test
src/tools/learn_deleter
src/tools/learn_validator
src/tools/learning_delete
src/tools/learning_show
src/tools/learning_validate
src/tools/ear_events
src/tools/show_coefficients
src/tools/translate_coefficients
src/tools/coeffs_quality*
src/tools/coeffs_compare*
src/tools/get_active_nodes*
src/tools/learning_validate*
src/tools/ear_events*
src/tools/ear_conf
src/tools/metrics_show
src/commands/ear-info
deployment.sh