cdvm_guid-e (1158369), страница 2
Текст из файла (страница 2)
"Only DISTRIBUTE and ALIGN are valid for parameter."
TEMPLATEs, SHADOW_GROUPs, PROCESSORS and so on can not be passed as parameters.
3.12Data tracing
These are warnings:
"This initialization will not be traced"
Because of unsupported type, or main already generated.
"Can not trace ++, --, +=, -=, ..."
Compiler limitation.
"Can not trace multiple assignment"
Compiler limitation.
"Can not trace this type"
Unsupported type.
3.13Miscellaneous
"Can fread-fwrite DVM-arrays as a whole only"
Subscripted distributed array in I/O operation is used. Lib-DVM limitation.
"Do you mean multiple index?"
Rewrite A[a,b] as either A[(a.b)] or A[a][b] depending on your intention.
"Not yet implemented... or error"















