-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathReleaseNotes.dev.txt
45 lines (35 loc) · 1.33 KB
/
ReleaseNotes.dev.txt
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
!! DON'T INCLUDE THIS FILE IN THE OFFICIAL RELEASE !!
------------------------------------------------------
POP-C++
Internal release note for developers
COMMENT: These notes are for internal purpose only.
------------------------------------------------------
-------------
POP-C++ 2.6.5
-------------
This version has been developed in the Master Thesis project POP-C++ on the K Computer. Therefore, it is specially fit for
the K Computer and cluster environment.
New features:
- MPI Communication layer
- MPI/UDS Hybrid Communication layer
- MPI Interconnector
- New MPI support
- XMP support
- Parallel Object Group
- Allocators with Allocator Factory
- New layered architecture
Disabled features:
- Socket communications
- Global and application services
- Plugin for lib
-----------
POP-C++ 2.5
-----------
Choice:
- We intentionally disabled POPFile for this version at it has not been tested enough. (For version 3.0)
- We intentionally disabled Virtual abilities of POP-C++ for this version at it has not been tested with the new changes
and it is not documented well enough. (For future version)
For POP-C++ development
- Add different logging level in the runtime (DEBUG, ERROR, CORE, INFO, DEV).
- Add special flag for POP-C++ compilation itself "-popcpp-compilation". Used for special purpose in the compiling process of
POP-C++.