-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory
287 lines (223 loc) · 9.87 KB
/
History
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
# Example MPI History
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
## 2023-03-11 Ben Morgan (MPI-V11-02-00)
- Move CTests definitions to tests/ctests_examples
## 2023-11-09 I. Hrivnacova (MPI-V11-01-03)
- Coding guidelines - document examples macros in README files
- Renamed v.mac in vis.mac
- Removed examples README.html (not synchronised with README.md)
## 2023-11-07 Le Tuan Anh (MPI-V11-01-02)
- Fixed bug: G4filesystem -> G4Filesystem in RunActionMaster of exMPI04
- Add 02 new functions in G4MPIrunmanager to access number of events in master / slave
## 2023-11-02 I. Hrivnacova (MPI-V11-01-01)
- Updated analysis classes and exMPI04 for changes in analysis
in analysis-V11-01-*
- Changed struct G4RootMpiPNtupleDescription in class
## 2023-01-09 Ben Morgan (MPI-V11-01-00)
- Use PROJECT_ scoped _SOURCE/BINARY_DIR variables in place of CMAKE_
scope version to ease use of Geant4 as a CMake subproject.
- Fixes [GitHub PR #52](https://github.com/Geant4/geant4/pull/52)
## 2022-11-09 I. Hrivnacova (MPI-V11-00-03)
- Updated analysis classes for changes in analysis
in analysis-V11-00-*
- Fixed exMPI04 example failing in sequential mode when
MPI ntuple merging is activated
## 2022-05-18 Guy Barrand (MPI-V11-00-02)
- have "toolx" namespace for g4tools code related to MPI, then:
- namespace tools::mpi becomes toolx::mpi.
- includes #include <tools/mpi/...> become #include <toolx/mpi/...>
## 2022-03-10 Ben Morgan (MPI-V11-00-01)
- Remove use of obsolete G4DeveloperAPI functions
## 2021-12-10 Ben Morgan (MPI-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
9 Novemeber 2021, I. Hrivnacova (MPI-V10-07-03)
- Updated analysis classes for changes in analysis
in analysis-V10-07-*
- More updates in g4mpi for changes in G4String:
str(i) -> str[i]; str(i,j) -> str.substr(i,j)
- exMPI03 - include G4AnalysisManager.hh
exMPI04 - include G4Root[Mpi]AnalysisManager.hh
- instead of removed g4root.hh
25 October 2021, B.Morgan (MPI-V10-07-02)
- Use G4StrUtil functions replacing deprecated G4String member functions
18 October 2021 B.Morgan (MPI-V10-07-01)
- Use std::string member functions from G4String in place of synonyms
1 October 2021 B. Morgan (MPI-V10-07-00)
- Use new std::string compliant G4String interfaces
4 November 2020 I. Hrivnacova (MPI-V10-06-00)
- Updated analysis classes for the design changes in analysis
tags analysis-V10-06-05,06
21 October 2019 I. Hrivnacova (MPI-V10-05-02)
- Fixed exMPI03, exMPI04, G4MPIscorerMerger.cc compilation which was broken
after changes in scorers
- Added new option ('rowMode') for ntuple merging:
- Added 'rowMode' parameter in the G4MPIntupleMerger constructor
- Changed the default merging mode to the new one (column-wise with preserved rows)
- Updated the analysis classes for the new merging mode
09 July 2019 I. Hrivnacova (MPI-V10-05-01)
- Removed G4VIS_USE from exMPI04
14 May 2019 I. Hrivnacova (MPI-V10-05-00)
- Fixed compilation of G4MPIextraWorker.cc.
This fixes problem report #2163.
23 November 2018 I. Hrivnacova (MPI-V10-04-01)
- Adapted g4mpi to allow to define an extra worker for collecting data
from processing workers (needed for merging ntuples)
- Added classes for ntuple merging (in source/analysis)
- Added exMPI04 demonstrating merging ntuples via MPI
(with Root output only)
- In exMPI03: fixed warning from analysis when opening the second output
file (dose-merged) within the same run
02 May 2018 J.Allison (MPI-V10-04-00)
- Removed G4VIS_USE and G4UI_USE.
28 November 2017 B.Morgan (MPI-V10-03-02)
- Repace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
20 Sep 2017 B. Morgan (MPI-V10-03-01)
- Migrate ctests definitions file to base directory
- Update to provide tests to build/test G4mpi and each
example without requiring obsolete GEANT4_BUILD_EXAMPLES
switch.
- COWORKS with ctests-V10-03-12
5 Oct 2016 A. Dotti (MPI-V10-02-02)
- Porting of scoring merging to new G4StatDouble based hits
20 Jul 2016 I. Hrivnacova (MPI-V10-02-01)
- Coding guidelines (class data member names, separators)
04 Jul 2016 I. Hrivnacova (MPI-V10-02-00)
- Fixes for Doxygen documentation
18 Nov 2015 A.Dotti (MPI-V10-01-23)
- Support for both static and shared at the same time
17 Nov 2015 A.Dotti (MPI-V10-01-22)
- New cmake files cleaned up
2 Nov 2015 A.Dotti (MPI-V10-01-21)
- Tagging for release
17 Sep 2015 A.Dotti
- Check existance of exMPI02 when configuring both library and
examples together
2 Sep 2015 A.Dotti
- Implementing G4 convention on lib[64] for output
- Adding advanced option G4MPI_OLD_MPI to set old MPI
back-compatible flag for old MPI signatures
2 Sep 2015 A.Dotti (MPI-V10-01-20)
- Fixing previus tag for ctest usage
1 Sep 2015 A.Dotti (MPI-V10-01-19)
- New optimized merging for G4Run and scorer
31 Aug 2015 A. Dotti (MPI-V10-01-18)
- Improving CMakeLists.txt for standalone use: allow for library
and examples to be built together
28 Aug 2015 A. Dotti (MPI-V10-01-17)
- Correcting CMakeLists.txt for standalone use
20 Aug 2015 A. Dotti (MPI-V10-01-16)
- Code cleanup
20 Aug 2015 A. DOtti (MPI-V10-01-15)
- Fixing race condition in exMPI03 for merging
19 Aug 2015 A. Dotti (MPI-V10-01-14)
- Functionalities shown in exMPI03:
- New merging of command line scorers via MPI::Pack
- New merging of user data associated to Run
25 July 2015 A. Dotti (MPI-V10-01-13)
- Fix compilation error
24 July 2015 A. Dotti (MPI-V10-01-12)
- Increasing verbosity during cmake phase to print out
location of mpi library and headers
21 July 2015 A. Dotti (MPI-V10-01-10, -11)
- Changing path for exacutables to new standard
- Fixing check for examples to be built
09 July 2015 A. Dotti (MPI-V10-01-08, -09)
- Fixing macro names for ctests
08 July 2015 A. Dotti (MPI-V10-01-07)
- Added TOOLS_USE_NATIVE_MPI compilation flag into source/sources.cmake
for use with ctest
04 July 2015 I. Hrivnacova (MPI-V10-01-06)
- Added implementation of histo merger with use of g4analysis
and with use of g4tools; kept temporarily old merger class
- Fixed exMPI03 Analysis class: separated Close() from Save() to
avoid resetting histogram before performing Merge.
17 Feb 2015 A.Dotti (MPI-V10-01-05)
- Adding MPI examples for ctest/cdash
16 Feb 2015 A.Dotti (MPI-V10-01-04)
- Improving CMakeLists for integration with ctest
10 Feb 2015 A.Dotti (MPI-V10-01-01,02,03)
- Fix for sequential mode
- Simplify cmake
- Fix for possible issues with allocation of axis
6 Feb 2015 A.Dotti (MPI-V10-01-00)
- Fix bug in exMPI02 using wrong RNG calls to generate primaries
- Introduced new functionality in G4mpi library to merge
G4Run, scorerers and g4tools histograms/profiles across
MPI ranks
- Introduced new example exMPI03, based on same geometry and
physics of exMPI02 to demonstrate merging capabilities
21 July 2014 A. Dotti (MPI-V10-00-02)
- Fixing bug for RNG seed distribution in MT compilations
(Bug #1653)
13 June 2014 A. Dotti (MPI-V10-00-01)
- Adding first version of G4RunMerger and
G4ScorerMerger
10 June 2014 A. Dotti (MPI-V10-00-00)
- New CMake receipe: increase portability of the code
10 Novembeer 2013 K. Murakami (MPI-V09-06-00)
[source]
- new coding guide line
- CMakeLists.txt, add BUILD_SHARED_LIBS flag for creating static lib
add check IntelMPI, mpiicpc
- MT migration : beamOn thread stacked to main for MT
use /run/beamOn command, instead of direct call of RM.BeamOn()
[examples]
- change coding guideling to the example guide
- MT migration
- PhysicsList is changed to FTFP_BERT
- add run.mac
20 November 2012, I. Hrivnacova (MPI-V09-05-06)
- Fixed .README files
20 November 2012, I. Hrivnacova (MPI-V09-05-05)
- Fixed CmakeLists.txt in the top directory
16 November 2012, K. Murakami (MPI-V09-05-04)
- Updated CmakeLists.txt for examples. Fixed link errors.
- Updated README document.
16 November 2012, I. Hrivnacova (MPI-V09-05-03)
- Update of CMake files:
- Added CMakeLists.txt in for processing MPI from upper directories
- Removed exMPI02/FindROOT.cmake (available with Geant4 distribution)
- Minor changes in exMPI01, exMPI02 CMake build in order to be able
to build examples from the upper directories
- Added comment lines
- Added copying macros in the build area
- Install targets under CMAKE_INSTALL_PREFIX/bin and not in source
15 November 2012, K. Murakami (MPI-V09-05-02)
- typos in documents are fixed.
8 November 2012, K. Murakami (MPI-V09-05-01)
- explicit inclusion of G4SystemOfUnits.hh and G4PhysicalConstants.hh
- updated documentations
1 November 2012, K. Murakami (MPI-V09-05-00)
- Migrated to CMake build with change of directory structure.
- G4Exception is replaced with new one.
- Fixed infinite-loop of slaves when a macro does not exists.
- Added support for execution of maro with /control/macroPath.
- Added best guess of selection of a UI shell.
- Added Doxygen-style docs.
3 December 2010 K. Murakami (MPI-V09-03-02)
- /mpi/wait command is removed. It is automatically called
at the end of macro(batch) execution.
4 June 2010 J.Perl (MPI-V09-03-01)
- Updated vis usage.
18 May 2010 K.Murakami (MPI-V09-03-00)
== code review was performed. ==
<< mpi_ineterface >>
- OpenMPI as default MPI library instead of LAM/MPI
- improve /mpi/status command. (waste of CPU, time measurement)
- /mpi/wait command is introduced for waiting until beamOn ends.
- improve macro file parser
* same parser as G4UIbatch
* fixed unexpected behavior at the end of batch mode
- changed "beamOn" behavior for better performance
* thread-out for interactive, on-thread for batch
<< exMPI01 >>
- use G4UIcsh instead of G4UItcsh because OpenMPI is now default.
- use G4eMultipleScattering instead of obsolete G4MultipleScattering.
<< exMPI02 >>
- use G4UIcsh instead of G4UItcsh because OpenMPI is now default.
16 Nov. 2007 K.Murakami
- commited to G4 CVS.