forked from cburstedde/p4est
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-6c92ff2071235b8fd8c279a135bba542f34d03f0.yaml
39 lines (38 loc) · 1.33 KB
/
issue-6c92ff2071235b8fd8c279a135bba542f34d03f0.yaml
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
--- !ditz.rubyforge.org,2008-03-06/issue
title: Make binary load functions accept files written with any mpisize.
desc: |-
Right now the binary connectivity and p4est file formats
rely on the mpisize. This should be converted on the fly when reading.
type: :bugfix
component: p4est
release:
reporter: Carsten Burstedde <[email protected]>
status: :closed
disposition: :fixed
creation_time: 2009-02-04 17:48:23.153149 Z
references: []
id: 6c92ff2071235b8fd8c279a135bba542f34d03f0
log_events:
- - 2009-02-04 17:48:24.736963 Z
- Carsten Burstedde <[email protected]>
- created
- ""
- - 2012-08-13 09:18:57.906932 Z
- Carsten Burstedde <[email protected]>
- commented
- |-
The p4est_load_ext function now has an autopartition parameter.
If set to true, p4est will load files written with any mpisize.
In this case the partition is set to uniform.
- - 2012-12-09 19:58:35.496342 Z
- Carsten Burstedde <[email protected]>
- closed with disposition fixed
- |-
Loading of previous format versions will not be implemented.
Features are complete for current binary load/save
- - 2013-01-15 15:35:33.935213 Z
- Carsten Burstedde <[email protected]>
- closed with disposition fixed
- |-
The on-the-fly conversion on reading is a wontfix.
Other than that, everything works.