You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/implementation-status.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Caffeine is an implementation of the Parallel Runtime Interface for Fortran (PRIF). This document
4
4
outlines the implementation status in Caffeine of the features defined in the
5
-
[latest PRIF specification, revision 0.5](https://dx.doi.org/10.25344/S4CG6G). Caffeine contains interfaces for all
5
+
[latest PRIF specification, revision 0.6](https://doi.org/10.25344/S4M01X). Caffeine contains interfaces for all
6
6
of the PRIF procedures (except when stated otherwise below) and the symbols are linkable and callable, but some procedures will fail at runtime with an unimplemented error. For
7
7
more details about the implementation of the various PRIF features, please see the
8
8
following sections:
@@ -71,7 +71,7 @@ are accepted, but in some cases, the associated runtime behavior is not fully im
71
71
|`prif_allocate`|**YES**||
72
72
|`prif_deallocate_coarray`|*partial*| no `final_func` arg support |
73
73
|`prif_deallocate`|**YES**||
74
-
|`prif_alias_create`|**YES**| includes `data_pointer_offset` argument expected in PRIF 0.6 |
74
+
|`prif_alias_create`|**YES**| includes `data_pointer_offset` argument added in PRIF 0.6 |
75
75
|`prif_alias_destroy`|**YES**||
76
76
77
77
---
@@ -89,9 +89,9 @@ are accepted, but in some cases, the associated runtime behavior is not fully im
89
89
|`prif_image_index`|**YES**||
90
90
|`prif_image_index_with_team`|**YES**||
91
91
|`prif_image_index_with_team_number`|*partial*| no support for sibling teams |
92
-
|`prif_initial_team_index`|**YES**|expected in PRIF 0.6 |
93
-
|`prif_initial_team_index_with_team`|**YES**|expected in PRIF 0.6 |
94
-
|`prif_initial_team_index_with_team_number`|*partial*|expected in PRIF 0.6, no support for sibling teams |
92
+
|`prif_initial_team_index`|**YES**||
93
+
|`prif_initial_team_index_with_team`|**YES**||
94
+
|`prif_initial_team_index_with_team_number`|*partial*| no support for sibling teams |
0 commit comments