Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 134 (100.0%) | 7.4 |
CCA/Components/Schedulers/ | 8 (44.4%) | 73 (54.5%) | 9.1 |
/ | 4 (22.2%) | 44 (32.8%) | 11.0 |
scripts/ | 5 (27.8%) | 16 (11.9%) | 3.2 |
Core/Thread/ | 1 (5.6%) | 1 (0.7%) | 1.0 |
* Added output to exectimes.x.x files to indicate which timesteps that TaskExecTimes have been accumulated over.
* Updated execsummary output to indicate which timesteps that TaskExecTimes have been accumulated over.
33 lines of code changed in 6 files:
* Explicitly identify the number of processors
1 lines of code changed in 1 file:
* Cleanup
9 lines of code changed in 2 files:
* Merge CPUAffinity and MICCompactAffinity to a single CompactAffinity environmental flag.
* Update environmentalFlags.txt to reflect changes in this commit.
35 lines of code changed in 3 files:
* Updated documentation for environmental flags specific to the ThreadedMPIScheduler and UnifiedScheduler.
19 lines of code changed in 1 file:
* Increased MAX_THREADS to 241 for the Xeon Phi (KNC).
* Added the MICCompactAffinity environmental flag to the ThreadedMPIScheduler and UnifiedScheduler. This is used to enable compact affinity with specific main/control thread placement for the Xeon Phi (KNC).
* Updated documentation for the CPUAffinity and MICCompactAffinity environmental flags.
*Updated ExecTimes note to correctly reflect the number of threads that it is cumulative over for the ThreadedMPIScheduler and UnifiedScheduler.
37 lines of code changed in 5 files: