|
14 | 14 | .\" * limitations under the License.
|
15 | 15 | .\" *
|
16 | 16 | .\" */
|
| 17 | +.MS W 972 "The directive #pragma acc mirror is deprecated; use #pragma acc declare create instead" |
| 18 | +.MS W 973 "The directive #pragma acc reflected is deprecated; use #pragma acc declare present" |
| 19 | +.MS W 974 "The directive #pragma acc region is deprecated; use #pragma acc kernels instead" |
| 20 | +.MS W 975 "The directive #pragma acc data region is deprecated; use #pragma acc data instead" |
| 21 | +.MS W 976 "The directive #pragma acc for is deprecated; use #pragma acc loop instead" |
| 22 | +.MS W 977 "The directive #pragma acc for kernel is deprecated; use #pragma acc loop instead" |
| 23 | +.MS W 978 "The clause parallel is deprecated; use clause gang instead" |
| 24 | +.MS W 979 "The directive #pragma acc region for is deprecated; use #pragma acc kernels loop instead" |
| 25 | +.MS W 980 "The directive #pragma acc region loop is deprecated; use #pragma acc kernels loop instead" |
| 26 | +.MS W 981 "The directive #pragma acc kernels for is deprecated; use #pragma acc kernels loop instead" |
| 27 | +.MS W 982 "The directive #pragma acc deviceptr is deprecated; use #pragma acc declare deviceptr instead" |
| 28 | +.MS W 983 "The directive #pragma acc parallel for is deprecated; use #pragma acc parallel loop instead" |
| 29 | +.MS W 984 "The directive #pragma acc scalar region is deprecated; use #pragma acc serial instead" |
| 30 | +.MS W 985 "The clause local is deprecated; use clause create instead" |
| 31 | +.MS W 986 "The clause cache is deprecated; use directive #pragma acc cache instead" |
| 32 | +.MS W 987 "The clause update host is deprecated; use separate update host directive after the region instead" |
| 33 | +.MS W 988 "The clause update device is deprecated; use separate update device directive before the region instead" |
| 34 | +.MS W 989 "The clause update in is deprecated; use separate update device directeve before the region instead" |
| 35 | +.MS W 990 "The clause update out is deprecated; use update self instead" |
| 36 | +.MS W 991 "The clause pnot is deprecated; use no_create instead" |
| 37 | +.MS W 992 "The clause updatein is deprecated; use update device instead" |
| 38 | +.MS W 993 "The clause updateout is deprecated; use update self instead" |
| 39 | +.MS W 994 "The directive #pragma acc copy is deprecated; use #pragma acc declare copy instead" |
| 40 | +.MS W 995 "The directive #pragma acc copyin is deprecated; use #pragma acc declare copyin instead" |
| 41 | +.MS W 996 "The directive #pragma acc copyout is deprecated; use #pragma acc declare copyout instead" |
| 42 | +.MS W 997 "The directive #pragma acc device_resident is deprecated; use #pragma acc declare device_resident instead" |
| 43 | +.MS W 998 "The directive #pragma acc for host is deprecated; no OpenACC equivalent" |
| 44 | +.MS W 999 "The directive #pragma acc loop kernel is deprecated; no OpenACC equivalent" |
17 | 45 | .MS S 1000 "Call in OpenACC region to procedure '$' which has no acc routine information"
|
18 | 46 | .MS S 1001 "All selected compute capabilities were disabled (see -Minfo)"
|
19 | 47 | .MS S 1002 "Reduction type not supported for this variable datatype - $"
|
20 | 48 | .MS W 1003 "Lambda capture by reference not supported in Accellerated region"
|
21 | 49 | .MS W 1004 "Lambda capture 'this' by reference not supported in Accellerated region"
|
| 50 | +.MS W 1005 "The clause unroll is deprecated; no OpenACC equivalent" |
| 51 | +.MS W 1006 "The clause mirror is deprecated; no OpenACC equivalent" |
| 52 | +.MS W 1007 "The clause host is deprecated; no OpenACC equivalent" |
22 | 53 | .\" Skipping ahead to 1011 to keep the same numbers as the fortran front-end.
|
23 | 54 | .MS S 1011 "Device variable cannot be THREADPRIVATE - $"
|
24 | 55 | .MS S 1012 "Threadprivate variables are not supported in acc routine - $"
|
|
42 | 73 | .MS F 1028 "The variable $ doesn't have predefined policy $ available"
|
43 | 74 | .MS F 1029 "The variable $ using policy $ is not a structure-based type"
|
44 | 75 | .MS F 1030 "Policy motion $ is not allowed in $ directive"
|
| 76 | +.MS W 1031 "The directive #pragma acc create is deprecated; use #pragma acc declare create instead" |
| 77 | +.MS W 1032 "The directive #pragma acc present is deprecated; use #pragma acc declare present instead" |
| 78 | +.MS W 1033 "The directive #pragma acc link is deprecated; use #pragma acc declare link instead" |
45 | 79 | .MS F 1034 "Only signed/unsigned 32 bits and 64 bits integer variables are allowed in bound expression. $ is is not such variable"
|
46 | 80 | .MS F 1035 "Only integer sibling members and global variables are allowed in bound expression. $ is is neither of them."
|
47 | 81 | .MS F 1036 "No global variable named $ has been defined"
|
48 | 82 | .MS F 1037 "Default clause can only contain include and exclude keyword."
|
49 | 83 | .MS W 1038 "COPY clause on a dummy variable with INTENT(IN) attribute demoted to COPYIN - $"
|
| 84 | +.MS S 1039 "OpenACC data clause expected after $" |
| 85 | +.MS S 1040 "OpenACC $ data clause may not follow a device_type clause." |
| 86 | +.MS S 1041 "OpenACC $ clause may not follow a device_type clause." |
0 commit comments